[DRE-commits] [ruby-http] branch master updated (ecb0008 -> 05d5142)

Sebastien Badia sbadia-guest at moszumanska.debian.org
Tue Mar 1 20:54:30 UTC 2016


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

sbadia-guest pushed a change to branch master
in repository ruby-http.

      from  ecb0008   d/changelog: Update for version 0.9.8
      adds  56ade41   Imported Upstream version 1.0.2
       new  8a4223f   Merge tag 'upstream/1.0.2'
       new  a3a1b58   d/control: Update Vcs-* fields (switch to https)
       new  1eb240e   Update homepage URL (according new release)
       new  315e3e6   Update Debian packaging using dh-make-ruby
       new  cb3238c   refreshed patch: removing_simplecov_html
       new  afa6642   Bump Standards-Version to 3.9.7 (no changes)
       new  05d5142   Prepare Debian release 1.0.2-1

The 7 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                                 |   5 +-
 .travis.yml                                  |   1 +
 CHANGES.md                                   | 252 +++++++++++++++++----------
 Gemfile                                      |   8 +-
 LICENSE.txt                                  |   2 +-
 README.md                                    |  82 +++++----
 debian/changelog                             |  23 ++-
 debian/control                               |  16 +-
 debian/copyright                             |   2 +-
 debian/patches/removing_simplecov_html.patch |   8 +-
 debian/rules                                 |  13 +-
 examples/parallel_requests_with_celluloid.rb |  38 ----
 lib/http.rb                                  |   2 -
 lib/http/chainable.rb                        |  43 ++---
 lib/http/client.rb                           |  29 +--
 lib/http/connection.rb                       |  17 +-
 lib/http/errors.rb                           |   3 +
 lib/http/headers.rb                          |   3 -
 lib/http/options.rb                          |  21 +--
 lib/http/redirector.rb                       |   2 +
 lib/http/request.rb                          |  37 ++--
 lib/http/request/writer.rb                   |  35 ++--
 lib/http/response.rb                         |  59 ++++---
 lib/http/response/body.rb                    |  13 +-
 lib/http/response/parser.rb                  |   3 +-
 lib/http/response/status.rb                  |   4 +-
 lib/http/timeout/global.rb                   |  37 ++--
 lib/http/timeout/null.rb                     |  50 ++++--
 lib/http/timeout/per_operation.rb            |  21 ++-
 lib/http/version.rb                          |   2 +-
 logo.png                                     | Bin 13829 -> 7915 bytes
 metadata.yml                                 |   9 +-
 spec/lib/http/client_spec.rb                 |  41 +++--
 spec/lib/http/options/merge_spec.rb          |   4 +-
 spec/lib/http/options_spec.rb                |   5 +-
 spec/lib/http/redirector_spec.rb             |  73 ++++----
 spec/lib/http/request/writer_spec.rb         |   6 +-
 spec/lib/http/request_spec.rb                |  48 ++++-
 spec/lib/http/response/body_spec.rb          |   2 +-
 spec/lib/http/response/status_spec.rb        |   6 +-
 spec/lib/http/response_spec.rb               |  11 +-
 spec/lib/http_spec.rb                        |  73 +++++++-
 spec/spec_helper.rb                          |   4 +-
 spec/support/connection_reuse_shared.rb      |  95 ----------
 spec/support/dummy_server/servlet.rb         |   7 +
 spec/support/http_handling_shared.rb         |   8 +-
 46 files changed, 679 insertions(+), 544 deletions(-)
 delete mode 100755 examples/parallel_requests_with_celluloid.rb
 delete mode 100644 spec/support/connection_reuse_shared.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