Sat Jan 12 09:17:08 2013 UTC ()
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).


(taca)
diff -r1.7 -r1.8 pkgsrc/devel/ruby-rspec-mocks/Makefile
diff -r1.7 -r1.8 pkgsrc/devel/ruby-rspec-mocks/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/devel/ruby-rspec-mocks/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-rspec-mocks/Makefile 2012/12/16 16:45:06 1.7
+++ pkgsrc/devel/ruby-rspec-mocks/Makefile 2013/01/12 09:17:08 1.8
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1# $NetBSD: Makefile,v 1.7 2012/12/16 16:45:06 taca Exp $ 1# $NetBSD: Makefile,v 1.8 2013/01/12 09:17:08 taca Exp $
2 2
3DISTNAME= rspec-mocks-2.12.0 3DISTNAME= rspec-mocks-2.12.1
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= http://relishapp.com/rspec 7HOMEPAGE= http://relishapp.com/rspec
8COMMENT= This is test-double framework for rspec 8COMMENT= This is test-double framework for rspec
9LICENSE= mit 9LICENSE= mit
10 10
11.include "../../lang/ruby/gem.mk" 11.include "../../lang/ruby/gem.mk"
12.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.7 -r1.8 pkgsrc/devel/ruby-rspec-mocks/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-rspec-mocks/distinfo 2012/12/16 16:45:06 1.7
+++ pkgsrc/devel/ruby-rspec-mocks/distinfo 2013/01/12 09:17:08 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2012/12/16 16:45:06 taca Exp $ 1$NetBSD: distinfo,v 1.8 2013/01/12 09:17:08 taca Exp $
2 2
3SHA1 (rspec-mocks-2.12.0.gem) = da18d537075760378dc61e809c07a79e1b26ef3d 3SHA1 (rspec-mocks-2.12.1.gem) = d523a5e60f02eb436872e94dab6a61c192cc5dce
4RMD160 (rspec-mocks-2.12.0.gem) = 1df02fb54c700d3b91f5e00ebc15dade3ee07379 4RMD160 (rspec-mocks-2.12.1.gem) = c9841743264671b40f3f153150ba5091d77711c8
5Size (rspec-mocks-2.12.0.gem) = 70144 bytes 5Size (rspec-mocks-2.12.1.gem) = 71168 bytes