diff options
author | taca <taca> | 2013-01-12 09:17:08 +0000 |
---|---|---|
committer | taca <taca> | 2013-01-12 09:17:08 +0000 |
commit | 90f05d117a8a67f8a8446c181172782538f57f96 (patch) | |
tree | 66d3fee3c29f0d844118fec7a8cee4d015c3c0f2 /devel | |
parent | e8c8ff4abed1c0488674cd4bb51a1bf3969d3818 (diff) | |
download | pkgsrc-90f05d117a8a67f8a8446c181172782538f57f96.tar.gz |
Update ruby-rspec-mocks to 2.12.1.
### 2.12.1 / 2012-12-21
[full changelog](http://github.com/rspec/rspec-mocks/compare/v2.12.0...v2.12.1)
Bug fixes
* Fix `any_instance` to support `and_call_original`.
(Myron Marston)
* Properly restore stubbed aliased methods on rubies
that report the incorrect owner (Myron Marston and Andy Lindeman).
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-rspec-mocks/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-rspec-mocks/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/ruby-rspec-mocks/Makefile b/devel/ruby-rspec-mocks/Makefile index 881573630ff..81f51020e44 100644 --- a/devel/ruby-rspec-mocks/Makefile +++ b/devel/ruby-rspec-mocks/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2012/12/16 16:45:06 taca Exp $ +# $NetBSD: Makefile,v 1.8 2013/01/12 09:17:08 taca Exp $ -DISTNAME= rspec-mocks-2.12.0 +DISTNAME= rspec-mocks-2.12.1 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/ruby-rspec-mocks/distinfo b/devel/ruby-rspec-mocks/distinfo index c28a59c5761..d0e31b25a68 100644 --- a/devel/ruby-rspec-mocks/distinfo +++ b/devel/ruby-rspec-mocks/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2012/12/16 16:45:06 taca Exp $ +$NetBSD: distinfo,v 1.8 2013/01/12 09:17:08 taca Exp $ -SHA1 (rspec-mocks-2.12.0.gem) = da18d537075760378dc61e809c07a79e1b26ef3d -RMD160 (rspec-mocks-2.12.0.gem) = 1df02fb54c700d3b91f5e00ebc15dade3ee07379 -Size (rspec-mocks-2.12.0.gem) = 70144 bytes +SHA1 (rspec-mocks-2.12.1.gem) = d523a5e60f02eb436872e94dab6a61c192cc5dce +RMD160 (rspec-mocks-2.12.1.gem) = c9841743264671b40f3f153150ba5091d77711c8 +Size (rspec-mocks-2.12.1.gem) = 71168 bytes |