kettle-soup-cover 2.0.2 → 3.0.0.rc1
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 +0 -0
- data/CHANGELOG.md +24 -1
- data/CONTRIBUTING.md +2 -2
- data/README.md +29 -10
- data/lib/kettle/soup/cover/constants.rb +1 -1
- data/lib/kettle/soup/cover/loaders.rb +8 -8
- data/lib/kettle/soup/cover/rakelib/coverage.rake +0 -0
- data/lib/kettle/soup/cover/version.rb +1 -1
- data/sig/kettle/soup/cover.rbs +0 -1
- data.tar.gz.sig +0 -0
- metadata +21 -53
- 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: 48e04926c6d11f1c5a5a31f1ca95fc5d0b2835fd0901acdbfb7d76180c059a16
|
|
4
|
+
data.tar.gz: b553da9b99a625aba292b7e9e9cc3fc895108d185eee8c1eed452363a787e42f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2bf347ce8490f9760cd1fdc1c75d205f9c7d77fff69fff4da9c3695226b5a4ab73dad3aedb01030015c52f2abbfbbdf70d66b1b35f2369c60dbe5bced639c0b8
|
|
7
|
+
data.tar.gz: a6967e92680e7b77a7831dd099c050d61015c6df89bcc246e5b8e4065d73ea24a477fe4af39ea16ae2fa816f7cbf0165b150940d25d6b77d9248a1e4d36d1a1a
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -28,8 +28,31 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
28
28
|
|
|
29
29
|
### Fixed
|
|
30
30
|
|
|
31
|
+
- Fixed GitHub Actions release validation on `next` by allowing workflow push
|
|
32
|
+
triggers to run on the release branch.
|
|
33
|
+
|
|
31
34
|
### Security
|
|
32
35
|
|
|
36
|
+
## [3.0.0.rc1] - 2026-06-19
|
|
37
|
+
|
|
38
|
+
- TAG: [v3.0.0.rc1][3.0.0.rc1t]
|
|
39
|
+
- COVERAGE: 100.00% -- 247/247 lines in 11 files
|
|
40
|
+
- BRANCH COVERAGE: 100.00% -- 68/68 branches in 11 files
|
|
41
|
+
- 16.44% documented
|
|
42
|
+
|
|
43
|
+
### Changed
|
|
44
|
+
|
|
45
|
+
- Upgrade to simplecov v1.0.pre
|
|
46
|
+
- Upgrade to simplecov-cobertura v4.0.pre
|
|
47
|
+
- Upgrade to version_gem v1.1.12
|
|
48
|
+
- latest kettle-jem template
|
|
49
|
+
|
|
50
|
+
### Fixed
|
|
51
|
+
|
|
52
|
+
- Fixed LCOV formatter loading to require the maintained
|
|
53
|
+
`simplecov_lcov_formatter` dependency instead of the obsolete
|
|
54
|
+
`simplecov-lcov` library name.
|
|
55
|
+
|
|
33
56
|
## [2.0.2] - 2026-06-09
|
|
34
57
|
|
|
35
58
|
- TAG: [v2.0.2][2.0.2t]
|
|
@@ -406,7 +429,7 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
406
429
|
|
|
407
430
|
- Initial release
|
|
408
431
|
|
|
409
|
-
[Unreleased]: https://github.com/kettle-dev/kettle-soup-cover/compare/
|
|
432
|
+
[Unreleased]: https://github.com/kettle-dev/kettle-soup-cover/compare/v3.0.0.rc1...HEAD
|
|
410
433
|
[2.0.2]: https://github.com/kettle-dev/kettle-soup-cover/compare/v2.0.1...v2.0.2
|
|
411
434
|
[2.0.2t]: https://github.com/kettle-dev/kettle-soup-cover/releases/tag/v2.0.2
|
|
412
435
|
[2.0.1]: https://github.com/kettle-rb/kettle-soup-cover/compare/v2.0.0...v2.0.1
|
data/CONTRIBUTING.md
CHANGED
|
@@ -109,14 +109,14 @@ Git diff driver setup
|
|
|
109
109
|
- Git hosting forges generally ignore external diff drivers, so pull request views may still show raw textual diffs even when local `git diff` uses semantic drivers.
|
|
110
110
|
|
|
111
111
|
```console
|
|
112
|
-
K_JEM_TEMPLATING=true
|
|
112
|
+
K_JEM_TEMPLATING=true kettle-jem install
|
|
113
113
|
```
|
|
114
114
|
|
|
115
115
|
Troubleshooting Git diffs
|
|
116
116
|
- Use `git diff --no-ext-diff` to compare against Git's built-in diff output.
|
|
117
117
|
- Use `git diff --no-textconv` when a textconv projection obscures the raw file bytes you need to inspect.
|
|
118
118
|
- If Git reports a missing `smorg-*` executable, rerun `bundle install` and the setup command above, then check `git config --local --get-regexp '^diff\.smorg-'`.
|
|
119
|
-
- To remove managed local entries, run `K_JEM_TEMPLATING=true
|
|
119
|
+
- To remove managed local entries, run `K_JEM_TEMPLATING=true kettle-jem install --undo`; remove global command registrations with `git config --global --unset-all diff.smorg-ruby.command`.
|
|
120
120
|
|
|
121
121
|
For a quick starting point, this repository’s `mise.toml` defines the shared defaults, and `.env.local` can override them locally. Copy `.env.local.example` to `.env.local`, use `KEY=value` lines, and either activate `mise` in your shell or run commands through `mise exec -C /path/to/project -- ...`.
|
|
122
122
|
|
data/README.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
[![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate on Polar][🖇polar-img]][🖇polar] [![Donate at ko-fi.com][🖇kofi-img]][🖇kofi]
|
|
14
14
|
|
|
15
|
-
<details>
|
|
15
|
+
<details markdown="1">
|
|
16
16
|
<summary>👣 How will this project approach the September 2025 hostile takeover of RubyGems? 🚑️</summary>
|
|
17
17
|
|
|
18
18
|
I've summarized my thoughts in [this blog post](https://dev.to/galtzo/hostile-takeover-of-rubygems-my-thoughts-5hlo).
|
|
@@ -102,9 +102,9 @@ where this library is considered a package of [SOUP](https://en.wikipedia.org/wi
|
|
|
102
102
|
|
|
103
103
|
| Tokens to Remember | [![Gem name][⛳️name-img]][⛳️gem-name] [![Gem namespace][⛳️namespace-img]][⛳️gem-namespace] |
|
|
104
104
|
|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
105
|
-
| Works with JRuby | [![JRuby current Compat][💎jruby-c-i]][🚎10-j-wf] [![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf]|
|
|
106
|
-
| Works with Truffle Ruby | [![Truffle Ruby 24.2 Compat][💎truby-24.2i]][🚎truby-24.2-wf] [![Truffle Ruby 25.0 Compat][💎truby-25.0i]][🚎truby-25.0-wf] [![Truffle Ruby current Compat][💎truby-c-i]][🚎9-t-wf]|
|
|
107
|
-
| Works with MRI Ruby 4 | [![Ruby
|
|
105
|
+
| Works with JRuby | [![JRuby 10.0 Compat][💎jruby-10.0i]][🚎jruby-10.0-wf] [![JRuby current Compat][💎jruby-c-i]][🚎10-j-wf] [![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf]|
|
|
106
|
+
| Works with Truffle Ruby | [![Truffle Ruby 24.2 Compat][💎truby-24.2i]][🚎truby-24.2-wf] [![Truffle Ruby 25.0 Compat][💎truby-25.0i]][🚎truby-25.0-wf] [![Truffle Ruby 33.0 Compat][💎truby-33.0i]][🚎truby-33.0-wf] [![Truffle Ruby current Compat][💎truby-c-i]][🚎9-t-wf] [![Truffle Ruby HEAD Compat][💎truby-headi]][🚎3-hd-wf]|
|
|
107
|
+
| Works with MRI Ruby 4 | [![Ruby current Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf]|
|
|
108
108
|
| Works with MRI Ruby 3 | [![Ruby 3.2 Compat][💎ruby-3.2i]][🚎ruby-3.2-wf] [![Ruby 3.3 Compat][💎ruby-3.3i]][🚎ruby-3.3-wf] [![Ruby 3.4 Compat][💎ruby-3.4i]][🚎ruby-3.4-wf]|
|
|
109
109
|
| Support & Community | [![Join Me on Daily.dev's RubyFriends][✉️ruby-friends-img]][✉️ruby-friends] [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork] [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor] |
|
|
110
110
|
| Source | [![Source on GitLab.com][📜src-gl-img]][📜src-gl] [![Source on CodeBerg.org][📜src-cb-img]][📜src-cb] [![Source on Github.com][📜src-gh-img]][📜src-gh] [![The best SHA: dQw4w9WgXcQ!][🧮kloc-img]][🧮kloc] |
|
|
@@ -122,9 +122,24 @@ This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
|
|
|
122
122
|
may be higher than the gem's runtime compatibility floor when legacy Rubies are
|
|
123
123
|
not practical for the current toolchain.
|
|
124
124
|
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
125
|
+
<a href="https://github.com/kettle-dev"><img alt="kettle-dev Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/kettle-dev/avatar-128px.svg" width="14%" align="right"/></a>
|
|
126
|
+
|
|
127
|
+
The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
128
|
+
|
|
129
|
+
<details markdown="1">
|
|
130
|
+
<summary>How kettle-dev manages complexity in tests</summary>
|
|
131
|
+
|
|
132
|
+
| Gem | Source | Role | Daily download rank |
|
|
133
|
+
|-----|--------|------|---------------------|
|
|
134
|
+
| [appraisal2](https://bestgems.org/gems/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [](https://bestgems.org/gems/appraisal2) |
|
|
135
|
+
| [appraisal2-rubocop](https://bestgems.org/gems/appraisal2-rubocop) | [GitHub](https://github.com/appraisal-rb/appraisal2-rubocop) | RuboCop Appraisal generator integration | [](https://bestgems.org/gems/appraisal2-rubocop) |
|
|
136
|
+
| [kettle-dev](https://bestgems.org/gems/kettle-dev) | [GitHub](https://github.com/kettle-dev/kettle-dev) | development, release, and CI workflow tooling | [](https://bestgems.org/gems/kettle-dev) |
|
|
137
|
+
| [kettle-jem](https://bestgems.org/gems/kettle-jem) | [GitHub](https://github.com/kettle-dev/kettle-jem) | Appraisals & CI workflow templates | [](https://bestgems.org/gems/kettle-jem) |
|
|
138
|
+
| [kettle-test](https://bestgems.org/gems/kettle-test) | [GitHub](https://github.com/kettle-dev/kettle-test) | standard test runner and coverage harness | [](https://bestgems.org/gems/kettle-test) |
|
|
139
|
+
| [rubocop-lts](https://bestgems.org/gems/rubocop-lts) | [GitHub](https://github.com/rubocop-lts/rubocop-lts) | Ruby-version-aware linting | [](https://bestgems.org/gems/rubocop-lts) |
|
|
140
|
+
| [turbo_tests2](https://bestgems.org/gems/turbo_tests2) | [GitHub](https://github.com/galtzo-floss/turbo_tests2) | parallel test execution | [](https://bestgems.org/gems/turbo_tests2) |
|
|
141
|
+
|
|
142
|
+
</details>
|
|
128
143
|
|
|
129
144
|
### Federated DVCS
|
|
130
145
|
|
|
@@ -618,7 +633,7 @@ Made with [contributors-img][🖐contrib-rocks].
|
|
|
618
633
|
|
|
619
634
|
Also see GitLab Contributors: [https://gitlab.com/kettle-dev/kettle-soup-cover/-/graphs/main][🚎contributors-gl]
|
|
620
635
|
|
|
621
|
-
<details>
|
|
636
|
+
<details markdown="1">
|
|
622
637
|
<summary>⭐️ Star History</summary>
|
|
623
638
|
|
|
624
639
|
<a href="https://star-history.com/kettle-dev/kettle-soup-cover&Date">
|
|
@@ -801,8 +816,10 @@ Thanks for RTFM. ☺️
|
|
|
801
816
|
[🚎ruby-3.2-wf]: https://github.com/kettle-dev/kettle-soup-cover/actions/workflows/ruby-3.2.yml
|
|
802
817
|
[🚎ruby-3.3-wf]: https://github.com/kettle-dev/kettle-soup-cover/actions/workflows/ruby-3.3.yml
|
|
803
818
|
[🚎ruby-3.4-wf]: https://github.com/kettle-dev/kettle-soup-cover/actions/workflows/ruby-3.4.yml
|
|
819
|
+
[🚎jruby-10.0-wf]: https://github.com/kettle-dev/kettle-soup-cover/actions/workflows/jruby-10.0.yml
|
|
804
820
|
[🚎truby-24.2-wf]: https://github.com/kettle-dev/kettle-soup-cover/actions/workflows/truffleruby-24.2.yml
|
|
805
821
|
[🚎truby-25.0-wf]: https://github.com/kettle-dev/kettle-soup-cover/actions/workflows/truffleruby-25.0.yml
|
|
822
|
+
[🚎truby-33.0-wf]: https://github.com/kettle-dev/kettle-soup-cover/actions/workflows/truffleruby-33.0.yml
|
|
806
823
|
[🚎2-cov-wf]: https://github.com/kettle-dev/kettle-soup-cover/actions/workflows/coverage.yml
|
|
807
824
|
[🚎2-cov-wfi]: https://github.com/kettle-dev/kettle-soup-cover/actions/workflows/coverage.yml/badge.svg
|
|
808
825
|
[🚎3-hd-wf]: https://github.com/kettle-dev/kettle-soup-cover/actions/workflows/heads.yml
|
|
@@ -824,12 +841,14 @@ Thanks for RTFM. ☺️
|
|
|
824
841
|
[💎ruby-3.2i]: https://img.shields.io/badge/Ruby-3.2-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
825
842
|
[💎ruby-3.3i]: https://img.shields.io/badge/Ruby-3.3-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
826
843
|
[💎ruby-3.4i]: https://img.shields.io/badge/Ruby-3.4-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
827
|
-
[💎ruby-4.0i]: https://img.shields.io/badge/Ruby-4.0-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
828
844
|
[💎ruby-c-i]: https://img.shields.io/badge/Ruby-current-CC342D?style=for-the-badge&logo=ruby&logoColor=green
|
|
829
845
|
[💎ruby-headi]: https://img.shields.io/badge/Ruby-HEAD-CC342D?style=for-the-badge&logo=ruby&logoColor=blue
|
|
830
846
|
[💎truby-24.2i]: https://img.shields.io/badge/Truffle_Ruby-24.2-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
831
847
|
[💎truby-25.0i]: https://img.shields.io/badge/Truffle_Ruby-25.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
848
|
+
[💎truby-33.0i]: https://img.shields.io/badge/Truffle_Ruby-33.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
832
849
|
[💎truby-c-i]: https://img.shields.io/badge/Truffle_Ruby-current-34BCB1?style=for-the-badge&logo=ruby&logoColor=green
|
|
850
|
+
[💎truby-headi]: https://img.shields.io/badge/Truffle_Ruby-HEAD-34BCB1?style=for-the-badge&logo=ruby&logoColor=blue
|
|
851
|
+
[💎jruby-10.0i]: https://img.shields.io/badge/JRuby-10.0-FBE742?style=for-the-badge&logo=ruby&logoColor=red
|
|
833
852
|
[💎jruby-c-i]: https://img.shields.io/badge/JRuby-current-FBE742?style=for-the-badge&logo=ruby&logoColor=green
|
|
834
853
|
[💎jruby-headi]: https://img.shields.io/badge/JRuby-HEAD-FBE742?style=for-the-badge&logo=ruby&logoColor=blue
|
|
835
854
|
[🤝gh-issues]: https://github.com/kettle-dev/kettle-soup-cover/issues
|
|
@@ -886,7 +905,7 @@ Thanks for RTFM. ☺️
|
|
|
886
905
|
| Package | kettle-soup-cover |
|
|
887
906
|
| Description | 🥘 A Covered Kettle of Test Coverage SOUP (Software of Unknown Provenance)<br>Four-line SimpleCov config, w/ curated, opinionated, pre-configured, dependencies<br>for every CI platform, batteries included.<br>Fund overlooked open source projects - bottom of stack, dev/test dependencies: floss-funding.dev |
|
|
888
907
|
| Homepage | https://github.com/kettle-dev/kettle-soup-cover |
|
|
889
|
-
| Source | https://github.com/kettle-dev/kettle-soup-cover
|
|
908
|
+
| Source | https://github.com/kettle-dev/kettle-soup-cover |
|
|
890
909
|
| License | `AGPL-3.0-only` |
|
|
891
910
|
| Funding | https://github.com/sponsors/pboling, https://issuehunt.io/u/pboling, https://ko-fi.com/pboling, https://liberapay.com/pboling/donate, https://opencollective.com/kettle-dev, https://opencollective.com/kettle-rb, https://patreon.com/galtzo, https://polar.sh/pboling, https://thanks.dev/u/gh/pboling, https://tidelift.com/funding/github/rubygems/kettle-soup-cover, https://www.buymeacoffee.com/pboling |
|
|
892
911
|
<!-- kettle-jem:metadata:end -->
|
|
@@ -7,18 +7,18 @@ module Kettle
|
|
|
7
7
|
def load_formatters
|
|
8
8
|
SimpleCov.formatters = Kettle::Soup::Cover::Constants::FORMATTERS
|
|
9
9
|
.each_with_object([]) do |fmt_data, formatters|
|
|
10
|
-
|
|
10
|
+
require fmt_data[:lib].to_s
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
klass = SimpleCov::Formatter.const_get(fmt_data[:klass])
|
|
13
13
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
end
|
|
14
|
+
if fmt_data[:type] == :lcov
|
|
15
|
+
klass.config do |c|
|
|
16
|
+
c.report_with_single_file = true
|
|
17
|
+
c.single_report_path = "#{Kettle::Soup::Cover::Constants::COVERAGE_DIR}/lcov.info"
|
|
19
18
|
end
|
|
19
|
+
end
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
formatters << klass
|
|
22
22
|
end
|
|
23
23
|
end
|
|
24
24
|
|
|
File without changes
|
data/sig/kettle/soup/cover.rbs
CHANGED
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:
|
|
4
|
+
version: 3.0.0.rc1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -41,42 +41,30 @@ dependencies:
|
|
|
41
41
|
name: simplecov
|
|
42
42
|
requirement: !ruby/object:Gem::Requirement
|
|
43
43
|
requirements:
|
|
44
|
-
- - "~>"
|
|
45
|
-
- !ruby/object:Gem::Version
|
|
46
|
-
version: '0.22'
|
|
47
44
|
- - ">="
|
|
48
45
|
- !ruby/object:Gem::Version
|
|
49
|
-
version: 0.
|
|
46
|
+
version: 1.0.pre
|
|
50
47
|
type: :runtime
|
|
51
48
|
prerelease: false
|
|
52
49
|
version_requirements: !ruby/object:Gem::Requirement
|
|
53
50
|
requirements:
|
|
54
|
-
- - "~>"
|
|
55
|
-
- !ruby/object:Gem::Version
|
|
56
|
-
version: '0.22'
|
|
57
51
|
- - ">="
|
|
58
52
|
- !ruby/object:Gem::Version
|
|
59
|
-
version: 0.
|
|
53
|
+
version: 1.0.pre
|
|
60
54
|
- !ruby/object:Gem::Dependency
|
|
61
55
|
name: simplecov-cobertura
|
|
62
56
|
requirement: !ruby/object:Gem::Requirement
|
|
63
57
|
requirements:
|
|
64
|
-
- - "~>"
|
|
65
|
-
- !ruby/object:Gem::Version
|
|
66
|
-
version: '3.1'
|
|
67
58
|
- - ">="
|
|
68
59
|
- !ruby/object:Gem::Version
|
|
69
|
-
version:
|
|
60
|
+
version: 4.0.pre
|
|
70
61
|
type: :runtime
|
|
71
62
|
prerelease: false
|
|
72
63
|
version_requirements: !ruby/object:Gem::Requirement
|
|
73
64
|
requirements:
|
|
74
|
-
- - "~>"
|
|
75
|
-
- !ruby/object:Gem::Version
|
|
76
|
-
version: '3.1'
|
|
77
65
|
- - ">="
|
|
78
66
|
- !ruby/object:Gem::Version
|
|
79
|
-
version:
|
|
67
|
+
version: 4.0.pre
|
|
80
68
|
- !ruby/object:Gem::Dependency
|
|
81
69
|
name: simplecov-console
|
|
82
70
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -97,26 +85,6 @@ dependencies:
|
|
|
97
85
|
- - ">="
|
|
98
86
|
- !ruby/object:Gem::Version
|
|
99
87
|
version: 0.9.5
|
|
100
|
-
- !ruby/object:Gem::Dependency
|
|
101
|
-
name: simplecov-html
|
|
102
|
-
requirement: !ruby/object:Gem::Requirement
|
|
103
|
-
requirements:
|
|
104
|
-
- - "~>"
|
|
105
|
-
- !ruby/object:Gem::Version
|
|
106
|
-
version: '0.13'
|
|
107
|
-
- - ">="
|
|
108
|
-
- !ruby/object:Gem::Version
|
|
109
|
-
version: 0.13.2
|
|
110
|
-
type: :runtime
|
|
111
|
-
prerelease: false
|
|
112
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
113
|
-
requirements:
|
|
114
|
-
- - "~>"
|
|
115
|
-
- !ruby/object:Gem::Version
|
|
116
|
-
version: '0.13'
|
|
117
|
-
- - ">="
|
|
118
|
-
- !ruby/object:Gem::Version
|
|
119
|
-
version: 0.13.2
|
|
120
88
|
- !ruby/object:Gem::Dependency
|
|
121
89
|
name: simplecov_json_formatter
|
|
122
90
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -138,7 +106,7 @@ dependencies:
|
|
|
138
106
|
- !ruby/object:Gem::Version
|
|
139
107
|
version: 0.1.4
|
|
140
108
|
- !ruby/object:Gem::Dependency
|
|
141
|
-
name:
|
|
109
|
+
name: simplecov_lcov_formatter
|
|
142
110
|
requirement: !ruby/object:Gem::Requirement
|
|
143
111
|
requirements:
|
|
144
112
|
- - "~>"
|
|
@@ -186,7 +154,7 @@ dependencies:
|
|
|
186
154
|
version: '1.1'
|
|
187
155
|
- - ">="
|
|
188
156
|
- !ruby/object:Gem::Version
|
|
189
|
-
version: 1.1.
|
|
157
|
+
version: 1.1.12
|
|
190
158
|
type: :runtime
|
|
191
159
|
prerelease: false
|
|
192
160
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -196,7 +164,7 @@ dependencies:
|
|
|
196
164
|
version: '1.1'
|
|
197
165
|
- - ">="
|
|
198
166
|
- !ruby/object:Gem::Version
|
|
199
|
-
version: 1.1.
|
|
167
|
+
version: 1.1.12
|
|
200
168
|
- !ruby/object:Gem::Dependency
|
|
201
169
|
name: kettle-dev
|
|
202
170
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -206,7 +174,7 @@ dependencies:
|
|
|
206
174
|
version: '2.2'
|
|
207
175
|
- - ">="
|
|
208
176
|
- !ruby/object:Gem::Version
|
|
209
|
-
version: 2.2.
|
|
177
|
+
version: 2.2.13
|
|
210
178
|
type: :development
|
|
211
179
|
prerelease: false
|
|
212
180
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -216,7 +184,7 @@ dependencies:
|
|
|
216
184
|
version: '2.2'
|
|
217
185
|
- - ">="
|
|
218
186
|
- !ruby/object:Gem::Version
|
|
219
|
-
version: 2.2.
|
|
187
|
+
version: 2.2.13
|
|
220
188
|
- !ruby/object:Gem::Dependency
|
|
221
189
|
name: bundler-audit
|
|
222
190
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -280,7 +248,7 @@ dependencies:
|
|
|
280
248
|
version: '3.1'
|
|
281
249
|
- - ">="
|
|
282
250
|
- !ruby/object:Gem::Version
|
|
283
|
-
version: 3.1.
|
|
251
|
+
version: 3.1.2
|
|
284
252
|
type: :development
|
|
285
253
|
prerelease: false
|
|
286
254
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -290,7 +258,7 @@ dependencies:
|
|
|
290
258
|
version: '3.1'
|
|
291
259
|
- - ">="
|
|
292
260
|
- !ruby/object:Gem::Version
|
|
293
|
-
version: 3.1.
|
|
261
|
+
version: 3.1.2
|
|
294
262
|
- !ruby/object:Gem::Dependency
|
|
295
263
|
name: kettle-test
|
|
296
264
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -300,7 +268,7 @@ dependencies:
|
|
|
300
268
|
version: '2.0'
|
|
301
269
|
- - ">="
|
|
302
270
|
- !ruby/object:Gem::Version
|
|
303
|
-
version: 2.0.
|
|
271
|
+
version: 2.0.5
|
|
304
272
|
type: :development
|
|
305
273
|
prerelease: false
|
|
306
274
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -310,7 +278,7 @@ dependencies:
|
|
|
310
278
|
version: '2.0'
|
|
311
279
|
- - ">="
|
|
312
280
|
- !ruby/object:Gem::Version
|
|
313
|
-
version: 2.0.
|
|
281
|
+
version: 2.0.5
|
|
314
282
|
- !ruby/object:Gem::Dependency
|
|
315
283
|
name: turbo_tests2
|
|
316
284
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -320,7 +288,7 @@ dependencies:
|
|
|
320
288
|
version: '3.1'
|
|
321
289
|
- - ">="
|
|
322
290
|
- !ruby/object:Gem::Version
|
|
323
|
-
version: 3.1.
|
|
291
|
+
version: 3.1.4
|
|
324
292
|
type: :development
|
|
325
293
|
prerelease: false
|
|
326
294
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -330,7 +298,7 @@ dependencies:
|
|
|
330
298
|
version: '3.1'
|
|
331
299
|
- - ">="
|
|
332
300
|
- !ruby/object:Gem::Version
|
|
333
|
-
version: 3.1.
|
|
301
|
+
version: 3.1.4
|
|
334
302
|
- !ruby/object:Gem::Dependency
|
|
335
303
|
name: ruby-progressbar
|
|
336
304
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -374,7 +342,7 @@ dependencies:
|
|
|
374
342
|
version: '2.0'
|
|
375
343
|
- - ">="
|
|
376
344
|
- !ruby/object:Gem::Version
|
|
377
|
-
version: 2.0.
|
|
345
|
+
version: 2.0.2
|
|
378
346
|
type: :development
|
|
379
347
|
prerelease: false
|
|
380
348
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -384,7 +352,7 @@ dependencies:
|
|
|
384
352
|
version: '2.0'
|
|
385
353
|
- - ">="
|
|
386
354
|
- !ruby/object:Gem::Version
|
|
387
|
-
version: 2.0.
|
|
355
|
+
version: 2.0.2
|
|
388
356
|
description: "\U0001F958 A Covered Kettle of Test Coverage SOUP (Software of Unknown
|
|
389
357
|
Provenance)\nFour-line SimpleCov config, w/ curated, opinionated, pre-configured,
|
|
390
358
|
dependencies\nfor every CI platform, batteries included.\nFund overlooked open source
|
|
@@ -436,10 +404,10 @@ licenses:
|
|
|
436
404
|
- AGPL-3.0-only
|
|
437
405
|
metadata:
|
|
438
406
|
homepage_uri: https://kettle-soup-cover.galtzo.com/
|
|
439
|
-
source_code_uri: https://github.com/kettle-dev/kettle-soup-cover/tree/
|
|
440
|
-
changelog_uri: https://github.com/kettle-dev/kettle-soup-cover/blob/
|
|
407
|
+
source_code_uri: https://github.com/kettle-dev/kettle-soup-cover/tree/v3.0.0.rc1
|
|
408
|
+
changelog_uri: https://github.com/kettle-dev/kettle-soup-cover/blob/v3.0.0.rc1/CHANGELOG.md
|
|
441
409
|
bug_tracker_uri: https://github.com/kettle-dev/kettle-soup-cover/issues
|
|
442
|
-
documentation_uri: https://www.rubydoc.info/gems/kettle-soup-cover/
|
|
410
|
+
documentation_uri: https://www.rubydoc.info/gems/kettle-soup-cover/3.0.0.rc1
|
|
443
411
|
funding_uri: https://github.com/sponsors/pboling
|
|
444
412
|
wiki_uri: https://github.com/kettle-dev/kettle-soup-cover/wiki
|
|
445
413
|
news_uri: https://www.railsbling.com/tags/kettle-soup-cover
|
metadata.gz.sig
CHANGED
|
Binary file
|