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 Jan 11 13:08:02 UTC 2021

Modified Files:
        pkgsrc/devel/ruby-rspec-mocks: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/ruby-rspec-mocks/Makefile \
    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.27 pkgsrc/devel/ruby-rspec-mocks/Makefile:1.28
--- pkgsrc/devel/ruby-rspec-mocks/Makefile:1.27 Thu Jan 16 15:47:49 2020
+++ pkgsrc/devel/ruby-rspec-mocks/Makefile      Mon Jan 11 13:08:02 2021
@@ -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 @@ HOMEPAGE=       https://relishapp.com/rspec
 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"
Index: pkgsrc/devel/ruby-rspec-mocks/distinfo
diff -u pkgsrc/devel/ruby-rspec-mocks/distinfo:1.27 pkgsrc/devel/ruby-rspec-mocks/distinfo:1.28
--- pkgsrc/devel/ruby-rspec-mocks/distinfo:1.27 Thu Jan 16 15:47:49 2020
+++ pkgsrc/devel/ruby-rspec-mocks/distinfo      Mon Jan 11 13:08:02 2021
@@ -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