Tue Nov 9 14:36:36 2021 UTC ()
devel/ruby-rspec-support: update to 3.10.3

3.10.3 (2021-11-03)

Bug Fixes:

* Use Mutex#owned? to allow RSpec::Support::ReentrantMutex to work in nested
  Fibers on Ruby 3.0 and later. (Benoit Daloze, #503, #504)

* Support end-less methods in RSpec::Support::Source::Token so that RSpec
  won't hang when an end-less method raises an error. (Yuji Nakayama, #505)


(taca)
diff -r1.14 -r1.15 pkgsrc/devel/ruby-rspec-support/Makefile
diff -r1.17 -r1.18 pkgsrc/devel/ruby-rspec-support/distinfo

cvs diff -r1.14 -r1.15 pkgsrc/devel/ruby-rspec-support/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-rspec-support/Makefile 2021/02/03 14:15:47 1.14
+++ pkgsrc/devel/ruby-rspec-support/Makefile 2021/11/09 14:36:36 1.15
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.14 2021/02/03 14:15:47 taca Exp $ 1# $NetBSD: Makefile,v 1.15 2021/11/09 14:36:36 taca Exp $
2 2
3DISTNAME= rspec-support-3.10.2 3DISTNAME= rspec-support-3.10.3
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/rspec/rspec-support/ 7HOMEPAGE= https://github.com/rspec/rspec-support/
8COMMENT= Support utilities for RSpec gems 8COMMENT= Support utilities for RSpec gems
9LICENSE= mit 9LICENSE= mit
10 10
11USE_LANGUAGES= # none 11USE_LANGUAGES= # none
12 12
13.include "../../lang/ruby/gem.mk" 13.include "../../lang/ruby/gem.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.17 -r1.18 pkgsrc/devel/ruby-rspec-support/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-rspec-support/distinfo 2021/10/26 10:19:47 1.17
+++ pkgsrc/devel/ruby-rspec-support/distinfo 2021/11/09 14:36:36 1.18
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.17 2021/10/26 10:19:47 nia Exp $ 1$NetBSD: distinfo,v 1.18 2021/11/09 14:36:36 taca Exp $
2 2
3BLAKE2s (rspec-support-3.10.2.gem) = b49464c200eb8c817547143c73bc281353a8dc3f916ea0faff784698bcea8966 3BLAKE2s (rspec-support-3.10.3.gem) = 2259cd65588f8b55bbbaa982cfe65f34818cbc6495bded0288e871a23a8cfeb6
4SHA512 (rspec-support-3.10.2.gem) = c8825dbf8fc5f044de65400fb3f4d6f4d9352167b40caef904afecdc12ae1e4156590a20f222cf841887549d59a88a057bd503759147cf8ec4ddd05679732e1f 4SHA512 (rspec-support-3.10.3.gem) = edeaf7d77472446fd126b851621ae7a54923e56d64c8ca34a99a9b87c53f8548a06edad86f04c7719a3cd781d9fdd9b7d2c519c084c9579df8c549b191d1c16d
5Size (rspec-support-3.10.2.gem) = 38912 bytes 5Size (rspec-support-3.10.3.gem) = 39424 bytes