Skip to content

Commit

Permalink
devel/ruby-simplecov-html: update to 0.12.2
Browse files Browse the repository at this point in the history
Update ruby-simplecov-html to 0.12.2.


0.12.2 (2020-02-27)
==================

## Bugfixes
* Refreshing the page while a source file is open works again. Thanks [@HansBug](https://github.com/HansBug) for the report [#94](simplecov-ruby/simplecov-html#94) and [@Tietew](https://github.com/Tietew) for the fix!

0.12.1 (2020-02-23)
==================

Bugfix release to fix huge bugs that sadly test suit and maintainters didn't catch.

## Bugfixes
* Disable pagination and with it all files on 2nd page+ being broken/not able to open
* Fix display of non ASCII characters, for this you have to upgrade to simplecov 0.18.3 though (it's handled in there)

0.12.0 (2020-02-12)
==================

This release is basically a collection of long standing PRs finally merged.
Yes it looks different, no it's not a redesign - just a side effect of lots of dependency updates to improve CSP compatibility.

## Enhancements
* The HTML should now be servable with CSP settings of `default-src 'none'; script-src 'self'; img-src 'self'; style-src 'self';`
* File list is horizontally scrollable if the space doesn't suffice
* numbers are now right aligned and displayed with the same number of decimals for easier comparison and reading.

## Bugfixes
* Make sorting icons appear again
* close link tag which could cause problems when parsing as xhtml/xml
* make sure encoding errors won't crash the formatter
* When viewing a short source file while you have a big file list you will no longer be able to scroll on after the source file has ended
  • Loading branch information
taca committed Mar 8, 2020
1 parent 6672dc6 commit 0278d73
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 24 deletions.
4 changes: 2 additions & 2 deletions devel/ruby-simplecov-html/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.10 2020/02/05 15:21:18 taca Exp $
# $NetBSD: Makefile,v 1.11 2020/03/08 15:21:48 taca Exp $

DISTNAME= simplecov-html-0.11.0
DISTNAME= simplecov-html-0.12.2
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
39 changes: 22 additions & 17 deletions devel/ruby-simplecov-html/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.6 2020/02/05 15:21:18 taca Exp $
@comment $NetBSD: PLIST,v 1.7 2020/03/08 15:21:48 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.document
${GEM_LIBDIR}/.gitignore
Expand All @@ -13,20 +13,25 @@ ${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/assets/javascripts/application.js
${GEM_LIBDIR}/assets/javascripts/libraries/jquery-1.6.2.min.js
${GEM_LIBDIR}/assets/javascripts/libraries/jquery-3.4.1.js
${GEM_LIBDIR}/assets/javascripts/plugins/highlight.pack.js
${GEM_LIBDIR}/assets/javascripts/plugins/jquery.colorbox.js
${GEM_LIBDIR}/assets/javascripts/plugins/jquery.dataTables.min.js
${GEM_LIBDIR}/assets/javascripts/plugins/jquery.dataTables.js
${GEM_LIBDIR}/assets/javascripts/plugins/jquery.timeago.js
${GEM_LIBDIR}/assets/javascripts/plugins/jquery.url.js
${GEM_LIBDIR}/assets/stylesheets/application.css
${GEM_LIBDIR}/assets/stylesheets/plugins/datatables.css
${GEM_LIBDIR}/assets/stylesheets/plugins/highlight.css
${GEM_LIBDIR}/assets/stylesheets/plugins/jquery-ui-1.8.4.custom.css
${GEM_LIBDIR}/assets/stylesheets/plugins/jquery.colorbox.css
${GEM_LIBDIR}/assets/stylesheets/reset.css
${GEM_LIBDIR}/assets/stylesheets/screen.css.sass
${GEM_LIBDIR}/lib/simplecov-html.rb
${GEM_LIBDIR}/lib/simplecov-html/version.rb
${GEM_LIBDIR}/public/DataTables-1.10.20/images/sort_asc.png
${GEM_LIBDIR}/public/DataTables-1.10.20/images/sort_asc_disabled.png
${GEM_LIBDIR}/public/DataTables-1.10.20/images/sort_both.png
${GEM_LIBDIR}/public/DataTables-1.10.20/images/sort_desc.png
${GEM_LIBDIR}/public/DataTables-1.10.20/images/sort_desc_disabled.png
${GEM_LIBDIR}/public/application.css
${GEM_LIBDIR}/public/application.js
${GEM_LIBDIR}/public/colorbox/border.png
Expand All @@ -36,21 +41,21 @@ ${GEM_LIBDIR}/public/colorbox/loading_background.png
${GEM_LIBDIR}/public/favicon_green.png
${GEM_LIBDIR}/public/favicon_red.png
${GEM_LIBDIR}/public/favicon_yellow.png
${GEM_LIBDIR}/public/images/ui-bg_flat_0_aaaaaa_40x100.png
${GEM_LIBDIR}/public/images/ui-bg_flat_75_ffffff_40x100.png
${GEM_LIBDIR}/public/images/ui-bg_glass_55_fbf9ee_1x400.png
${GEM_LIBDIR}/public/images/ui-bg_glass_65_ffffff_1x400.png
${GEM_LIBDIR}/public/images/ui-bg_glass_75_dadada_1x400.png
${GEM_LIBDIR}/public/images/ui-bg_glass_75_e6e6e6_1x400.png
${GEM_LIBDIR}/public/images/ui-bg_glass_95_fef1ec_1x400.png
${GEM_LIBDIR}/public/images/ui-bg_highlight-soft_75_cccccc_1x100.png
${GEM_LIBDIR}/public/images/ui-icons_222222_256x240.png
${GEM_LIBDIR}/public/images/ui-icons_2e83ff_256x240.png
${GEM_LIBDIR}/public/images/ui-icons_454545_256x240.png
${GEM_LIBDIR}/public/images/ui-icons_888888_256x240.png
${GEM_LIBDIR}/public/images/ui-icons_cd0a0a_256x240.png
${GEM_LIBDIR}/public/loading.gif
${GEM_LIBDIR}/public/magnify.png
${GEM_LIBDIR}/public/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
${GEM_LIBDIR}/public/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
${GEM_LIBDIR}/public/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
${GEM_LIBDIR}/public/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
${GEM_LIBDIR}/public/smoothness/images/ui-bg_glass_75_dadada_1x400.png
${GEM_LIBDIR}/public/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
${GEM_LIBDIR}/public/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
${GEM_LIBDIR}/public/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
${GEM_LIBDIR}/public/smoothness/images/ui-icons_222222_256x240.png
${GEM_LIBDIR}/public/smoothness/images/ui-icons_2e83ff_256x240.png
${GEM_LIBDIR}/public/smoothness/images/ui-icons_454545_256x240.png
${GEM_LIBDIR}/public/smoothness/images/ui-icons_888888_256x240.png
${GEM_LIBDIR}/public/smoothness/images/ui-icons_cd0a0a_256x240.png
${GEM_LIBDIR}/simplecov-html.gemspec
${GEM_LIBDIR}/test/helper.rb
${GEM_LIBDIR}/test/test_simple_cov-html.rb
Expand Down
10 changes: 5 additions & 5 deletions devel/ruby-simplecov-html/distinfo
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.9 2020/02/05 15:21:18 taca Exp $
$NetBSD: distinfo,v 1.10 2020/03/08 15:21:48 taca Exp $

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
SHA1 (simplecov-html-0.12.2.gem) = f8e83b17a8ec86015c35deb30ba972fdcdbc4ce5
RMD160 (simplecov-html-0.12.2.gem) = 19fad00c8f69a058a880aa293a87caaebe79ad2a
SHA512 (simplecov-html-0.12.2.gem) = 5f89cdaba272b841446ae68d40daacbd551f3fcf7750c2491f14b79a3e61c6c32c066305eb2f1862f8cbd2ecc1b020cc9a907a977ef567653276d8d78d584efb
Size (simplecov-html-0.12.2.gem) = 336896 bytes

0 comments on commit 0278d73

Please sign in to comment.