[DRE-commits] [ruby-ethon] branch master updated (eae46db -> 6060bf5)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Apr 13 11:52:09 UTC 2014


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

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

      from  eae46db   remove unused ruby-tests.rb
       new  e6095b4   switch back to gem file as it includes tests now
      adds  58ebe37   Imported Upstream version 0.7.0
       new  ad77865   Merge tag 'upstream/0.7.0'
       new  af76c9c   remove already applied patch
       new  cc1a755   new upstream release
       new  9d558d8   tighten ruby-ffi dependency
       new  6060bf5   upload to unstable

The 6 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                                 |   11 +-
 CHANGELOG.md                                |   35 +-
 Gemfile                                     |    3 +-
 LICENSE                                     |    2 +-
 README.md                                   |    8 +-
 debian/changelog                            |   10 +
 debian/control                              |    9 +-
 debian/patches/fix-effective-url-test.patch |   26 -
 debian/patches/series                       |    1 -
 debian/watch                                |    3 +-
 ethon.gemspec                               |    6 +-
 lib/ethon.rb                                |    5 +-
 lib/ethon/curl.rb                           |   12 -
 lib/ethon/curls/auth_types.rb               |   25 -
 lib/ethon/curls/constants.rb                |   28 +-
 lib/ethon/curls/functions.rb                |   79 +-
 lib/ethon/curls/http_versions.rb            |   22 -
 lib/ethon/curls/infos.rb                    |   22 +-
 lib/ethon/curls/options.rb                  |  635 +++++++++-----
 lib/ethon/curls/postredir.rb                |   15 -
 lib/ethon/curls/protocols.rb                |   36 -
 lib/ethon/curls/proxy_types.rb              |   25 -
 lib/ethon/curls/settings.rb                 |    1 +
 lib/ethon/curls/ssl_versions.rb             |   23 -
 lib/ethon/easy.rb                           |   32 +-
 lib/ethon/easy/callbacks.rb                 |   55 +-
 lib/ethon/easy/debug_info.rb                |   46 +
 lib/ethon/easy/mirror.rb                    |   39 +
 lib/ethon/easy/operations.rb                |    2 +-
 lib/ethon/easy/options.rb                   | 1252 +--------------------------
 lib/ethon/easy/queryable.rb                 |   25 +-
 lib/ethon/easy/response_callbacks.rb        |   50 +-
 lib/ethon/multi.rb                          |   14 +-
 lib/ethon/multi/options.rb                  |   24 +-
 lib/ethon/version.rb                        |    2 +-
 metadata.yml                                |  196 +++++
 profile/memory_leaks.rb                     |   17 +-
 profile/perf_spec_helper.rb                 |    4 +-
 profile/support/memory_test_helpers.rb      |    6 +-
 spec/ethon/easy/callbacks_spec.rb           |    8 +-
 spec/ethon/easy/debug_info_spec.rb          |   52 ++
 spec/ethon/easy/http/put_spec.rb            |   43 +-
 spec/ethon/easy/http_spec.rb                |   21 +-
 spec/ethon/easy/informations_spec.rb        |    2 +-
 spec/ethon/easy/mirror_spec.rb              |   39 +
 spec/ethon/easy/operations_spec.rb          |   31 +-
 spec/ethon/easy/options_spec.rb             |   88 +-
 spec/ethon/easy/queryable_spec.rb           |   36 +-
 spec/ethon/easy/response_callbacks_spec.rb  |   88 +-
 spec/ethon/easy_spec.rb                     |   46 +-
 spec/ethon/multi/operations_spec.rb         |    4 +-
 spec/ethon/multi/options_spec.rb            |    2 +-
 52 files changed, 1357 insertions(+), 1909 deletions(-)
 delete mode 100644 debian/patches/fix-effective-url-test.patch
 delete mode 100644 lib/ethon/curls/auth_types.rb
 delete mode 100644 lib/ethon/curls/http_versions.rb
 delete mode 100644 lib/ethon/curls/postredir.rb
 delete mode 100644 lib/ethon/curls/protocols.rb
 delete mode 100644 lib/ethon/curls/proxy_types.rb
 delete mode 100644 lib/ethon/curls/ssl_versions.rb
 create mode 100644 lib/ethon/easy/debug_info.rb
 create mode 100644 lib/ethon/easy/mirror.rb
 create mode 100644 metadata.yml
 create mode 100644 spec/ethon/easy/debug_info_spec.rb
 create mode 100644 spec/ethon/easy/mirror_spec.rb

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



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