forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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).
- Loading branch information
taca
committed
Sep 18, 2024
1 parent
33e1763
commit a871fe4
Showing
3 changed files
with
7 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |