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 devel/ruby-rspec-mocks: update ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/10cbc08bdf83
branches:  trunk
changeset: 444650:10cbc08bdf83
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Jan 11 13:08:02 2021 +0000

description:
devel/ruby-rspec-mocks: update to 3.10.1

### 3.10.1 / 2020-12-27
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.10.0...v3.10.1)

Bug Fixes:

* Issue `ArgumentError` rather than `TypeError` when unsupported methods on
  unsupported objects are attempted to be stubbed. (@zhisme, #1357)

### 3.10.0 / 2020-10-30
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.9.1...v3.10.0)

Enhancements:
* Add the ability to set a custom error generator in `MessageExpectation`.
  This will allow rspec-expectations to inject a custom failure message.
  (Benoit Tigeot and Nicolas Zermati, #1312)
* Return the result of the block passed to `RSpec::Mocks.with_temporary_scope`
  when block run. (@expeehaa, #1329)

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 a713fc2195ed -r 10cbc08bdf83 devel/ruby-rspec-mocks/Makefile
--- a/devel/ruby-rspec-mocks/Makefile   Mon Jan 11 13:07:15 2021 +0000
+++ b/devel/ruby-rspec-mocks/Makefile   Mon Jan 11 13:08:02 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2020/01/16 15:47:49 taca Exp $
+# $NetBSD: Makefile,v 1.28 2021/01/11 13:08:02 taca Exp $
 
-DISTNAME=      rspec-mocks-3.9.1
+DISTNAME=      rspec-mocks-3.10.1
 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.9.0<3.10:../../devel/ruby-rspec-support
+DEPENDS+=      ${RUBY_PKGPREFIX}-rspec-support>=3.10.0<3.11:../../devel/ruby-rspec-support
 DEPENDS+=      ${RUBY_PKGPREFIX}-diff-lcs<2:../../textproc/ruby-diff-lcs
 
 .include "../../lang/ruby/gem.mk"
diff -r a713fc2195ed -r 10cbc08bdf83 devel/ruby-rspec-mocks/distinfo
--- a/devel/ruby-rspec-mocks/distinfo   Mon Jan 11 13:07:15 2021 +0000
+++ b/devel/ruby-rspec-mocks/distinfo   Mon Jan 11 13:08:02 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.27 2020/01/16 15:47:49 taca Exp $
+$NetBSD: distinfo,v 1.28 2021/01/11 13:08:02 taca Exp $
 
-SHA1 (rspec-mocks-3.9.1.gem) = 639d6c7e38103b706274b0543bcf6c7075cc3cb5
-RMD160 (rspec-mocks-3.9.1.gem) = 516203efabf6453b9313076cad064230cefddf95
-SHA512 (rspec-mocks-3.9.1.gem) = 08299764f0d053d96125e3f3542fe16b189a87bcd6f27965f97394608c949dab2767cc2b5ebd9718db24b39e79656261cbec17f755599f5c6de9d5b77e87d877
-Size (rspec-mocks-3.9.1.gem) = 78848 bytes
+SHA1 (rspec-mocks-3.10.1.gem) = 8c5d33d1f60ecd651cc7890e5fee5b6c83531852
+RMD160 (rspec-mocks-3.10.1.gem) = 7ceee78e4311bc85c94e250a813a72eca9ae5d1d
+SHA512 (rspec-mocks-3.10.1.gem) = f0f8ed3677d89aa0820fad27425ab518bb35835e6c4895f8a9e880992b3322d6eef752590a6c7bce7308326f50465122d379d3eb677baafbf4665d3202e3e5af
+Size (rspec-mocks-3.10.1.gem) = 78848 bytes



Home | Main Index | Thread Index | Old Index