[DRE-commits] [ruby-http] 01/05: Updated version 2.2.2 from 'upstream/2.2.2'

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Jul 27 10:35:54 UTC 2017


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository ruby-http.

commit a223cef54a0ce414739eb2feb75a4a3ec6925787
Merge: 31913f4 0b5ecdb
Author: Pirate Praveen <praveen at debian.org>
Date:   Thu Jul 27 15:50:50 2017 +0530

    Updated version 2.2.2 from 'upstream/2.2.2'
    
    with Debian dir 6c0a51a54104f7b35b5ecfcbafcfb7fc815ce8e7

 .rubocop.yml                                |  16 +-
 .ruby-version                               |   1 +
 .travis.yml                                 |  35 ++--
 CHANGES.md                                  | 130 ++++++++++++
 CONTRIBUTING.md                             |   1 +
 Gemfile                                     |  23 +--
 README.md                                   | 304 +++++-----------------------
 http.gemspec                                |   4 +-
 lib/http.rb                                 |   3 +-
 lib/http/chainable.rb                       |  47 +++--
 lib/http/client.rb                          |  58 +++---
 lib/http/connection.rb                      |  67 +++---
 lib/http/content_type.rb                    |   9 +-
 lib/http/errors.rb                          |   1 +
 lib/http/feature.rb                         |   8 +
 lib/http/features/auto_deflate.rb           |  45 ++++
 lib/http/features/auto_inflate.rb           |  14 ++
 lib/http/headers.rb                         |  30 ++-
 lib/http/headers/known.rb                   |   5 +
 lib/http/headers/mixin.rb                   |   1 +
 lib/http/mime_type.rb                       |   3 +-
 lib/http/mime_type/adapter.rb               |   1 +
 lib/http/mime_type/json.rb                  |   1 +
 lib/http/options.rb                         |  51 ++++-
 lib/http/redirector.rb                      |   9 +-
 lib/http/request.rb                         |  53 +++--
 lib/http/request/writer.rb                  |  20 +-
 lib/http/response.rb                        |  52 ++++-
 lib/http/response/body.rb                   |  41 ++--
 lib/http/response/inflater.rb               |  32 +++
 lib/http/response/parser.rb                 |   3 +-
 lib/http/response/status.rb                 |  37 +++-
 lib/http/response/status/reasons.rb         |   2 +
 lib/http/timeout/global.rb                  |  50 ++---
 lib/http/timeout/null.rb                    |  53 ++---
 lib/http/timeout/per_operation.rb           |  40 ++--
 lib/http/uri.rb                             | 106 +++++++++-
 lib/http/version.rb                         |   4 +-
 metadata.yml                                | 220 --------------------
 spec/lib/http/client_spec.rb                |   7 +-
 spec/lib/http/content_type_spec.rb          |   1 +
 spec/lib/http/features/auto_deflate_spec.rb | 109 ++++++++++
 spec/lib/http/features/auto_inflate_spec.rb |  68 +++++++
 spec/lib/http/headers/mixin_spec.rb         |   1 +
 spec/lib/http/headers_spec.rb               |  48 +++--
 spec/lib/http/options/body_spec.rb          |   1 +
 spec/lib/http/options/features_spec.rb      |  32 +++
 spec/lib/http/options/form_spec.rb          |   1 +
 spec/lib/http/options/headers_spec.rb       |   1 +
 spec/lib/http/options/json_spec.rb          |   1 +
 spec/lib/http/options/merge_spec.rb         |  46 +++--
 spec/lib/http/options/new_spec.rb           |   1 +
 spec/lib/http/options/proxy_spec.rb         |   1 +
 spec/lib/http/options_spec.rb               |   1 +
 spec/lib/http/redirector_spec.rb            |   1 +
 spec/lib/http/request/writer_spec.rb        |  19 ++
 spec/lib/http/request_spec.rb               |   7 +
 spec/lib/http/response/body_spec.rb         |  49 ++++-
 spec/lib/http/response/status_spec.rb       | 133 +++++++++++-
 spec/lib/http/response_spec.rb              |  39 +++-
 spec/lib/http/uri_spec.rb                   |  21 ++
 spec/lib/http_spec.rb                       |  70 ++++++-
 spec/regression_specs.rb                    |   5 +-
 spec/spec_helper.rb                         |  18 +-
 spec/support/black_hole.rb                  |   1 +
 spec/support/capture_warning.rb             |   1 +
 spec/support/dummy_server.rb                |   1 +
 spec/support/dummy_server/servlet.rb        |  23 +++
 spec/support/http_handling_shared.rb        |  26 +--
 spec/support/proxy_server.rb                |   1 +
 spec/support/servers/config.rb              |   1 +
 spec/support/servers/runner.rb              |   5 +-
 spec/support/ssl_helper.rb                  |   3 +-
 73 files changed, 1470 insertions(+), 853 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-http.git



More information about the Pkg-ruby-extras-commits mailing list