diff options
author | taca <taca> | 2015-02-01 14:49:16 +0000 |
---|---|---|
committer | taca <taca> | 2015-02-01 14:49:16 +0000 |
commit | 0f1ec2dfe3a2ed365b69b5ec9ecd58c85bd74064 (patch) | |
tree | 2176a8259890ab3e04459a0821784c5903751ed6 /devel/ruby-minitest | |
parent | 60aa37e7f727fbc7509249ec0a12a6ab8fc547b3 (diff) | |
download | pkgsrc-0f1ec2dfe3a2ed365b69b5ec9ecd58c85bd74064.tar.gz |
Update ruby-minitest to 5.5.1.
=== 5.4.1 / 2014-08-28
* 1 bug fix:
* Fixed specs hidden by nesting/ordering bug (blowmage/apotonick)
=== 5.4.0 / 2014-07-07
* 2 minor enhancements:
* Kernel#describe extended to splat additional_desc.
* Spec#spec_type extended to take a splat of additional items, passed to matcher procs.
* 1 bug fix:
* minitest/spec should require minitest/test, not minitest/unit. (doudou)
=== 5.3.5 / 2014-06-17
* 1 minor enhancement:
* Spit and polish (mostly spit).
=== 5.3.4 / 2014-05-15
* 1 minor enhancement:
* Test classes are randomized before running. (judofyr)
=== 5.3.3 / 2014-04-14
* 1 bug fix:
* Fixed using expectations w/ DSL in Test class w/o describe. (blowmage+others)
=== 5.3.2 / 2014-04-02
* 1 bug fix:
* Fixed doco on Assertions.assertions. (xaviershay)
=== 5.3.1 / 2014-03-14
* 1 minor enhancement:
* Modified verbage on bad 'let' names to be more helpful. (Archytaus)
* 1 bug fix:
* Fixed 2 cases still using MiniTest. (mikesea)
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 acc3c5063b0..3c8ee7d3499 100644 --- a/devel/ruby-minitest/Makefile +++ b/devel/ruby-minitest/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2014/03/14 16:09:53 taca Exp $ +# $NetBSD: Makefile,v 1.5 2015/02/01 14:49:16 taca Exp $ -DISTNAME= minitest-5.3.0 +DISTNAME= minitest-5.5.1 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/ruby-minitest/distinfo b/devel/ruby-minitest/distinfo index a93d75589f6..766ae5d2337 100644 --- a/devel/ruby-minitest/distinfo +++ b/devel/ruby-minitest/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2014/03/14 16:09:53 taca Exp $ +$NetBSD: distinfo,v 1.5 2015/02/01 14:49:16 taca Exp $ -SHA1 (minitest-5.3.0.gem) = f228dc4a9676e5f790823086422fb32a72462e7e -RMD160 (minitest-5.3.0.gem) = ec7e02563cc73b7943c0db6ab66df9636c8e030b -Size (minitest-5.3.0.gem) = 66560 bytes +SHA1 (minitest-5.5.1.gem) = a84ff1285d5f70c3b5792d120c77918abb5dd9ef +RMD160 (minitest-5.5.1.gem) = b3ce2b5e9e20ae4f87309c1d6900fafe8d848de1 +Size (minitest-5.5.1.gem) = 68608 bytes |