pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-simplecov devel/ruby-simplecov: update to 0...
details: https://anonhg.NetBSD.org/pkgsrc/rev/eeeb8e671fed
branches: trunk
changeset: 412538:eeeb8e671fed
user: taca <taca%pkgsrc.org@localhost>
date: Sun Mar 08 15:25:04 2020 +0000
description:
devel/ruby-simplecov: update to 0.18.5
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)
diffstat:
devel/ruby-simplecov/Makefile | 10 ++++------
devel/ruby-simplecov/PLIST | 3 ++-
devel/ruby-simplecov/distinfo | 10 +++++-----
3 files changed, 11 insertions(+), 12 deletions(-)
diffs (59 lines):
diff -r 4ac2863fa50b -r eeeb8e671fed devel/ruby-simplecov/Makefile
--- a/devel/ruby-simplecov/Makefile Sun Mar 08 15:22:12 2020 +0000
+++ b/devel/ruby-simplecov/Makefile Sun Mar 08 15:25:04 2020 +0000
@@ -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@localhost
@@ -8,12 +8,10 @@
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 -r 4ac2863fa50b -r eeeb8e671fed devel/ruby-simplecov/PLIST
--- a/devel/ruby-simplecov/PLIST Sun Mar 08 15:22:12 2020 +0000
+++ b/devel/ruby-simplecov/PLIST Sun Mar 08 15:25:04 2020 +0000
@@ -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}/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 -r 4ac2863fa50b -r eeeb8e671fed devel/ruby-simplecov/distinfo
--- a/devel/ruby-simplecov/distinfo Sun Mar 08 15:22:12 2020 +0000
+++ b/devel/ruby-simplecov/distinfo Sun Mar 08 15:25:04 2020 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index