From 1715e2045381dd328365e334b680178f464d4b50 Mon Sep 17 00:00:00 2001 From: taca Date: Sat, 2 Nov 2019 14:51:05 +0000 Subject: [PATCH] devel/ruby-simplecov: update to 0.17.1 Update ruby-simplecov to 0.17.1. 0.17.1 (2019-09-16) =================== Bugfix release for problems with ParallelTests. ## Bugfixes * Avoid hanging with parallel_tests. See [#746](https://github.com/colszowka/simplecov/pull/746) (thanks [@annaswims](https://github.com/annaswims)) 0.17.0 (2019-07-02) =================== Maintenance release with nice convenience features and important bugfixes. Notably this **will be the last release to support ruby versions that have reached their end of life**. Moving forward official CRuby support will be 2.4+ and JRuby support will be 9.1+. Older versions might still work but no guarantees. ## Enhancements * Per default filter hidden files and folders. See [#721](https://github.com/colszowka/simplecov/pull/721) (thanks [Renuo AG](https://www.renuo.ch)) * Print the exit status explicitly when it's not a successful build so it's easier figure out SimpleCov failed the build in the output. See [#688](https://github.com/colszowka/simplecov/pull/688) (thanks [@daemonsy](https://github.com/daemonsy)) ## Bugfixes * Avoid a premature failure exit code when setting `minimum_coverage` in combination with using [parallel_tests](https://github.com/grosser/parallel_tests). See [#706](https://github.com/colszowka/simplecov/pull/706) (thanks [@f1sherman](https://github.com/f1sherman)) * Project roots with special characters no longer cause crashes. See [#717](https://github.com/colszowka/simplecov/pull/717) (thanks [@deivid-rodriguez](https://github.com/deivid-rodriguez)) * Avoid continously overriding test results with manual `ResultMergere.store_results` usage. See [#674](https://github.com/colszowka/simplecov/pull/674) (thanks [@tomeon](https://github.com/tomeon)) --- devel/ruby-simplecov/Makefile | 4 ++-- devel/ruby-simplecov/PLIST | 3 ++- devel/ruby-simplecov/distinfo | 10 +++++----- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/devel/ruby-simplecov/Makefile b/devel/ruby-simplecov/Makefile index 253662ea8edf..31bfcad4ffb1 100644 --- a/devel/ruby-simplecov/Makefile +++ b/devel/ruby-simplecov/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2018/03/17 14:15:10 taca Exp $ +# $NetBSD: Makefile,v 1.23 2019/11/02 14:51:05 taca Exp $ -DISTNAME= simplecov-0.16.1 +DISTNAME= simplecov-0.17.1 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/ruby-simplecov/PLIST b/devel/ruby-simplecov/PLIST index 1088437babd6..0c43e4734d2d 100644 --- a/devel/ruby-simplecov/PLIST +++ b/devel/ruby-simplecov/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2018/03/17 14:15:10 taca Exp $ +@comment $NetBSD: PLIST,v 1.13 2019/11/02 14:51:05 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/CHANGELOG.md ${GEM_LIBDIR}/CONTRIBUTING.md @@ -25,6 +25,7 @@ ${GEM_LIBDIR}/lib/simplecov/load_global_config.rb ${GEM_LIBDIR}/lib/simplecov/no_defaults.rb ${GEM_LIBDIR}/lib/simplecov/profiles.rb ${GEM_LIBDIR}/lib/simplecov/profiles/bundler_filter.rb +${GEM_LIBDIR}/lib/simplecov/profiles/hidden_filter.rb ${GEM_LIBDIR}/lib/simplecov/profiles/rails.rb ${GEM_LIBDIR}/lib/simplecov/profiles/root_filter.rb ${GEM_LIBDIR}/lib/simplecov/profiles/test_frameworks.rb diff --git a/devel/ruby-simplecov/distinfo b/devel/ruby-simplecov/distinfo index c04953e4f940..fef23a510444 100644 --- a/devel/ruby-simplecov/distinfo +++ b/devel/ruby-simplecov/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2018/03/17 14:15:10 taca Exp $ +$NetBSD: distinfo,v 1.18 2019/11/02 14:51:05 taca Exp $ -SHA1 (simplecov-0.16.1.gem) = e44923ea70b22f3f2770d61090248c6692be3499 -RMD160 (simplecov-0.16.1.gem) = 96a95647f933d8d153f8bc56520132389f1bc424 -SHA512 (simplecov-0.16.1.gem) = b30d2fc8978d0570e2df1dda6611c143ee3b51999c72dcd52e483d2422e54c2b1c538e4afbacfc5b9a37d2d200ffd295f1bfbdf3100439393fb48f74d672d5ef -Size (simplecov-0.16.1.gem) = 38912 bytes +SHA1 (simplecov-0.17.1.gem) = 1a3c15badd49fdd640014a5ca20fded41c3da531 +RMD160 (simplecov-0.17.1.gem) = 7c9af178383d02f06d76a5ad23c5a04dd8824f15 +SHA512 (simplecov-0.17.1.gem) = 8937c0532c08048649414c512091d88841a4b881d78186562515392f4d3b92bd0b2d2291f3a61e765bb550a132d7041c970f8f7d37a5cff0c8e89e1a4ec75f85 +Size (simplecov-0.17.1.gem) = 39936 bytes