summaryrefslogtreecommitdiff
path: root/devel/ruby-flexmock
diff options
context:
space:
mode:
authortaca <taca>2016-10-09 14:08:19 +0000
committertaca <taca>2016-10-09 14:08:19 +0000
commit34dd5db0ef1919b6f62191c1ef2edcc7d08ceb05 (patch)
tree437603cc9068e97e8d8866cdeea0e88709379481 /devel/ruby-flexmock
parente8779c3935ba448e8357eba0371bcfd1240c4ea9 (diff)
downloadpkgsrc-34dd5db0ef1919b6f62191c1ef2edcc7d08ceb05.tar.gz
Update ruby-flexmock to 2.2.1.
2.2.0: - #new_instances now mocks the #initialize method instead of mocking after the allocation was done. This allows to do mock methods called by #initialize itself. Behaviour when the allocator is explicitely provided is left unchanged, which means that the old behaviour is still available by passing :new to new_instances. 2.1.0: - added `#and_iterates` to fix some shortcomings of `#and_yield` without breaking backward compatibility - strict partial mocks (and "based mocks" if `FlexMock.partials_are_based` is set to true) are now based on the object's singleton class, instead of its class.
Diffstat (limited to 'devel/ruby-flexmock')
-rw-r--r--devel/ruby-flexmock/Makefile4
-rw-r--r--devel/ruby-flexmock/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/ruby-flexmock/Makefile b/devel/ruby-flexmock/Makefile
index 794a477d02b..a6818f49c26 100644
--- a/devel/ruby-flexmock/Makefile
+++ b/devel/ruby-flexmock/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2016/03/03 19:42:29 shattered Exp $
+# $NetBSD: Makefile,v 1.20 2016/10/09 14:08:19 taca Exp $
-DISTNAME= flexmock-2.0.4
+DISTNAME= flexmock-2.2.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/devel/ruby-flexmock/distinfo b/devel/ruby-flexmock/distinfo
index 8136c2821b5..71082263fdf 100644
--- a/devel/ruby-flexmock/distinfo
+++ b/devel/ruby-flexmock/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2016/02/16 15:02:45 taca Exp $
+$NetBSD: distinfo,v 1.19 2016/10/09 14:08:19 taca Exp $
-SHA1 (flexmock-2.0.4.gem) = 62cf08c0021539800126de5438b567d5595da733
-RMD160 (flexmock-2.0.4.gem) = ae812556109520a24645acdd8dafe35b3810f559
-SHA512 (flexmock-2.0.4.gem) = 8840bd2bd04ae182b173e8ce314e6e0995a2dbbd24bd5e7575f4ab2541e004e442ae37de712655fdafb506a68ef090b13d36a8066a3102cc9044db815a561404
-Size (flexmock-2.0.4.gem) = 63488 bytes
+SHA1 (flexmock-2.2.1.gem) = 6a7db7440f995086b2d7af6ba1b66609131bce33
+RMD160 (flexmock-2.2.1.gem) = 4df268d8c0ec1fd2dc6bd230fa4bd21125dbb82e
+SHA512 (flexmock-2.2.1.gem) = 65dbc6e0c3019bbaaade0219e84bad5e27250ae05262f4f6922bfb6c6bca809d8d4e2d9c11510b109a7419010071c0e4ec06aa5233b0da3128d263a5dda82179
+Size (flexmock-2.2.1.gem) = 64512 bytes