[DRE-commits] [ruby-http] branch master updated (31913f4 -> 541d09a)

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 change to branch master
in repository ruby-http.

      from  31913f4   Update changelog, annotate bug number
      adds  0b5ecdb   New upstream version 2.2.2
       new  a223cef   Updated version 2.2.2 from 'upstream/2.2.2'
       new  43326e9   update changelog
       new  8139f8f   add ruby-simplecov as build dep
       new  fc4fa62   refresh patches
       new  541d09a   bump standards version

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .rubocop.yml                                       |  16 +-
 .ruby-version                                      |   1 +
 .travis.yml                                        |  35 ++-
 CHANGES.md                                         | 130 +++++++++
 CONTRIBUTING.md                                    |   1 +
 Gemfile                                            |  23 +-
 README.md                                          | 304 ++++-----------------
 debian/changelog                                   |   6 +
 debian/control                                     |   5 +-
 .../patches/add-missing-x509v3-extensions-in-spec  |  10 +-
 debian/patches/disable-network-tests.patch         |  22 +-
 debian/patches/removing_simplecov_html.patch       |  28 --
 debian/patches/series                              |   1 -
 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 +-
 79 files changed, 1492 insertions(+), 903 deletions(-)
 create mode 100644 .ruby-version
 delete mode 100644 debian/patches/removing_simplecov_html.patch
 create mode 100644 lib/http/feature.rb
 create mode 100644 lib/http/features/auto_deflate.rb
 create mode 100644 lib/http/features/auto_inflate.rb
 create mode 100644 lib/http/response/inflater.rb
 delete mode 100644 metadata.yml
 create mode 100644 spec/lib/http/features/auto_deflate_spec.rb
 create mode 100644 spec/lib/http/features/auto_inflate_spec.rb
 create mode 100644 spec/lib/http/options/features_spec.rb
 create mode 100644 spec/lib/http/uri_spec.rb

-- 
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