Wed Feb 3 14:17:20 2021 UTC ()
devel/ruby-rspec-mocs: update to 3.10.2

3.10.2 / 2021-01-27

Bug Fixes:

* Support keyword arguments with and_call_original on Ruby 3.0. (Bryan
  Powell, #1385)
* RSpec::Mocks::Constant#previously_defined? is now always a
  boolean. (Phil Pirozhkov, #1397)
* Support keyword arguments on Ruby 3.0 when used with
  expect_any_instance_of or allow_any_instance_of with
  and_call_original. (Jess Hottenstein, #1407)


(taca)
diff -r1.28 -r1.29 pkgsrc/devel/ruby-rspec-mocks/Makefile
diff -r1.28 -r1.29 pkgsrc/devel/ruby-rspec-mocks/distinfo

cvs diff -r1.28 -r1.29 pkgsrc/devel/ruby-rspec-mocks/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-rspec-mocks/Makefile 2021/01/11 13:08:02 1.28
+++ pkgsrc/devel/ruby-rspec-mocks/Makefile 2021/02/03 14:17:20 1.29
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile,v 1.28 2021/01/11 13:08:02 taca Exp $ 1# $NetBSD: Makefile,v 1.29 2021/02/03 14:17:20 taca Exp $
2 2
3DISTNAME= rspec-mocks-3.10.1 3DISTNAME= rspec-mocks-3.10.2
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://relishapp.com/rspec 7HOMEPAGE= https://relishapp.com/rspec
8COMMENT= This is test-double framework for rspec 8COMMENT= This is test-double framework for rspec
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.10.0<3.11:../../devel/ruby-rspec-support 11DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.10.0<3.11:../../devel/ruby-rspec-support
12DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs<2:../../textproc/ruby-diff-lcs 12DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs<2:../../textproc/ruby-diff-lcs
13 13
14.include "../../lang/ruby/gem.mk" 14.include "../../lang/ruby/gem.mk"
15.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"

cvs diff -r1.28 -r1.29 pkgsrc/devel/ruby-rspec-mocks/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-rspec-mocks/distinfo 2021/01/11 13:08:02 1.28
+++ pkgsrc/devel/ruby-rspec-mocks/distinfo 2021/02/03 14:17:20 1.29
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.28 2021/01/11 13:08:02 taca Exp $ 1$NetBSD: distinfo,v 1.29 2021/02/03 14:17:20 taca Exp $
2 2
3SHA1 (rspec-mocks-3.10.1.gem) = 8c5d33d1f60ecd651cc7890e5fee5b6c83531852 3SHA1 (rspec-mocks-3.10.2.gem) = 6820ddf5448ca6116567759fabb85d0b634e161b
4RMD160 (rspec-mocks-3.10.1.gem) = 7ceee78e4311bc85c94e250a813a72eca9ae5d1d 4RMD160 (rspec-mocks-3.10.2.gem) = 15fe4d2556767f59b281a2ce77d879e4058787b6
5SHA512 (rspec-mocks-3.10.1.gem) = f0f8ed3677d89aa0820fad27425ab518bb35835e6c4895f8a9e880992b3322d6eef752590a6c7bce7308326f50465122d379d3eb677baafbf4665d3202e3e5af 5SHA512 (rspec-mocks-3.10.2.gem) = a40a14842bc98d1da767e899a5ffb6aca649202549ab53fe59d83e83d35f0ff902dd8631a0a557806e68b573c6b425f650142faad2b60ced6f6863b8adbff1fd
6Size (rspec-mocks-3.10.1.gem) = 78848 bytes 6Size (rspec-mocks-3.10.2.gem) = 79360 bytes