pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-rspec-support



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Nov  9 14:36:36 UTC 2021

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/ruby-rspec-support/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/ruby-rspec-support/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-support/Makefile
diff -u pkgsrc/devel/ruby-rspec-support/Makefile:1.14 pkgsrc/devel/ruby-rspec-support/Makefile:1.15
--- pkgsrc/devel/ruby-rspec-support/Makefile:1.14       Wed Feb  3 14:15:47 2021
+++ pkgsrc/devel/ruby-rspec-support/Makefile    Tue Nov  9 14:36:36 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2021/02/03 14:15:47 taca Exp $
+# $NetBSD: Makefile,v 1.15 2021/11/09 14:36:36 taca Exp $
 
-DISTNAME=      rspec-support-3.10.2
+DISTNAME=      rspec-support-3.10.3
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

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



Home | Main Index | Thread Index | Old Index