pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-rspec-mocks Update ruby-rspec-mocks to 3.2.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/fecb4ed510fc
branches: trunk
changeset: 648209:fecb4ed510fc
user: taca <taca%pkgsrc.org@localhost>
date: Fri Mar 13 13:46:44 2015 +0000
description:
Update ruby-rspec-mocks to 3.2.1.
### 3.2.1 / 2015-02-23
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.2.0...v3.2.1)
Bug Fixes:
* Add missing `rspec/support/differ` require so that rspec-mocks can be
used w/o rspec-expectations (which also loads the differ and hided the
fact we forgot to require it). (Myron Marston, #893)
* Revert tracking of received arg mutation (added in 3.2.0 to provide an
error in a situation we can't support) as our implementation has side
effects on non-standard objects and there's no solution we could come
up with that always works. (Myron Marston, #900)
diffstat:
devel/ruby-rspec-mocks/Makefile | 4 ++--
devel/ruby-rspec-mocks/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r eaed4c3e6f78 -r fecb4ed510fc devel/ruby-rspec-mocks/Makefile
--- a/devel/ruby-rspec-mocks/Makefile Fri Mar 13 13:46:04 2015 +0000
+++ b/devel/ruby-rspec-mocks/Makefile Fri Mar 13 13:46:44 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2015/02/07 14:42:31 taca Exp $
+# $NetBSD: Makefile,v 1.16 2015/03/13 13:46:44 taca Exp $
-DISTNAME= rspec-mocks-3.2.0
+DISTNAME= rspec-mocks-3.2.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
diff -r eaed4c3e6f78 -r fecb4ed510fc devel/ruby-rspec-mocks/distinfo
--- a/devel/ruby-rspec-mocks/distinfo Fri Mar 13 13:46:04 2015 +0000
+++ b/devel/ruby-rspec-mocks/distinfo Fri Mar 13 13:46:44 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2015/02/07 14:42:31 taca Exp $
+$NetBSD: distinfo,v 1.16 2015/03/13 13:46:44 taca Exp $
-SHA1 (rspec-mocks-3.2.0.gem) = 083d5bee63d0ce7876a33e3772202c5b928fe01f
-RMD160 (rspec-mocks-3.2.0.gem) = 0c6d776aa9ae10f5d374b3d2cd9d60f03d8378f9
-Size (rspec-mocks-3.2.0.gem) = 71168 bytes
+SHA1 (rspec-mocks-3.2.1.gem) = 1df735039bb483fd16b52d6d715220424c5d9dad
+RMD160 (rspec-mocks-3.2.1.gem) = c0c0766fcc077664baea07f9dfb72c37fd4fb7eb
+Size (rspec-mocks-3.2.1.gem) = 71168 bytes
Home |
Main Index |
Thread Index |
Old Index