[DRE-commits] [ruby-httparty] branch master updated (7e6ee2a -> 04019f5)

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 change to branch master
in repository ruby-httparty.

      from  7e6ee2a   Run wrap-and-sort on packaging files
      adds  7154197   Imported Upstream version 0.13.7
       new  640af8e   Merge tag 'upstream/0.13.7'
       new  ded31f5   standards-version to 3.9.8, add testsuite field
       new  04019f5   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:
 CONTRIBUTING.md                                    |  23 ++
 History                                            |  20 ++
 README.md                                          |   2 +-
 bin/httparty                                       |   5 +
 debian/changelog                                   |  12 +
 debian/control                                     |   3 +-
 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 +-
 29 files changed, 676 insertions(+), 148 deletions(-)
 create mode 100644 CONTRIBUTING.md
 rename lib/httparty/logger/{apache_logger.rb => apache_formatter.rb} (95%)
 rename lib/httparty/logger/{curl_logger.rb => curl_formatter.rb} (97%)
 rename spec/httparty/logger/{apache_logger_spec.rb => apache_formatter_spec.rb} (96%)
 rename spec/httparty/logger/{curl_logger_spec.rb => curl_formatter_spec.rb} (92%)

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