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 Jun  4 15:55:56 UTC 2017

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

Log Message:
Update ruby-minitest to 5.10.2.

=== 5.10.2 / 2017-05-09

* 1 minor enhancement:

  * Added suggestion in minitest/hell to install minitest/proveit.

* 7 bug fixes:

  * Expand MT6 to Minitest 6. (xaviershay)
  * Fixed location of assert_send deprecation. (rab)
  * Fixed location of nil assert_equal deprecation to work with expectations. (jeremyevans)
  * Fixed minitest/hell to use parallelize_me! (azul)
  * Made deprecation use warn so -W0 will silence it.
  * Workaround for rdoc nodoc generation bug that totally f'd up minitest doco. (Paxa)
  * Write aggregated_results directly to the IO object to avoid mixed encoding errors. (tenderlove)


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/ruby-minitest/Makefile
cvs rdiff -u -r1.13 -r1.14 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.14 pkgsrc/devel/ruby-minitest/Makefile:1.15
--- pkgsrc/devel/ruby-minitest/Makefile:1.14    Sun Mar 12 14:39:46 2017
+++ pkgsrc/devel/ruby-minitest/Makefile Sun Jun  4 15:55:56 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2017/03/12 14:39:46 taca Exp $
+# $NetBSD: Makefile,v 1.15 2017/06/04 15:55:56 taca Exp $
 
-DISTNAME=      minitest-5.10.1
+DISTNAME=      minitest-5.10.2
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-minitest/distinfo
diff -u pkgsrc/devel/ruby-minitest/distinfo:1.13 pkgsrc/devel/ruby-minitest/distinfo:1.14
--- pkgsrc/devel/ruby-minitest/distinfo:1.13    Sun Mar 12 14:39:46 2017
+++ pkgsrc/devel/ruby-minitest/distinfo Sun Jun  4 15:55:56 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2017/03/12 14:39:46 taca Exp $
+$NetBSD: distinfo,v 1.14 2017/06/04 15:55:56 taca Exp $
 
-SHA1 (minitest-5.10.1.gem) = b051ec10148076aa85f813b5e10e9e629de187d7
-RMD160 (minitest-5.10.1.gem) = 90cae6d5bf460c39f92cb8a52e1fb12221cdff9f
-SHA512 (minitest-5.10.1.gem) = 16faeb391e80cb25ebf7a1d48cfbe4c1497b7a0a34f626872ee98b9a51cf1b9c0580aca7a25d901a156daf5d54afbfda5192f29f9e255f4cd96e9ebeba8d1295
-Size (minitest-5.10.1.gem) = 74240 bytes
+SHA1 (minitest-5.10.2.gem) = 593eaa641e3d5977024d9f40c5841ccbc292735e
+RMD160 (minitest-5.10.2.gem) = 838689faa92287fe112f958276516446b6a6f0c0
+SHA512 (minitest-5.10.2.gem) = f2a0ee13166cd6cb2cebc1f075347f205ac14e03943b2cccff7eadd34d09f2fb8ea0a6c764f20a84efef6463f4101a998110809c81c385225b4f72eb5da687d2
+Size (minitest-5.10.2.gem) = 75264 bytes



Home | Main Index | Thread Index | Old Index