Skip to content

Commit a871fe4

Browse files
author
taca
committed
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).
1 parent 33e1763 commit a871fe4

File tree

3 files changed

+7
-30
lines changed

3 files changed

+7
-30
lines changed

devel/ruby-simplecov-html/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.12 2021/01/11 13:12:18 taca Exp $
1+
# $NetBSD: Makefile,v 1.13 2024/09/18 15:27:01 taca Exp $
22

3-
DISTNAME= simplecov-html-0.12.3
3+
DISTNAME= simplecov-html-0.13.1
44
CATEGORIES= devel
55

66
MAINTAINER= [email protected]

devel/ruby-simplecov-html/PLIST

+1-24
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,10 @@
1-
@comment $NetBSD: PLIST,v 1.8 2021/01/11 13:12:18 taca Exp $
1+
@comment $NetBSD: PLIST,v 1.9 2024/09/18 15:27:01 taca Exp $
22
${GEM_HOME}/cache/${GEM_NAME}.gem
33
${GEM_LIBDIR}/.document
4-
${GEM_LIBDIR}/.gitignore
5-
${GEM_LIBDIR}/.rubocop.yml
6-
${GEM_LIBDIR}/.tool-versions
7-
${GEM_LIBDIR}/.travis.yml
84
${GEM_LIBDIR}/CHANGELOG.md
9-
${GEM_LIBDIR}/Gemfile
10-
${GEM_LIBDIR}/Gemfile.lock
11-
${GEM_LIBDIR}/Guardfile
125
${GEM_LIBDIR}/LICENSE
136
${GEM_LIBDIR}/README.md
147
${GEM_LIBDIR}/Rakefile
15-
${GEM_LIBDIR}/assets/javascripts/application.js
16-
${GEM_LIBDIR}/assets/javascripts/libraries/jquery-3.4.1.js
17-
${GEM_LIBDIR}/assets/javascripts/plugins/highlight.pack.js
18-
${GEM_LIBDIR}/assets/javascripts/plugins/jquery.colorbox.js
19-
${GEM_LIBDIR}/assets/javascripts/plugins/jquery.dataTables.js
20-
${GEM_LIBDIR}/assets/javascripts/plugins/jquery.timeago.js
21-
${GEM_LIBDIR}/assets/stylesheets/application.css
22-
${GEM_LIBDIR}/assets/stylesheets/plugins/datatables.css
23-
${GEM_LIBDIR}/assets/stylesheets/plugins/highlight.css
24-
${GEM_LIBDIR}/assets/stylesheets/plugins/jquery-ui-1.8.4.custom.css
25-
${GEM_LIBDIR}/assets/stylesheets/plugins/jquery.colorbox.css
26-
${GEM_LIBDIR}/assets/stylesheets/reset.css
27-
${GEM_LIBDIR}/assets/stylesheets/screen.css
288
${GEM_LIBDIR}/lib/simplecov-html.rb
299
${GEM_LIBDIR}/lib/simplecov-html/version.rb
3010
${GEM_LIBDIR}/public/DataTables-1.10.20/images/sort_asc.png
@@ -56,9 +36,6 @@ ${GEM_LIBDIR}/public/images/ui-icons_888888_256x240.png
5636
${GEM_LIBDIR}/public/images/ui-icons_cd0a0a_256x240.png
5737
${GEM_LIBDIR}/public/loading.gif
5838
${GEM_LIBDIR}/public/magnify.png
59-
${GEM_LIBDIR}/simplecov-html.gemspec
60-
${GEM_LIBDIR}/test/helper.rb
61-
${GEM_LIBDIR}/test/test_simple_cov-html.rb
6239
${GEM_LIBDIR}/views/covered_percent.erb
6340
${GEM_LIBDIR}/views/file_list.erb
6441
${GEM_LIBDIR}/views/layout.erb

devel/ruby-simplecov-html/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.13 2021/10/26 10:19:49 nia Exp $
1+
$NetBSD: distinfo,v 1.14 2024/09/18 15:27:01 taca Exp $
22

3-
BLAKE2s (simplecov-html-0.12.3.gem) = e5d6f63106c35ab6d92214dbd3d4931d9d86375abe067c87cbdda20ea209cb16
4-
SHA512 (simplecov-html-0.12.3.gem) = 7fd6dad02b16f512d7fb859f62e5e8bd0a277af103c7829143795ccae60a9a057c323728ac36a1c42dbd143a2f0d175648f6e223e6e7e3e6394a52491d3733af
5-
Size (simplecov-html-0.12.3.gem) = 336896 bytes
3+
BLAKE2s (simplecov-html-0.13.1.gem) = 91f73639ec6b38538fc860e3bc9c04fe8d7ef47df60ac8093b7ad8cab6a02a0b
4+
SHA512 (simplecov-html-0.13.1.gem) = 8d3af10289f9435c9b50ed887627d5df0dbba1eec38f47bf2e7d4c85a2993e3a3651a38e80e00587641b7722af16a0432f7f131ae056fa8266faa78f4c7a292a
5+
Size (simplecov-html-0.13.1.gem) = 133632 bytes

0 commit comments

Comments
 (0)