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

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Jan 13 17:41:59 UTC 2014


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

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

commit 0c441b339faf587656dd1dde5152fc823bfe87a6
Merge: 075e4a3 918358b
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Mon Jan 13 00:31:07 2014 +0530

    Merge tag 'upstream/0.31.0'
    
    Upstream version 0.31.0

 Gemfile                                      |   2 +
 Gemfile.lock                                 | 223 +++++++++++++++-
 README.md                                    | 385 ++++++++++++++++++---------
 changelog.txt                                | 134 ++++++++++
 excon.gemspec                                |  21 +-
 lib/excon.rb                                 |  61 +++--
 lib/excon/connection.rb                      | 239 ++++++++++-------
 lib/excon/constants.rb                       |  62 +++--
 lib/excon/errors.rb                          |  93 ++++---
 lib/excon/middlewares/decompress.rb          |  35 +++
 lib/excon/middlewares/idempotent.rb          |   8 +-
 lib/excon/middlewares/mock.rb                |   8 +-
 lib/excon/middlewares/redirect_follower.rb   |  46 ++++
 lib/excon/middlewares/response_parser.rb     |  30 +++
 lib/excon/response.rb                        |  97 ++++---
 lib/excon/socket.rb                          | 111 ++++----
 lib/excon/ssl_socket.rb                      |  57 ++--
 lib/excon/unix_socket.rb                     |  38 +++
 lib/excon/utils.rb                           |  85 ++++++
 metadata.yml                                 |  25 +-
 tests/authorization_header_tests.rb          |  17 +-
 tests/basic_tests.rb                         | 132 ++++-----
 tests/errors_tests.rb                        |   9 +
 tests/header_tests.rb                        |   7 +-
 tests/middlewares/canned_response_tests.rb   |  24 ++
 tests/middlewares/decompress_tests.rb        | 152 +++++++++++
 tests/middlewares/instrumentation_tests.rb   |  27 +-
 tests/middlewares/mock_tests.rb              | 110 +++++---
 tests/middlewares/redirect_follower_tests.rb |  63 +++++
 tests/pipeline_tests.rb                      |  40 +++
 tests/proxy_tests.rb                         |  51 ++--
 tests/query_string_tests.rb                  |  36 +--
 tests/rackups/basic.rb                       |   4 +
 tests/rackups/deflater.ru                    |   4 +
 tests/rackups/proxy.ru                       |   4 +
 tests/rackups/query_string.ru                |   4 +
 tests/rackups/request_headers.ru             |   4 +
 tests/rackups/request_methods.ru             |   8 +-
 tests/rackups/response_header.ru             |   4 +
 tests/rackups/thread_safety.ru               |   4 +
 tests/rackups/timeout.ru                     |   5 +
 tests/rackups/webrick_patch.rb               |  34 +++
 tests/request_method_tests.rb                |  10 +-
 tests/request_tests.rb                       | 113 ++++++++
 tests/requests_tests.rb                      |  46 ----
 tests/response_tests.rb                      | 226 ++++++++++++++++
 tests/servers/good.rb                        | 330 +++++++++++++++++++++++
 tests/test_helper.rb                         | 136 ++++++++--
 tests/thread_safety_tests.rb                 |  10 +-
 tests/timeout_tests.rb                       |  11 +-
 tests/utils_tests.rb                         |  68 +++++
 51 files changed, 2754 insertions(+), 699 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