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.6.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3335890bc909
branches:  trunk
changeset: 363253:3335890bc909
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Jun 05 14:06:11 2017 +0000

description:
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)

diffstat:

 devel/ruby-rspec-mocks/Makefile |   6 +++---
 devel/ruby-rspec-mocks/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r bfb717f648d4 -r 3335890bc909 devel/ruby-rspec-mocks/Makefile
--- a/devel/ruby-rspec-mocks/Makefile   Mon Jun 05 14:05:45 2017 +0000
+++ b/devel/ruby-rspec-mocks/Makefile   Mon Jun 05 14:06:11 2017 +0000
@@ -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 @@
 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"
diff -r bfb717f648d4 -r 3335890bc909 devel/ruby-rspec-mocks/distinfo
--- a/devel/ruby-rspec-mocks/distinfo   Mon Jun 05 14:05:45 2017 +0000
+++ b/devel/ruby-rspec-mocks/distinfo   Mon Jun 05 14:06:11 2017 +0000
@@ -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