pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-minitest Update ruby-minitest to 5.9.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8866280f3036
branches:  trunk
changeset: 353597:8866280f3036
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Oct 09 14:25:45 2016 +0000

description:
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)

diffstat:

 devel/ruby-minitest/Makefile |   4 ++--
 devel/ruby-minitest/PLIST    |   4 ++--
 devel/ruby-minitest/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (43 lines):

diff -r a8962bb10ad8 -r 8866280f3036 devel/ruby-minitest/Makefile
--- a/devel/ruby-minitest/Makefile      Sun Oct 09 14:24:30 2016 +0000
+++ b/devel/ruby-minitest/Makefile      Sun Oct 09 14:25:45 2016 +0000
@@ -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
diff -r a8962bb10ad8 -r 8866280f3036 devel/ruby-minitest/PLIST
--- a/devel/ruby-minitest/PLIST Sun Oct 09 14:24:30 2016 +0000
+++ b/devel/ruby-minitest/PLIST Sun Oct 09 14:25:45 2016 +0000
@@ -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_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 -r a8962bb10ad8 -r 8866280f3036 devel/ruby-minitest/distinfo
--- a/devel/ruby-minitest/distinfo      Sun Oct 09 14:24:30 2016 +0000
+++ b/devel/ruby-minitest/distinfo      Sun Oct 09 14:25:45 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index