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

Cédric Boutillier boutil at moszumanska.debian.org
Sat Aug 27 07:06:51 UTC 2016


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

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

      from  6f80bad   target unstable
      adds  f6072c2   New upstream version 0.14.0
       new  fdfeb14   Merge tag 'upstream/0.14.0'
       new  a438554   Refresh skip_failing_test.patch
       new  ddb1f4e   prepare changelog

The 3 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:
 .travis.yml                                 |   6 +-
 Gemfile                                     |   4 +-
 History                                     |   8 +
 README.md                                   |   1 +
 debian/changelog                            |   7 +
 debian/patches/skip_failing_test.patch      |   4 +-
 docs/README.md                              | 100 +++++++++++++
 examples/tripit_sign_in.rb                  |  23 ++-
 features/steps/httparty_response_steps.rb   |  12 +-
 features/steps/remote_service_steps.rb      |  10 +-
 httparty.gemspec                            |   1 -
 lib/httparty.rb                             |  25 +++-
 lib/httparty/connection_adapter.rb          |  17 ++-
 lib/httparty/cookie_hash.rb                 |   2 +-
 lib/httparty/exceptions.rb                  |   5 +-
 lib/httparty/hash_conversions.rb            |   6 +-
 lib/httparty/logger/curl_formatter.rb       |  89 +++++++++---
 lib/httparty/net_digest_auth.rb             |   6 +-
 lib/httparty/request.rb                     |  29 +++-
 lib/httparty/response.rb                    |  24 ++-
 lib/httparty/version.rb                     |   2 +-
 metadata.yml                                | 217 ----------------------------
 spec/httparty/connection_adapter_spec.rb    |  29 +++-
 spec/httparty/cookie_hash_spec.rb           |  19 ++-
 spec/httparty/exception_spec.rb             |   7 +
 spec/httparty/hash_conversions_spec.rb      |   8 +
 spec/httparty/logger/curl_formatter_spec.rb | 101 +++++++++++++
 spec/httparty/net_digest_auth_spec.rb       |  10 ++
 spec/httparty/request_spec.rb               | 126 +++++++++++++++-
 spec/httparty/response_spec.rb              |  50 +++++++
 spec/httparty_spec.rb                       |  22 +++
 31 files changed, 679 insertions(+), 291 deletions(-)
 create mode 100644 docs/README.md
 delete mode 100644 metadata.yml

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