Skip to content

Commit

Permalink
Update ruby-mocha to to 0.13.3.
Browse files Browse the repository at this point in the history
# Release Notes

## 0.13.3

* Allow `Mocha::ParameterMatchers#includes` to accept multiple items. Thanks
  to @simao.
* Allow stubbing of *private* `Kernel` methods. Fixes #134. Thanks to @camski
  for reporting.
* Avoid a warning when `test/unit/version` is required by other libraries in
  the same project. Fixes #140. Thanks to @tmiller.
* Make auto-activation of Test::Unit integration more resilient. This change
  is specifically to cope with the nasty re-defining of classes that is done
  by the `minitest-spec-rails` gem. Fixes #143. Thanks to @tubaxenor for
  reporting.
* Safer restoration of stubbed method visibility. Fixes #141. Thanks to @tmm1.
* Ensure `Mockery` instance gets reset even if exception raised. Fixes #144.
* Adapt Mocha acceptance tests to cope with changes in output from latest
  (v4.6.2) of MiniTest.
* Updates to README about Rails compatibility.
  • Loading branch information
taca committed Mar 11, 2013
1 parent 424a8b2 commit 2c84f56
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions devel/ruby-mocha/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.16 2013/02/11 02:54:18 taca Exp $
# $NetBSD: Makefile,v 1.17 2013/03/11 07:37:10 taca Exp $

DISTNAME= mocha-0.13.2
DISTNAME= mocha-0.13.3
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
3 changes: 2 additions & 1 deletion devel/ruby-mocha/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.14 2013/02/11 02:54:19 taca Exp $
@comment $NetBSD: PLIST,v 1.15 2013/03/11 07:37:10 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gemtest
${GEM_LIBDIR}/.yardopts
Expand Down Expand Up @@ -201,6 +201,7 @@ ${GEM_LIBDIR}/test/unit/exception_raiser_test.rb
${GEM_LIBDIR}/test/unit/expectation_list_test.rb
${GEM_LIBDIR}/test/unit/expectation_test.rb
${GEM_LIBDIR}/test/unit/hash_inspect_test.rb
${GEM_LIBDIR}/test/unit/hooks_test.rb
${GEM_LIBDIR}/test/unit/in_state_ordering_constraint_test.rb
${GEM_LIBDIR}/test/unit/method_matcher_test.rb
${GEM_LIBDIR}/test/unit/mock_test.rb
Expand Down
8 changes: 4 additions & 4 deletions devel/ruby-mocha/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.15 2013/02/11 02:54:19 taca Exp $
$NetBSD: distinfo,v 1.16 2013/03/11 07:37:10 taca Exp $

SHA1 (mocha-0.13.2.gem) = da112555fcd51f61fded424de771ae111f13df03
RMD160 (mocha-0.13.2.gem) = c9f31a110c61f247754e3ff4a8082807b1c1a3cd
Size (mocha-0.13.2.gem) = 81408 bytes
SHA1 (mocha-0.13.3.gem) = 4096a434f5c1519226e3e3908934d8e45097b7b9
RMD160 (mocha-0.13.3.gem) = dbf1d39557595ca36788350c94939addda98999c
Size (mocha-0.13.3.gem) = 82432 bytes

0 comments on commit 2c84f56

Please sign in to comment.