[DRE-commits] [ruby-excon] 02/02: Merge tag 'upstream/0.49.0'

Abhijith PA abhijithpa-guest at moszumanska.debian.org
Mon May 30 13:26:50 UTC 2016


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

abhijithpa-guest pushed a commit to branch master
in repository ruby-excon.

commit 5aab48d562532dcc7c18c104d9945331bdc22b8e
Merge: 443b7d1 31db01a
Author: Abhijith PA <abhijith at openmailbox.org>
Date:   Mon May 30 18:54:53 2016 +0530

    Merge tag 'upstream/0.49.0'
    
    Upstream version 0.49.0

 CONTRIBUTORS.md                            |   4 +-
 Gemfile.lock                               |  16 +-
 README.md                                  |  23 +-
 Rakefile                                   |   2 +-
 changelog.txt                              |  56 +++
 data/cacert.pem                            | 633 +++++++++++++++--------------
 excon.gemspec                              |   9 +-
 lib/excon.rb                               |   8 +-
 lib/excon/connection.rb                    |  39 +-
 lib/excon/constants.rb                     |   4 +-
 lib/excon/errors.rb                        |  23 +-
 lib/excon/middlewares/capture_cookies.rb   |  31 ++
 lib/excon/middlewares/decompress.rb        |   7 +-
 lib/excon/middlewares/instrumentor.rb      |  14 +-
 lib/excon/middlewares/redirect_follower.rb |  13 +-
 lib/excon/response.rb                      |  55 ++-
 lib/excon/socket.rb                        | 131 +++---
 lib/excon/ssl_socket.rb                    |  11 +-
 lib/excon/utils.rb                         |   5 +-
 metadata.yml                               | 272 -------------
 tests/basic_tests.rb                       |  19 +-
 tests/complete_responses.rb                |  31 ++
 tests/middlewares/capture_cookies_tests.rb |  34 ++
 tests/middlewares/decompress_tests.rb      |   5 +
 tests/middlewares/instrumentation_tests.rb |  27 +-
 tests/middlewares/mock_tests.rb            |  37 ++
 tests/proxy_tests.rb                       |   7 +
 tests/query_string_tests.rb                |  65 ++-
 tests/rackups/basic.rb                     |   6 +
 tests/rackups/redirecting_with_cookie.ru   |  40 ++
 tests/response_tests.rb                    |   9 +
 tests/servers/good.rb                      |  18 +-
 tests/test_helper.rb                       |   6 +-
 33 files changed, 924 insertions(+), 736 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-excon.git



More information about the Pkg-ruby-extras-commits mailing list