CVS commit: pkgsrc/devel/ruby-simplecov

"Takahiro Kambe" <[email protected]> Tue, 4 Aug 2026 14:19:52 +0000
Newsgroups gmane.os.netbsd.devel.pkgsrc.cvs
Message-ID <[email protected]>
This is a multi-part message in MIME format.

--_----------=_1785853192126520
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="US-ASCII"

Module Name:	pkgsrc
Committed By:	taca
Date:		Tue Aug  4 14:19:52 UTC 2026

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

Log Message:
devel/ruby-simplecov: update to 1.0.3

1.0.3 (2026-07-26)

What's Changed

* Bump ruby/setup-ruby from 1.316.0 to 1.318.0 by @dependabot[bot] in #1238
* fix: memoise key parsing in RubyDataParser to fix combiner performance
  regression by @oleksii-leonov in #1239

New Contributors

* @oleksii-leonov made their first contribution in #1239


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/ruby-simplecov/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/ruby-simplecov/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


--_----------=_1785853192126520
Content-Disposition: inline
Content-Length: 1549
Content-Transfer-Encoding: binary
Content-Type: text/x-diff; charset=us-ascii

Modified files:

Index: pkgsrc/devel/ruby-simplecov/Makefile
diff -u pkgsrc/devel/ruby-simplecov/Makefile:1.29 pkgsrc/devel/ruby-simplecov/Makefile:1.30
--- pkgsrc/devel/ruby-simplecov/Makefile:1.29	Sat Jul 18 15:22:13 2026
+++ pkgsrc/devel/ruby-simplecov/Makefile	Tue Aug  4 14:19:52 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2026/07/18 15:22:13 taca Exp $
+# $NetBSD: Makefile,v 1.30 2026/08/04 14:19:52 taca Exp $
 
-DISTNAME=	simplecov-1.0.2
+DISTNAME=	simplecov-1.0.3
 CATEGORIES=	devel
 
 MAINTAINER=	[email protected]

Index: pkgsrc/devel/ruby-simplecov/distinfo
diff -u pkgsrc/devel/ruby-simplecov/distinfo:1.26 pkgsrc/devel/ruby-simplecov/distinfo:1.27
--- pkgsrc/devel/ruby-simplecov/distinfo:1.26	Sat Jul 18 15:22:13 2026
+++ pkgsrc/devel/ruby-simplecov/distinfo	Tue Aug  4 14:19:52 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2026/07/18 15:22:13 taca Exp $
+$NetBSD: distinfo,v 1.27 2026/08/04 14:19:52 taca Exp $
 
-BLAKE2s (simplecov-1.0.2.gem) = 7921b561b6135cee311a05e430105f9133ba8dcb7ae63d8c7a9b45be2598633f
-SHA512 (simplecov-1.0.2.gem) = ce3a9ddc3e9dbbd3ec7f0615f9deb897facc59e4ced2392e12515647c946add518a94e8a6e3870e19bf7763014c88261b44dfc40f1d167a1bc22e3d08b30e562
-Size (simplecov-1.0.2.gem) = 167936 bytes
+BLAKE2s (simplecov-1.0.3.gem) = 09d8ea8bd60cc3c1091e8225cc7eb220e42041c05290a2751ba4629a01fe069a
+SHA512 (simplecov-1.0.3.gem) = 64cdf43b591b1080c8b183b189d9b302c5032aec1c7b6bd9c2638d1335813986daeee8c256da80d40527d33823f3a9a08be0b6f2a2dfd346d033590f75e60355
+Size (simplecov-1.0.3.gem) = 169472 bytes


--_----------=_1785853192126520--