[DRE-commits] [ruby-httparty] 01/07: Merge tag 'upstream/0.13.5'

Cédric Boutillier boutil at moszumanska.debian.org
Sun May 24 22:46:23 UTC 2015


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

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

commit dddb8d047131dbea04e3e496a8a1c9d2e199b9ba
Merge: acbd872 9d211b9
Author: Cédric Boutillier <boutil at debian.org>
Date:   Mon May 25 00:01:01 2015 +0200

    Merge tag 'upstream/0.13.5'
    
    Upstream version 0.13.5
    
    # gpg: Signature faite le lun. 25 mai 2015 00:01:00 CEST avec la clef RSA d'identifiant 39CD217A
    # gpg: Bonne signature de « Cédric Boutillier <boutil at debian.org> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at upmc.fr> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at polytechnique.org> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at gmail.com> »

 .gitignore                                    |   1 +
 .rubocop.yml                                  |  92 ++++
 .rubocop_todo.yml                             | 124 ++++++
 .simplecov                                    |   1 +
 Gemfile                                       |  11 +-
 Guardfile                                     |   6 +-
 History                                       |  89 +++-
 README.md                                     |  38 +-
 Rakefile                                      |  12 +-
 bin/httparty                                  |  27 +-
 checksums.yaml.gz                             | Bin 271 -> 0 bytes
 examples/README.md                            |  67 +++
 examples/aaws.rb                              |  10 +-
 examples/basic.rb                             |  16 +-
 examples/crack.rb                             |   4 +-
 examples/custom_parsers.rb                    |   5 +-
 examples/delicious.rb                         |  16 +-
 examples/google.rb                            |   4 +-
 examples/headers_and_user_agents.rb           |   2 +-
 examples/logging.rb                           |  36 ++
 examples/nokogiri_html_parser.rb              |   3 -
 examples/rescue_json.rb                       |  17 +
 examples/rubyurl.rb                           |   6 +-
 examples/stackexchange.rb                     |  24 ++
 examples/tripit_sign_in.rb                    |  10 +-
 examples/twitter.rb                           |  14 +-
 examples/whoismyrep.rb                        |   2 +-
 features/command_line.feature                 |  87 +++-
 features/steps/env.rb                         |  27 +-
 features/steps/httparty_response_steps.rb     |  26 +-
 features/steps/httparty_steps.rb              |  12 +-
 features/steps/mongrel_helper.rb              |   4 +-
 features/steps/remote_service_steps.rb        |  24 +-
 features/supports_read_timeout_option.feature |  13 +
 httparty.gemspec                              |  10 +-
 lib/httparty.rb                               | 166 +++----
 lib/httparty/connection_adapter.rb            |  28 +-
 lib/httparty/cookie_hash.rb                   |   5 +-
 lib/httparty/core_extensions.rb               |  32 --
 lib/httparty/hash_conversions.rb              |  28 +-
 lib/httparty/logger/apache_logger.rb          |   4 +-
 lib/httparty/logger/logger.rb                 |   4 +-
 lib/httparty/module_inheritable_attributes.rb |   2 +-
 lib/httparty/net_digest_auth.rb               |  65 ++-
 lib/httparty/request.rb                       |  91 ++--
 lib/httparty/response.rb                      |  13 +-
 lib/httparty/version.rb                       |   2 +-
 metadata.yml                                  |  39 +-
 spec/httparty/connection_adapter_spec.rb      | 332 ++++++++++----
 spec/httparty/cookie_hash_spec.rb             |  58 +--
 spec/httparty/exception_spec.rb               |  29 +-
 spec/httparty/hash_conversions_spec.rb        |  41 ++
 spec/httparty/logger/apache_logger_spec.rb    |  45 +-
 spec/httparty/logger/curl_logger_spec.rb      |   4 +-
 spec/httparty/logger/logger_spec.rb           |  14 +-
 spec/httparty/net_digest_auth_spec.rb         |  99 +++--
 spec/httparty/parser_spec.rb                  |  72 ++--
 spec/httparty/request_spec.rb                 | 595 ++++++++++++++++++--------
 spec/httparty/response_spec.rb                | 158 ++++---
 spec/httparty/ssl_spec.rb                     |  44 +-
 spec/httparty_spec.rb                         | 412 +++++++++---------
 spec/spec.opts                                |   2 -
 spec/spec_helper.rb                           |  46 +-
 spec/support/ssl_test_helper.rb               |  12 +-
 spec/support/ssl_test_server.rb               |  42 +-
 spec/support/stub_response.rb                 |  24 +-
 website/index.html                            |   6 +-
 67 files changed, 2265 insertions(+), 1089 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