[DRE-commits] [ruby-httparty] branch master updated (ddb1f4e -> c2bc4c5)

Cédric Boutillier boutil at moszumanska.debian.org
Sat Nov 25 21:37:30 UTC 2017


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

boutil pushed a change to branch master
in repository ruby-httparty.

      from  ddb1f4e   prepare changelog
      adds  f9faf53   New upstream version 0.15.6
       new  44e524e   Update upstream source from tag 'upstream/0.15.6'
       new  48bff72   Bump Standards-Version to 4.1.1 (no changes needed)
       new  b21c21c   Bump debhelper compatibility level to 10
       new  d23faca   Refresh skip_failing_test.patch
       new  05c16fd   prepare changelog
       new  5ad8743   New patch git-in-gemspecs.patch to remove use of git in gemspecs
       new  00ba29a   Build-depend on ruby-webmock
       new  89fc1be   Use DEB_VERSION_UPSTREAM instead of parsing changelog
       new  46ff397   Test gem dependencies when running tests
       new  c2bc4c5   target experimental

The 10 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:
 .gitignore                             |   1 +
 .travis.yml                            |   2 +-
 History => Changelog.md                | 180 +++++++++++++-------
 Gemfile                                |   2 +-
 README.md                              |   6 +-
 bin/httparty                           |   4 +-
 debian/changelog                       |  12 +-
 debian/compat                          |   2 +-
 debian/control                         |   7 +-
 debian/patches/git-in-gemspecs.patch   |  23 +++
 debian/patches/series                  |   1 +
 debian/patches/skip_failing_test.patch |   8 +-
 debian/rules                           |  17 +-
 docs/README.md                         |  74 +++++----
 examples/README.md                     |   7 +-
 examples/aaws.rb                       |   2 +-
 examples/crack.rb                      |   2 +-
 examples/custom_parsers.rb             |   2 +-
 examples/delicious.rb                  |   8 +-
 examples/logging.rb                    |   2 +-
 examples/stackexchange.rb              |   2 +-
 examples/stream_download.rb            |  20 +++
 examples/tripit_sign_in.rb             |   2 +-
 examples/twitter.rb                    |   4 +-
 examples/whoismyrep.rb                 |   2 +-
 httparty.gemspec                       |   9 +-
 lib/httparty.rb                        |  17 +-
 lib/httparty/connection_adapter.rb     |  18 +-
 lib/httparty/exceptions.rb             |   1 +
 lib/httparty/hash_conversions.rb       |   2 +
 lib/httparty/net_digest_auth.rb        |  12 +-
 lib/httparty/parser.rb                 |   5 +
 lib/httparty/request.rb                | 105 ++++++++----
 lib/httparty/response.rb               |  44 +++--
 lib/httparty/response/headers.rb       |  40 ++---
 lib/httparty/version.rb                |   2 +-
 spec/fixtures/ssl/generated/1fe462c2.0 |  16 --
 spec/httparty/net_digest_auth_spec.rb  |  28 ++++
 spec/httparty/parser_spec.rb           |  57 ++++---
 spec/httparty/request_spec.rb          | 294 ++++++++++++++++++++++-----------
 spec/httparty/response_spec.rb         |  82 +++++++--
 spec/httparty/ssl_spec.rb              |   4 +-
 spec/httparty_spec.rb                  |  18 +-
 spec/spec_helper.rb                    |  10 +-
 44 files changed, 761 insertions(+), 395 deletions(-)
 rename History => Changelog.md (87%)
 create mode 100644 debian/patches/git-in-gemspecs.patch
 create mode 100644 examples/stream_download.rb
 delete mode 100644 spec/fixtures/ssl/generated/1fe462c2.0

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



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