From a6e79a3cd3b0904feb4336feff486b6d6a339090 Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 8 Mar 2020 15:25:04 +0000 Subject: [PATCH] devel/ruby-simplecov: update to 0.18.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update ruby-simplecov to 0.18.5. 0.18.5 (2020-02-25) =================== Can you guess? Another bugfix release! ## Bugfixes * minitest won't crash if SimpleCov isn't loaded - aka don't execute SimpleCov code in the minitest plugin if SimpleCov isn't loaded. Thanks to [@edariedl](https://github.com/edariedl) for the report of the peculiar problem in [#877](https://github.com/colszowka/simplecov/issues/877). 0.18.4 (2020-02-24) =================== Another small bugfix release 🙈 Fixes SimpleCov running with rspec-rails, which was broken due to our fixed minitest integration. ## Bugfixes * SimpleCov will run again correctly when used with rspec-rails. The excellent bug report [#873](https://github.com/colszowka/simplecov/issues/873) by [@odlp](https://github.com/odlp) perfectly details what went wrong. Thanks to [@adam12](https://github.com/adam12) for the fix [#874](https://github.com/colszowka/simplecov/pull/874). 0.18.3 (2020-02-23) =========== Small bugfix release. It's especially recommended to upgrade simplecov-html as well because of bugs in the 0.12.0 release. ## Bugfixes * Fix a regression related to file encodings as special characters were missing. Furthermore we now respect the magic `# encoding: ...` comment and read files in the right encoding. Thanks ([@Tietew](https://github.com/Tietew)) - see [#866](https://github.com/colszowka/simplecov/pull/866) * Use `Minitest.after_run` hook to trigger post-run hooks if `Minitest` is present. See [#756](https://github.com/colszowka/simplecov/pull/756) and [#855](https://github.com/colszowka/simplecov/pull/855) thanks ([@adam12](https://github.com/adam12)) 0.18.2 (2020-02-12) =================== Small release just to allow you to use the new simplecov-html. ## Enhancements * Relax simplecov-html requirement so that you're able to use [0.12.0](https://github.com/colszowka/simplecov-html/blob/master/CHANGELOG.md#0120-2020-02-12) --- devel/ruby-simplecov/Makefile | 10 ++++------ devel/ruby-simplecov/PLIST | 3 ++- devel/ruby-simplecov/distinfo | 10 +++++----- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/devel/ruby-simplecov/Makefile b/devel/ruby-simplecov/Makefile index 9321a8fde471..3c6f9c326a16 100644 --- a/devel/ruby-simplecov/Makefile +++ b/devel/ruby-simplecov/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2020/02/05 15:22:28 taca Exp $ +# $NetBSD: Makefile,v 1.25 2020/03/08 15:25:04 taca Exp $ -DISTNAME= simplecov-0.18.1 +DISTNAME= simplecov-0.18.5 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,12 +8,10 @@ HOMEPAGE= https://github.com/colszowka/simplecov COMMENT= Code coverage for Ruby 1.9+ LICENSE= mit -DEPENDS+= ${RUBY_PKGPREFIX}-simplecov-html>=0.11.0<0.12:../../devel/ruby-simplecov-html -DEPENDS+= ${RUBY_PKGPREFIX}-docile>=1.1.0<2.0:../../devel/ruby-docile +DEPENDS+= ${RUBY_PKGPREFIX}-simplecov-html>=0.11.0<1:../../devel/ruby-simplecov-html +DEPENDS+= ${RUBY_PKGPREFIX}-docile>=1.1.0<2:../../devel/ruby-docile USE_LANGUAGES= # none -OVERRIDE_GEMSPEC+= docile>=1.1.0 - .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ruby-simplecov/PLIST b/devel/ruby-simplecov/PLIST index 4df617eb2c70..01df5d444bdd 100644 --- a/devel/ruby-simplecov/PLIST +++ b/devel/ruby-simplecov/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2020/02/05 15:22:28 taca Exp $ +@comment $NetBSD: PLIST,v 1.15 2020/03/08 15:25:04 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/CHANGELOG.md ${GEM_LIBDIR}/CODE_OF_CONDUCT.md @@ -9,6 +9,7 @@ ${GEM_LIBDIR}/README.md ${GEM_LIBDIR}/doc/alternate-formatters.md ${GEM_LIBDIR}/doc/commercial-services.md ${GEM_LIBDIR}/doc/editor-integration.md +${GEM_LIBDIR}/lib/minitest/simplecov_plugin.rb ${GEM_LIBDIR}/lib/simplecov.rb ${GEM_LIBDIR}/lib/simplecov/combine.rb ${GEM_LIBDIR}/lib/simplecov/combine/branches_combiner.rb diff --git a/devel/ruby-simplecov/distinfo b/devel/ruby-simplecov/distinfo index 4f002ac46afe..f7c3e874cf87 100644 --- a/devel/ruby-simplecov/distinfo +++ b/devel/ruby-simplecov/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2020/02/05 15:22:28 taca Exp $ +$NetBSD: distinfo,v 1.20 2020/03/08 15:25:04 taca Exp $ -SHA1 (simplecov-0.18.1.gem) = 8f3272685690ac706d4a1f169ac6f08b59df2af2 -RMD160 (simplecov-0.18.1.gem) = 346b81acc95ec3d4f0658f95a852b86645b21c8d -SHA512 (simplecov-0.18.1.gem) = 5fe6e5ddc3b30e239a359d86f40a249fcde4e39556bcc4c98b6a00e94d4ff0fb0991566da9dabc5422a4086b5cbd5ef48e6a2b2cf05a75beca721229a263e831 -Size (simplecov-0.18.1.gem) = 51712 bytes +SHA1 (simplecov-0.18.5.gem) = 5f35823209ccc548a6a204c2bac3cb11997975bf +RMD160 (simplecov-0.18.5.gem) = b948ae8cfc5cf2fa9cdd6e3e5d6189f9aec1234f +SHA512 (simplecov-0.18.5.gem) = 408b4f0fa498812ca2ca81ca411140374cc01ceb957dedbb7f1e068e0f96a555be14c6dbd22c7f2b8a2737f3f0dc680eadd6f4303014f87879619eebf22c5af2 +Size (simplecov-0.18.5.gem) = 53248 bytes