pkgsrc/devel/ruby-minitest/Makefile
taca b1dc9d0387 Update ruby-minitest to 5.8.3.
=== 5.8.3 / 2015-11-17

* 1 minor enhancement:

  * Added extra note about mocks and threads to readme. (zamith)

* 1 bug fix:

  * Fixed bug in Mock#verify. (pithub/zamith)

=== 5.8.2 / 2015-10-26

* 1 bug fix:

  * Fixed using parallelize_me! and capture_io (or any locking io). (arlt/tenderlove)
2015-11-29 14:15:17 +00:00

14 lines
381 B
Makefile

# $NetBSD: Makefile,v 1.9 2015/11/29 14:15:17 taca Exp $
DISTNAME= minitest-5.8.3
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/seattlerb/minitest
COMMENT= Complete suite of testing facilities for Ruby
DEPENDS+= ${RUBY_PKGPREFIX}-hoe>=3.9:../../devel/hoe
RUBY_RDOC_REQD= 4.0
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"