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.3.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/656325865462
branches:  trunk
changeset: 631904:656325865462
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Mar 14 16:09:53 2014 +0000

description:
Update ruby-minitest to 5.3.0.

=== 5.3.0 / 2014-02-25

* 1 minor enhancement:

  * Mocked methods can take a block to verify state. Seattle.rb 12 bday present from ernie! Thanks!!

=== 5.2.3 / 2014-02-10

* 1 bug fix:

  * Fixed Spec#let check to allow overriding of other lets. (mvz)

=== 5.2.2 / 2014-01-22

* 1 minor enhancement:

  * Spec#let raises ArgumentError if you override _any_ instance method (except subject). (rynr)

* 1 bug fix:

  * Fixed up benchmark spec doco and added a test to demonstrate. (bhenderson)

=== 5.2.1 / 2014-01-07

* 1 bug fix:

  * Properly deal with horrible mix of runtime load errors + other at_exit handlers. (dougo/chqr)

=== 5.2.0 / 2013-12-13

* 1 minor enhancement:

  * Change expectations to allow calling most on procs (but not calling the proc). (bhenderson+others)

=== 5.1.0 / 2013-12-05

* 1 minor enhancement:

  * Use a Queue for scheduling parallel tests. (tenderlove)

* 1 bug fix:

  * Fixed misspelling in doco. (amatsuda)

=== 5.0.8 / 2013-09-20

* 1 bug fix:

  * Fixed siginfo handler by rearranging reporters and fixing to_s. (tenderlove)

diffstat:

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

diffs (55 lines):

diff -r 3193b14fe64e -r 656325865462 devel/ruby-minitest/Makefile
--- a/devel/ruby-minitest/Makefile      Fri Mar 14 16:08:59 2014 +0000
+++ b/devel/ruby-minitest/Makefile      Fri Mar 14 16:09:53 2014 +0000
@@ -1,16 +1,14 @@
-# $NetBSD: Makefile,v 1.3 2013/09/15 10:09:21 taca Exp $
+# $NetBSD: Makefile,v 1.4 2014/03/14 16:09:53 taca Exp $
 
-DISTNAME=      minitest-5.0.7
+DISTNAME=      minitest-5.3.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/seattlerb/minitest
 COMMENT=       Complete suite of testing facilities for Ruby
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-hoe>=3.5:../../devel/hoe
-CONFLICTS+=    ruby[1-9][0-9][0-9]-minitest-[0-9]*
-
-RUBY_RDOC_REQD=        3.10
+DEPENDS+=      ${RUBY_PKGPREFIX}-hoe>=3.9:../../devel/hoe
+RUBY_RDOC_REQD=        4.0
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 3193b14fe64e -r 656325865462 devel/ruby-minitest/PLIST
--- a/devel/ruby-minitest/PLIST Fri Mar 14 16:08:59 2014 +0000
+++ b/devel/ruby-minitest/PLIST Fri Mar 14 16:09:53 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2013/06/16 16:13:39 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2014/03/14 16:09:53 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.autotest
 ${GEM_LIBDIR}/.gemtest
@@ -15,7 +15,7 @@
 ${GEM_LIBDIR}/lib/minitest/expectations.rb
 ${GEM_LIBDIR}/lib/minitest/hell.rb
 ${GEM_LIBDIR}/lib/minitest/mock.rb
-${GEM_LIBDIR}/lib/minitest/parallel_each.rb
+${GEM_LIBDIR}/lib/minitest/parallel.rb
 ${GEM_LIBDIR}/lib/minitest/pride.rb
 ${GEM_LIBDIR}/lib/minitest/pride_plugin.rb
 ${GEM_LIBDIR}/lib/minitest/spec.rb
diff -r 3193b14fe64e -r 656325865462 devel/ruby-minitest/distinfo
--- a/devel/ruby-minitest/distinfo      Fri Mar 14 16:08:59 2014 +0000
+++ b/devel/ruby-minitest/distinfo      Fri Mar 14 16:09:53 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2013/09/15 10:09:21 taca Exp $
+$NetBSD: distinfo,v 1.4 2014/03/14 16:09:53 taca Exp $
 
-SHA1 (minitest-5.0.7.gem) = c517b50f7cb8b743958455aa65622bb75877851d
-RMD160 (minitest-5.0.7.gem) = 367ecc299e3e5e8bb694736375f5b7f4b8d678f3
-Size (minitest-5.0.7.gem) = 64000 bytes
+SHA1 (minitest-5.3.0.gem) = f228dc4a9676e5f790823086422fb32a72462e7e
+RMD160 (minitest-5.3.0.gem) = ec7e02563cc73b7943c0db6ab66df9636c8e030b
+Size (minitest-5.3.0.gem) = 66560 bytes



Home | Main Index | Thread Index | Old Index