pkgsrc/devel/ruby-test-unit/Makefile
taca 49fbae8542 Update ruby-test-unit to 2.5.4.
2.5.4 - 2013-01-23

It's a bug fix release.
Improvements

* Added documents for data driven test functionality.
* Added TSV support for data driven test functionality.
* Support tag inspection on JRuby.

Fixes

* Fixed a bug. It is too slow to filter tests when there are many tests. [GitHub#46]
* Accept anonymous test suite. [GitHub:#49] [Reported by Matthew Rudy Jacobs]

Thanks

* Matthew Rudy Jacobs
2013-02-11 02:58:54 +00:00

12 lines
310 B
Makefile

# $NetBSD: Makefile,v 1.12 2013/02/11 02:58:54 taca Exp $
DISTNAME= test-unit-2.5.4
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://test-unit.rubyforge.org/
COMMENT= Improved version of Test::Unit
LICENSE= ruby-license
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"