[DRE-commits] [ruby-faraday] branch master updated (f7c065b -> f8626a8)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sat Aug 29 06:48:50 UTC 2015


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

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

      from  f7c065b   upload to unstable
      adds  71abebe   Imported Upstream version 0.9.1
       new  a02eaad   Merge tag 'upstream/0.9.1'
       new  0b6cde7   update changelog
       new  105aa19   refresh patch
       new  8eb63a7   fix syntax
       new  ff01abd   bump standards
       new  1e52121   fix copyright
       new  f8626a8   upload to unstable

The 7 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:
 CHANGELOG.md                               |   5 ++
 CONTRIBUTING.md                            |   6 +-
 Gemfile                                    |   8 +--
 README.md                                  |  20 ++++---
 checksums.yaml.gz                          | Bin 270 -> 0 bytes
 debian/changelog                           |   9 +++
 debian/control                             |   4 +-
 debian/copyright                           |  22 +------
 debian/patches/002_disable-simplecov-html  |  39 +++++++++----
 lib/faraday.rb                             |   2 +-
 lib/faraday/adapter/net_http.rb            |  42 ++++++++------
 lib/faraday/adapter/net_http_persistent.rb |   5 +-
 lib/faraday/adapter/patron.rb              |   6 +-
 lib/faraday/autoload.rb                    |   1 -
 lib/faraday/parameters.rb                  |  28 +++------
 lib/faraday/request/retry.rb               |  36 +++++++++++-
 lib/faraday/response.rb                    |   2 +-
 lib/faraday/response/logger.rb             |  27 ++++++++-
 metadata.yml                               |  10 +++-
 script/cached-bundle                       |  46 +++++++++++++++
 script/s3-put                              |  71 +++++++++++++++++++++++
 test/adapters/logger_test.rb               |  57 ++++++++++++++++--
 test/env_test.rb                           |   8 +++
 test/helper.rb                             |  20 +++----
 test/middleware/retry_test.rb              |  90 +++++++++++++++++++++++++----
 test/parameters_test.rb                    |  64 ++++++++++++++++++++
 26 files changed, 502 insertions(+), 126 deletions(-)
 delete mode 100644 checksums.yaml.gz
 create mode 100755 script/cached-bundle
 create mode 100755 script/s3-put
 create mode 100644 test/parameters_test.rb

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