Wed Feb 5 15:21:18 2020 UTC ()
devel/ruby-simplecov-html: update to 0.11.0

Update ruby-simplecov-html to 0.11.0.

0.11.0 (2020-01-28)
=======

This release goes together with simplecov 0.18 to bring branch coverage support to you. Please also check the notes of the beta releases.

## Enhancements
* Display total branch coverage percentage in the overview (if branch coverage enabled)

0.11.0.beta2 (2020-01-19)
=======

## Enhancements
* changed display of branch coverage to be `branch_type: hit_count` which should be more expressive and more intuitive
* Cached lookup of whether we're doing branch coverage or not (should be faster)

## Bugfixes
* Fixed sorting of percent column (regression in previous release)

0.11.0.beta1 (2020-01-05)
========

Changes ruby support to 2.4+, adds branch coverage support. Meant to be used with simplecov 0.18

## Breaking Changes
* Drops support for EOL'ed ruby versions, new support is ~> 2.4

## Enhancements
* Support/display of branch coverage from simplecov 0.18.0.beta1, little badges saying `hit_count, positive_or_negative` will appear next to lines if branch coverage is activated. `0, +` means positive branch was never hit, `2, -` means negative branch was hit twice
* Encoding compatibility errors are now caught and printed out


(taca)
diff -r1.9 -r1.10 pkgsrc/devel/ruby-simplecov-html/Makefile
diff -r1.5 -r1.6 pkgsrc/devel/ruby-simplecov-html/PLIST
diff -r1.8 -r1.9 pkgsrc/devel/ruby-simplecov-html/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/devel/ruby-simplecov-html/Makefile (expand / switch to context diff)
--- pkgsrc/devel/ruby-simplecov-html/Makefile 2017/08/31 15:23:46 1.9
+++ pkgsrc/devel/ruby-simplecov-html/Makefile 2020/02/05 15:21:18 1.10
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2017/08/31 15:23:46 taca Exp $
+# $NetBSD: Makefile,v 1.10 2020/02/05 15:21:18 taca Exp $
 
-DISTNAME=	simplecov-html-0.10.2
+DISTNAME=	simplecov-html-0.11.0
 CATEGORIES=	devel
 
 MAINTAINER=	pkgsrc-users@NetBSD.org

cvs diff -r1.5 -r1.6 pkgsrc/devel/ruby-simplecov-html/PLIST (expand / switch to context diff)
--- pkgsrc/devel/ruby-simplecov-html/PLIST 2017/06/05 14:15:59 1.5
+++ pkgsrc/devel/ruby-simplecov-html/PLIST 2020/02/05 15:21:18 1.6
@@ -1,11 +1,13 @@
-@comment $NetBSD: PLIST,v 1.5 2017/06/05 14:15:59 taca Exp $
+@comment $NetBSD: PLIST,v 1.6 2020/02/05 15:21:18 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.document
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.rubocop.yml
+${GEM_LIBDIR}/.tool-versions
 ${GEM_LIBDIR}/.travis.yml
 ${GEM_LIBDIR}/CHANGELOG.md
 ${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/Gemfile.lock
 ${GEM_LIBDIR}/Guardfile
 ${GEM_LIBDIR}/LICENSE
 ${GEM_LIBDIR}/README.md
@@ -52,6 +54,7 @@
 ${GEM_LIBDIR}/simplecov-html.gemspec
 ${GEM_LIBDIR}/test/helper.rb
 ${GEM_LIBDIR}/test/test_simple_cov-html.rb
+${GEM_LIBDIR}/views/covered_percent.erb
 ${GEM_LIBDIR}/views/file_list.erb
 ${GEM_LIBDIR}/views/layout.erb
 ${GEM_LIBDIR}/views/source_file.erb

cvs diff -r1.8 -r1.9 pkgsrc/devel/ruby-simplecov-html/distinfo (expand / switch to context diff)
--- pkgsrc/devel/ruby-simplecov-html/distinfo 2017/08/31 15:23:46 1.8
+++ pkgsrc/devel/ruby-simplecov-html/distinfo 2020/02/05 15:21:18 1.9
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2017/08/31 15:23:46 taca Exp $
+$NetBSD: distinfo,v 1.9 2020/02/05 15:21:18 taca Exp $
 
-SHA1 (simplecov-html-0.10.2.gem) = f4482d10b4ade2772f9112e13ecfd8fee6776800
+SHA1 (simplecov-html-0.11.0.gem) = 1c06e222a1c3dcf47339165ffca2742c62c90bde
-RMD160 (simplecov-html-0.10.2.gem) = e39759e0b6dea8664d7f8844d4054987ed71e24d
+RMD160 (simplecov-html-0.11.0.gem) = 891235b2811444bebaeeb926c2a6d10004686477
-SHA512 (simplecov-html-0.10.2.gem) = 141b9d55ca7cbf1bb64616482828107c7c33c7d6db1b5650ae9d463e5ece7a7fb56d123c539c7364fe2a35e5faea382620a0b34e337d4c9d4871caafc794a967
+SHA512 (simplecov-html-0.11.0.gem) = 2971769d9bd5d84229ca074fbefab5223874946062804bc4ce195b1773e96d374338908684b72a0b33c2d37ee6778ca01de888b09d856944f018aec6ac7365d5
-Size (simplecov-html-0.10.2.gem) = 183296 bytes
+Size (simplecov-html-0.11.0.gem) = 184832 bytes