Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-minitest
From: Takahiro Kambe
Date: 2021-12-19 07:34:13
Message id: 20211219063413.CECC2FAEC@cvs.NetBSD.org
Log Message:
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)
Files: