Update ruby-mocha to to 0.13.3.
# 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.
This commit is contained in:
parent
b870c47e8c
commit
1f5097aeaf
3 changed files with 8 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue