[DRE-commits] [ruby-webmock] branch master updated (ea4fb59 -> 5ad1e2c)

Cédric Boutillier boutil at moszumanska.debian.org
Fri Mar 14 10:18:40 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  ea4fb59   bump standards version, build only on ruby 1.9.1
      adds  d62841c   Imported Upstream version 1.17.4
       new  933ceef   Merge tag 'upstream/1.17.4'
       new  20e3608   refresh skip-gem-building-whitespace-tests.patch
       new  774f0ef   add missing copyright information
       new  fac21d9   wrap deps, add ruby-safe-yaml to build-deps, drop rake
       new  5ad1e2c   marked as UNRELEASED, add TODO (package some deps)

The 5 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:
 .travis.yml                                        |  12 +-
 CHANGELOG.md                                       |  46 ++++++
 README.md                                          |   8 +
 debian/TODO                                        |   4 +
 debian/changelog                                   |   2 +-
 debian/control                                     |  27 +++-
 debian/copyright                                   |  13 ++
 .../skip-gem-building-whitespace-tests.patch       |   4 +-
 lib/webmock.rb                                     |   1 +
 lib/webmock/api.rb                                 |   2 +-
 lib/webmock/http_lib_adapters/curb_adapter.rb      |  15 +-
 lib/webmock/http_lib_adapters/http_gem_adapter.rb  | 170 +++++++++++++++++++++
 .../http_lib_adapters/typhoeus_hydra_adapter.rb    |  11 ++
 lib/webmock/rack_response.rb                       |   2 +-
 lib/webmock/request_execution_verifier.rb          |   2 +-
 .../rspec/matchers/request_pattern_matcher.rb      |   8 +-
 lib/webmock/rspec/matchers/webmock_matcher.rb      |   8 +-
 lib/webmock/util/json.rb                           |   5 +
 lib/webmock/util/query_mapper.rb                   |   4 +-
 lib/webmock/util/version_checker.rb                |  21 +++
 lib/webmock/version.rb                             |   2 +-
 metadata.yml                                       | 125 +++++++++------
 spec/acceptance/curb/curb_spec.rb                  |  49 ++++++
 spec/acceptance/excon/excon_spec_helper.rb         |   9 +-
 spec/acceptance/http_gem/http_gem_spec.rb          |  54 +++++++
 spec/acceptance/http_gem/http_gem_spec_helper.rb   |  52 +++++++
 spec/acceptance/shared/callbacks.rb                |  10 +-
 .../shared/returning_declared_responses.rb         |  13 ++
 spec/acceptance/typhoeus/typhoeus_hydra_spec.rb    |  39 +++++
 spec/quality_spec.rb                               |  24 +++
 spec/unit/request_execution_verifier_spec.rb       |   4 +-
 spec/unit/util/query_mapper_spec.rb                |  30 ++++
 webmock.gemspec                                    |   3 +-
 33 files changed, 697 insertions(+), 82 deletions(-)
 create mode 100644 debian/TODO
 create mode 100644 lib/webmock/http_lib_adapters/http_gem_adapter.rb
 create mode 100644 spec/acceptance/http_gem/http_gem_spec.rb
 create mode 100644 spec/acceptance/http_gem/http_gem_spec_helper.rb
 create mode 100644 spec/unit/util/query_mapper_spec.rb

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