[DRE-commits] [ruby-ethon] 02/06: Merge tag 'upstream/0.7.0'

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 commit to branch master
in repository ruby-ethon.

commit ad77865d2bf070ef7e113199a11dbc2c42ba57e8
Merge: e6095b4 58ebe37
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun Apr 13 14:31:46 2014 +0530

    Merge tag 'upstream/0.7.0'
    
    Upstream version 0.7.0

 .travis.yml                                |   11 +-
 CHANGELOG.md                               |   35 +-
 Gemfile                                    |    3 +-
 LICENSE                                    |    2 +-
 README.md                                  |    8 +-
 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 +-
 47 files changed, 1341 insertions(+), 1876 deletions(-)

-- 
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