summaryrefslogtreecommitdiff
path: root/devel/ruby-mocha
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2013-03-11 07:37:10 +0000
committertaca <taca@pkgsrc.org>2013-03-11 07:37:10 +0000
commitf6cb8010296a2d9419bdc0c7b5d888ca7fd0e4b2 (patch)
tree23e865dc0321bbcc88a9248d04a7a707106f709d /devel/ruby-mocha
parent3c00290ee98c50e38b7f1aa01248bc6224a7bb1a (diff)
downloadpkgsrc-f6cb8010296a2d9419bdc0c7b5d888ca7fd0e4b2.tar.gz
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.
Diffstat (limited to 'devel/ruby-mocha')
-rw-r--r--devel/ruby-mocha/Makefile4
-rw-r--r--devel/ruby-mocha/PLIST3
-rw-r--r--devel/ruby-mocha/distinfo8
3 files changed, 8 insertions, 7 deletions
diff --git a/devel/ruby-mocha/Makefile b/devel/ruby-mocha/Makefile
index b488e500275..afcade2d392 100644
--- a/devel/ruby-mocha/Makefile
+++ b/devel/ruby-mocha/Makefile
@@ -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
diff --git a/devel/ruby-mocha/PLIST b/devel/ruby-mocha/PLIST
index 550d3c9c5cf..3652c43aede 100644
--- a/devel/ruby-mocha/PLIST
+++ b/devel/ruby-mocha/PLIST
@@ -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
diff --git a/devel/ruby-mocha/distinfo b/devel/ruby-mocha/distinfo
index cdb1e126dc5..16f1e5ed581 100644
--- a/devel/ruby-mocha/distinfo
+++ b/devel/ruby-mocha/distinfo
@@ -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