[DRE-commits] [ruby-faraday] branch master updated (27d52a8 -> cfde4e2)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Sep 10 14:58:15 UTC 2017


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

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

      from  27d52a8   upload to experimental
       new  613795d   fix watch file
      adds  c5dba83   New upstream version 0.13.1
       new  cefcae8   Updated version 0.13.1 from 'upstream/0.13.1'
       new  cfde4e2   update changelog

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:
 .travis.yml                                |   4 +
 CONTRIBUTING.md                            |  13 ++
 Gemfile                                    |  15 +-
 LICENSE.md                                 |   2 +-
 README.md                                  | 127 +++++++++++++--
 debian/changelog                           |   6 +
 debian/watch                               |   2 +-
 lib/faraday.rb                             |   7 +-
 lib/faraday/adapter/httpclient.rb          |   2 +-
 lib/faraday/adapter/net_http.rb            |   4 +-
 lib/faraday/adapter/net_http_persistent.rb |   8 +-
 lib/faraday/adapter/patron.rb              |  11 +-
 lib/faraday/connection.rb                  |  59 +++++--
 lib/faraday/error.rb                       |   2 +-
 lib/faraday/options.rb                     |  43 ++---
 lib/faraday/rack_builder.rb                |  22 +++
 lib/faraday/request/multipart.rb           |   9 +-
 lib/faraday/request/retry.rb               |  12 +-
 lib/faraday/utils.rb                       |  27 ++--
 test/adapters/net_http_persistent_test.rb  |   7 +-
 test/adapters/patron_test.rb               |  16 +-
 test/connection_test.rb                    | 249 +++++++++++++++++++----------
 test/env_test.rb                           |  13 +-
 test/middleware/retry_test.rb              |  17 ++
 test/middleware_stack_test.rb              |  98 ++++++++++--
 test/options_test.rb                       | 104 ++++++++++--
 test/request_middleware_test.rb            |  40 +++--
 test/utils_test.rb                         |  21 +++
 28 files changed, 725 insertions(+), 215 deletions(-)

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