[DRE-commits] [ruby-webmock] branch master updated (37a7c55 -> 602c1a2)

Cédric Boutillier boutil at moszumanska.debian.org
Tue Sep 30 21:23:30 UTC 2014


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

boutil pushed a change to branch master
in repository ruby-webmock.

      from  37a7c55   prepare changelog
      adds  e54087a   Imported Upstream version 1.19.0
       new  3c7f537   Merge tag 'upstream/1.19.0'
       new  3c9a652   bump standards-version; add autopkgtest-pkg-ruby testsuite
       new  5d039c8   drop skip-excon-incompatible-test.patch and deactivate_tests_with_network.patch; not needed anymore
       new  602c1a2   add filter in debian/ruby-tests.rake to deactivate tests using network access

The 4 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                                         |   5 +-
 CHANGELOG.md                                       |  46 +++
 README.md                                          |  12 +-
 debian/control                                     |   3 +-
 debian/patches/deactivate_tests_with_network.patch |  36 --
 debian/patches/series                              |   4 +-
 debian/patches/skip-excon-incompatible-test.patch  |  16 -
 debian/ruby-tests.rake                             |  11 +-
 lib/webmock/config.rb                              |   6 +
 lib/webmock/errors.rb                              |  16 +-
 .../em_http_request/em_http_request_1_x.rb         |  30 +-
 lib/webmock/http_lib_adapters/excon_adapter.rb     |   8 +-
 lib/webmock/http_lib_adapters/http_gem/response.rb |   5 +-
 lib/webmock/http_lib_adapters/http_gem/webmock.rb  |   2 +-
 .../http_lib_adapters/httpclient_adapter.rb        |   8 +-
 lib/webmock/matchers/hash_including_matcher.rb     |   2 +-
 lib/webmock/request_pattern.rb                     |  21 +-
 lib/webmock/request_signature.rb                   |   2 +-
 lib/webmock/request_stub.rb                        |   2 +-
 lib/webmock/util/hash_keys_stringifier.rb          |   8 +-
 lib/webmock/util/query_mapper.rb                   | 372 +++++++++++++--------
 lib/webmock/util/uri.rb                            |   7 +-
 lib/webmock/version.rb                             |   2 +-
 lib/webmock/webmock.rb                             |  12 +
 metadata.yml                                       |  22 +-
 .../em_http_request/em_http_request_spec.rb        |  73 ++++
 spec/acceptance/excon/excon_spec.rb                |  20 +-
 spec/acceptance/http_gem/http_gem_spec.rb          |   9 +
 spec/acceptance/httpclient/httpclient_spec.rb      |  14 +-
 .../httpclient/httpclient_spec_helper.rb           |   2 +-
 spec/acceptance/patron/patron_spec_helper.rb       |   1 +
 spec/acceptance/shared/request_expectations.rb     |  18 +
 spec/acceptance/shared/stubbing_requests.rb        |   5 +
 spec/unit/errors_spec.rb                           |  68 +++-
 spec/unit/request_pattern_spec.rb                  |  15 +
 spec/unit/request_signature_spec.rb                |   3 +
 spec/unit/util/hash_keys_stringifier_spec.rb       |   2 +-
 spec/unit/util/query_mapper_spec.rb                | 108 +++++-
 spec/unit/util/uri_spec.rb                         |  29 ++
 webmock.gemspec                                    |   4 +-
 40 files changed, 718 insertions(+), 311 deletions(-)
 delete mode 100644 debian/patches/deactivate_tests_with_network.patch
 delete mode 100644 debian/patches/skip-excon-incompatible-test.patch

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



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