[DRE-commits] [ruby-rest-client] 01/06: Merge tag 'upstream/1.8.0'

Lucas Nussbaum lucas at moszumanska.debian.org
Tue May 5 14:46:54 UTC 2015


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 8ae8657b4fdc213a505a7b59dcfca86109ba3489
Merge: 5981373 e7b23e0
Author: Lucas Nussbaum <lucas at debian.org>
Date:   Tue May 5 14:53:11 2015 +0200

    Merge tag 'upstream/1.8.0'
    
    Upstream version 1.8.0

 .gitignore                                    |   7 +
 .rspec                                        |   1 +
 .travis.yml                                   |  14 +
 AUTHORS                                       |  81 +++
 Gemfile                                       |  11 +
 LICENSE                                       |  21 +
 README.rdoc                                   |  87 ++-
 Rakefile                                      | 120 +++-
 VERSION                                       |   1 -
 bin/restclient                                |  17 +-
 history.md                                    |  64 +-
 lib/restclient.rb                             |  21 +-
 lib/restclient/abstract_response.rb           |  59 +-
 lib/restclient/exceptions.rb                  |  30 +-
 lib/restclient/net_http_ext.rb                |  55 --
 lib/restclient/payload.rb                     |  39 +-
 lib/restclient/platform.rb                    |  30 +
 lib/restclient/raw_response.rb                |   5 +-
 lib/restclient/request.rb                     | 431 ++++++++++--
 lib/restclient/resource.rb                    |   7 +-
 lib/restclient/response.rb                    |   7 +-
 lib/restclient/version.rb                     |   7 +
 lib/restclient/windows.rb                     |   8 +
 lib/restclient/windows/root_certs.rb          | 105 +++
 metadata.yml                                  | 322 +++++----
 rest-client.gemspec                           |  30 +
 rest-client.windows.gemspec                   |  19 +
 spec/base.rb                                  |  16 -
 spec/integration/capath_digicert/244b5494.0   |  19 +
 spec/integration/capath_digicert/81b9768f.0   |  19 +
 spec/integration/capath_digicert/README       |   8 +
 spec/integration/capath_digicert/digicert.crt |  19 +
 spec/integration/capath_verisign/415660c1.0   |  14 +
 spec/integration/capath_verisign/7651b327.0   |  14 +
 spec/integration/capath_verisign/README       |   8 +
 spec/integration/capath_verisign/verisign.crt |  14 +
 spec/integration/certs/digicert.crt           |  19 +
 spec/integration/certs/equifax.crt            |  19 -
 spec/{ => integration}/integration_spec.rb    |  23 +-
 spec/integration/request_spec.rb              |  93 ++-
 spec/master_shake.jpg                         | Bin 22545 -> 0 bytes
 spec/raw_response_spec.rb                     |  17 -
 spec/request_spec.rb                          | 529 ---------------
 spec/spec_helper.rb                           |   2 +
 spec/{ => unit}/abstract_response_spec.rb     |  33 +-
 spec/{ => unit}/exceptions_spec.rb            |  37 +-
 spec/unit/master_shake.jpg                    | Bin 0 -> 76988 bytes
 spec/{ => unit}/payload_spec.rb               |  73 +-
 spec/unit/raw_response_spec.rb                |  18 +
 spec/{ => unit}/request2_spec.rb              |  20 +-
 spec/unit/request_spec.rb                     | 917 ++++++++++++++++++++++++++
 spec/{ => unit}/resource_spec.rb              |  58 +-
 spec/{ => unit}/response_spec.rb              | 120 ++--
 spec/{ => unit}/restclient_spec.rb            |  10 +-
 spec/unit/windows/root_certs_spec.rb          |  22 +
 55 files changed, 2601 insertions(+), 1139 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