Sun Sep 13 10:10:54 2015 UTC ()
Update ruby-minitest to 5.8.0.

=== 5.8.0 / 2015-08-06

* 2 minor enhancements:

  * Add optional delegation mechanism to extend object with a mock. (zamith)
  * Return early if there are no filtered methods. (jeremyevans)

* 1 bug fix:

  * Don't extend io with pride if io is not a tty. (toy)


(taca)
diff -r1.6 -r1.7 pkgsrc/devel/ruby-minitest/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/ruby-minitest/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/devel/ruby-minitest/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-minitest/Makefile 2015/06/03 14:48:36 1.6
+++ pkgsrc/devel/ruby-minitest/Makefile 2015/09/13 10:10:54 1.7
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.6 2015/06/03 14:48:36 taca Exp $ 1# $NetBSD: Makefile,v 1.7 2015/09/13 10:10:54 taca Exp $
2 2
3DISTNAME= minitest-5.7.0 3DISTNAME= minitest-5.8.0
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/seattlerb/minitest 7HOMEPAGE= https://github.com/seattlerb/minitest
8COMMENT= Complete suite of testing facilities for Ruby 8COMMENT= Complete suite of testing facilities for Ruby
9 9
10DEPENDS+= ${RUBY_PKGPREFIX}-hoe>=3.9:../../devel/hoe 10DEPENDS+= ${RUBY_PKGPREFIX}-hoe>=3.9:../../devel/hoe
11RUBY_RDOC_REQD= 4.0 11RUBY_RDOC_REQD= 4.0
12 12
13.include "../../lang/ruby/gem.mk" 13.include "../../lang/ruby/gem.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/devel/ruby-minitest/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-minitest/distinfo 2015/06/03 14:48:36 1.6
+++ pkgsrc/devel/ruby-minitest/distinfo 2015/09/13 10:10:54 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2015/06/03 14:48:36 taca Exp $ 1$NetBSD: distinfo,v 1.7 2015/09/13 10:10:54 taca Exp $
2 2
3SHA1 (minitest-5.7.0.gem) = a7462bef2abbdf05aab0e5b2244ccd5c5441223a 3SHA1 (minitest-5.8.0.gem) = 89cf8c654c1286de95da4de2727bae58771fb2e1
4RMD160 (minitest-5.7.0.gem) = e92a7439cb3830beb83d5fe1d8b02fbd2c34205b 4RMD160 (minitest-5.8.0.gem) = 5115755e589081e1449d0225a60562a88fab5938
5Size (minitest-5.7.0.gem) = 71680 bytes 5Size (minitest-5.8.0.gem) = 71680 bytes