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: Sun Oct 9 14:25:45 UTC 2016
Modified Files:
pkgsrc/devel/ruby-minitest: Makefile PLIST distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-minitest/Makefile \
pkgsrc/devel/ruby-minitest/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-minitest/PLIST
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.11 pkgsrc/devel/ruby-minitest/Makefile:1.12
--- pkgsrc/devel/ruby-minitest/Makefile:1.11 Tue Feb 16 15:10:10 2016
+++ pkgsrc/devel/ruby-minitest/Makefile Sun Oct 9 14:25:45 2016
@@ -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@localhost
Index: pkgsrc/devel/ruby-minitest/distinfo
diff -u pkgsrc/devel/ruby-minitest/distinfo:1.11 pkgsrc/devel/ruby-minitest/distinfo:1.12
--- pkgsrc/devel/ruby-minitest/distinfo:1.11 Tue Feb 16 15:10:10 2016
+++ pkgsrc/devel/ruby-minitest/distinfo Sun Oct 9 14:25:45 2016
@@ -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
Index: pkgsrc/devel/ruby-minitest/PLIST
diff -u pkgsrc/devel/ruby-minitest/PLIST:1.5 pkgsrc/devel/ruby-minitest/PLIST:1.6
--- pkgsrc/devel/ruby-minitest/PLIST:1.5 Sun Oct 4 12:20:21 2015
+++ pkgsrc/devel/ruby-minitest/PLIST Sun Oct 9 14:25:45 2016
@@ -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_minites
${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
Home |
Main Index |
Thread Index |
Old Index