pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-simplecov-html devel/ruby-simplecov-html: u...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6a85416b0cbf
branches:  trunk
changeset: 422896:6a85416b0cbf
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Feb 05 15:21:18 2020 +0000

description:
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

diffstat:

 devel/ruby-simplecov-html/Makefile |   4 ++--
 devel/ruby-simplecov-html/PLIST    |   5 ++++-
 devel/ruby-simplecov-html/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (53 lines):

diff -r 96cafbfb262f -r 6a85416b0cbf devel/ruby-simplecov-html/Makefile
--- a/devel/ruby-simplecov-html/Makefile        Wed Feb 05 15:20:00 2020 +0000
+++ b/devel/ruby-simplecov-html/Makefile        Wed Feb 05 15:21:18 2020 +0000
@@ -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@localhost
diff -r 96cafbfb262f -r 6a85416b0cbf devel/ruby-simplecov-html/PLIST
--- a/devel/ruby-simplecov-html/PLIST   Wed Feb 05 15:20:00 2020 +0000
+++ b/devel/ruby-simplecov-html/PLIST   Wed Feb 05 15:21:18 2020 +0000
@@ -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
diff -r 96cafbfb262f -r 6a85416b0cbf devel/ruby-simplecov-html/distinfo
--- a/devel/ruby-simplecov-html/distinfo        Wed Feb 05 15:20:00 2020 +0000
+++ b/devel/ruby-simplecov-html/distinfo        Wed Feb 05 15:21:18 2020 +0000
@@ -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
-RMD160 (simplecov-html-0.10.2.gem) = e39759e0b6dea8664d7f8844d4054987ed71e24d
-SHA512 (simplecov-html-0.10.2.gem) = 141b9d55ca7cbf1bb64616482828107c7c33c7d6db1b5650ae9d463e5ece7a7fb56d123c539c7364fe2a35e5faea382620a0b34e337d4c9d4871caafc794a967
-Size (simplecov-html-0.10.2.gem) = 183296 bytes
+SHA1 (simplecov-html-0.11.0.gem) = 1c06e222a1c3dcf47339165ffca2742c62c90bde
+RMD160 (simplecov-html-0.11.0.gem) = 891235b2811444bebaeeb926c2a6d10004686477
+SHA512 (simplecov-html-0.11.0.gem) = 2971769d9bd5d84229ca074fbefab5223874946062804bc4ce195b1773e96d374338908684b72a0b33c2d37ee6778ca01de888b09d856944f018aec6ac7365d5
+Size (simplecov-html-0.11.0.gem) = 184832 bytes



Home | Main Index | Thread Index | Old Index