diff options
author | taca <taca@pkgsrc.org> | 2013-02-11 02:31:45 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-02-11 02:31:45 +0000 |
commit | 48ce94511db35b414c129e03506b84af0ff3698a (patch) | |
tree | 7d33ca78a463ce39921035b04cc762b419e5f7e9 /devel | |
parent | 881eb511d057060fe5e093db24b4ca7afaed54d1 (diff) | |
download | pkgsrc-48ce94511db35b414c129e03506b84af0ff3698a.tar.gz |
Update ruby-rspec-mocks to 2.12.2.
### 2.12.2 / 2013-01-27
[full changelog](http://github.com/rspec/rspec-mocks/compare/v2.12.1...v.2.12.2)
Bug fixes
* Fix `and_call_original` to work properly for methods defined
on a module extended onto an object instance (Myron Marston).
* Fix `stub_const` with an undefined constnat name to work properly
with constant strings that are prefixed with `::` -- and edge case
I missed in the bug fix in the 2.12.1 release (Myron Marston).
* Ensure method visibility on a partial mock is restored after reseting
method stubs, even on a singleton module (created via `extend self`)
when the method visibility differs between the instance and singleton
versions (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 81f51020e44..dc3b4e02c9b 100644 --- a/devel/ruby-rspec-mocks/Makefile +++ b/devel/ruby-rspec-mocks/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2013/01/12 09:17:08 taca Exp $ +# $NetBSD: Makefile,v 1.9 2013/02/11 02:31:45 taca Exp $ -DISTNAME= rspec-mocks-2.12.1 +DISTNAME= rspec-mocks-2.12.2 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/ruby-rspec-mocks/distinfo b/devel/ruby-rspec-mocks/distinfo index d0e31b25a68..d3d29931569 100644 --- a/devel/ruby-rspec-mocks/distinfo +++ b/devel/ruby-rspec-mocks/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2013/01/12 09:17:08 taca Exp $ +$NetBSD: distinfo,v 1.9 2013/02/11 02:31:45 taca Exp $ -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 +SHA1 (rspec-mocks-2.12.2.gem) = dd26b9b47e20b32e67faed9e67b03e3ddbe7e6c2 +RMD160 (rspec-mocks-2.12.2.gem) = 7613f65fba01e7bf1730d7898c00d53306f327f3 +Size (rspec-mocks-2.12.2.gem) = 72192 bytes |