[DRE-commits] [ruby-rest-client] 02/12: Merge tag 'upstream/2.0.2'

Lucas Nussbaum lucas at moszumanska.debian.org
Sat Jul 8 08:38:20 UTC 2017


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

lucas pushed a commit to branch master
in repository ruby-rest-client.

commit d6eea146751827d6b1756919697e1d2a47d04f20
Merge: ba12881 97574ac
Author: Lucas Nussbaum <lucas at debian.org>
Date:   Sat Jul 1 20:35:47 2017 +0200

    Merge tag 'upstream/2.0.2'
    
    Upstream version 2.0.2

 .gitignore                           |    1 +
 .rspec                               |    3 +-
 .rubocop-disables.yml                |  384 ++++++++++++
 .rubocop.yml                         |    3 +
 .travis.yml                          |   46 +-
 AUTHORS                              |   19 +-
 README.md                            |  784 +++++++++++++++++++++++
 README.rdoc                          |  324 ----------
 Rakefile                             |   18 +-
 bin/restclient                       |    8 +-
 history.md                           |  128 ++++
 lib/restclient.rb                    |   23 +-
 lib/restclient/abstract_response.rb  |  201 ++++--
 lib/restclient/exceptions.rb         |  145 +++--
 lib/restclient/params_array.rb       |   72 +++
 lib/restclient/payload.rb            |  113 ++--
 lib/restclient/platform.rb           |   19 +
 lib/restclient/raw_response.rb       |    7 +-
 lib/restclient/request.rb            |  742 ++++++++++++++--------
 lib/restclient/resource.rb           |    6 +-
 lib/restclient/response.rb           |   71 ++-
 lib/restclient/utils.rb              |  235 +++++++
 lib/restclient/version.rb            |    3 +-
 metadata.yml                         |  253 --------
 rest-client.gemspec                  |   19 +-
 spec/helpers.rb                      |   22 +
 spec/integration/_lib.rb             |    1 +
 spec/integration/httpbin_spec.rb     |   87 +++
 spec/integration/integration_spec.rb |  108 +++-
 spec/integration/request_spec.rb     |   27 +-
 spec/spec_helper.rb                  |   29 +-
 spec/unit/_lib.rb                    |    1 +
 spec/unit/abstract_response_spec.rb  |  127 ++--
 spec/unit/exceptions_spec.rb         |   69 +-
 spec/unit/params_array_spec.rb       |   36 ++
 spec/unit/payload_spec.rb            |  126 ++--
 spec/unit/raw_response_spec.rb       |    8 +-
 spec/unit/request2_spec.rb           |   42 +-
 spec/unit/request_spec.rb            | 1139 ++++++++++++++++++++++------------
 spec/unit/resource_spec.rb           |   58 +-
 spec/unit/response_spec.rb           |  180 ++++--
 spec/unit/restclient_spec.rb         |   30 +-
 spec/unit/utils_spec.rb              |  147 +++++
 spec/unit/windows/root_certs_spec.rb |    6 +-
 44 files changed, 4175 insertions(+), 1695 deletions(-)

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



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