summaryrefslogtreecommitdiff
path: root/devel/ruby-rspec-mocks
diff options
context:
space:
mode:
authortaca <taca>2012-06-02 00:45:55 +0000
committertaca <taca>2012-06-02 00:45:55 +0000
commit15a6d87dd24504646eecaf91bcf766e01c3e7227 (patch)
treeae9e66937f47343d71777a3e45541bc4518bba43 /devel/ruby-rspec-mocks
parent337fa1e3c377a716699eadf2ef36986459c7d36d (diff)
downloadpkgsrc-15a6d87dd24504646eecaf91bcf766e01c3e7227.tar.gz
Update ruby-rspec-mocks to 2.10.1.
### 2.10.1 / 2012-05-05 [full changelog](http://github.com/rspec/rspec-mocks/compare/v2.10.0...v2.10.1) Bug fixes * fix regression of edge case behavior (https://github.com/rspec/rspec-mocks/issues/132) * fixed failure of `object.should_receive(:message).at_least(0).times.and_return value` * fixed failure of `object.should_not_receive(:message).and_return value` ### 2.10.0 / 2012-05-03 [full changelog](http://github.com/rspec/rspec-mocks/compare/v2.9.0...v2.10.0) Bug fixes * fail fast when an `exactly` or `at_most` expectation is exceeded
Diffstat (limited to 'devel/ruby-rspec-mocks')
-rw-r--r--devel/ruby-rspec-mocks/Makefile4
-rw-r--r--devel/ruby-rspec-mocks/PLIST6
-rw-r--r--devel/ruby-rspec-mocks/distinfo8
3 files changed, 10 insertions, 8 deletions
diff --git a/devel/ruby-rspec-mocks/Makefile b/devel/ruby-rspec-mocks/Makefile
index 0f1c90d35a2..1dc64c819ed 100644
--- a/devel/ruby-rspec-mocks/Makefile
+++ b/devel/ruby-rspec-mocks/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2012/03/20 13:38:13 taca Exp $
+# $NetBSD: Makefile,v 1.5 2012/06/02 00:45:55 taca Exp $
-DISTNAME= rspec-mocks-2.9.0
+DISTNAME= rspec-mocks-2.10.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/devel/ruby-rspec-mocks/PLIST b/devel/ruby-rspec-mocks/PLIST
index 6d04087d39d..202f9b7fa1b 100644
--- a/devel/ruby-rspec-mocks/PLIST
+++ b/devel/ruby-rspec-mocks/PLIST
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.4 2012/03/20 13:38:13 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2012/06/02 00:45:55 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.document
${GEM_LIBDIR}/.yardopts
${GEM_LIBDIR}/Changelog.md
${GEM_LIBDIR}/License.txt
${GEM_LIBDIR}/README.md
-${GEM_LIBDIR}/features/README.markdown
+${GEM_LIBDIR}/features/README.md
${GEM_LIBDIR}/features/Scope.md
${GEM_LIBDIR}/features/Upgrade.md
${GEM_LIBDIR}/features/argument_matchers/README.md
@@ -52,6 +52,7 @@ ${GEM_LIBDIR}/lib/rspec/mocks/proxy.rb
${GEM_LIBDIR}/lib/rspec/mocks/serialization.rb
${GEM_LIBDIR}/lib/rspec/mocks/space.rb
${GEM_LIBDIR}/lib/rspec/mocks/standalone.rb
+${GEM_LIBDIR}/lib/rspec/mocks/test_double.rb
${GEM_LIBDIR}/lib/rspec/mocks/version.rb
${GEM_LIBDIR}/lib/spec/mocks.rb
${GEM_LIBDIR}/spec/rspec/mocks/and_yield_spec.rb
@@ -94,6 +95,7 @@ ${GEM_LIBDIR}/spec/rspec/mocks/stub_chain_spec.rb
${GEM_LIBDIR}/spec/rspec/mocks/stub_implementation_spec.rb
${GEM_LIBDIR}/spec/rspec/mocks/stub_spec.rb
${GEM_LIBDIR}/spec/rspec/mocks/stubbed_message_expectations_spec.rb
+${GEM_LIBDIR}/spec/rspec/mocks/test_double_spec.rb
${GEM_LIBDIR}/spec/rspec/mocks/to_ary_spec.rb
${GEM_LIBDIR}/spec/rspec/mocks/twice_counts_spec.rb
${GEM_LIBDIR}/spec/rspec/mocks_spec.rb
diff --git a/devel/ruby-rspec-mocks/distinfo b/devel/ruby-rspec-mocks/distinfo
index 066d00d4aec..70c3eaffbd4 100644
--- a/devel/ruby-rspec-mocks/distinfo
+++ b/devel/ruby-rspec-mocks/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2012/03/20 13:38:13 taca Exp $
+$NetBSD: distinfo,v 1.5 2012/06/02 00:45:55 taca Exp $
-SHA1 (rspec-mocks-2.9.0.gem) = 2a8720d4a1b5ab897eb537541193a44941ec9609
-RMD160 (rspec-mocks-2.9.0.gem) = c282ce69af9edf539270d20ce43c317cd6877759
-Size (rspec-mocks-2.9.0.gem) = 53760 bytes
+SHA1 (rspec-mocks-2.10.1.gem) = b988b8a773fe6591fae9a0c377ace0e6e62fbfb4
+RMD160 (rspec-mocks-2.10.1.gem) = ec1de2334fa9aa130709b85d43935e62c70541f6
+Size (rspec-mocks-2.10.1.gem) = 54784 bytes