Fri Jun 4 14:25:45 2021 UTC ()
devel/ruby-test-unit: update to 3.4.4

3.4.4 (2021-06-04)

Improvements

* Rename assert_all? to assert_all. assert_all? is deprecated but is
  available.

3.4.3 (2021-06-04)

Improvements

* Stopped to change result value of Test::Unit::TestCase#include.
* Added assert_all?.
* Added support for assert_raise_with_message.


(taca)
diff -r1.42 -r1.43 pkgsrc/devel/ruby-test-unit/Makefile
diff -r1.37 -r1.38 pkgsrc/devel/ruby-test-unit/distinfo

cvs diff -r1.42 -r1.43 pkgsrc/devel/ruby-test-unit/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-test-unit/Makefile 2021/05/30 09:11:00 1.42
+++ pkgsrc/devel/ruby-test-unit/Makefile 2021/06/04 14:25:45 1.43
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.42 2021/05/30 09:11:00 taca Exp $ 1# $NetBSD: Makefile,v 1.43 2021/06/04 14:25:45 taca Exp $
2 2
3DISTNAME= test-unit-3.4.2 3DISTNAME= test-unit-3.4.4
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/test-unit/test-unit/ 7HOMEPAGE= https://github.com/test-unit/test-unit/
8COMMENT= Improved version of Test::Unit 8COMMENT= Improved version of Test::Unit
9LICENSE= ruby-license 9LICENSE= ruby-license
10 10
11USE_LANGUAGES= # none 11USE_LANGUAGES= # none
12 12
13.include "../../lang/ruby/gem.mk" 13.include "../../lang/ruby/gem.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.37 -r1.38 pkgsrc/devel/ruby-test-unit/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-test-unit/distinfo 2021/05/30 09:11:00 1.37
+++ pkgsrc/devel/ruby-test-unit/distinfo 2021/06/04 14:25:45 1.38
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.37 2021/05/30 09:11:00 taca Exp $ 1$NetBSD: distinfo,v 1.38 2021/06/04 14:25:45 taca Exp $
2 2
3SHA1 (test-unit-3.4.2.gem) = 251d52455d6367e016e91ccb9e330126e908252c 3SHA1 (test-unit-3.4.4.gem) = 454d698795d05ca1aea61bb8d131814daac72d73
4RMD160 (test-unit-3.4.2.gem) = adb986595b4eaf7a4e97a86e26b9674ac0f78034 4RMD160 (test-unit-3.4.4.gem) = 5e2b129ba8789e5bd13c1927e022efc8fdb25768
5SHA512 (test-unit-3.4.2.gem) = ccf04ffbea05334f2d4ffed48db6d236c5eb85cc3d0bd79b5a195c43d218bc03b3b310835d7c23f78d2548dcfc8c4be5d1f3bf92d1aff6fd56ff3f483b2f1b0a 5SHA512 (test-unit-3.4.4.gem) = 3387cc32fca94c2554fa5ed691eec1e0bdddc119ad26f19860c5533764041d17b0ae0515d0a3703f7427558e1eb0f0817c106f2de46b2ad5299ca08c2922de33
6Size (test-unit-3.4.2.gem) = 122368 bytes 6Size (test-unit-3.4.4.gem) = 123392 bytes