Tue Nov 9 14:40:55 2021 UTC ()
devel/ruby-test-unit: update to 3.5.1

3.5.1 (2021-11-08)

Fixes
* Fixed a bug that keep: true is ignored when data set is generated by
  block. [Reported by Kenta Murata]

Thanks

* Kenta Murata

3.5.0 (2021-10-18)

Fixes
* Fixed a bug that keep: true is ignored when the last data doesn't have
  keep: true.

3.4.9 (2021-10-18)

Improvements
* Added support for labeling each variable values by using Hash.

3.4.8 (2021-10-11)

Improvements
* Added support for omitting Ractor tests on Ruby 2.7 or earlier
  automatically.


(taca)
diff -r1.44 -r1.45 pkgsrc/devel/ruby-test-unit/Makefile
diff -r1.41 -r1.42 pkgsrc/devel/ruby-test-unit/distinfo

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

--- pkgsrc/devel/ruby-test-unit/Makefile 2021/09/18 15:36:01 1.44
+++ pkgsrc/devel/ruby-test-unit/Makefile 2021/11/09 14:40:55 1.45
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.44 2021/09/18 15:36:01 taca Exp $ 1# $NetBSD: Makefile,v 1.45 2021/11/09 14:40:55 taca Exp $
2 2
3DISTNAME= test-unit-3.4.7 3DISTNAME= test-unit-3.5.1
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.41 -r1.42 pkgsrc/devel/ruby-test-unit/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-test-unit/distinfo 2021/10/26 10:19:50 1.41
+++ pkgsrc/devel/ruby-test-unit/distinfo 2021/11/09 14:40:55 1.42
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.41 2021/10/26 10:19:50 nia Exp $ 1$NetBSD: distinfo,v 1.42 2021/11/09 14:40:55 taca Exp $
2 2
3BLAKE2s (test-unit-3.4.7.gem) = 3a0a5b01a1c523ca8338f3acdd9395f9c5a163c894dc34d51b79eda2bbfcb503 3BLAKE2s (test-unit-3.5.1.gem) = 20e57239a72bd210c96e62029e97ceb1bd0a1ec91e50c6067e49dfb5d2ece5a1
4SHA512 (test-unit-3.4.7.gem) = b6e93282bf0b11002f66ceece4e3b4e4b4336a703481e55c46e901249d9a1bc0ab41fa7b33dfe5dbcaec631988905eeb94658a61b409b876ef317f3e4fa462c4 4SHA512 (test-unit-3.5.1.gem) = ab9816b49936f81852c2efc512424e35103223a74cf40fe6c92f9df7a8b8bca3d1aeab6872e1670655dc06a11b6251e9bb061884305b9fe7eb40fb65504a8187
5Size (test-unit-3.4.7.gem) = 91648 bytes 5Size (test-unit-3.5.1.gem) = 91648 bytes