summaryrefslogtreecommitdiff
path: root/devel/ruby-rspec-mocks
diff options
context:
space:
mode:
authortaca <taca>2015-09-13 11:54:16 +0000
committertaca <taca>2015-09-13 11:54:16 +0000
commit7a04c27932677bb83815e7bac49d641c6d9a87ab (patch)
tree87db83060c40d3432f51e40c9ded311a7b2075d1 /devel/ruby-rspec-mocks
parent158fa1cde8feb6b1be8923a7c39e3e6147876c5a (diff)
downloadpkgsrc-7a04c27932677bb83815e7bac49d641c6d9a87ab.tar.gz
Update ruby-rspec-mocks to 3.3.2.
### 3.3.2 / 2015-07-15 [Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.3.1...v3.3.2) Bug Fixes: * Prevent thread deadlock errors during proxy creation (e.g. when using `before_verifying_doubles` callbacks). (Jon Rowe, #980, #979) ### 3.3.1 / 2015-06-19 [Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.3.0...v3.3.1) Bug Fixes: * Fix bug in `before_verifying_double` callback logic that caused it to be called once for each class in the ancestor list when mocking or stubbing a class. Now it is only called for the mocked or stubbed class, as you would expect. (Sam Phippen, #974)
Diffstat (limited to 'devel/ruby-rspec-mocks')
-rw-r--r--devel/ruby-rspec-mocks/Makefile4
-rw-r--r--devel/ruby-rspec-mocks/PLIST4
-rw-r--r--devel/ruby-rspec-mocks/distinfo8
3 files changed, 9 insertions, 7 deletions
diff --git a/devel/ruby-rspec-mocks/Makefile b/devel/ruby-rspec-mocks/Makefile
index 5d975d115a5..dde44f06650 100644
--- a/devel/ruby-rspec-mocks/Makefile
+++ b/devel/ruby-rspec-mocks/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2015/06/12 23:59:06 taca Exp $
+# $NetBSD: Makefile,v 1.18 2015/09/13 11:54:16 taca Exp $
-DISTNAME= rspec-mocks-3.3.0
+DISTNAME= rspec-mocks-3.3.2
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/devel/ruby-rspec-mocks/PLIST b/devel/ruby-rspec-mocks/PLIST
index 0ae12d6f7a1..9507c17c323 100644
--- a/devel/ruby-rspec-mocks/PLIST
+++ b/devel/ruby-rspec-mocks/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2015/06/12 23:59:06 taca Exp $
+@comment $NetBSD: PLIST,v 1.13 2015/09/13 11:54:16 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.document
${GEM_LIBDIR}/.yardopts
@@ -33,9 +33,11 @@ ${GEM_LIBDIR}/lib/rspec/mocks/message_expectation.rb
${GEM_LIBDIR}/lib/rspec/mocks/method_double.rb
${GEM_LIBDIR}/lib/rspec/mocks/method_reference.rb
${GEM_LIBDIR}/lib/rspec/mocks/mutate_const.rb
+${GEM_LIBDIR}/lib/rspec/mocks/mutex.rb
${GEM_LIBDIR}/lib/rspec/mocks/object_reference.rb
${GEM_LIBDIR}/lib/rspec/mocks/order_group.rb
${GEM_LIBDIR}/lib/rspec/mocks/proxy.rb
+${GEM_LIBDIR}/lib/rspec/mocks/reentrant_mutex.rb
${GEM_LIBDIR}/lib/rspec/mocks/space.rb
${GEM_LIBDIR}/lib/rspec/mocks/standalone.rb
${GEM_LIBDIR}/lib/rspec/mocks/syntax.rb
diff --git a/devel/ruby-rspec-mocks/distinfo b/devel/ruby-rspec-mocks/distinfo
index faabcbdad36..21663a0f1fb 100644
--- a/devel/ruby-rspec-mocks/distinfo
+++ b/devel/ruby-rspec-mocks/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2015/06/12 23:59:06 taca Exp $
+$NetBSD: distinfo,v 1.18 2015/09/13 11:54:16 taca Exp $
-SHA1 (rspec-mocks-3.3.0.gem) = 484389dcd8ff78ecb4dd8f9663fbf692345e90d9
-RMD160 (rspec-mocks-3.3.0.gem) = 392ca7368096ed0e142a89094b01259055f60464
-Size (rspec-mocks-3.3.0.gem) = 73216 bytes
+SHA1 (rspec-mocks-3.3.2.gem) = 170294f495463775ff75dfc96a09f9acde8b8d54
+RMD160 (rspec-mocks-3.3.2.gem) = a8dfcc023b0ef00b70ed7cc6220096c1a35dd053
+Size (rspec-mocks-3.3.2.gem) = 74752 bytes