diff options
author | taca <taca@pkgsrc.org> | 2013-09-15 10:09:21 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-09-15 10:09:21 +0000 |
commit | 04b2a1e0a1ce102f8280d180080496ef3cb7513c (patch) | |
tree | ac5491409012d1e0e90caadc5ee66c4856e1b0dd /devel/ruby-minitest | |
parent | 9756bf954c04423dfe04d3abbb4e1762292f46f4 (diff) | |
download | pkgsrc-04b2a1e0a1ce102f8280d180080496ef3cb7513c.tar.gz |
Update ruby-minitest to 5.0.7.
=== 5.0.7 / 2013-09-05
* 2 minor enhancements:
* Added clarification about the use of thread local variables in expectations. (jemc)
* Added extra message about skipped tests, if any. Disable globally with $MT_NO_SKIP_MSG.
* 2 bug fixes:
* Only require minitest, not minitest/autorun in pride_plugin. (judofyr)
* Require rubygems in load_plugins in case you're not using minitest/autorun.
=== 5.0.6 / 2013-06-28
* 3 minor enhancements:
* Allow stub to pass args to blocks. (swindsor)
* Improved warning message about minitest/autorun to address 1.9's minitest/autorun.
* Made minitest/test require minitest as needed. For lib writers. (erikh)
* 1 bug fix:
* Fixed missing require in minitest/test. (erikh)
=== 5.0.5 / 2013-06-20
* 6 bug fixes:
* DOH! Fixed the rest of the new casing on Minitest. (splattael)
* Fixed typo on minitest/mock rdoc. (mrgilman/guiceolin)
* Make Spec::DSL.describe_stack thread local to avoid failing on my own tests.
* Make a fake Time.now local to the tests so they won't interfere with real reporter timings.
* Make everything mockable by wrapping all 'special' methods in a smarter wrapper. (bestie)
* Raise ArgumentError if let name starts with 'test'. (johnmaxwell)
Diffstat (limited to 'devel/ruby-minitest')
-rw-r--r-- | devel/ruby-minitest/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-minitest/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/ruby-minitest/Makefile b/devel/ruby-minitest/Makefile index 960d2fb6a4d..3d7f9099f19 100644 --- a/devel/ruby-minitest/Makefile +++ b/devel/ruby-minitest/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2013/06/16 16:13:39 taca Exp $ +# $NetBSD: Makefile,v 1.3 2013/09/15 10:09:21 taca Exp $ -DISTNAME= minitest-5.0.4 +DISTNAME= minitest-5.0.7 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/ruby-minitest/distinfo b/devel/ruby-minitest/distinfo index 89ec9ec4706..566305f2a88 100644 --- a/devel/ruby-minitest/distinfo +++ b/devel/ruby-minitest/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2013/06/16 16:13:39 taca Exp $ +$NetBSD: distinfo,v 1.3 2013/09/15 10:09:21 taca Exp $ -SHA1 (minitest-5.0.4.gem) = 05a803cbe8f49a2829bacec8e71561627105ef81 -RMD160 (minitest-5.0.4.gem) = 818a9435b58dfe1547c3f81df9988a7294f09531 -Size (minitest-5.0.4.gem) = 62464 bytes +SHA1 (minitest-5.0.7.gem) = c517b50f7cb8b743958455aa65622bb75877851d +RMD160 (minitest-5.0.7.gem) = 367ecc299e3e5e8bb694736375f5b7f4b8d678f3 +Size (minitest-5.0.7.gem) = 64000 bytes |