Skip to content

Commit

Permalink
devel/ruby-simplecov-html: update to 0.13.1
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
taca committed Sep 18, 2024
1 parent 33e1763 commit a871fe4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 30 deletions.
4 changes: 2 additions & 2 deletions devel/ruby-simplecov-html/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
25 changes: 1 addition & 24 deletions devel/ruby-simplecov-html/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -56,9 +36,6 @@ ${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}/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
Expand Down
8 changes: 4 additions & 4 deletions devel/ruby-simplecov-html/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a871fe4

Please sign in to comment.