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: Wed Sep 18 15:27:01 UTC 2024
Modified Files:
pkgsrc/devel/ruby-simplecov-html: Makefile PLIST distinfo
Log Message:
devel/ruby-simplecov-html: update to 0.13.1
0.13.0 (2024-09-09)
Enhancements
* Cache erb templates when generating report. See #114 (thanks @fatkodima).
* Print branch coverage with line coverage. See #103 (thanks @jeremyevans).
* Add line number anchors. Thanks @jantman for the proposal #49 and
@nishidayuya for the patch #106!
* Add inline assets option. See #107 (thanks @frankh).
* Make close button look better. See #140 (thanks @anthony0030).
* Avoid "permission denied" errors by removing the destination before
copying assets #135 (thanks @tomeon).
* Improve clarity of line and branch coverage format. See #125 (thanks
@joshuapinter).
Bugfixes
* Avoid loading favicon.png that does not exist. See #123 (thanks
@yyamanoi1222).
Misc
* Reduced gem size by not including development-only files.
* Bundle jQuery 3.7.1. See #108 (thanks @jgarland79 for reporting the issue).
0.13.1 (2024-09-09)
Misc
* Drop base64 dependency. See #144 (thanks @Earlopain).
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ruby-simplecov-html/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-simplecov-html/PLIST
cvs rdiff -u -r1.13 -r1.14 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.12 pkgsrc/devel/ruby-simplecov-html/Makefile:1.13
--- pkgsrc/devel/ruby-simplecov-html/Makefile:1.12 Mon Jan 11 13:12:18 2021
+++ pkgsrc/devel/ruby-simplecov-html/Makefile Wed Sep 18 15:27:01 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2021/01/11 13:12:18 taca Exp $
+# $NetBSD: Makefile,v 1.13 2024/09/18 15:27:01 taca Exp $
-DISTNAME= simplecov-html-0.12.3
+DISTNAME= simplecov-html-0.13.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-simplecov-html/PLIST
diff -u pkgsrc/devel/ruby-simplecov-html/PLIST:1.8 pkgsrc/devel/ruby-simplecov-html/PLIST:1.9
--- pkgsrc/devel/ruby-simplecov-html/PLIST:1.8 Mon Jan 11 13:12:18 2021
+++ pkgsrc/devel/ruby-simplecov-html/PLIST Wed Sep 18 15:27:01 2024
@@ -1,30 +1,10 @@
-@comment $NetBSD: PLIST,v 1.8 2021/01/11 13:12:18 taca Exp $
+@comment $NetBSD: PLIST,v 1.9 2024/09/18 15:27:01 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
${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/assets/javascripts/application.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.js
-${GEM_LIBDIR}/assets/javascripts/plugins/jquery.timeago.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
${GEM_LIBDIR}/lib/simplecov-html.rb
${GEM_LIBDIR}/lib/simplecov-html/version.rb
${GEM_LIBDIR}/public/DataTables-1.10.20/images/sort_asc.png
@@ -56,9 +36,6 @@ ${GEM_LIBDIR}/public/images/ui-icons_888
${GEM_LIBDIR}/public/images/ui-icons_cd0a0a_256x240.png
${GEM_LIBDIR}/public/loading.gif
${GEM_LIBDIR}/public/magnify.png
-${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
Index: pkgsrc/devel/ruby-simplecov-html/distinfo
diff -u pkgsrc/devel/ruby-simplecov-html/distinfo:1.13 pkgsrc/devel/ruby-simplecov-html/distinfo:1.14
--- pkgsrc/devel/ruby-simplecov-html/distinfo:1.13 Tue Oct 26 10:19:49 2021
+++ pkgsrc/devel/ruby-simplecov-html/distinfo Wed Sep 18 15:27:01 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2021/10/26 10:19:49 nia Exp $
+$NetBSD: distinfo,v 1.14 2024/09/18 15:27:01 taca Exp $
-BLAKE2s (simplecov-html-0.12.3.gem) = e5d6f63106c35ab6d92214dbd3d4931d9d86375abe067c87cbdda20ea209cb16
-SHA512 (simplecov-html-0.12.3.gem) = 7fd6dad02b16f512d7fb859f62e5e8bd0a277af103c7829143795ccae60a9a057c323728ac36a1c42dbd143a2f0d175648f6e223e6e7e3e6394a52491d3733af
-Size (simplecov-html-0.12.3.gem) = 336896 bytes
+BLAKE2s (simplecov-html-0.13.1.gem) = 91f73639ec6b38538fc860e3bc9c04fe8d7ef47df60ac8093b7ad8cab6a02a0b
+SHA512 (simplecov-html-0.13.1.gem) = 8d3af10289f9435c9b50ed887627d5df0dbba1eec38f47bf2e7d4c85a2993e3a3651a38e80e00587641b7722af16a0432f7f131ae056fa8266faa78f4c7a292a
+Size (simplecov-html-0.13.1.gem) = 133632 bytes
Home |
Main Index |
Thread Index |
Old Index