pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-rspec-mocks
Module Name: pkgsrc
Committed By: taca
Date: Mon Jun 5 14:06:11 UTC 2017
Modified Files:
pkgsrc/devel/ruby-rspec-mocks: Makefile distinfo
Log Message:
Update ruby-rspec-mocks to 3.6.0.
### 3.6.0 / 2017-05-04
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.6.0.beta2...v3.6.0)
Bug Fixes:
* Fix "instance variable @color not initialized" warning when using
rspec-mocks without rspec-core. (Myron Marston, #1142)
* Restore aliased module methods properly when stubbing on 1.8.7.
(Samuel Giddins, #1144)
* Allow a message chain expectation to be constrained by argument(s).
(Jon Rowe, #1156)
### 3.6.0.beta2 / 2016-12-12
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.6.0.beta1...v3.6.0.beta2)
Enhancements:
* Add new `without_partial_double_verification { }` API that lets you
temporarily turn off partial double verification for an example.
(Jon Rowe, #1104)
### 3.6.0.beta1 / 2016-10-09
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.5.0...v3.6.0.beta1)
Bug Fixes:
* Return the test double instance form `#freeze` (Alessandro Berardi, #1109)
* Allow the special logic for stubbing `new` to work when `<Class>.method` has
been redefined. (Proby, #1119)
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/ruby-rspec-mocks/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/ruby-rspec-mocks/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ruby-rspec-mocks/Makefile
diff -u pkgsrc/devel/ruby-rspec-mocks/Makefile:1.21 pkgsrc/devel/ruby-rspec-mocks/Makefile:1.22
--- pkgsrc/devel/ruby-rspec-mocks/Makefile:1.21 Sun Oct 9 15:04:44 2016
+++ pkgsrc/devel/ruby-rspec-mocks/Makefile Mon Jun 5 14:06:11 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2016/10/09 15:04:44 taca Exp $
+# $NetBSD: Makefile,v 1.22 2017/06/05 14:06:11 taca Exp $
-DISTNAME= rspec-mocks-3.5.0
+DISTNAME= rspec-mocks-3.6.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +8,7 @@ HOMEPAGE= http://relishapp.com/rspec
COMMENT= This is test-double framework for rspec
LICENSE= mit
-DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.5.0<3.6:../../devel/ruby-rspec-support
+DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.6.0<3.7:../../devel/ruby-rspec-support
DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs<2:../../textproc/ruby-diff-lcs
.include "../../lang/ruby/gem.mk"
Index: pkgsrc/devel/ruby-rspec-mocks/distinfo
diff -u pkgsrc/devel/ruby-rspec-mocks/distinfo:1.22 pkgsrc/devel/ruby-rspec-mocks/distinfo:1.23
--- pkgsrc/devel/ruby-rspec-mocks/distinfo:1.22 Sun Oct 9 15:04:44 2016
+++ pkgsrc/devel/ruby-rspec-mocks/distinfo Mon Jun 5 14:06:11 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2016/10/09 15:04:44 taca Exp $
+$NetBSD: distinfo,v 1.23 2017/06/05 14:06:11 taca Exp $
-SHA1 (rspec-mocks-3.5.0.gem) = 2e747b4338dbfbcfd742c903ff19900d4aa5eb30
-RMD160 (rspec-mocks-3.5.0.gem) = 483c4c50a0a97eb8be709f9ebc37c6e8730f28d3
-SHA512 (rspec-mocks-3.5.0.gem) = 7abe6ac8a15a96b12e3951bfef70b47107987f7e83ed0de79ff0209ca5c3b68a108a2d3cbd567da625a84fa58227736843647e3fd507c542b9f4313759763cec
-Size (rspec-mocks-3.5.0.gem) = 76800 bytes
+SHA1 (rspec-mocks-3.6.0.gem) = d33f3de63537f8ca940e57b0c4e8e55012ca84f3
+RMD160 (rspec-mocks-3.6.0.gem) = d464861742e17fd666b80dcec11b0bae55ed01ab
+SHA512 (rspec-mocks-3.6.0.gem) = de78b0df9dc769773176ab0991a3890980ae981aae153ad76830db3941f0e670080ed33f8fa1aac94d9fecb9c55b1804abfb0eac096641bdf9d5ec4677485480
+Size (rspec-mocks-3.6.0.gem) = 77824 bytes
Home |
Main Index |
Thread Index |
Old Index