pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-simplecov



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Nov  2 14:51:05 UTC 2019

Modified Files:
        pkgsrc/devel/ruby-simplecov: Makefile PLIST distinfo

Log Message:
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))


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/ruby-simplecov/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ruby-simplecov/PLIST
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/ruby-simplecov/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-simplecov/Makefile
diff -u pkgsrc/devel/ruby-simplecov/Makefile:1.22 pkgsrc/devel/ruby-simplecov/Makefile:1.23
--- pkgsrc/devel/ruby-simplecov/Makefile:1.22   Sat Mar 17 14:15:10 2018
+++ pkgsrc/devel/ruby-simplecov/Makefile        Sat Nov  2 14:51:05 2019
@@ -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@localhost

Index: pkgsrc/devel/ruby-simplecov/PLIST
diff -u pkgsrc/devel/ruby-simplecov/PLIST:1.12 pkgsrc/devel/ruby-simplecov/PLIST:1.13
--- pkgsrc/devel/ruby-simplecov/PLIST:1.12      Sat Mar 17 14:15:10 2018
+++ pkgsrc/devel/ruby-simplecov/PLIST   Sat Nov  2 14:51:05 2019
@@ -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_
 ${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

Index: pkgsrc/devel/ruby-simplecov/distinfo
diff -u pkgsrc/devel/ruby-simplecov/distinfo:1.17 pkgsrc/devel/ruby-simplecov/distinfo:1.18
--- pkgsrc/devel/ruby-simplecov/distinfo:1.17   Sat Mar 17 14:15:10 2018
+++ pkgsrc/devel/ruby-simplecov/distinfo        Sat Nov  2 14:51:05 2019
@@ -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



Home | Main Index | Thread Index | Old Index