pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-test-unit



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Feb 25 14:46:05 UTC 2019

Modified Files:
        pkgsrc/devel/ruby-test-unit: Makefile distinfo

Log Message:
devel/ruby-test-unit: update to 3.3.0

## 3.3.0 - 2019-01-23 {#version-3-3-0}

### Improvements

  * Added support for auto test run when all tests are defined in
    modules.

  * Added support for defining methods to test case class in multiple
    threads.
    [GitHub#159][Reported by Charles Oliver Nutter]

  * Suppressed warnings on Ruby 2.5.
    [GitHub#160][Reported by Daniel Berger]

  * Suppressed warnings on Ruby 2.7.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/ruby-test-unit/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/ruby-test-unit/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-test-unit/Makefile
diff -u pkgsrc/devel/ruby-test-unit/Makefile:1.33 pkgsrc/devel/ruby-test-unit/Makefile:1.34
--- pkgsrc/devel/ruby-test-unit/Makefile:1.33   Sun Dec  2 06:37:54 2018
+++ pkgsrc/devel/ruby-test-unit/Makefile        Mon Feb 25 14:46:05 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2018/12/02 06:37:54 taca Exp $
+# $NetBSD: Makefile,v 1.34 2019/02/25 14:46:05 taca Exp $
 
-DISTNAME=      test-unit-3.2.9
+DISTNAME=      test-unit-3.3.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-test-unit/distinfo
diff -u pkgsrc/devel/ruby-test-unit/distinfo:1.28 pkgsrc/devel/ruby-test-unit/distinfo:1.29
--- pkgsrc/devel/ruby-test-unit/distinfo:1.28   Sun Dec  2 06:37:54 2018
+++ pkgsrc/devel/ruby-test-unit/distinfo        Mon Feb 25 14:46:05 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.28 2018/12/02 06:37:54 taca Exp $
+$NetBSD: distinfo,v 1.29 2019/02/25 14:46:05 taca Exp $
 
-SHA1 (test-unit-3.2.9.gem) = dc94dd3777650574537e37cf7096cbf24086da1e
-RMD160 (test-unit-3.2.9.gem) = ffae563df2c9d0df187b1a06173010c7e267993c
-SHA512 (test-unit-3.2.9.gem) = 1c2b127e3522f4561770b9f9e7b547a18b9f2df4120ea408a8f4064be393a26138998068c1484569f35b33cfddc8a7251e237d90703f8e1a023c14875f7e2ae5
-Size (test-unit-3.2.9.gem) = 131584 bytes
+SHA1 (test-unit-3.3.0.gem) = b546115474a5dd8702326ee2d8eefc56c2ed20f0
+RMD160 (test-unit-3.3.0.gem) = 8c0d0fe3cd42368cd6e807520835b5b0a9b3238d
+SHA512 (test-unit-3.3.0.gem) = bc07f0a3691935aa766d83ce599264e031119622bb1f3ecf9b4cbb47daa16892cb9afdc78bfd725b547ba0643c52062c4dcc606e5d187b220236ea1ea7749263
+Size (test-unit-3.3.0.gem) = 132096 bytes



Home | Main Index | Thread Index | Old Index