CVS commit: pkgsrc/devel/ruby-simplecov
"Takahiro Kambe" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: pkgsrc Committed By: taca Date: Sun Aug 16 16:07:23 UTC 2026 Modified Files: pkgsrc/devel/ruby-simplecov: DESCR Makefile PLIST distinfo Log Message: devel/ruby-simplecov: update to 1.1.1 pkgsrc change: remove pkglint warnings from DESCR. 1.1.1 (2026-08-12) What's Changed * Bump step-security/harden-runner from 2.20.0 to 2.20.1 by @dependabot[bot] in #1258 * rspec-conductor Support by @sferik in #1259 Contributors * @sferik * @dependabot To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-simplecov/DESCR cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/ruby-simplecov/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/ruby-simplecov/PLIST cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/ruby-simplecov/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
(unnamed)
(text/x-diff, 3.6 KB)
Modified files: Index: pkgsrc/devel/ruby-simplecov/DESCR diff -u pkgsrc/devel/ruby-simplecov/DESCR:1.2 pkgsrc/devel/ruby-simplecov/DESCR:1.3 --- pkgsrc/devel/ruby-simplecov/DESCR:1.2 Sat Jul 18 15:22:13 2026 +++ pkgsrc/devel/ruby-simplecov/DESCR Sun Aug 16 16:07:23 2026 @@ -1,7 +1,7 @@ SimpleCov is a code coverage analysis tool for Ruby. It uses Ruby's built-in Coverage library to gather coverage data, but makes processing the results much easier by providing a clean API to filter, group, merge, -format, and display them — a complete coverage suite you can set up in just +format, and display them -- a complete coverage suite you can set up in just a couple of lines. SimpleCov tracks covered Ruby code; gathering coverage for templating @@ -9,7 +9,7 @@ solutions like ERB, Slim, and Haml is no coverage for ERB). In most cases you'll want overall coverage results spanning all of your -tests — unit tests, Cucumber features, and so on. SimpleCov handles this +tests -- unit tests, Cucumber features, and so on. SimpleCov handles this automatically by caching and merging results as it generates reports, so a report reflects coverage across your whole test suite and gives you a truer picture of your blank spots. Index: pkgsrc/devel/ruby-simplecov/Makefile diff -u pkgsrc/devel/ruby-simplecov/Makefile:1.31 pkgsrc/devel/ruby-simplecov/Makefile:1.32 --- pkgsrc/devel/ruby-simplecov/Makefile:1.31 Tue Aug 11 16:03:41 2026 +++ pkgsrc/devel/ruby-simplecov/Makefile Sun Aug 16 16:07:23 2026 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2026/08/11 16:03:41 taca Exp $ +# $NetBSD: Makefile,v 1.32 2026/08/16 16:07:23 taca Exp $ -DISTNAME= simplecov-1.1.0 +DISTNAME= simplecov-1.1.1 CATEGORIES= devel MAINTAINER= [email protected] Index: pkgsrc/devel/ruby-simplecov/PLIST diff -u pkgsrc/devel/ruby-simplecov/PLIST:1.19 pkgsrc/devel/ruby-simplecov/PLIST:1.20 --- pkgsrc/devel/ruby-simplecov/PLIST:1.19 Tue Aug 11 16:03:41 2026 +++ pkgsrc/devel/ruby-simplecov/PLIST Sun Aug 16 16:07:23 2026 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.19 2026/08/11 16:03:41 taca Exp $ +@comment $NetBSD: PLIST,v 1.20 2026/08/16 16:07:23 taca Exp $ bin/simplecov${RUBY_SUFFIX} ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/LICENSE @@ -130,7 +130,5 @@ ${GEM_LIBDIR}/lib/simplecov/unloaded_fil ${GEM_LIBDIR}/lib/simplecov/useless_results_remover.rb ${GEM_LIBDIR}/lib/simplecov/version.rb ${GEM_LIBDIR}/lib/simplecov_json_formatter.rb -${GEM_LIBDIR}/schemas/coverage-v1.0.schema.json -${GEM_LIBDIR}/schemas/coverage.schema.json ${GEM_LIBDIR}/sig/simplecov.rbs ${GEM_HOME}/specifications/${GEM_NAME}.gemspec Index: pkgsrc/devel/ruby-simplecov/distinfo diff -u pkgsrc/devel/ruby-simplecov/distinfo:1.28 pkgsrc/devel/ruby-simplecov/distinfo:1.29 --- pkgsrc/devel/ruby-simplecov/distinfo:1.28 Tue Aug 11 16:03:41 2026 +++ pkgsrc/devel/ruby-simplecov/distinfo Sun Aug 16 16:07:23 2026 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.28 2026/08/11 16:03:41 taca Exp $ +$NetBSD: distinfo,v 1.29 2026/08/16 16:07:23 taca Exp $ -BLAKE2s (simplecov-1.1.0.gem) = c741b69b7200752784c37ac9a4a324a0f7a34c5bffa415d5bad8f198a8c7fc64 -SHA512 (simplecov-1.1.0.gem) = df990ccdef1bb3b0eb362be8e3b531cdb11cc4253a24037a4d8d4ef0ea9c69c116643d4b41097462610edb18150b416d692288bd4f7515e74d4141788e72c43b -Size (simplecov-1.1.0.gem) = 179712 bytes +BLAKE2s (simplecov-1.1.1.gem) = cb5afbeed4589d8b29fb4a6c7f8b2bac59f4cd1eb9c010465a78d43feb6e3e18 +SHA512 (simplecov-1.1.1.gem) = 28014d04e816ed41abc864eab8acf675303bfb0da509964cc3f12241ac9b729649846b8996dd436ec140a1efc33ed0fddf2643b3f21e8c918a207500fbeb924c +Size (simplecov-1.1.1.gem) = 176128 bytes