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:           Thu Jan 16 15:35:43 UTC 2020

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

Log Message:
devel/ruby-minitest: update to 5.14.0

Update ruby-minitest to 5.14.0.

=== 5.14.0 / 2020-01-11

* 2 minor enhancements:

  * Block-assertions (eg assert_output) now error if raised inside the block. (casperisfine)
  * Changed assert_raises to only catch Assertion since that covers Skip and friends.

* 3 bug fixes:

  * Added example for value wrapper with block to Expectations module. (stomar)
  * Fixed use of must/wont_be_within_delta on Expectation instance. (stomar)
  * Renamed UnexpectedError#exception to #error to avoid problems with reraising. (casperisfine)


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/ruby-minitest/Makefile
cvs rdiff -u -r1.18 -r1.19 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.19 pkgsrc/devel/ruby-minitest/Makefile:1.20
--- pkgsrc/devel/ruby-minitest/Makefile:1.19    Wed Oct 30 15:16:50 2019
+++ pkgsrc/devel/ruby-minitest/Makefile Thu Jan 16 15:35:43 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2019/10/30 15:16:50 taca Exp $
+# $NetBSD: Makefile,v 1.20 2020/01/16 15:35:43 taca Exp $
 
-DISTNAME=      minitest-5.13.0
+DISTNAME=      minitest-5.14.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-minitest/distinfo
diff -u pkgsrc/devel/ruby-minitest/distinfo:1.18 pkgsrc/devel/ruby-minitest/distinfo:1.19
--- pkgsrc/devel/ruby-minitest/distinfo:1.18    Wed Oct 30 15:16:50 2019
+++ pkgsrc/devel/ruby-minitest/distinfo Thu Jan 16 15:35:43 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2019/10/30 15:16:50 taca Exp $
+$NetBSD: distinfo,v 1.19 2020/01/16 15:35:43 taca Exp $
 
-SHA1 (minitest-5.13.0.gem) = ba67a1291e866820203cee5dd84c6e8a9bde8391
-RMD160 (minitest-5.13.0.gem) = cee28686e160e55ffebe401e141d50c9c2252d85
-SHA512 (minitest-5.13.0.gem) = bdd0d665cfd6f6e36dcb1f2f069f5154a468f68eb4c41f5c39e3a3397644141d5e05024023b20fafbceb983b019b00a0ec6da98432f505cc8fd1cebc11cc1fca
-Size (minitest-5.13.0.gem) = 83968 bytes
+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



Home | Main Index | Thread Index | Old Index