pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-minitest



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon May 25 13:33:25 UTC 2020

Modified Files:
        pkgsrc/devel/ruby-minitest: Makefile distinfo

Log Message:
devel/ruby-minitest

Update ruby-minitest to 5.14.1.

=== 5.14.1 / 2020-05-15

* 3 minor enhancements:

  * Minitest.filter_backtrace returns original backtrace if filter comes
    back empty.

  * Minitest::BacktraceFilter now returns entire backtrace if $MT_DEBUG
    set in env.

  * Return true on a successful refute. (jusleg)

* 1 bug fix:

  * Fixed expectation doco to not use global expectations.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/ruby-minitest/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/ruby-minitest/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-minitest/Makefile
diff -u pkgsrc/devel/ruby-minitest/Makefile:1.20 pkgsrc/devel/ruby-minitest/Makefile:1.21
--- pkgsrc/devel/ruby-minitest/Makefile:1.20    Thu Jan 16 15:35:43 2020
+++ pkgsrc/devel/ruby-minitest/Makefile Mon May 25 13:33:25 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2020/01/16 15:35:43 taca Exp $
+# $NetBSD: Makefile,v 1.21 2020/05/25 13:33:25 taca Exp $
 
-DISTNAME=      minitest-5.14.0
+DISTNAME=      minitest-5.14.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-minitest/distinfo
diff -u pkgsrc/devel/ruby-minitest/distinfo:1.19 pkgsrc/devel/ruby-minitest/distinfo:1.20
--- pkgsrc/devel/ruby-minitest/distinfo:1.19    Thu Jan 16 15:35:43 2020
+++ pkgsrc/devel/ruby-minitest/distinfo Mon May 25 13:33:25 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2020/01/16 15:35:43 taca Exp $
+$NetBSD: distinfo,v 1.20 2020/05/25 13:33:25 taca Exp $
 
-SHA1 (minitest-5.14.0.gem) = 8bca35248271e2c3529d19795e323da12b4b10c8
-RMD160 (minitest-5.14.0.gem) = 471931ad82d08cf37a98d3ce78ed437a9e0b48f9
-SHA512 (minitest-5.14.0.gem) = 4d65cbc96fe96bd79fd1dce36ce3b72d8e01efc12dcfeb6264075bb36430110f1c8fb519e0885e3449379fb5237cbdf7e24803ef49034e46ddf1d3a24c56b45f
-Size (minitest-5.14.0.gem) = 84992 bytes
+SHA1 (minitest-5.14.1.gem) = a1e470a280119850b8f5a3d7b433522cb8b4b9a3
+RMD160 (minitest-5.14.1.gem) = 4d614579df1d8e002735030a3e219772b7882cfc
+SHA512 (minitest-5.14.1.gem) = 57a205ce8f71a494d9d8b0343cbc39f8d3ee22f33145b53b6b0bebebc0a2ed542eba3e1df91bf115be0910f0c2e65d5c24be6b595f13e6ccbbe417e06c54ffce
+Size (minitest-5.14.1.gem) = 84992 bytes



Home | Main Index | Thread Index | Old Index