[DRE-commits] [ruby-typhoeus] branch master updated (6ff73d3 -> cb238fb)

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 change to branch master
in repository ruby-typhoeus.

      from  6ff73d3   add sinatra to build dep
      adds  955186e   Imported Upstream version 0.6.8
       new  3a6f850   Merge tag 'upstream/0.6.8'
       new  5c1b979   new upstream release
       new  f6def56   needs ethon >= 0.7.0
       new  cb238fb   upload to unstable

The 4 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                                        |  10 +
 CHANGELOG.md                                       |  49 ++-
 Gemfile                                            |   2 +-
 LICENSE                                            |   2 +-
 README.md                                          | 389 ++++++++++++++++++++-
 debian/changelog                                   |   9 +
 debian/control                                     |  11 +-
 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 +-
 47 files changed, 1362 insertions(+), 198 deletions(-)
 create mode 100644 lib/typhoeus/request/streamable.rb
 create mode 100644 lib/typhoeus/response/cacheable.rb
 create mode 100644 metadata.yml
 create mode 100644 spec/support/memory_cache.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