kettle-soup-cover 3.0.6 → 3.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +3 -3
- data/CHANGELOG.md +41 -1
- data/README.md +14 -14
- data/lib/kettle/soup/cover/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +15 -14
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2a1f039346df155e65cbd6359d895f5895a998bf773f07aba366401729c901f7
|
|
4
|
+
data.tar.gz: d64db9311e425a4013b8c07a7131dde6686c84e6e1907ee6ce804907d7190f7e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee148adff87e798b367d6c047c7f7ba5e715be7c6257064aeab788c169c0c5a532237426982eff722d70a0edd2a56c458ed6112e16a369bf9a6023a6d1187057
|
|
7
|
+
data.tar.gz: a069ee14f04941ed213529793414092d79640793a7c1c2715a5330b9c9306bc14663de96646a69b15e1fd5c6bcebe4bf1aa230d7f9e5bd23ea25e9847cb60aaa
|
checksums.yaml.gz.sig
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
(
|
|
1
|
+
�O5��1�lv����LTH�
|
|
2
|
+
�
|
|
3
|
+
\_�������W��|I:E/�(��������=^���&1m�FA��u�)�5�j�9��%�[|�w��8sX��a����,j����4��6���@���J�1��oT�$���T;_M�y��yE��>�
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,44 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [3.0.7] - 2026-07-31
|
|
34
|
+
|
|
35
|
+
- TAG: [v3.0.7][3.0.7t]
|
|
36
|
+
- COVERAGE: 100.00% -- 282/282 lines in 12 files
|
|
37
|
+
- BRANCH COVERAGE: 91.67% -- 77/84 branches in 12 files
|
|
38
|
+
- 20.00% documented
|
|
39
|
+
|
|
40
|
+
### Added
|
|
41
|
+
|
|
42
|
+
- kettle-jem-template-20260729-005 - Gemspec metadata now publishes this
|
|
43
|
+
project's RubyForum tag as `mailing_list_uri`, and support docs link to the
|
|
44
|
+
tagged RubyForum community alongside Discord.
|
|
45
|
+
|
|
46
|
+
### Fixed
|
|
47
|
+
|
|
48
|
+
- kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
|
|
49
|
+
TruffleRuby jobs with current RubyGems and Bundler, avoiding setup failures
|
|
50
|
+
before the test suite starts.
|
|
51
|
+
- kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
|
|
52
|
+
setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
|
|
53
|
+
lockfile parser failures on Git and path dependencies.
|
|
54
|
+
- kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
|
|
55
|
+
missing canonical version spec when a project only has shim namespace version
|
|
56
|
+
specs.
|
|
57
|
+
- kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
|
|
58
|
+
legacy manual bundle install path, avoiding setup-time Bundler full-index
|
|
59
|
+
failures against `gem.coop`.
|
|
60
|
+
- kettle-jem-template-20260729-002 - VersionGem bootstrap now preserves
|
|
61
|
+
and templates dedicated `version_gem.rb` entrypoints even when the gemspec
|
|
62
|
+
dependency is intentionally omitted, and generated anonymous-loader specs
|
|
63
|
+
cover both `version.rb` and `version_gem.rb`.
|
|
64
|
+
- kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
|
|
65
|
+
floor now get managed minimal `version.rb` files and anonymous-loader version
|
|
66
|
+
specs without adding `version_gem`.
|
|
67
|
+
- kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
|
|
68
|
+
relative to the gemspec directory, so release package contents stay correct
|
|
69
|
+
even when the gemspec is loaded from another working directory.
|
|
70
|
+
|
|
33
71
|
## [3.0.6] - 2026-07-28
|
|
34
72
|
|
|
35
73
|
- TAG: [v3.0.6][3.0.6t]
|
|
@@ -667,7 +705,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
667
705
|
|
|
668
706
|
- Initial release
|
|
669
707
|
|
|
670
|
-
[Unreleased]: https://github.com/kettle-dev/kettle-soup-cover/compare/v3.0.
|
|
708
|
+
[Unreleased]: https://github.com/kettle-dev/kettle-soup-cover/compare/v3.0.7...HEAD
|
|
709
|
+
[3.0.7]: https://github.com/kettle-dev/kettle-soup-cover/compare/v3.0.6...v3.0.7
|
|
710
|
+
[3.0.7t]: https://github.com/kettle-dev/kettle-soup-cover/releases/tag/v3.0.7
|
|
671
711
|
[3.0.6]: https://github.com/kettle-dev/kettle-soup-cover/compare/v3.0.5...v3.0.6
|
|
672
712
|
[3.0.6t]: https://github.com/kettle-dev/kettle-soup-cover/releases/tag/v3.0.6
|
|
673
713
|
[3.0.5]: https://github.com/kettle-dev/kettle-soup-cover/compare/v3.0.4...v3.0.5
|
data/README.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
# 🥘 Kettle::Soup::Cover
|
|
4
4
|
|
|
5
|
-
[![Version][👽versioni]][👽version] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: AGPL-3.0-only][📄license-img]][📄license] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![CodeCov Test Coverage][🏀codecovi]][🏀codecov] [![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls] [![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov] [![QLTY Maintainability][🏀qlty-mnti]][🏀qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf]
|
|
5
|
+
[![Version][👽versioni]][👽version] [![Ruby Users Forum][✉️ruby-forum-top-img]][✉️ruby-forum] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: AGPL-3.0-only][📄license-img]][📄license] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![CodeCov Test Coverage][🏀codecovi]][🏀codecov] [![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls] [![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov] [![QLTY Maintainability][🏀qlty-mnti]][🏀qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf]
|
|
6
6
|
|
|
7
|
-
`if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know][✉️discord-invite], as I may have missed the
|
|
7
|
+
`if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know on Discord][✉️discord-invite] or [RubyForum][✉️ruby-forum], as I may have missed the notification.
|
|
8
8
|
|
|
9
9
|
---
|
|
10
10
|
|
|
@@ -125,17 +125,14 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
125
125
|
<details markdown="1">
|
|
126
126
|
<summary>Find this repo on federated forges (Coming soon!)</summary>
|
|
127
127
|
|
|
128
|
-
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
|
|
129
|
-
|
|
130
|
-
| 🧪 [kettle-dev/kettle-soup-cover on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
|
|
131
|
-
| 🧊 [kettle-dev/kettle-soup-cover on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
|
|
132
|
-
| 🐙 [kettle-dev/kettle-soup-cover on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
|
|
133
|
-
| 🎮️ [Discord Server][✉️discord-invite] | [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] | [Let's][✉️discord-invite] | [talk][✉️discord-invite] | [about][✉️discord-invite] | [this][✉️discord-invite] | [library!][✉️discord-invite] |
|
|
128
|
+
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
|
|
129
|
+
|-------------------------------------------------|-------------------------------------------|-------------------|------------------|-----------------|----------------|
|
|
130
|
+
| 🧪 [kettle-dev/kettle-soup-cover on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
|
|
131
|
+
| 🧊 [kettle-dev/kettle-soup-cover on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
|
|
132
|
+
| 🐙 [kettle-dev/kettle-soup-cover on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
|
|
134
133
|
|
|
135
134
|
</details>
|
|
136
135
|
|
|
137
|
-
[gh-discussions]: https://github.com/kettle-dev/kettle-soup-cover/discussions
|
|
138
|
-
|
|
139
136
|
### Enterprise Support [](https://tidelift.com/subscription/pkg/rubygems-kettle-soup-cover?utm_source=rubygems-kettle-soup-cover&utm_medium=referral&utm_campaign=readme)
|
|
140
137
|
|
|
141
138
|
Available as part of the Tidelift Subscription.
|
|
@@ -153,6 +150,7 @@ The maintainers of this and thousands of other packages are working with Tidelif
|
|
|
153
150
|
|
|
154
151
|
Alternatively:
|
|
155
152
|
|
|
153
|
+
- [![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
|
|
156
154
|
- [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
157
155
|
- [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork]
|
|
158
156
|
- [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor]
|
|
@@ -639,11 +637,12 @@ I'm hoping to be able to pay for my kids' health insurance this month,
|
|
|
639
637
|
so if you value the work I am doing, I need your support.
|
|
640
638
|
Please consider sponsoring me or the project.
|
|
641
639
|
|
|
642
|
-
To join the community or get help
|
|
640
|
+
To join the community or get help, use the RubyForum or Discord.
|
|
643
641
|
|
|
642
|
+
[![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
|
|
644
643
|
[![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
645
644
|
|
|
646
|
-
To say "thanks!" ☝️ Join the
|
|
645
|
+
To say "thanks!" ☝️ Join the community or 👇️ send money.
|
|
647
646
|
|
|
648
647
|
[![Sponsor kettle-dev/kettle-soup-cover on Open Source Collective][🖇osc-all-bottom-img]][🖇osc] 💌 [![Sponsor me on GitHub Sponsors][🖇sponsor-bottom-img]][🖇sponsor] 💌 [![Sponsor me on Liberapay][⛳liberapay-bottom-img]][⛳liberapay] 💌 [![Donate on PayPal][🖇paypal-bottom-img]][🖇paypal]
|
|
649
648
|
|
|
@@ -684,8 +683,9 @@ Thanks for RTFM. ☺️
|
|
|
684
683
|
[✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
|
|
685
684
|
[✉️ruby-friends-img]: https://img.shields.io/badge/daily.dev-%F0%9F%92%8E_Ruby_Friends-0A0A0A?style=for-the-badge&logo=dailydotdev&logoColor=white
|
|
686
685
|
[✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
|
|
687
|
-
[✉️ruby-forum-img]: https://img.shields.io/
|
|
688
|
-
[✉️ruby-forum]: https://
|
|
686
|
+
[✉️ruby-forum-top-img]: https://img.shields.io/discourse/topics?server=https%3A%2F%2Fwww.rubyforum.org&style=flat&logo=discourse&label=Ruby%20Users%20Forum
|
|
687
|
+
[✉️ruby-forum-img]: https://img.shields.io/discourse/topics?server=https%3A%2F%2Fwww.rubyforum.org&style=for-the-badge&logo=discourse&label=Ruby%20Users%20Forum
|
|
688
|
+
[✉️ruby-forum]: https://www.rubyforum.org/tag/kettle-dev
|
|
689
689
|
|
|
690
690
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
691
691
|
[⛳️gem-namespace]: https://github.com/kettle-dev/kettle-soup-cover
|
|
@@ -6,7 +6,7 @@ module Kettle
|
|
|
6
6
|
# Version namespace for this gem.
|
|
7
7
|
module Version
|
|
8
8
|
# Current gem version.
|
|
9
|
-
VERSION = "3.0.
|
|
9
|
+
VERSION = "3.0.7"
|
|
10
10
|
end
|
|
11
11
|
# Current gem version exposed at the traditional constant location.
|
|
12
12
|
VERSION = Version::VERSION # Traditional Constant Location
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kettle-soup-cover
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -46,7 +46,7 @@ dependencies:
|
|
|
46
46
|
version: '0.1'
|
|
47
47
|
- - ">="
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
|
-
version: 0.1.
|
|
49
|
+
version: 0.1.3
|
|
50
50
|
type: :runtime
|
|
51
51
|
prerelease: false
|
|
52
52
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -56,7 +56,7 @@ dependencies:
|
|
|
56
56
|
version: '0.1'
|
|
57
57
|
- - ">="
|
|
58
58
|
- !ruby/object:Gem::Version
|
|
59
|
-
version: 0.1.
|
|
59
|
+
version: 0.1.3
|
|
60
60
|
- !ruby/object:Gem::Dependency
|
|
61
61
|
name: simplecov
|
|
62
62
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -151,20 +151,20 @@ dependencies:
|
|
|
151
151
|
requirements:
|
|
152
152
|
- - "~>"
|
|
153
153
|
- !ruby/object:Gem::Version
|
|
154
|
-
version: '2.
|
|
154
|
+
version: '2.5'
|
|
155
155
|
- - ">="
|
|
156
156
|
- !ruby/object:Gem::Version
|
|
157
|
-
version: 2.
|
|
157
|
+
version: 2.5.13
|
|
158
158
|
type: :development
|
|
159
159
|
prerelease: false
|
|
160
160
|
version_requirements: !ruby/object:Gem::Requirement
|
|
161
161
|
requirements:
|
|
162
162
|
- - "~>"
|
|
163
163
|
- !ruby/object:Gem::Version
|
|
164
|
-
version: '2.
|
|
164
|
+
version: '2.5'
|
|
165
165
|
- - ">="
|
|
166
166
|
- !ruby/object:Gem::Version
|
|
167
|
-
version: 2.
|
|
167
|
+
version: 2.5.13
|
|
168
168
|
- !ruby/object:Gem::Dependency
|
|
169
169
|
name: bundler-audit
|
|
170
170
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -268,7 +268,7 @@ dependencies:
|
|
|
268
268
|
version: '2.0'
|
|
269
269
|
- - ">="
|
|
270
270
|
- !ruby/object:Gem::Version
|
|
271
|
-
version: 2.0.
|
|
271
|
+
version: 2.0.17
|
|
272
272
|
type: :development
|
|
273
273
|
prerelease: false
|
|
274
274
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -278,7 +278,7 @@ dependencies:
|
|
|
278
278
|
version: '2.0'
|
|
279
279
|
- - ">="
|
|
280
280
|
- !ruby/object:Gem::Version
|
|
281
|
-
version: 2.0.
|
|
281
|
+
version: 2.0.17
|
|
282
282
|
- !ruby/object:Gem::Dependency
|
|
283
283
|
name: turbo_tests2
|
|
284
284
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -342,7 +342,7 @@ dependencies:
|
|
|
342
342
|
version: '2.0'
|
|
343
343
|
- - ">="
|
|
344
344
|
- !ruby/object:Gem::Version
|
|
345
|
-
version: 2.0.
|
|
345
|
+
version: 2.0.10
|
|
346
346
|
type: :development
|
|
347
347
|
prerelease: false
|
|
348
348
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -352,7 +352,7 @@ dependencies:
|
|
|
352
352
|
version: '2.0'
|
|
353
353
|
- - ">="
|
|
354
354
|
- !ruby/object:Gem::Version
|
|
355
|
-
version: 2.0.
|
|
355
|
+
version: 2.0.10
|
|
356
356
|
description: "\U0001F958 A Covered Kettle of Test Coverage SOUP (Software of Unknown
|
|
357
357
|
Provenance)\nFour-line SimpleCov config, w/ curated, opinionated, pre-configured,
|
|
358
358
|
dependencies\nfor every CI platform, batteries included.\nFund overlooked open source
|
|
@@ -387,14 +387,15 @@ licenses:
|
|
|
387
387
|
- AGPL-3.0-only
|
|
388
388
|
metadata:
|
|
389
389
|
homepage_uri: https://kettle-soup-cover.galtzo.com/
|
|
390
|
-
source_code_uri: https://github.com/kettle-dev/kettle-soup-cover/tree/v3.0.
|
|
391
|
-
changelog_uri: https://github.com/kettle-dev/kettle-soup-cover/blob/v3.0.
|
|
390
|
+
source_code_uri: https://github.com/kettle-dev/kettle-soup-cover/tree/v3.0.7
|
|
391
|
+
changelog_uri: https://github.com/kettle-dev/kettle-soup-cover/blob/v3.0.7/CHANGELOG.md
|
|
392
392
|
bug_tracker_uri: https://github.com/kettle-dev/kettle-soup-cover/issues
|
|
393
|
-
documentation_uri: https://www.rubydoc.info/gems/kettle-soup-cover/3.0.
|
|
393
|
+
documentation_uri: https://www.rubydoc.info/gems/kettle-soup-cover/3.0.7
|
|
394
394
|
funding_uri: https://github.com/sponsors/pboling
|
|
395
395
|
wiki_uri: https://github.com/kettle-dev/kettle-soup-cover/wiki
|
|
396
396
|
news_uri: https://www.railsbling.com/tags/kettle-soup-cover
|
|
397
397
|
discord_uri: https://discord.gg/3qme4XHNKN
|
|
398
|
+
mailing_list_uri: https://www.rubyforum.org/tag/kettle-dev
|
|
398
399
|
rubygems_mfa_required: 'true'
|
|
399
400
|
rdoc_options:
|
|
400
401
|
- "--title"
|
metadata.gz.sig
CHANGED
|
Binary file
|