[DRE-commits] [ruby-excon] branch master updated (ff46547 -> 12425b5)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri Apr 10 18:00:19 UTC 2015


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

praveen pushed a change to branch master
in repository ruby-excon.

      from  ff46547   upload to experimental
      adds  bfa5b86   Imported Upstream version 0.45.1
       new  cc0d914   Merge tag 'upstream/0.45.1'
       new  de33727   update changelog
       new  12425b5   upload

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:
 CONTRIBUTORS.md                                    |  11 +
 Gemfile                                            |   2 +-
 Gemfile.lock                                       |  17 +-
 LICENSE.md                                         |   2 +-
 README.md                                          |  57 +-
 Rakefile                                           |   4 +-
 changelog.txt                                      | 144 ++++
 data/cacert.pem                                    | 883 +++++++++++----------
 debian/changelog                                   |   6 +
 excon.gemspec                                      |  13 +-
 lib/excon.rb                                       | 109 ++-
 lib/excon/connection.rb                            | 162 ++--
 lib/excon/constants.rb                             |  44 +-
 lib/excon/errors.rb                                |  29 +-
 lib/excon/extensions/uri.rb                        |  33 +
 lib/excon/headers.rb                               |  86 +-
 lib/excon/middlewares/idempotent.rb                |  18 +-
 lib/excon/middlewares/mock.rb                      |   5 +-
 lib/excon/middlewares/redirect_follower.rb         |  24 +-
 lib/excon/middlewares/response_parser.rb           |  18 -
 lib/excon/pretty_printer.rb                        |  45 ++
 lib/excon/response.rb                              |  91 ++-
 lib/excon/socket.rb                                | 337 ++++----
 lib/excon/ssl_socket.rb                            |  77 +-
 lib/excon/standard_instrumentor.rb                 |  27 +-
 lib/excon/unix_socket.rb                           |   6 +-
 lib/excon/utils.rb                                 |  29 +-
 metadata.yml                                       |  66 +-
 tests/basic_tests.rb                               |  88 +-
 tests/data/127.0.0.1.cert.crt                      |  14 +
 tests/data/127.0.0.1.cert.key                      |  15 +
 tests/errors_tests.rb                              |  32 +-
 tests/middlewares/canned_response_tests.rb         |  16 +-
 tests/middlewares/escape_path_tests.rb             |   2 +
 tests/middlewares/mock_tests.rb                    |  25 +-
 tests/middlewares/redirect_follower_tests.rb       |  17 +
 tests/proxy_tests.rb                               |  95 +++
 tests/rackups/redirecting.ru                       |  23 +
 tests/rackups/ssl.ru                               |   8 +-
 .../{ssl_verify_peer.ru => ssl_mismatched_cn.ru}   |   9 +-
 tests/rackups/streaming.ru                         |   2 +-
 tests/request_tests.rb                             | 138 +---
 tests/response_tests.rb                            |  84 +-
 tests/servers/good.rb                              |   7 +
 tests/thread_safety_tests.rb                       |  13 +
 tests/utils_tests.rb                               |  13 +
 46 files changed, 1806 insertions(+), 1140 deletions(-)
 create mode 100644 lib/excon/extensions/uri.rb
 create mode 100644 lib/excon/pretty_printer.rb
 create mode 100644 tests/data/127.0.0.1.cert.crt
 create mode 100644 tests/data/127.0.0.1.cert.key
 create mode 100644 tests/rackups/redirecting.ru
 copy tests/rackups/{ssl_verify_peer.ru => ssl_mismatched_cn.ru} (52%)

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