[DRE-commits] [ruby-excon] branch master updated (443b7d1 -> 5aab48d)

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

      from  443b7d1   Run wrap-and-sort on packaging files
       new  31db01a   Imported Upstream version 0.49.0
       new  5aab48d   Merge tag 'upstream/0.49.0'

The 2 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:
 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(-)
 create mode 100644 lib/excon/middlewares/capture_cookies.rb
 delete mode 100644 metadata.yml
 create mode 100644 tests/complete_responses.rb
 create mode 100644 tests/middlewares/capture_cookies_tests.rb
 create mode 100644 tests/rackups/redirecting_with_cookie.ru

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