[DRE-commits] [ruby-mocha] branch master updated (6f12eba -> f5c7c92)

Cédric Boutillier boutil at moszumanska.debian.org
Thu Jul 6 22:58:30 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  6f12eba   Run wrap-and-sort on packaging files
       new  bbbbcce   New upstream version 1.2.1
       new  2098535   Updated version 1.2.1 from 'upstream/1.2.1'
       new  4b94ad3   update privacy_breach.patch
       new  ed5d0ee   drop ruby22_nil_frozen.patch (applied upstream)
       new  696e199   add Testsuite field, bump Standards-Version to 4.0.0, update homepage
       new  ba24265   prepare changelog
       new  d3bcec9   Make gem2deb test dependencies when running the tests
       new  f692d13   Use DEB_VERSION_UPSTREAM dpkg variable to read upstream version in debian/rules
       new  cc36b05   more privacy breaches fixed
       new  1ab345e   Update address for source and years in copyright file
       new  f5c7c92   still mark as unreleased

The 11 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                                          |  94 +++++-
 RELEASE.md                                         |  21 ++
 Rakefile                                           |  20 +-
 bin/build-matrix                                   |   1 -
 checksums.yaml.gz                                  | Bin 270 -> 0 bytes
 debian/changelog                                   |  19 ++
 debian/control                                     |   5 +-
 debian/copyright                                   |   4 +-
 debian/patches/privacy_breach.patch                |  79 ++++-
 debian/patches/ruby22_nil_frozen.patch             | 100 ------
 debian/patches/series                              |   1 -
 debian/rules                                       |  17 +-
 gemfiles/Gemfile.test-unit.latest                  |   6 +-
 lib/mocha/any_instance_method.rb                   |  46 +--
 lib/mocha/api.rb                                   |   4 +-
 lib/mocha/class_method.rb                          |  66 ++--
 lib/mocha/class_methods.rb                         |   1 +
 lib/mocha/integration/monkey_patcher.rb            |  18 +-
 lib/mocha/mockery.rb                               |   3 +-
 lib/mocha/parameter_matchers/equals.rb             |   2 +-
 lib/mocha/parameter_matchers/includes.rb           |  47 ++-
 lib/mocha/ruby_version.rb                          |   4 +
 lib/mocha/version.rb                               |   2 +-
 metadata.yml                                       | 365 ---------------------
 mocha.gemspec                                      |  40 ++-
 test/acceptance/issue_272_test.rb                  |  52 +++
 test/acceptance/prepend_test.rb                    |   3 +-
 test/acceptance/stub_any_instance_method_test.rb   |  58 +++-
 .../stub_class_method_defined_on_class_test.rb     |   6 +-
 .../stub_instance_method_defined_on_class_test.rb  |   6 +-
 .../stub_instance_method_defined_on_module_test.rb |   3 +
 ...ub_method_defined_on_module_and_aliased_test.rb |  39 +++
 test/acceptance/stubbing_nil_test.rb               |  68 ++--
 ...ubbing_non_existent_any_instance_method_test.rb |  13 +
 test/assertions.rb                                 |  10 +-
 test/minitest_result.rb                            |   4 +-
 test/test_runner.rb                                |   2 +-
 test/unit/any_instance_method_test.rb              |   2 +
 test/unit/class_method_test.rb                     |   2 +
 test/unit/mock_test.rb                             |   3 +-
 test/unit/object_inspect_test.rb                   |   3 +-
 test/unit/parameter_matchers/includes_test.rb      |  43 +++
 42 files changed, 642 insertions(+), 640 deletions(-)
 delete mode 100644 checksums.yaml.gz
 delete mode 100644 debian/patches/ruby22_nil_frozen.patch
 create mode 100644 lib/mocha/ruby_version.rb
 delete mode 100644 metadata.yml
 create mode 100644 test/acceptance/issue_272_test.rb
 create mode 100644 test/acceptance/stub_method_defined_on_module_and_aliased_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