pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-simplecov-html



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Mar  8 15:21:48 UTC 2020

Modified Files:
        pkgsrc/devel/ruby-simplecov-html: Makefile PLIST distinfo

Log Message:
devel/ruby-simplecov-html: update to 0.12.2

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](https://github.com/colszowka/simplecov-html/issues/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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/ruby-simplecov-html/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ruby-simplecov-html/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ruby-simplecov-html/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-simplecov-html/Makefile
diff -u pkgsrc/devel/ruby-simplecov-html/Makefile:1.10 pkgsrc/devel/ruby-simplecov-html/Makefile:1.11
--- pkgsrc/devel/ruby-simplecov-html/Makefile:1.10      Wed Feb  5 15:21:18 2020
+++ pkgsrc/devel/ruby-simplecov-html/Makefile   Sun Mar  8 15:21:48 2020
@@ -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@localhost

Index: pkgsrc/devel/ruby-simplecov-html/PLIST
diff -u pkgsrc/devel/ruby-simplecov-html/PLIST:1.6 pkgsrc/devel/ruby-simplecov-html/PLIST:1.7
--- pkgsrc/devel/ruby-simplecov-html/PLIST:1.6  Wed Feb  5 15:21:18 2020
+++ pkgsrc/devel/ruby-simplecov-html/PLIST      Sun Mar  8 15:21:48 2020
@@ -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
@@ -13,13 +13,13 @@ ${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
@@ -27,6 +27,11 @@ ${GEM_LIBDIR}/assets/stylesheets/reset.c
 ${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
@@ -36,21 +41,21 @@ ${GEM_LIBDIR}/public/colorbox/loading_ba
 ${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

Index: pkgsrc/devel/ruby-simplecov-html/distinfo
diff -u pkgsrc/devel/ruby-simplecov-html/distinfo:1.9 pkgsrc/devel/ruby-simplecov-html/distinfo:1.10
--- pkgsrc/devel/ruby-simplecov-html/distinfo:1.9       Wed Feb  5 15:21:18 2020
+++ pkgsrc/devel/ruby-simplecov-html/distinfo   Sun Mar  8 15:21:48 2020
@@ -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



Home | Main Index | Thread Index | Old Index