pkgsrc/devel/ruby-minitest/Makefile
taca fda62a515a devel/ruby-minitest: update to 5.15.0
5.15.0 (2021-12-14)

* 1 major enhancement:

  - assert_throws returns the value returned, if any. (volmer)

* 3 minor enhancements:

  - Added -S <CODES> option to skip reporting of certain types of output

  - Enable Ruby deprecation warnings by default. (casperisfine)

  - Use Etc.nprocessors by default in order to maximize cpu
    usage. (tonytonyjan)

* 6 bug fixes:

  - Close then unlink tempfiles on Windows. (nobu)

  - Fixed #skip_until for windows paths. (MSP-Greg)

  - Fixed a bunch of tests for jruby and windows. (MSP-Greg)

  - Fixed marshalling of specs if they error. (tenderlove, jeremyevans, et
    al)

  - Updated deprecation message for block expectations. (blowmage)

  - Use Kernel.warn directly in expectations in case CUT defines their own
    warn. (firien)
2021-12-19 06:34:13 +00:00

14 lines
345 B
Makefile

# $NetBSD: Makefile,v 1.25 2021/12/19 06:34:13 taca Exp $
DISTNAME= minitest-5.15.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/seattlerb/minitest
COMMENT= Complete suite of testing facilities for Ruby
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"