[DRE-commits] [ruby-typhoeus] branch master updated (5da15ec -> b97d20e)

Sruthi Chandran srud-guest at moszumanska.debian.org
Tue Jun 27 17:24:38 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-typhoeus.

      from  5da15ec   Ready for upload
      adds  713e4a7   New upstream version 1.1.2
       new  28faae7   Merge tag 'upstream/1.1.2'
       new  8bdabb3   Update Standards version
       new  8ea8d12   New upstream release
       new  a49f4ea   Update builddeps
       new  b97d20e   Upload to unstable

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:
 .travis.yml                            |   3 -
 CHANGELOG.md                           |  10 +-
 Gemfile                                |  10 +-
 README.md                              |  37 +--
 debian/changelog                       |   7 +
 debian/control                         |   6 +-
 lib/typhoeus.rb                        |  15 ++
 lib/typhoeus/adapters/faraday.rb       |  31 ++-
 lib/typhoeus/cache/dalli.rb            |  26 ++
 lib/typhoeus/cache/rails.rb            |  26 ++
 lib/typhoeus/cache/redis.rb            |  33 +++
 lib/typhoeus/version.rb                |   2 +-
 spec/typhoeus/adapters/faraday_spec.rb | 441 +++++++++++++++++----------------
 spec/typhoeus/cache/dalli_spec.rb      |  41 +++
 spec/typhoeus/cache/redis_spec.rb      |  41 +++
 15 files changed, 476 insertions(+), 253 deletions(-)
 create mode 100644 lib/typhoeus/cache/dalli.rb
 create mode 100644 lib/typhoeus/cache/rails.rb
 create mode 100644 lib/typhoeus/cache/redis.rb
 create mode 100644 spec/typhoeus/cache/dalli_spec.rb
 create mode 100644 spec/typhoeus/cache/redis_spec.rb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-typhoeus.git



More information about the Pkg-ruby-extras-commits mailing list