[DRE-commits] [ruby-httparty] 01/10: Update upstream source from tag 'upstream/0.15.6'

Cédric Boutillier boutil at moszumanska.debian.org
Sat Nov 25 21:37:30 UTC 2017


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

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

commit 44e524e5224e080a2319669065dff78da4acb0c0
Merge: ddb1f4e f9faf53
Author: Cédric Boutillier <boutil at debian.org>
Date:   Sat Nov 25 10:36:44 2017 +0100

    Update upstream source from tag 'upstream/0.15.6'
    
    Update to upstream version '0.15.6'
    with Debian dir 4e1a42435b0517306912ba0704a9ef51a0e720a8

 .gitignore                             |   1 +
 .travis.yml                            |   2 +-
 History => Changelog.md                | 180 +++++++++++++-------
 Gemfile                                |   2 +-
 README.md                              |   6 +-
 bin/httparty                           |   4 +-
 docs/README.md                         |  74 +++++----
 examples/README.md                     |   7 +-
 examples/aaws.rb                       |   2 +-
 examples/crack.rb                      |   2 +-
 examples/custom_parsers.rb             |   2 +-
 examples/delicious.rb                  |   8 +-
 examples/logging.rb                    |   2 +-
 examples/stackexchange.rb              |   2 +-
 examples/stream_download.rb            |  20 +++
 examples/tripit_sign_in.rb             |   2 +-
 examples/twitter.rb                    |   4 +-
 examples/whoismyrep.rb                 |   2 +-
 httparty.gemspec                       |   9 +-
 lib/httparty.rb                        |  17 +-
 lib/httparty/connection_adapter.rb     |  18 +-
 lib/httparty/exceptions.rb             |   1 +
 lib/httparty/hash_conversions.rb       |   2 +
 lib/httparty/net_digest_auth.rb        |  12 +-
 lib/httparty/parser.rb                 |   5 +
 lib/httparty/request.rb                | 105 ++++++++----
 lib/httparty/response.rb               |  44 +++--
 lib/httparty/response/headers.rb       |  40 ++---
 lib/httparty/version.rb                |   2 +-
 spec/fixtures/ssl/generated/1fe462c2.0 |  16 --
 spec/httparty/net_digest_auth_spec.rb  |  28 ++++
 spec/httparty/parser_spec.rb           |  57 ++++---
 spec/httparty/request_spec.rb          | 294 ++++++++++++++++++++++-----------
 spec/httparty/response_spec.rb         |  82 +++++++--
 spec/httparty/ssl_spec.rb              |   4 +-
 spec/httparty_spec.rb                  |  18 +-
 spec/spec_helper.rb                    |  10 +-
 37 files changed, 715 insertions(+), 371 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