[DRE-commits] [ruby-httparty] 01/03: Merge tag 'upstream/0.14.0'

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


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

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

commit fdfeb14f74d1fd26de22d1c831824786cc2554a7
Merge: 6f80bad f6072c2
Author: Cédric Boutillier <boutil at debian.org>
Date:   Sat Aug 27 08:41:50 2016 +0200

    Merge tag 'upstream/0.14.0'
    
    Upstream version 0.14.0
    
    # gpg: Signature faite le sam. 27 août 2016 08:41:49 CEST
    # gpg:                avec la clef RSA 0x89AF82B739CD217A
    # gpg: Bonne signature de « Cédric Boutillier <boutil at debian.org> » [ultime]
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at upmc.fr> » [ultime]
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at polytechnique.org> » [ultime]
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at gmail.com> » [ultime]
    # Empreinte de clef principale : 3041 4D81 DC28 290C 2568  6DE3 DA49 58F6 11E1 49E9
    #    Empreinte de la sous-clef : 9CCD 6B31 9DBF 8E40 AB1A  BD1A 89AF 82B7 39CD 217A

 .travis.yml                                 |   6 +-
 Gemfile                                     |   4 +-
 History                                     |   8 +
 README.md                                   |   1 +
 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 +++
 29 files changed, 670 insertions(+), 289 deletions(-)

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