[DRE-commits] [ruby-rest-client] branch master updated (ba12881 -> c5d00a3)

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

      from  ba12881   target unstable
       new  97574ac   New upstream version 2.0.2
       new  d6eea14   Merge tag 'upstream/2.0.2'
       new  d881d20   Drop patch port-tests-rspec3.patch: no longer needed.
       new  6a76d2b   Refresh patch disable-network-tests.patch
       new  a941e1a   d/rules: update gemspec filename
       new  28aaf6f   Update dependencies
       new  6503eab   Bump Standards-Version. No changes needed.
       new  a89fcc1   Update README name
       new  8f1fb9a   d/rules: refresh packaging
       new  9aeb157   Fix build-dep on ruby-webmock
       new  e816b47   Disable dependancies check
       new  c5d00a3   Prepare changelog

The 12 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:
 .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 +-
 debian/changelog                           |   19 +
 debian/control                             |   14 +-
 debian/patches/disable-network-tests.patch |    7 +-
 debian/patches/port-tests-rspec3.patch     | 2082 ----------------------------
 debian/patches/series                      |    1 -
 debian/ruby-rest-client.docs               |    2 +-
 debian/rules                               |   16 +-
 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 +-
 51 files changed, 4210 insertions(+), 3801 deletions(-)
 create mode 100644 .rubocop-disables.yml
 create mode 100644 .rubocop.yml
 create mode 100644 README.md
 delete mode 100644 README.rdoc
 delete mode 100644 debian/patches/port-tests-rspec3.patch
 create mode 100644 lib/restclient/params_array.rb
 create mode 100644 lib/restclient/utils.rb
 delete mode 100644 metadata.yml
 create mode 100644 spec/helpers.rb
 create mode 100644 spec/integration/_lib.rb
 create mode 100644 spec/integration/httpbin_spec.rb
 create mode 100644 spec/unit/_lib.rb
 create mode 100644 spec/unit/params_array_spec.rb
 create mode 100644 spec/unit/utils_spec.rb

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