diff options
author | taca <taca@pkgsrc.org> | 2003-08-30 08:36:53 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2003-08-30 08:36:53 +0000 |
commit | 89579083c646d78e98ab6ffe0a4463113c7cab8c (patch) | |
tree | 920371ccb84343f929a45b3d6d90384733232496 /devel/ruby-unit | |
parent | 35bf4e640f36c2d45c700feb9593519551955b6f (diff) | |
download | pkgsrc-89579083c646d78e98ab6ffe0a4463113c7cab8c.tar.gz |
Update ruby-unit package to 0.5.6.
Mon Jan 20 21:33:29 2003 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* runit/assert.rb: for Ruby 1.8.0 Object#type => Object#class
* runit/testcase.rb: ditto.
* runit/testfailure.rb: ditto.
* runit/cui/testrunner.rb: ditto.
* tests/testassert.rb: ditto.
* runit/version.rb: 0.5.6
Sat Aug 3 08:54:28 2002 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* runit/assert.rb(assert): The assert behaves like as assert
of Test::Unit.
* tests/testassert.rb: ditto.
* tests/testtestfailure.rb: ditto.
* runit/version.rb: 0.5.5
Sat Jul 27 16:42:38 2002 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* tests/testtestfailure.rb: Ruby 1.7 does not support plain
string meta charactor. (Thanks to Booker Bense)
Sat Feb 16 13:59:21 2002 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* makehtml.rb: Output warning message when rd2 fail to run.
(Thanks to Masaaki Sakano)
Diffstat (limited to 'devel/ruby-unit')
-rw-r--r-- | devel/ruby-unit/Makefile | 6 | ||||
-rw-r--r-- | devel/ruby-unit/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/ruby-unit/Makefile b/devel/ruby-unit/Makefile index 253e41ab1cf..474f38353dc 100644 --- a/devel/ruby-unit/Makefile +++ b/devel/ruby-unit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 21:33:50 grant Exp $ +# $NetBSD: Makefile,v 1.6 2003/08/30 08:36:53 taca Exp $ # FreeBSD: ports/devel/ruby-runit/Makefile,v 1.10 2001/01/19 09:41:15 knu Exp DISTNAME= rubyunit-${VERSION} @@ -7,10 +7,10 @@ CATEGORIES= devel MASTER_SITES= http://homepage1.nifty.com/markey/ruby/rubyunit/ MAINTAINER= taca@NetBSD.org -HOMEPAGE= http://homepage1.nifty.com/markey/ruby/rubyunit/rubyunit_e.html +HOMEPAGE= http://homepage1.nifty.com/markey/ruby/rubyunit/index_e.html COMMENT= Ruby implementation of eXtreme Programming -VERSION= 0.5.4 +VERSION= 0.5.6 DIST_SUBDIR= ruby USE_RUBY_RD= yes diff --git a/devel/ruby-unit/distinfo b/devel/ruby-unit/distinfo index 0f86f7776fc..f253e7f6bce 100644 --- a/devel/ruby-unit/distinfo +++ b/devel/ruby-unit/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2002/01/19 16:33:17 taca Exp $ +$NetBSD: distinfo,v 1.4 2003/08/30 08:36:53 taca Exp $ -SHA1 (ruby/rubyunit-0.5.4.tar.gz) = 80c9e575745cfd0ea2a4abccfcd2fb865fc9b682 -Size (ruby/rubyunit-0.5.4.tar.gz) = 23945 bytes +SHA1 (ruby/rubyunit-0.5.6.tar.gz) = 76fc87a72b70cab5f13d0ca280f6df530c49680d +Size (ruby/rubyunit-0.5.6.tar.gz) = 31216 bytes |