Skip to content

Commit

Permalink
devel/ruby-simplecov: update to 0.18.5
Browse files Browse the repository at this point in the history
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](simplecov-ruby/simplecov#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](simplecov-ruby/simplecov#873) by [@odlp](https://github.com/odlp) perfectly details what went wrong. Thanks to [@adam12](https://github.com/adam12) for the fix [#874](simplecov-ruby/simplecov#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](simplecov-ruby/simplecov#866)
* Use `Minitest.after_run` hook to trigger post-run hooks if `Minitest` is present. See [#756](simplecov-ruby/simplecov#756) and [#855](simplecov-ruby/simplecov#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)
  • Loading branch information
taca committed Mar 8, 2020
1 parent c830dbd commit a6e79a3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
10 changes: 4 additions & 6 deletions devel/ruby-simplecov/Makefile
@@ -1,19 +1,17 @@
# $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
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"
3 changes: 2 additions & 1 deletion 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
Expand All @@ -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
Expand Down
10 changes: 5 additions & 5 deletions 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

0 comments on commit a6e79a3

Please sign in to comment.