[DRE-commits] [ruby-faraday] branch master updated (bdd0c21 ->	a243f3e)
    Sruthi Chandran 
    srud-guest at moszumanska.debian.org
       
    Thu Jul 20 08:29:12 UTC 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
srud-guest pushed a change to branch master
in repository ruby-faraday.
      from  bdd0c21   Update changelog for 0.9.2-3 release
      adds  12b91f5   New upstream version 0.11.0
       new  a243f3e   Updated version 0.11.0 from 'upstream/0.11.0'
The 1 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:
 .gitignore                                 |  3 ++
 .travis.yml                                | 14 +++--
 CHANGELOG.md                               |  2 +
 CONTRIBUTING.md                            |  5 +-
 Gemfile                                    | 14 ++++-
 README.md                                  | 22 ++++++--
 faraday.gemspec                            |  2 +
 lib/faraday.rb                             | 41 +++-----------
 lib/faraday/adapter.rb                     |  9 +++-
 lib/faraday/adapter/em_http.rb             | 10 +++-
 lib/faraday/adapter/em_http_ssl_patch.rb   |  2 +-
 lib/faraday/adapter/em_synchrony.rb        | 10 +++-
 lib/faraday/adapter/excon.rb               | 13 +++--
 lib/faraday/adapter/httpclient.rb          | 23 +++++---
 lib/faraday/adapter/net_http.rb            | 17 +++---
 lib/faraday/adapter/net_http_persistent.rb |  7 +--
 lib/faraday/adapter/patron.rb              | 12 ++---
 lib/faraday/adapter/test.rb                | 85 ++++++++++++++++++++++--------
 lib/faraday/connection.rb                  | 12 ++---
 lib/faraday/error.rb                       | 12 ++++-
 lib/faraday/options.rb                     | 10 +++-
 lib/faraday/request.rb                     |  2 +
 lib/faraday/request/authorization.rb       |  3 +-
 lib/faraday/request/retry.rb               |  2 +-
 lib/faraday/response.rb                    |  4 ++
 lib/faraday/response/logger.rb             | 33 +++++++++---
 lib/faraday/utils.rb                       | 10 +++-
 script/bootstrap                           | 12 +++++
 test/adapters/em_http_test.rb              | 10 ++++
 test/adapters/em_synchrony_test.rb         | 32 +++++++----
 test/adapters/excon_test.rb                | 10 ++++
 test/adapters/httpclient_test.rb           | 13 +++++
 test/adapters/integration.rb               |  8 ++-
 test/adapters/logger_test.rb               | 58 ++++++++++++++++++--
 test/adapters/net_http_persistent_test.rb  | 12 +++++
 test/adapters/net_http_test.rb             | 15 +++++-
 test/adapters/patron_test.rb               | 27 +++++++---
 test/adapters/rack_test.rb                 |  7 +++
 test/adapters/test_middleware_test.rb      | 30 +++++++++--
 test/adapters/typhoeus_test.rb             |  7 +++
 test/composite_read_io_test.rb             | 34 ++++++------
 test/connection_test.rb                    | 55 ++++++++++++++++++-
 test/env_test.rb                           |  9 +++-
 test/helper.rb                             | 16 +++---
 test/options_test.rb                       |  6 +--
 test/request_middleware_test.rb            | 24 ---------
 test/response_middleware_test.rb           |  4 +-
 test/utils_test.rb                         | 10 ++++
 48 files changed, 570 insertions(+), 208 deletions(-)
 create mode 100755 script/bootstrap
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-faraday.git
    
    
More information about the Pkg-ruby-extras-commits
mailing list