Skip to content

Commit

Permalink
Update ruby-rspec-mocks to 2.12.2.
Browse files Browse the repository at this point in the history
### 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).
  • Loading branch information
taca committed Feb 11, 2013
1 parent d135bc4 commit cfd417b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/ruby-rspec-mocks/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
Expand Down
8 changes: 4 additions & 4 deletions devel/ruby-rspec-mocks/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit cfd417b

Please sign in to comment.