[DRE-commits] [ruby-mocha] branch master updated (ab73c21 -> 5c12d7d)

Cédric Boutillier boutil at moszumanska.debian.org
Fri Nov 24 23:38:12 UTC 2017


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

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

      from  ab73c21   Remove myself from Uploaders:
      adds  c064836   New upstream version 1.3.0
       new  aae425d   Update upstream source from tag 'upstream/1.3.0'
       new  3fb1da2   Bump Standards-Version to 4.1.1 (no changes needed)
       new  ff3a424   Bump debhelper compatibility level to 10
       new  e014e56   Refresh patches
       new  5c12d7d   prepare changelog

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:
 README.md                                          | 37 +++++++++++++--
 RELEASE.md                                         | 23 ++++++++++
 debian/changelog                                   | 13 ++++++
 debian/compat                                      |  2 +-
 debian/control                                     |  4 +-
 debian/patches/deactivate_failing_tests.patch      |  4 +-
 debian/patches/privacy_breach.patch                | 18 ++++----
 lib/mocha/any_instance_method.rb                   |  2 +-
 lib/mocha/api.rb                                   | 16 ++++---
 lib/mocha/inspect.rb                               | 10 -----
 lib/mocha/instance_method.rb                       |  8 ----
 lib/mocha/mock.rb                                  |  6 ++-
 lib/mocha/parameter_matchers.rb                    |  2 +-
 .../{query_string.rb => equivalent_uri.rb}         | 27 +++++++----
 lib/mocha/parameter_matchers/includes.rb           |  3 +-
 lib/mocha/version.rb                               |  2 +-
 mocha.gemspec                                      |  1 +
 test/acceptance/failure_messages_test.rb           |  2 +-
 .../acceptance/mock_with_initializer_block_test.rb | 35 +++++++++------
 test/acceptance/parameter_matcher_test.rb          | 44 ++----------------
 test/acceptance/sequence_test.rb                   | 10 ++---
 test/acceptance/stub_module_method_test.rb         | 52 +++++++++++++++++++---
 test/acceptance/stubba_test_result_test.rb         | 15 +++++--
 .../acceptance/stubbing_on_non_mock_object_test.rb | 20 +++++++--
 test/deprecation_disabler.rb                       |  1 +
 test/execution_point.rb                            | 10 +++--
 test/unit/any_instance_method_test.rb              |  2 +
 test/unit/array_inspect_test.rb                    |  2 +-
 test/unit/class_method_test.rb                     |  5 +++
 test/unit/expectation_test.rb                      |  2 +-
 test/unit/hash_inspect_test.rb                     |  2 +-
 test/unit/mockery_test.rb                          | 16 ++++---
 test/unit/parameter_matchers/equals_test.rb        |  2 +-
 .../unit/parameter_matchers/equivalent_uri_test.rb | 51 +++++++++++++++++++++
 test/unit/parameter_matchers/has_entry_test.rb     |  4 +-
 test/unit/parameter_matchers/has_value_test.rb     |  2 +-
 test/unit/parameter_matchers/includes_test.rb      |  5 +++
 test/unit/sequence_test.rb                         |  2 +-
 test/unit/string_inspect_test.rb                   |  4 +-
 39 files changed, 319 insertions(+), 147 deletions(-)
 rename lib/mocha/parameter_matchers/{query_string.rb => equivalent_uri.rb} (61%)
 create mode 100644 test/unit/parameter_matchers/equivalent_uri_test.rb

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



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