[DRE-commits] [ruby-faraday] branch master updated (f8626a8 -> e7f07f1)
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Fri Jan 1 11:41:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a change to branch master
in repository ruby-faraday.
from f8626a8 upload to unstable
adds e9c1a41 Imported Upstream version 0.9.2
new 93d7bb4 Merge tag 'upstream/0.9.2'
new 7660f3c update changelog
new c4c4c61 use github tarballs
adds 7b75870 Imported Upstream version 0.9.2
new 2a780bd Merge tag 'upstream/0.9.2'
new e7f07f1 refresh patches
The 5 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 | 19 +++
.travis.yml | 38 ++++++
Gemfile | 3 +-
LICENSE.md | 2 +-
README.md | 57 ++++++---
Rakefile | 63 ----------
debian/changelog | 6 +
debian/patches/002_disable-simplecov-html | 4 +-
debian/watch | 7 +-
faraday.gemspec | 16 +--
lib/faraday.rb | 2 +-
lib/faraday/adapter/em_synchrony.rb | 8 ++
lib/faraday/adapter/excon.rb | 1 +
lib/faraday/adapter/httpclient.rb | 17 ++-
lib/faraday/adapter/net_http.rb | 4 +-
lib/faraday/adapter/net_http_persistent.rb | 3 +-
lib/faraday/adapter/patron.rb | 10 +-
lib/faraday/connection.rb | 11 +-
lib/faraday/options.rb | 9 ++
lib/faraday/parameters.rb | 92 ++++++++------
lib/faraday/rack_builder.rb | 5 +-
lib/faraday/request/retry.rb | 12 +-
lib/faraday/response.rb | 4 +-
lib/faraday/utils.rb | 14 ++-
metadata.yml | 185 -----------------------------
script/cached-bundle | 46 -------
script/console | 2 +-
script/release | 9 +-
script/s3-put | 71 -----------
script/test | 3 +-
test/adapters/httpclient_test.rb | 2 +-
test/adapters/integration.rb | 7 +-
test/adapters/logger_test.rb | 11 +-
test/adapters/net_http_test.rb | 31 +++++
test/adapters/patron_test.rb | 2 +-
test/adapters/typhoeus_test.rb | 2 +-
test/connection_test.rb | 33 ++++-
test/env_test.rb | 28 +++++
test/helper.rb | 14 +--
test/middleware/retry_test.rb | 26 +++-
test/middleware_stack_test.rb | 9 ++
test/parameters_test.rb | 79 +++++++++++-
test/utils_test.rb | 9 ++
43 files changed, 485 insertions(+), 491 deletions(-)
create mode 100644 .gitignore
create mode 100644 .travis.yml
delete mode 100644 metadata.yml
delete mode 100755 script/cached-bundle
delete mode 100755 script/s3-put
--
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