[DRE-commits] [ruby-excon] 01/03: Merge tag 'upstream/0.45.1'

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


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

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

commit cc0d91439bfb6fd2271218b3d59e764f43db6aa7
Merge: ff46547 bfa5b86
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Fri Apr 10 23:04:02 2015 +0530

    Merge tag 'upstream/0.45.1'
    
    Upstream version 0.45.1
    
    # gpg: Signature made Friday 10 April 2015 11:03:51 PM IST using RSA key ID 4512C22A
    # gpg: Good signature from "Praveen Arimbrathodiyil (piratepin) <praveen at debian.org>"
    # gpg:                 aka "Pirate Praveen (pirates.org.in) <praveen at onenetbeyond.org>"
    # gpg:                 aka "Pirate Praveen (piratesin) <me at j4v4m4n.in>"

 CONTRIBUTORS.md                              |  11 +
 Gemfile                                      |   2 +-
 Gemfile.lock                                 |  17 +-
 LICENSE.md                                   |   2 +-
 README.md                                    |  57 +-
 Rakefile                                     |   4 +-
 changelog.txt                                | 144 +++++
 data/cacert.pem                              | 883 +++++++++++++++------------
 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 +-
 tests/rackups/ssl_mismatched_cn.ru           |  15 +
 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 +
 45 files changed, 1811 insertions(+), 1135 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