diff options
author | taca <taca@pkgsrc.org> | 2016-10-09 14:25:45 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-10-09 14:25:45 +0000 |
commit | e751124ed8f828cc1db067fee1a8bf9ec21b779d (patch) | |
tree | ef6746ebddee040164d410619b1bdab99e60afe1 | |
parent | f737bdfd6622033f3b66cea4d99460c88a91c64a (diff) | |
download | pkgsrc-e751124ed8f828cc1db067fee1a8bf9ec21b779d.tar.gz |
Update ruby-minitest to 5.9.1.
=== 5.9.1 / 2016-09-25
* 2 bug fixes:
* Re-release to refresh gem certificate signing. ugh.
* Fixed hoe/minitest to not augment load path if we're actually testing minitest.
=== 5.9.0 / 2016-05-16
* 8 minor enhancements:
* Added Minitest.info_signal accessors to customize signal for test run info. (nate)
* Added assert_mock to make it more clear that you're testing w/ them.
* Added negative filter by test name. (utilum)
* Added warning to README that 1.8 and 1.9 support will be dropped in minitest 6.
* Automatically activate minitest/hell if $MT_HELL is defined.
* Improved default error messages for assert and refute. (bhenderson)
* minitest/hell now tries to require minitest/proveit
* mu_pp for strings prints out non-standard encodings to improve assert_equal diffs.
* 1 bug fix:
* Removed Interrupt from PASSTHROUGH_EXCEPTIONS (already handled). (waldyr)
-rw-r--r-- | devel/ruby-minitest/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-minitest/PLIST | 4 | ||||
-rw-r--r-- | devel/ruby-minitest/distinfo | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/devel/ruby-minitest/Makefile b/devel/ruby-minitest/Makefile index f5c4c2e794e..a2759ceba68 100644 --- a/devel/ruby-minitest/Makefile +++ b/devel/ruby-minitest/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2016/02/16 15:10:10 taca Exp $ +# $NetBSD: Makefile,v 1.12 2016/10/09 14:25:45 taca Exp $ -DISTNAME= minitest-5.8.4 +DISTNAME= minitest-5.9.1 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/ruby-minitest/PLIST b/devel/ruby-minitest/PLIST index 57bd4b13bc9..c9a82b355f2 100644 --- a/devel/ruby-minitest/PLIST +++ b/devel/ruby-minitest/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2015/10/04 12:20:21 taca Exp $ +@comment $NetBSD: PLIST,v 1.6 2016/10/09 14:25:45 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.autotest ${GEM_LIBDIR}/History.rdoc @@ -25,5 +25,5 @@ ${GEM_LIBDIR}/test/minitest/test_minitest_benchmark.rb ${GEM_LIBDIR}/test/minitest/test_minitest_mock.rb ${GEM_LIBDIR}/test/minitest/test_minitest_reporter.rb ${GEM_LIBDIR}/test/minitest/test_minitest_spec.rb -${GEM_LIBDIR}/test/minitest/test_minitest_unit.rb +${GEM_LIBDIR}/test/minitest/test_minitest_test.rb ${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/devel/ruby-minitest/distinfo b/devel/ruby-minitest/distinfo index 0dcb8888372..5a2d16f96f5 100644 --- a/devel/ruby-minitest/distinfo +++ b/devel/ruby-minitest/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2016/02/16 15:10:10 taca Exp $ +$NetBSD: distinfo,v 1.12 2016/10/09 14:25:45 taca Exp $ -SHA1 (minitest-5.8.4.gem) = 21c6e14cbe33dc8b1ab91d8fef7f8c5387148b23 -RMD160 (minitest-5.8.4.gem) = d35df1212150db9a5aa1f174bef99717d6f1bd69 -SHA512 (minitest-5.8.4.gem) = 92569e41e334f209260ac77f9157f1dac8824111c6a810d954f7c66d24cf7a16d7d874186288580bf1f800889d8bdfc80437691d91208990878c295e14c1f906 -Size (minitest-5.8.4.gem) = 72192 bytes +SHA1 (minitest-5.9.1.gem) = 66785b106ebc268f6942e672eaf04e9d1b7fc873 +RMD160 (minitest-5.9.1.gem) = 094675562423a17bb2b6829c8a8a0f6bb531d9b0 +SHA512 (minitest-5.9.1.gem) = 4b02ea62297ad5be8bbc8d541405b0d73668ec7fe0f78318fb85fcc35321d934285df13aac2f3e5c4f9cb303b2689bca36a13bf1f8359486f9c66d4ca2fc6e72 +Size (minitest-5.9.1.gem) = 73216 bytes |