pkgsrc/devel/ZenTest/Makefile
taca eed62c3e96 Update ZenTest to 4.11.0.
=== 4.11.0 / 2014-09-26

* 1 minor enhancement:

  * Rearranged died hook so user can bypass default. (bhenderson)

* 1 bug fix:

  * Fixed rubyforge urls.

=== 4.10.1 / 2014-07-07

* 2 bug fixes:

  * Change require to minitest/autorun for non-test/unit style
  * Change the way files are gathered to avoid StackOverflow exception if you have a TOOON of files. (joshwand)

=== 4.10.0 / 2014-04-23

* 2 minor enhancements:

  * Added test_mappings accessor methods (ivar already there).
  * Added test_prefix to allow you to run code ahead of test loading. (default: gem minitest)

=== 4.9.5 / 2013-11-01

* 1 bug fix:

  * Updated require_rubygems_version AGAIN... going too fast. (zzak)

=== 4.9.4 / 2013-09-20

* 2 bug fixes:

  * Expand required rubygems version to be < 2.2
  * Fix parsing of minitest 5 output.
2015-02-01 13:42:42 +00:00

16 lines
389 B
Makefile

# $NetBSD: Makefile,v 1.22 2015/02/01 13:42:42 taca Exp $
DISTNAME= ZenTest-4.11.0
CATEGORIES= devel
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://www.zenspider.com/ZSS/Products/ZenTest/
COMMENT= Testing utilities for Ruby
LICENSE= mit
CONFLICTS+= ruby[1-9][0-9][0-9]-ZenTest-[0-9]* ZenTest-[0-9]*
RUBYGEMS_REQD= 1.8
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"