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:           Wed Mar 14 14:25:33 UTC 2018

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

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

## 3.2.7 - 2017-12-12 {#version-3-2-7}

### Improvements

  * Added source code link to gemspec.
    [GitHub#157][Patch by Grey Baker]

  * Changed to use SVG image for badges in README.
    [GitHub#158][Patch by Olle Jonsson]

  * [UI][console]: Added `--reverse-output` option to output fault
    details in reverse like Ruby 2.5. It's enabled by default only for
    tty output.

### Fixes

  * Fixed a typo.
    [GitHub#156][Patch by masa kunikata]

  * [UI][console]: Fixed a bug that broken align in verbose mode.

### Thanks

  * masa kunikata

  * Grey Baker

  * Olle Jonsson

## 3.2.6 - 2017-09-21 {#version-3-2-6}

### Improvements

  * Changed test file require failure to error from omission.
    [GitHub#154][Patch by naofumi-fujii]

### Thanks

  * naofumi-fujii


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/ruby-test-unit/Makefile
cvs rdiff -u -r1.25 -r1.26 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.30 pkgsrc/devel/ruby-test-unit/Makefile:1.31
--- pkgsrc/devel/ruby-test-unit/Makefile:1.30   Thu Jul 13 15:35:32 2017
+++ pkgsrc/devel/ruby-test-unit/Makefile        Wed Mar 14 14:25:33 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2017/07/13 15:35:32 taca Exp $
+# $NetBSD: Makefile,v 1.31 2018/03/14 14:25:33 taca Exp $
 
-DISTNAME=      test-unit-3.2.5
+DISTNAME=      test-unit-3.2.7
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-test-unit/distinfo
diff -u pkgsrc/devel/ruby-test-unit/distinfo:1.25 pkgsrc/devel/ruby-test-unit/distinfo:1.26
--- pkgsrc/devel/ruby-test-unit/distinfo:1.25   Thu Jul 13 15:35:32 2017
+++ pkgsrc/devel/ruby-test-unit/distinfo        Wed Mar 14 14:25:33 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2017/07/13 15:35:32 taca Exp $
+$NetBSD: distinfo,v 1.26 2018/03/14 14:25:33 taca Exp $
 
-SHA1 (test-unit-3.2.5.gem) = 06ec45f477b53469db1f4df366fa20be9fd0bcfc
-RMD160 (test-unit-3.2.5.gem) = 5a25f61a1778967af8977e5922bdd41a8059833d
-SHA512 (test-unit-3.2.5.gem) = 4c2efa61893d20d593c3b4ab620219c4540f04abd8566c4448e17f50727a955188d76e2d09759f7829b4587c40369a2b7419bf13315537cea7da8bb95c795ab0
-Size (test-unit-3.2.5.gem) = 128512 bytes
+SHA1 (test-unit-3.2.7.gem) = 2616f4989be52522eef2d8d2721db17951163930
+RMD160 (test-unit-3.2.7.gem) = 22c98377f83be2abdc5f6bb41369572dcc2f4e6f
+SHA512 (test-unit-3.2.7.gem) = a55a5abee0d602b23af34ee8a9a7e26effc95ce9dd8ce98da28c49caf883d47c86bd2d0979176b0d1e239861ea73a4c5a9a280a1ceda7fbfbbd98c888ca6b01e
+Size (test-unit-3.2.7.gem) = 129024 bytes



Home | Main Index | Thread Index | Old Index