[DRE-commits] [ruby-typhoeus] 01/04: Merge tag 'upstream/0.6.8'
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Sun Apr 13 11:55:19 UTC 2014
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-typhoeus.
commit 3a6f85040cdc97db0eee6f4bf3014a70a4e6c351
Merge: 6ff73d3 955186e
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Sun Apr 13 14:12:37 2014 +0530
Merge tag 'upstream/0.6.8'
Upstream version 0.6.8
.travis.yml | 10 +
CHANGELOG.md | 49 ++-
Gemfile | 2 +-
LICENSE | 2 +-
README.md | 389 ++++++++++++++++++++-
lib/rack/typhoeus/middleware/params_decoder.rb | 2 +-
.../typhoeus/middleware/params_decoder/helper.rb | 8 +-
lib/typhoeus.rb | 9 +-
lib/typhoeus/adapters/faraday.rb | 11 +-
lib/typhoeus/easy_factory.rb | 67 +++-
lib/typhoeus/hydra.rb | 3 -
lib/typhoeus/hydra/before.rb | 3 +-
lib/typhoeus/hydra/cacheable.rb | 2 +
lib/typhoeus/hydra/memoizable.rb | 1 +
lib/typhoeus/hydra/queueable.rb | 29 +-
lib/typhoeus/pool.rb | 31 +-
lib/typhoeus/request.rb | 41 ++-
lib/typhoeus/request/cacheable.rb | 3 +-
lib/typhoeus/request/callbacks.rb | 32 +-
lib/typhoeus/request/marshal.rb | 5 +-
lib/typhoeus/request/streamable.rb | 34 ++
lib/typhoeus/response.rb | 3 +
lib/typhoeus/response/cacheable.rb | 14 +
lib/typhoeus/response/informations.rb | 16 +-
lib/typhoeus/version.rb | 2 +-
metadata.yml | 196 +++++++++++
.../middleware/params_decoder/helper_spec.rb | 15 +
spec/spec_helper.rb | 9 +-
spec/support/memory_cache.rb | 15 +
spec/typhoeus/adapters/faraday_spec.rb | 84 ++++-
spec/typhoeus/easy_factory_spec.rb | 45 +++
spec/typhoeus/expectation_spec.rb | 4 +-
spec/typhoeus/hydra/addable_spec.rb | 8 +-
spec/typhoeus/hydra/before_spec.rb | 36 +-
spec/typhoeus/hydra/cacheable_spec.rb | 43 ++-
spec/typhoeus/hydra/memoizable_spec.rb | 14 +-
spec/typhoeus/hydra/queueable_spec.rb | 5 +
spec/typhoeus/hydra_spec.rb | 4 -
spec/typhoeus/request/cacheable_spec.rb | 34 +-
spec/typhoeus/request/marshal_spec.rb | 28 +-
spec/typhoeus/request/operations_spec.rb | 61 ++--
spec/typhoeus/request_spec.rb | 89 ++++-
spec/typhoeus/response/informations_spec.rb | 56 ++-
spec/typhoeus/response_spec.rb | 19 +
typhoeus.gemspec | 7 +-
45 files changed, 1347 insertions(+), 193 deletions(-)
--
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