summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca>2014-03-14 16:42:56 +0000
committertaca <taca>2014-03-14 16:42:56 +0000
commit6dbf961c3331fdbaf87436ccd30796236178d24e (patch)
treed98f2954b9b0af14e83b7bc64c784045a0cd5cef /devel
parent91ffc7c4421c82aa891397e2ee5f244917383200 (diff)
downloadpkgsrc-6dbf961c3331fdbaf87436ccd30796236178d24e.tar.gz
Update ruby-rspec-mocks to 2.14.6.
### 2.14.6 development [full changelog](http://github.com/rspec/rspec-mocks/compare/v2.14.5...v2.14.6) Bug Fixes: * Ensure `any_instance` method stubs and expectations are torn down regardless of expectation failures. (Sam Phippen) ### 2.14.5 / 2014-02-01 [full changelog](http://github.com/rspec/rspec-mocks/compare/v2.14.4...v2.14.5) Bug Fixes: * Fix regression that caused block implementations to not receive all args on 1.8.7 if the block also receives a block, due to Proc#arity reporting `1` no matter how many args the block receives if it receives a block, too. (Myron Marston) ### 2.14.4 / 2013-10-15 [full changelog](http://github.com/rspec/rspec-mocks/compare/v2.14.3...v2.14.4) Bug Fixes: * Fix issue where unstubing methods on "any instances" would not remove stubs on existing instances (Jon Rowe) * Fix issue with receive(:message) do ... end precedence preventing the usage of modifications (`and_return` etc) (Jon Rowe)
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-rspec-mocks/Makefile4
-rw-r--r--devel/ruby-rspec-mocks/PLIST3
-rw-r--r--devel/ruby-rspec-mocks/distinfo8
3 files changed, 8 insertions, 7 deletions
diff --git a/devel/ruby-rspec-mocks/Makefile b/devel/ruby-rspec-mocks/Makefile
index 30a8aea5da9..0ae408099e8 100644
--- a/devel/ruby-rspec-mocks/Makefile
+++ b/devel/ruby-rspec-mocks/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2013/09/15 10:15:50 taca Exp $
+# $NetBSD: Makefile,v 1.13 2014/03/14 16:42:56 taca Exp $
-DISTNAME= rspec-mocks-2.14.3
+DISTNAME= rspec-mocks-2.14.6
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/devel/ruby-rspec-mocks/PLIST b/devel/ruby-rspec-mocks/PLIST
index 81ef3115607..082ba9d4609 100644
--- a/devel/ruby-rspec-mocks/PLIST
+++ b/devel/ruby-rspec-mocks/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2013/09/15 10:15:50 taca Exp $
+@comment $NetBSD: PLIST,v 1.10 2014/03/14 16:42:56 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.document
${GEM_LIBDIR}/.yardopts
@@ -122,6 +122,7 @@ ${GEM_LIBDIR}/spec/rspec/mocks/passing_argument_matchers_spec.rb
${GEM_LIBDIR}/spec/rspec/mocks/precise_counts_spec.rb
${GEM_LIBDIR}/spec/rspec/mocks/record_messages_spec.rb
${GEM_LIBDIR}/spec/rspec/mocks/serialization_spec.rb
+${GEM_LIBDIR}/spec/rspec/mocks/space_spec.rb
${GEM_LIBDIR}/spec/rspec/mocks/stash_spec.rb
${GEM_LIBDIR}/spec/rspec/mocks/stub_chain_spec.rb
${GEM_LIBDIR}/spec/rspec/mocks/stub_implementation_spec.rb
diff --git a/devel/ruby-rspec-mocks/distinfo b/devel/ruby-rspec-mocks/distinfo
index b9bc7c2c30f..e973ba5b29d 100644
--- a/devel/ruby-rspec-mocks/distinfo
+++ b/devel/ruby-rspec-mocks/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2013/09/15 10:15:50 taca Exp $
+$NetBSD: distinfo,v 1.13 2014/03/14 16:42:56 taca Exp $
-SHA1 (rspec-mocks-2.14.3.gem) = 906e3168d3c7183936b00c338fe04059875692d7
-RMD160 (rspec-mocks-2.14.3.gem) = dad97897e00ce43df95ebfd0a68ebc816cc07179
-Size (rspec-mocks-2.14.3.gem) = 90112 bytes
+SHA1 (rspec-mocks-2.14.6.gem) = 024a5a290170a7cac6e19db0a966dd55e5f11228
+RMD160 (rspec-mocks-2.14.6.gem) = c6a63e249a2cf513c73e125be857fa2d48e742dc
+Size (rspec-mocks-2.14.6.gem) = 91136 bytes