Skip to content

Commit

Permalink
devel/ruby-simplecov: update to 0.17.1
Browse files Browse the repository at this point in the history
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](simplecov-ruby/simplecov#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](simplecov-ruby/simplecov#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](simplecov-ruby/simplecov#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](simplecov-ruby/simplecov#706) (thanks [@f1sherman](https://github.com/f1sherman))
* Project roots with special characters no longer cause crashes. See [#717](simplecov-ruby/simplecov#717) (thanks [@deivid-rodriguez](https://github.com/deivid-rodriguez))
* Avoid continously overriding test results with manual `ResultMergere.store_results` usage. See [#674](simplecov-ruby/simplecov#674) (thanks [@tomeon](https://github.com/tomeon))
  • Loading branch information
taca committed Nov 2, 2019
1 parent bfd2c45 commit 1715e20
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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
Expand Down
3 changes: 2 additions & 1 deletion 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
Expand All @@ -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
Expand Down
10 changes: 5 additions & 5 deletions 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

0 comments on commit 1715e20

Please sign in to comment.