pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-minitest
Module Name: pkgsrc
Committed By: taca
Date: Sun May 26 14:48:41 UTC 2024
Modified Files:
pkgsrc/devel/ruby-minitest: Makefile PLIST distinfo
Log Message:
devel/ruby-minitest: update to 5.23.1
5.23.0 (2024-05-15)
3 minor enhancements:
* Added -Werror to raise on any warning output. (byroot)
* Added UnexpectedWarning as a failure summary type, added count to output
if activated.
* Added minitest/manual_plugins.rb w/ new Minitest.load method. (tenderlove)
2 bug fixes:
* Allow empty_run! and reporter to display summary for empty runs. (zzak)
* Make test task verbose using either rake’s -v or -t (was just -t).
5.23.1 (2024-05-21)
1 bug fix:
* Fully qualify the Queue class to avoid conflicts with other
libraries. (rafaelfranca)
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/ruby-minitest/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-minitest/PLIST
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/ruby-minitest/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-minitest/Makefile
diff -u pkgsrc/devel/ruby-minitest/Makefile:1.37 pkgsrc/devel/ruby-minitest/Makefile:1.38
--- pkgsrc/devel/ruby-minitest/Makefile:1.37 Sun Mar 24 14:11:12 2024
+++ pkgsrc/devel/ruby-minitest/Makefile Sun May 26 14:48:41 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2024/03/24 14:11:12 taca Exp $
+# $NetBSD: Makefile,v 1.38 2024/05/26 14:48:41 taca Exp $
-DISTNAME= minitest-5.22.3
+DISTNAME= minitest-5.23.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-minitest/PLIST
diff -u pkgsrc/devel/ruby-minitest/PLIST:1.11 pkgsrc/devel/ruby-minitest/PLIST:1.12
--- pkgsrc/devel/ruby-minitest/PLIST:1.11 Sun Jan 21 15:24:51 2024
+++ pkgsrc/devel/ruby-minitest/PLIST Sun May 26 14:48:41 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2024/01/21 15:24:51 taca Exp $
+@comment $NetBSD: PLIST,v 1.12 2024/05/26 14:48:41 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.autotest
${GEM_LIBDIR}/History.rdoc
@@ -12,8 +12,10 @@ ${GEM_LIBDIR}/lib/minitest/assertions.rb
${GEM_LIBDIR}/lib/minitest/autorun.rb
${GEM_LIBDIR}/lib/minitest/benchmark.rb
${GEM_LIBDIR}/lib/minitest/compress.rb
+${GEM_LIBDIR}/lib/minitest/error_on_warning.rb
${GEM_LIBDIR}/lib/minitest/expectations.rb
${GEM_LIBDIR}/lib/minitest/hell.rb
+${GEM_LIBDIR}/lib/minitest/manual_plugins.rb
${GEM_LIBDIR}/lib/minitest/mock.rb
${GEM_LIBDIR}/lib/minitest/parallel.rb
${GEM_LIBDIR}/lib/minitest/pride.rb
Index: pkgsrc/devel/ruby-minitest/distinfo
diff -u pkgsrc/devel/ruby-minitest/distinfo:1.38 pkgsrc/devel/ruby-minitest/distinfo:1.39
--- pkgsrc/devel/ruby-minitest/distinfo:1.38 Sun Mar 24 14:11:12 2024
+++ pkgsrc/devel/ruby-minitest/distinfo Sun May 26 14:48:41 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.38 2024/03/24 14:11:12 taca Exp $
+$NetBSD: distinfo,v 1.39 2024/05/26 14:48:41 taca Exp $
-BLAKE2s (minitest-5.22.3.gem) = e37e6a010dafa16299c78e18d591d0459242638cf0241bdf43363488305635f0
-SHA512 (minitest-5.22.3.gem) = 11b5279cbedc1b4c6dc3997530f82a35b17a2fef258140332a21edcc0f880a4013514d811207dd8b79fe094e25fbfc5f8d2481b4313ec7dcdd5d8c70af9cf5bd
-Size (minitest-5.22.3.gem) = 99328 bytes
+BLAKE2s (minitest-5.23.1.gem) = 79c7e5be3a3021048565d74230d269e4a8be6ffd6511e246ea1bc73901898089
+SHA512 (minitest-5.23.1.gem) = 5a235855f6c5c8af957c57598fb0b5febbefbdf57e881f1ded6a58fd6aeb974b9e14fd37b626b184bdb537a332c6f86842d474beab60abed7d0f8562cf4b50d2
+Size (minitest-5.23.1.gem) = 100352 bytes
Home |
Main Index |
Thread Index |
Old Index