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 Mar 12 14:39:46 UTC 2017

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

Log Message:
Update ruby-minitest to 5.10.1.

=== 5.10.1 / 2016-12-01

* 1 bug fix:

  * Added a hack/kludge to deal with missing #prerecord on reporters that aren't properly subclassing AbstractReporter (I'm looking at you minitest-reporters)

=== 5.10.0 / 2016-11-30

* 2 minor enhancements:

  * Added AbstractReporter#prerecord and extended ProgressReporter and CompositeReporter to use it.
  * Minor optimization: remove runnables with no runnable methods before run.

* 1 bug fix:

  * 2.4: removed deprecation warnings when referring to Fixnum.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/ruby-minitest/Makefile
cvs rdiff -u -r1.12 -r1.13 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.13 pkgsrc/devel/ruby-minitest/Makefile:1.14
--- pkgsrc/devel/ruby-minitest/Makefile:1.13    Sat Nov 19 14:38:03 2016
+++ pkgsrc/devel/ruby-minitest/Makefile Sun Mar 12 14:39:46 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2016/11/19 14:38:03 taca Exp $
+# $NetBSD: Makefile,v 1.14 2017/03/12 14:39:46 taca Exp $
 
-DISTNAME=      minitest-5.9.1
+DISTNAME=      minitest-5.10.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-minitest/distinfo
diff -u pkgsrc/devel/ruby-minitest/distinfo:1.12 pkgsrc/devel/ruby-minitest/distinfo:1.13
--- pkgsrc/devel/ruby-minitest/distinfo:1.12    Sun Oct  9 14:25:45 2016
+++ pkgsrc/devel/ruby-minitest/distinfo Sun Mar 12 14:39:46 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2016/10/09 14:25:45 taca Exp $
+$NetBSD: distinfo,v 1.13 2017/03/12 14:39:46 taca Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index