pkgsrc/devel/ruby-minitest/Makefile
taca 4864ccf3a9 Update ruby-minitest to 5.10.1.
=== 5.10.1 / 2016-12-01

* 1 bug fix:

  * Added a hack/kludge to deal with missing #prerecord on reporters that aren't properly subclassing AbstractReporter (I'm looking at you minitest-reporters)

=== 5.10.0 / 2016-11-30

* 2 minor enhancements:

  * Added AbstractReporter#prerecord and extended ProgressReporter and CompositeReporter to use it.
  * Minor optimization: remove runnables with no runnable methods before run.

* 1 bug fix:

  * 2.4: removed deprecation warnings when referring to Fixnum.
2017-03-12 14:39:46 +00:00

11 lines
309 B
Makefile

# $NetBSD: Makefile,v 1.14 2017/03/12 14:39:46 taca Exp $
DISTNAME= minitest-5.10.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/seattlerb/minitest
COMMENT= Complete suite of testing facilities for Ruby
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"