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: Mon Dec 9 13:47:16 UTC 2024
Modified Files:
pkgsrc/devel/ruby-minitest: Makefile distinfo
Log Message:
devel/ruby-minitest: update to 5.25.4
5.25.2 (2024-11-21)
4 bug fixes:
* Include class name in spec name. (thomasmarshall)
* Fixed redefining object_id warning from ruby 3.4. (mattbrictson)
* Minitest top-level namespace no longer includes entire contents of
README.rdoc. Too much!
* Refactored spec's describe to more cleanly determine the superclass and
name
5.25.3 (2024-12-03)
5 bug fixes:
* Fixed assert_mock to fail instead of raise on unmet mock expectations.
* Fixed assert_mock to take an optional message argument.
* Fixed formatting of unmet mock expectation messages.
* Fixed missing must_verify expectation to match assert_mock.
* minitest/pride: Fixed to use true colors with *-direct terminals (bk2204)
5.25.4 (2024-12-03)
1 bug fix:
* Fix for must_verify definition if only requiring minitest/mock (but why?).
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/ruby-minitest/Makefile
cvs rdiff -u -r1.41 -r1.42 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.40 pkgsrc/devel/ruby-minitest/Makefile:1.41
--- pkgsrc/devel/ruby-minitest/Makefile:1.40 Wed Sep 18 15:19:08 2024
+++ pkgsrc/devel/ruby-minitest/Makefile Mon Dec 9 13:47:16 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2024/09/18 15:19:08 taca Exp $
+# $NetBSD: Makefile,v 1.41 2024/12/09 13:47:16 taca Exp $
-DISTNAME= minitest-5.25.1
+DISTNAME= minitest-5.25.4
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-minitest/distinfo
diff -u pkgsrc/devel/ruby-minitest/distinfo:1.41 pkgsrc/devel/ruby-minitest/distinfo:1.42
--- pkgsrc/devel/ruby-minitest/distinfo:1.41 Wed Sep 18 15:19:08 2024
+++ pkgsrc/devel/ruby-minitest/distinfo Mon Dec 9 13:47:16 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.41 2024/09/18 15:19:08 taca Exp $
+$NetBSD: distinfo,v 1.42 2024/12/09 13:47:16 taca Exp $
-BLAKE2s (minitest-5.25.1.gem) = 80460bff8b09d8bd2ecfecc928c922fcb7f377d6c7033301e4a4cbd26bdba20d
-SHA512 (minitest-5.25.1.gem) = 07a15422a677e1d104d70a6211a1488a5ac80e7517124e95f6983585b840bfd1cb9a18cfdb18cf07a8f6740c4f813852a93aa4d9e7b53f9c858e66b63b82b60b
-Size (minitest-5.25.1.gem) = 100352 bytes
+BLAKE2s (minitest-5.25.4.gem) = 67b8bcb748a762a9acfe0786e3c6eb57428e4276f6a85a59f84bcebcba7bc3e1
+SHA512 (minitest-5.25.4.gem) = 0ede16b07f52cc81ce86941220406c3ce1d7cc6c7ef197fd8a345f1786d567be2963ad38718883c82ece1ff850e5e15ace7dc720d9a728e65421fa7ce1990282
+Size (minitest-5.25.4.gem) = 100864 bytes
Home |
Main Index |
Thread Index |
Old Index