CVS commit: pkgsrc/devel/ruby-multi_test
"Takahiro Kambe" <[email protected]> Tue, 4 Aug 2026 14:18:22 +0000
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format.
--_----------=_1785853102194470
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:18:22 UTC 2026
Modified Files:
pkgsrc/devel/ruby-multi_test: Makefile PLIST distinfo
Log Message:
devel/ruby-multi_test: update to 2.0.0
2.0.0 (2026-07-30)
Changed
* BREAKING CHANGE: Upped minimum ruby from 2.0 to 2.6
* BREAKING CHANGE: Upped minimum minitest support from 2.0 to 5.0
* BREAKING CHANGE: Removed all minitest autorun shims
* BREAKING CHANGE: Upped minimum rspec support from 1.0 to 2.0
* Ran a full aggressive rubocop audit on code to refactor into more modern
ruby style
Fixed
* Partially fixed the local execution of tests by not complaining when test
frameworks output boilerplate responses
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-multi_test/Makefile \
pkgsrc/devel/ruby-multi_test/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-multi_test/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
--_----------=_1785853102194470
Content-Disposition: inline
Content-Length: 2620
Content-Transfer-Encoding: binary
Content-Type: text/x-diff; charset=us-ascii
Modified files:
Index: pkgsrc/devel/ruby-multi_test/Makefile
diff -u pkgsrc/devel/ruby-multi_test/Makefile:1.2 pkgsrc/devel/ruby-multi_test/Makefile:1.3
--- pkgsrc/devel/ruby-multi_test/Makefile:1.2 Wed Aug 24 14:14:56 2022
+++ pkgsrc/devel/ruby-multi_test/Makefile Tue Aug 4 14:18:22 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2022/08/24 14:14:56 taca Exp $
+# $NetBSD: Makefile,v 1.3 2026/08/04 14:18:22 taca Exp $
-DISTNAME= multi_test-1.1.0
+DISTNAME= multi_test-2.0.0
CATEGORIES= devel
MAINTAINER= [email protected]
Index: pkgsrc/devel/ruby-multi_test/PLIST
diff -u pkgsrc/devel/ruby-multi_test/PLIST:1.2 pkgsrc/devel/ruby-multi_test/PLIST:1.3
--- pkgsrc/devel/ruby-multi_test/PLIST:1.2 Wed Aug 24 14:14:56 2022
+++ pkgsrc/devel/ruby-multi_test/PLIST Tue Aug 4 14:18:22 2026
@@ -1,20 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2022/08/24 14:14:56 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2026/08/04 14:18:22 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/.github/CODEOWNERS
-${GEM_LIBDIR}/.github/settings.yml
-${GEM_LIBDIR}/.github/workflows/release-github.yml
-${GEM_LIBDIR}/.github/workflows/release-ruby.yml
-${GEM_LIBDIR}/.github/workflows/test-ruby.yml
-${GEM_LIBDIR}/.whitesource
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/LICENSE
-${GEM_LIBDIR}/Makefile
${GEM_LIBDIR}/README.md
-${GEM_LIBDIR}/VERSION
${GEM_LIBDIR}/lib/multi_test.rb
${GEM_LIBDIR}/lib/multi_test/assertion_library.rb
${GEM_LIBDIR}/lib/multi_test/minitest_world.rb
-${GEM_LIBDIR}/multi_test.gemspec
-${GEM_LIBDIR}/test-all
-${GEM_LIBDIR}/test-gemfile
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/devel/ruby-multi_test/distinfo
diff -u pkgsrc/devel/ruby-multi_test/distinfo:1.4 pkgsrc/devel/ruby-multi_test/distinfo:1.5
--- pkgsrc/devel/ruby-multi_test/distinfo:1.4 Wed Aug 24 14:14:56 2022
+++ pkgsrc/devel/ruby-multi_test/distinfo Tue Aug 4 14:18:22 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2022/08/24 14:14:56 taca Exp $
+$NetBSD: distinfo,v 1.5 2026/08/04 14:18:22 taca Exp $
-BLAKE2s (multi_test-1.1.0.gem) = 9710f009a59f6e534df25e6bb50d31d4106c7bad20d323cac0ca72320c8c0f2f
-SHA512 (multi_test-1.1.0.gem) = 593b7cec0c63b497df5d2f05da72a401656a71229070ee3bdfbc89fd95991a803915929df0c89781470a12c63ac621e7a5ee00b5e6f610c9279a6fe99668c959
-Size (multi_test-1.1.0.gem) = 9728 bytes
+BLAKE2s (multi_test-2.0.0.gem) = b0bd492ce058f8bf66f5148cb7e674e39e7c0c571146e66ff6e1f3117366bd3a
+SHA512 (multi_test-2.0.0.gem) = efaedbdafed75eb95df48a2d86de630f3daab0f22d06e1991014c93e70d5351b92c3b70496449d0ac4f141727cf99ed1912376a1de219e07e9471188c5bd1791
+Size (multi_test-2.0.0.gem) = 7168 bytes
--_----------=_1785853102194470--