pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-mocha



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Jul 20 15:26:34 UTC 2024

Modified Files:
        pkgsrc/devel/ruby-mocha: Makefile distinfo

Log Message:
devel/ruby-mocha: update to 2.4.2

2.4.1 (2024-07-16)

External changes

* Fix regression in matchers when used with keyword arguments (#654 & #655)
  - thanks to @ElvinEfendi for reporting

Internal changes

* Reduce duplication & consolidate #to_matcher method definitions (600ee2aa,
  e9de64e4, #655)

* Change #to_matcher method to use keyword arguments (3b60b7df, #655)

2.4.2 (2024-07-18)

External changes

* Don't trust Object#is_a? in presence of mock objects (#656) - thanks to
  @casperisfine


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/ruby-mocha/Makefile
cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/ruby-mocha/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-mocha/Makefile
diff -u pkgsrc/devel/ruby-mocha/Makefile:1.38 pkgsrc/devel/ruby-mocha/Makefile:1.39
--- pkgsrc/devel/ruby-mocha/Makefile:1.38       Sun Jun 30 16:11:46 2024
+++ pkgsrc/devel/ruby-mocha/Makefile    Sat Jul 20 15:26:33 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2024/06/30 16:11:46 taca Exp $
+# $NetBSD: Makefile,v 1.39 2024/07/20 15:26:33 taca Exp $
 
-DISTNAME=      mocha-2.4.0
+DISTNAME=      mocha-2.4.2
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-mocha/distinfo
diff -u pkgsrc/devel/ruby-mocha/distinfo:1.40 pkgsrc/devel/ruby-mocha/distinfo:1.41
--- pkgsrc/devel/ruby-mocha/distinfo:1.40       Sun Jun 30 16:11:46 2024
+++ pkgsrc/devel/ruby-mocha/distinfo    Sat Jul 20 15:26:33 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.40 2024/06/30 16:11:46 taca Exp $
+$NetBSD: distinfo,v 1.41 2024/07/20 15:26:33 taca Exp $
 
-BLAKE2s (mocha-2.4.0.gem) = 8684aac1574555a0302ca4af5a739cd809805cbd051e50907480eb1541725a88
-SHA512 (mocha-2.4.0.gem) = 98f1a0fd938e8d06d74916bdf7a820e79013d71bc036557c4bace19c32e2c631545856c5fa7f1f087db94123cecca0c398bacb5a98e3f2a09edbe7acf347ddf2
-Size (mocha-2.4.0.gem) = 67072 bytes
+BLAKE2s (mocha-2.4.2.gem) = 686e4d92abeabaf3f98c268c2790b62cada161d7e753b1554e2c465b184e1275
+SHA512 (mocha-2.4.2.gem) = 5034e70c38494bb69f1abdc4dc2335dbfd3e2fe8c0a581e1d32ef1adfe337a4347159a66928144a15d1c34f94db6bb3398bdbeb7ba546cf484dddce129b8f0d0
+Size (mocha-2.4.2.gem) = 67072 bytes



Home | Main Index | Thread Index | Old Index