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:           Sun Oct  9 15:25:47 UTC 2016

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

Log Message:
Update ruby-test-unit to 3.2.1.

## 3.2.1 - 2016-07-19 {#version-3-2-1}

### Improvements

  * Clarified lib/test/unit/diff.rb license. It's a triple license of
    the Ruby license, PSF license and LGPLv2.1 or later.
    [Reported by Luisa Pace]

  * Reported norification when data driven test doesn't have
    parameter.
    [GitHub#122][Reported by Satoshi "Moris" Tagomori]

### Thanks

  * Luisa Pace

  * Satoshi "Moris" Tagomori

## 3.2.0 - 2016-06-12 {#version-3-2-0}

### Improvements

  * Supported rxvt family terminals as color available terminals.
    [GitHub#121][Reported by Ippei Kishida]

### Thanks

  * Ippei Kishida

## 3.1.9 - 2016-05-20 {#version-3-1-9}

### Fixes

  * Fixed conflict with test-unit-power_assert.
    [GitHub#120][Patch by Kazuki Tsujimoto]

  * Fixed a bug that path in `$LOAD_PATH` may be removed.

### Thanks

  * Kazuki Tsujimoto

## 3.1.8 - 2016-03-19 {#version-3-1-8}

### Improvements

  * Added `--stop-on-failure` command line option. With this option,
    running test suite is stopped immediately when one test is failed
    or an error is raised in one test.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/ruby-test-unit/Makefile
cvs rdiff -u -r1.21 -r1.22 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.24 pkgsrc/devel/ruby-test-unit/Makefile:1.25
--- pkgsrc/devel/ruby-test-unit/Makefile:1.24   Tue Feb 16 16:08:58 2016
+++ pkgsrc/devel/ruby-test-unit/Makefile        Sun Oct  9 15:25:47 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2016/02/16 16:08:58 taca Exp $
+# $NetBSD: Makefile,v 1.25 2016/10/09 15:25:47 taca Exp $
 
-DISTNAME=      test-unit-3.1.7
+DISTNAME=      test-unit-3.2.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-test-unit/distinfo
diff -u pkgsrc/devel/ruby-test-unit/distinfo:1.21 pkgsrc/devel/ruby-test-unit/distinfo:1.22
--- pkgsrc/devel/ruby-test-unit/distinfo:1.21   Tue Feb 16 16:08:58 2016
+++ pkgsrc/devel/ruby-test-unit/distinfo        Sun Oct  9 15:25:47 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2016/02/16 16:08:58 taca Exp $
+$NetBSD: distinfo,v 1.22 2016/10/09 15:25:47 taca Exp $
 
-SHA1 (test-unit-3.1.7.gem) = c057a142bfcb2ee0aa84487899a44a7bc021b19e
-RMD160 (test-unit-3.1.7.gem) = f07acf1fc8f6c397bacefe029cce85b4572acf11
-SHA512 (test-unit-3.1.7.gem) = fb41fdc27b0278fd272db100d76b4691468ab68d1327baf63d4e230285aec5e9faedb3b2fced4445a8a801828e9c715533ab6311dbe7a4033b6c8402e711b06e
-Size (test-unit-3.1.7.gem) = 124416 bytes
+SHA1 (test-unit-3.2.1.gem) = c3a95715858b3d533b4889ba6eabf23875cb64c1
+RMD160 (test-unit-3.2.1.gem) = d1c2016c323216d27cb1c53645f20d6ba1c5dcea
+SHA512 (test-unit-3.2.1.gem) = 226e3acd422d9849d9bf3ed39773776b9b067598db28f5f1f297462199e2f40d870bb2b40f944b59256bddfc8dedb0a8c859118dc04eb5e70fb7ec328243b498
+Size (test-unit-3.2.1.gem) = 124928 bytes



Home | Main Index | Thread Index | Old Index