[DRE-commits] [ruby-httparty] 01/03: Merge tag 'upstream/0.13.7'
Cédric Boutillier
boutil at moszumanska.debian.org
Tue Jun 7 08:50:36 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 640af8e16abfa2c9f8d232c9a4113ce81485fc26
Merge: 7e6ee2a 7154197
Author: Cédric Boutillier <boutil at debian.org>
Date: Tue Jun 7 10:04:32 2016 +0200
Merge tag 'upstream/0.13.7'
Upstream version 0.13.7
# gpg: Signature faite le mar. 07 juin 2016 10:04:31 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
CONTRIBUTING.md | 23 ++
History | 20 ++
README.md | 2 +-
bin/httparty | 5 +
features/command_line.feature | 7 +-
features/digest_authentication.feature | 10 +
features/steps/mongrel_helper.rb | 33 ++
features/steps/remote_service_steps.rb | 4 +
lib/httparty.rb | 25 +-
lib/httparty/connection_adapter.rb | 10 +-
.../{apache_logger.rb => apache_formatter.rb} | 2 +-
.../logger/{curl_logger.rb => curl_formatter.rb} | 2 +-
lib/httparty/logger/logger.rb | 24 +-
lib/httparty/net_digest_auth.rb | 20 +-
lib/httparty/parser.rb | 6 +-
lib/httparty/request.rb | 39 +-
lib/httparty/version.rb | 2 +-
metadata.yml | 17 +-
spec/httparty/connection_adapter_spec.rb | 14 +
...che_logger_spec.rb => apache_formatter_spec.rb} | 2 +-
...{curl_logger_spec.rb => curl_formatter_spec.rb} | 2 +-
spec/httparty/logger/logger_spec.rb | 20 +-
spec/httparty/net_digest_auth_spec.rb | 39 ++
spec/httparty/parser_spec.rb | 8 +-
spec/httparty/request_spec.rb | 391 ++++++++++++++++-----
spec/httparty_spec.rb | 72 +++-
spec/support/stub_response.rb | 10 +-
27 files changed, 662 insertions(+), 147 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