kettle-soup-cover 2.0.1 → 2.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 715c007e41cf44dd5de392edfff138202e3d78aada308b131e277d389dfb1ac8
4
- data.tar.gz: 0c46deac117f2f58e63631ef5ce7218d12a120bc4feb40ee3067467f90d3aea0
3
+ metadata.gz: 35513904e6c291bdc2d7d475589ddb996a2a7f65f5291f1c3c21c994e524d92e
4
+ data.tar.gz: 244942d79f7b6fc5b48c76c5f90930fcb39381b95066b9e44e57e2cbde03e546
5
5
  SHA512:
6
- metadata.gz: 6de0ae18e8efa8c06d9fbe6dc1dbcf75432d04ef605c994886efb38e11459b76ebf24634eb6830d4c81582575967fdc5881499ef727791472c2443a3cc7ffc16
7
- data.tar.gz: f7c10677efbe76a5897b43bac822941c587825f5ebb1268944e63f3fb71413f01450522fd995b21cfcebd0c9d0ceb0521aeaf56b9b5cc468ad4b83ea36ce6292
6
+ metadata.gz: 0315f359fe3e69c1fb3fe780f32f5de8b62f09526231789aece5e20ebb069f413edac18bc79d9183bead64e80af82f6d395e7c6d327fd7accc31f880e275bf0d
7
+ data.tar.gz: d77b5f1b115e9d0b92aaf0df8c0c8add014f8e0eda41fa4286d5761100b89bac91ceb046f9bc2552f6a3f08e5894e1dd987bd5a01c1ca17097cdd409cb53562f
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,23 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [2.0.2] - 2026-06-09
34
+
35
+ - TAG: [v2.0.2][2.0.2t]
36
+ - COVERAGE: 100.00% -- 247/247 lines in 11 files
37
+ - BRANCH COVERAGE: 100.00% -- 68/68 branches in 11 files
38
+ - 16.44% documented
39
+
40
+ ### Changed
41
+
42
+ - Retemplated development tooling for `kettle-dev` 2.2.3.
43
+
44
+ ### Fixed
45
+
46
+ - Updated generated project metadata links to use the migrated `kettle-dev`
47
+ GitHub organization.
48
+ - Restored `docs/CNAME` so the generated documentation site keeps its custom domain.
49
+
33
50
  ## [2.0.1] - 2026-06-02
34
51
 
35
52
  - TAG: [v2.0.1][2.0.1t]
@@ -389,7 +406,9 @@ Please file a bug if you notice a violation of semantic versioning.
389
406
 
390
407
  - Initial release
391
408
 
392
- [Unreleased]: https://github.com/kettle-rb/kettle-soup-cover/compare/v2.0.1...HEAD
409
+ [Unreleased]: https://github.com/kettle-dev/kettle-soup-cover/compare/v2.0.2...HEAD
410
+ [2.0.2]: https://github.com/kettle-dev/kettle-soup-cover/compare/v2.0.1...v2.0.2
411
+ [2.0.2t]: https://github.com/kettle-dev/kettle-soup-cover/releases/tag/v2.0.2
393
412
  [2.0.1]: https://github.com/kettle-rb/kettle-soup-cover/compare/v2.0.0...v2.0.1
394
413
  [2.0.1t]: https://github.com/kettle-rb/kettle-soup-cover/releases/tag/v2.0.1
395
414
  [2.0.0]: https://github.com/kettle-rb/kettle-soup-cover/compare/v1.1.3...v2.0.0
data/CITATION.cff CHANGED
@@ -12,9 +12,9 @@ authors:
12
12
  orcid: 'https://orcid.org/0009-0008-8519-441X'
13
13
  identifiers:
14
14
  - type: url
15
- value: 'https://github.com/kettle-rb/kettle-soup-cover'
15
+ value: 'https://github.com/kettle-dev/kettle-soup-cover'
16
16
  description: "kettle-soup-cover"
17
- repository-code: 'https://github.com/kettle-rb/kettle-soup-cover'
17
+ repository-code: 'https://github.com/kettle-dev/kettle-soup-cover'
18
18
  abstract: >-
19
19
  kettle-soup-cover
20
20
  license: See license file
data/CONTRIBUTING.md CHANGED
@@ -198,7 +198,7 @@ Your picture could be here!
198
198
 
199
199
  Made with [contributors-img][🖐contrib-rocks].
200
200
 
201
- Also see GitLab Contributors: [https://gitlab.com/kettle-rb/kettle-soup-cover/-/graphs/main][🚎contributors-gl]
201
+ Also see GitLab Contributors: [https://gitlab.com/kettle-dev/kettle-soup-cover/-/graphs/main][🚎contributors-gl]
202
202
 
203
203
  ## For Maintainers
204
204
 
@@ -249,15 +249,15 @@ NOTE: To build without signing the gem set `SKIP_GEM_SIGNING` to any value in th
249
249
  14. Run `bundle exec rake release` which will create a git tag for the version,
250
250
  push git commits and tags, and push the `.gem` file to the gem host configured in the gemspec.
251
251
 
252
- [📜src-gl]: https://gitlab.com/kettle-rb/kettle-soup-cover
253
- [📜src-cb]: https://codeberg.org/kettle-rb/kettle-soup-cover
254
- [📜src-gh]: https://github.com/kettle-rb/kettle-soup-cover
255
- [🧪build]: https://github.com/kettle-rb/kettle-soup-cover/actions
256
- [🤝conduct]: https://github.com/kettle-rb/kettle-soup-cover/blob/main/CODE_OF_CONDUCT.md
252
+ [📜src-gl]: https://gitlab.com/kettle-dev/kettle-soup-cover
253
+ [📜src-cb]: https://codeberg.org/kettle-dev/kettle-soup-cover
254
+ [📜src-gh]: https://github.com/kettle-dev/kettle-soup-cover
255
+ [🧪build]: https://github.com/kettle-dev/kettle-soup-cover/actions
256
+ [🤝conduct]: https://github.com/kettle-dev/kettle-soup-cover/blob/main/CODE_OF_CONDUCT.md
257
257
  [🖐contrib-rocks]: https://contrib.rocks
258
- [🖐contributors]: https://github.com/kettle-rb/kettle-soup-cover/graphs/contributors
259
- [🚎contributors-gl]: https://gitlab.com/kettle-rb/kettle-soup-cover/-/graphs/main
260
- [🖐contributors-img]: https://contrib.rocks/image?repo=kettle-rb/kettle-soup-cover
258
+ [🖐contributors]: https://github.com/kettle-dev/kettle-soup-cover/graphs/contributors
259
+ [🚎contributors-gl]: https://gitlab.com/kettle-dev/kettle-soup-cover/-/graphs/main
260
+ [🖐contributors-img]: https://contrib.rocks/image?repo=kettle-dev/kettle-soup-cover
261
261
  [💎gem-coop]: https://gem.coop
262
262
  [🔒️rubygems-security-guide]: https://guides.rubygems.org/security/#building-gems
263
263
  [🔒️rubygems-checksums-pr]: https://github.com/rubygems/rubygems/pull/6022
data/FUNDING.md CHANGED
@@ -10,10 +10,10 @@ Many paths lead to being a sponsor or a backer of this project. Are you on such
10
10
 
11
11
  [⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&color=a51611&style=flat
12
12
  [⛳liberapay]: https://liberapay.com/pboling/donate
13
- [🖇osc-backers]: https://opencollective.com/kettle-rb#backer
14
- [🖇osc-backers-i]: https://opencollective.com/kettle-rb/backers/badge.svg?style=flat
15
- [🖇osc-sponsors]: https://opencollective.com/kettle-rb#sponsor
16
- [🖇osc-sponsors-i]: https://opencollective.com/kettle-rb/sponsors/badge.svg?style=flat
13
+ [🖇osc-backers]: https://opencollective.com/kettle-dev#backer
14
+ [🖇osc-backers-i]: https://opencollective.com/kettle-dev/backers/badge.svg?style=flat
15
+ [🖇osc-sponsors]: https://opencollective.com/kettle-dev#sponsor
16
+ [🖇osc-sponsors-i]: https://opencollective.com/kettle-dev/sponsors/badge.svg?style=flat
17
17
  [🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
18
18
  [🖇sponsor]: https://github.com/sponsors/pboling
19
19
  [🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
@@ -46,7 +46,7 @@ To join the community or get help 👇️ Join the Discord.
46
46
 
47
47
  To say "thanks!" ☝️ Join the Discord or 👇️ send money.
48
48
 
49
- [![Sponsor kettle-rb/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]
49
+ [![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]
50
50
 
51
51
  # Another Way to Support Open Source Software
52
52
 
@@ -59,13 +59,13 @@ I’m developing a new library, [floss_funding][🖇floss-funding-gem], designed
59
59
  **[Floss-Funding.dev][🖇floss-funding.dev]: 👉️ No network calls. 👉️ No tracking. 👉️ No oversight. 👉️ Minimal crypto hashing. 💡 Easily disabled nags**
60
60
 
61
61
  [⛳liberapay-bottom-img]: https://img.shields.io/liberapay/goal/pboling.svg?style=for-the-badge&logo=liberapay&color=a51611
62
- [🖇osc-all-img]: https://img.shields.io/opencollective/all/kettle-rb
63
- [🖇osc-sponsors-img]: https://img.shields.io/opencollective/sponsors/kettle-rb
64
- [🖇osc-backers-img]: https://img.shields.io/opencollective/backers/kettle-rb
65
- [🖇osc-all-bottom-img]: https://img.shields.io/opencollective/all/kettle-rb?style=for-the-badge
66
- [🖇osc-sponsors-bottom-img]: https://img.shields.io/opencollective/sponsors/kettle-rb?style=for-the-badge
67
- [🖇osc-backers-bottom-img]: https://img.shields.io/opencollective/backers/kettle-rb?style=for-the-badge
68
- [🖇osc]: https://opencollective.com/kettle-rb
62
+ [🖇osc-all-img]: https://img.shields.io/opencollective/all/kettle-dev
63
+ [🖇osc-sponsors-img]: https://img.shields.io/opencollective/sponsors/kettle-dev
64
+ [🖇osc-backers-img]: https://img.shields.io/opencollective/backers/kettle-dev
65
+ [🖇osc-all-bottom-img]: https://img.shields.io/opencollective/all/kettle-dev?style=for-the-badge
66
+ [🖇osc-sponsors-bottom-img]: https://img.shields.io/opencollective/sponsors/kettle-dev?style=for-the-badge
67
+ [🖇osc-backers-bottom-img]: https://img.shields.io/opencollective/backers/kettle-dev?style=for-the-badge
68
+ [🖇osc]: https://opencollective.com/kettle-dev
69
69
  [🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
70
70
  [🖇buyme-img]: https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20latte&emoji=&slug=pboling&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff
71
71
  [🖇paypal-bottom-img]: https://img.shields.io/badge/donate-paypal-a51611.svg?style=for-the-badge&logo=paypal&color=0A0A0A
data/LICENSE.md CHANGED
@@ -9,4 +9,4 @@ If none of the above licenses fit your use case, please [contact us](mailto:flos
9
9
 
10
10
  ## Copyright Notice
11
11
 
12
- Copyright (c) 2023-2026 Peter H. Boling
12
+ - Copyright (c) 2023-2026 Peter H. Boling
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- <a href="https://github.com/kettle-rb"><img alt="kettle-rb Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/kettle-rb/avatar-128px.svg" width="12%" align="right"/></a> <a href="https://github.com/kettle-rb/kettle-soup-cover"><img alt="kettle-soup-cover Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/kettle-rb/kettle-soup-cover/avatar-128px.svg" width="12%" align="right"/></a>
1
+ <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="12%" align="right"/></a> <a href="https://github.com/kettle-dev/kettle-soup-cover"><img alt="kettle-soup-cover Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/kettle-dev/kettle-soup-cover/avatar-128px.svg" width="12%" align="right"/></a>
2
2
 
3
3
  # 🥘 Kettle::Soup::Cover
4
4
 
@@ -133,14 +133,14 @@ not practical for the current toolchain.
133
133
 
134
134
  | Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI | Discussions |
135
135
  |-------------------------------------------------|-----------------------------------------------------------------------|---------------------------|--------------------------|---------------------------|--------------------------|------------------------------|
136
- | 🧪 [kettle-rb/kettle-soup-cover on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix | ➖ |
137
- | 🧊 [kettle-rb/kettle-soup-cover on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix | ➖ |
138
- | 🐙 [kettle-rb/kettle-soup-cover on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix | [💚][gh-discussions] |
136
+ | 🧪 [kettle-dev/kettle-soup-cover on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix | ➖ |
137
+ | 🧊 [kettle-dev/kettle-soup-cover on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix | ➖ |
138
+ | 🐙 [kettle-dev/kettle-soup-cover on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix | [💚][gh-discussions] |
139
139
  | 🎮️ [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] |
140
140
 
141
141
  </details>
142
142
 
143
- [gh-discussions]: https://github.com/kettle-rb/kettle-soup-cover/discussions
143
+ [gh-discussions]: https://github.com/kettle-dev/kettle-soup-cover/discussions
144
144
 
145
145
  ### Enterprise Support [![Tidelift](https://tidelift.com/badges/package/rubygems/kettle-soup-cover)](https://tidelift.com/subscription/pkg/rubygems-kettle-soup-cover?utm_source=rubygems-kettle-soup-cover&utm_medium=referral&utm_campaign=readme)
146
146
 
@@ -616,16 +616,16 @@ chat rooms and mailing lists agrees to follow the [![Contributor Covenant 2.1][
616
616
 
617
617
  Made with [contributors-img][🖐contrib-rocks].
618
618
 
619
- Also see GitLab Contributors: [https://gitlab.com/kettle-rb/kettle-soup-cover/-/graphs/main][🚎contributors-gl]
619
+ Also see GitLab Contributors: [https://gitlab.com/kettle-dev/kettle-soup-cover/-/graphs/main][🚎contributors-gl]
620
620
 
621
621
  <details>
622
622
  <summary>⭐️ Star History</summary>
623
623
 
624
- <a href="https://star-history.com/kettle-rb/kettle-soup-cover&Date">
624
+ <a href="https://star-history.com/kettle-dev/kettle-soup-cover&Date">
625
625
  <picture>
626
- <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=kettle-rb/kettle-soup-cover&type=Date&theme=dark" />
627
- <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=kettle-rb/kettle-soup-cover&type=Date" />
628
- <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=kettle-rb/kettle-soup-cover&type=Date" />
626
+ <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=kettle-dev/kettle-soup-cover&type=Date&theme=dark" />
627
+ <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=kettle-dev/kettle-soup-cover&type=Date" />
628
+ <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=kettle-dev/kettle-soup-cover&type=Date" />
629
629
  </picture>
630
630
  </a>
631
631
 
@@ -639,7 +639,7 @@ For most applications, prefer the [Pessimistic Version Constraint][📌pvc] with
639
639
  For example:
640
640
 
641
641
  ```ruby
642
- spec.add_dependency("kettle-soup-cover", "~> 1.0")
642
+ spec.add_dependency("kettle-soup-cover", "~> 2.0")
643
643
  ```
644
644
 
645
645
  <details markdown="1">
@@ -690,7 +690,7 @@ To join the community or get help 👇️ Join the Discord.
690
690
 
691
691
  To say "thanks!" ☝️ Join the Discord or 👇️ send money.
692
692
 
693
- [![Sponsor kettle-rb/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]
693
+ [![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]
694
694
 
695
695
  ### Please give the project a star ⭐ ♥.
696
696
 
@@ -701,17 +701,17 @@ Thanks for RTFM. ☺️
701
701
  [⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&color=a51611&style=flat
702
702
  [⛳liberapay-bottom-img]: https://img.shields.io/liberapay/goal/pboling.svg?style=for-the-badge&logo=liberapay&color=a51611
703
703
  [⛳liberapay]: https://liberapay.com/pboling/donate
704
- [🖇osc-all-img]: https://img.shields.io/opencollective/all/kettle-rb
705
- [🖇osc-sponsors-img]: https://img.shields.io/opencollective/sponsors/kettle-rb
706
- [🖇osc-backers-img]: https://img.shields.io/opencollective/backers/kettle-rb
707
- [🖇osc-backers]: https://opencollective.com/kettle-rb#backer
708
- [🖇osc-backers-i]: https://opencollective.com/kettle-rb/backers/badge.svg?style=flat
709
- [🖇osc-sponsors]: https://opencollective.com/kettle-rb#sponsor
710
- [🖇osc-sponsors-i]: https://opencollective.com/kettle-rb/sponsors/badge.svg?style=flat
711
- [🖇osc-all-bottom-img]: https://img.shields.io/opencollective/all/kettle-rb?style=for-the-badge
712
- [🖇osc-sponsors-bottom-img]: https://img.shields.io/opencollective/sponsors/kettle-rb?style=for-the-badge
713
- [🖇osc-backers-bottom-img]: https://img.shields.io/opencollective/backers/kettle-rb?style=for-the-badge
714
- [🖇osc]: https://opencollective.com/kettle-rb
704
+ [🖇osc-all-img]: https://img.shields.io/opencollective/all/kettle-dev
705
+ [🖇osc-sponsors-img]: https://img.shields.io/opencollective/sponsors/kettle-dev
706
+ [🖇osc-backers-img]: https://img.shields.io/opencollective/backers/kettle-dev
707
+ [🖇osc-backers]: https://opencollective.com/kettle-dev#backer
708
+ [🖇osc-backers-i]: https://opencollective.com/kettle-dev/backers/badge.svg?style=flat
709
+ [🖇osc-sponsors]: https://opencollective.com/kettle-dev#sponsor
710
+ [🖇osc-sponsors-i]: https://opencollective.com/kettle-dev/sponsors/badge.svg?style=flat
711
+ [🖇osc-all-bottom-img]: https://img.shields.io/opencollective/all/kettle-dev?style=for-the-badge
712
+ [🖇osc-sponsors-bottom-img]: https://img.shields.io/opencollective/sponsors/kettle-dev?style=for-the-badge
713
+ [🖇osc-backers-bottom-img]: https://img.shields.io/opencollective/backers/kettle-dev?style=for-the-badge
714
+ [🖇osc]: https://opencollective.com/kettle-dev
715
715
  [🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
716
716
  [🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
717
717
  [🖇sponsor]: https://github.com/sponsors/pboling
@@ -735,12 +735,12 @@ Thanks for RTFM. ☺️
735
735
  [✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
736
736
 
737
737
  [✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
738
- [⛳️gem-namespace]: https://github.com/kettle-rb/kettle-soup-cover
738
+ [⛳️gem-namespace]: https://github.com/kettle-dev/kettle-soup-cover
739
739
  [⛳️namespace-img]: https://img.shields.io/badge/namespace-Kettle::Soup::Cover-3C2D2D.svg?style=square&logo=ruby&logoColor=white
740
740
  [⛳️gem-name]: https://bestgems.org/gems/kettle-soup-cover
741
741
  [⛳️name-img]: https://img.shields.io/badge/name-kettle--soup--cover-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
742
- [⛳️tag-img]: https://img.shields.io/github/tag/kettle-rb/kettle-soup-cover.svg
743
- [⛳️tag]: https://github.com/kettle-rb/kettle-soup-cover/releases
742
+ [⛳️tag-img]: https://img.shields.io/github/tag/kettle-dev/kettle-soup-cover.svg
743
+ [⛳️tag]: https://github.com/kettle-dev/kettle-soup-cover/releases
744
744
  [🚂maint-blog]: http://www.railsbling.com/tags/kettle-soup-cover
745
745
  [🚂maint-blog-img]: https://img.shields.io/badge/blog-railsbling-0093D0.svg?style=for-the-badge&logo=rubyonrails&logoColor=orange
746
746
  [🚂maint-contact]: http://www.railsbling.com/contact
@@ -775,52 +775,52 @@ Thanks for RTFM. ☺️
775
775
  [💁🏼‍♂️peterboling]: http://www.peterboling.com
776
776
  [🚂railsbling]: http://www.railsbling.com
777
777
  [📜src-gl-img]: https://img.shields.io/badge/GitLab-FBA326?style=for-the-badge&logo=Gitlab&logoColor=orange
778
- [📜src-gl]: https://gitlab.com/kettle-rb/kettle-soup-cover
778
+ [📜src-gl]: https://gitlab.com/kettle-dev/kettle-soup-cover
779
779
  [📜src-cb-img]: https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&logo=CodeBerg&logoColor=blue
780
- [📜src-cb]: https://codeberg.org/kettle-rb/kettle-soup-cover
780
+ [📜src-cb]: https://codeberg.org/kettle-dev/kettle-soup-cover
781
781
  [📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=Github&logoColor=green
782
- [📜src-gh]: https://github.com/kettle-rb/kettle-soup-cover
782
+ [📜src-gh]: https://github.com/kettle-dev/kettle-soup-cover
783
783
  [📜docs-cr-rd-img]: https://img.shields.io/badge/RubyDoc-Current_Release-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
784
784
  [📜docs-head-rd-img]: https://img.shields.io/badge/YARD_on_Galtzo.com-HEAD-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
785
- [📜gl-wiki]: https://gitlab.com/kettle-rb/kettle-soup-cover/-/wikis/home
786
- [📜gh-wiki]: https://github.com/kettle-rb/kettle-soup-cover/wiki
785
+ [📜gl-wiki]: https://gitlab.com/kettle-dev/kettle-soup-cover/-/wikis/home
786
+ [📜gh-wiki]: https://github.com/kettle-dev/kettle-soup-cover/wiki
787
787
  [📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
788
788
  [📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
789
789
  [👽dl-rank]: https://bestgems.org/gems/kettle-soup-cover
790
790
  [👽dl-ranki]: https://img.shields.io/gem/rd/kettle-soup-cover.svg
791
791
  [👽version]: https://bestgems.org/gems/kettle-soup-cover
792
792
  [👽versioni]: https://img.shields.io/gem/v/kettle-soup-cover.svg
793
- [🏀qlty-mnt]: https://qlty.sh/gh/kettle-rb/projects/kettle-soup-cover
794
- [🏀qlty-mnti]: https://qlty.sh/gh/kettle-rb/projects/kettle-soup-cover/maintainability.svg
795
- [🏀qlty-cov]: https://qlty.sh/gh/kettle-rb/projects/kettle-soup-cover/metrics/code?sort=coverageRating
796
- [🏀qlty-covi]: https://qlty.sh/gh/kettle-rb/projects/kettle-soup-cover/coverage.svg
797
- [🏀codecov]: https://codecov.io/gh/kettle-rb/kettle-soup-cover
798
- [🏀codecovi]: https://codecov.io/gh/kettle-rb/kettle-soup-cover/graph/badge.svg
799
- [🏀coveralls]: https://coveralls.io/github/kettle-rb/kettle-soup-cover?branch=main
800
- [🏀coveralls-img]: https://coveralls.io/repos/github/kettle-rb/kettle-soup-cover/badge.svg?branch=main
801
- [🚎ruby-3.2-wf]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/ruby-3.2.yml
802
- [🚎ruby-3.3-wf]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/ruby-3.3.yml
803
- [🚎ruby-3.4-wf]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/ruby-3.4.yml
804
- [🚎truby-24.2-wf]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/truffleruby-24.2.yml
805
- [🚎truby-25.0-wf]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/truffleruby-25.0.yml
806
- [🚎2-cov-wf]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/coverage.yml
807
- [🚎2-cov-wfi]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/coverage.yml/badge.svg
808
- [🚎3-hd-wf]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/heads.yml
809
- [🚎3-hd-wfi]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/heads.yml/badge.svg
810
- [🚎5-st-wf]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/style.yml
811
- [🚎5-st-wfi]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/style.yml/badge.svg
812
- [🚎9-t-wf]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/truffle.yml
813
- [🚎9-t-wfi]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/truffle.yml/badge.svg
814
- [🚎10-j-wf]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/jruby.yml
815
- [🚎10-j-wfi]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/jruby.yml/badge.svg
816
- [🚎11-c-wf]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/current.yml
817
- [🚎11-c-wfi]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/current.yml/badge.svg
818
- [🚎12-crh-wf]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/dep-heads.yml
819
- [🚎12-crh-wfi]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/dep-heads.yml/badge.svg
820
- [🚎13-🔒️-wf]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/locked_deps.yml
821
- [🚎13-🔒️-wfi]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/locked_deps.yml/badge.svg
822
- [🚎14-🔓️-wf]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/unlocked_deps.yml
823
- [🚎14-🔓️-wfi]: https://github.com/kettle-rb/kettle-soup-cover/actions/workflows/unlocked_deps.yml/badge.svg
793
+ [🏀qlty-mnt]: https://qlty.sh/gh/kettle-dev/projects/kettle-soup-cover
794
+ [🏀qlty-mnti]: https://qlty.sh/gh/kettle-dev/projects/kettle-soup-cover/maintainability.svg
795
+ [🏀qlty-cov]: https://qlty.sh/gh/kettle-dev/projects/kettle-soup-cover/metrics/code?sort=coverageRating
796
+ [🏀qlty-covi]: https://qlty.sh/gh/kettle-dev/projects/kettle-soup-cover/coverage.svg
797
+ [🏀codecov]: https://codecov.io/gh/kettle-dev/kettle-soup-cover
798
+ [🏀codecovi]: https://codecov.io/gh/kettle-dev/kettle-soup-cover/graph/badge.svg
799
+ [🏀coveralls]: https://coveralls.io/github/kettle-dev/kettle-soup-cover?branch=main
800
+ [🏀coveralls-img]: https://coveralls.io/repos/github/kettle-dev/kettle-soup-cover/badge.svg?branch=main
801
+ [🚎ruby-3.2-wf]: https://github.com/kettle-dev/kettle-soup-cover/actions/workflows/ruby-3.2.yml
802
+ [🚎ruby-3.3-wf]: https://github.com/kettle-dev/kettle-soup-cover/actions/workflows/ruby-3.3.yml
803
+ [🚎ruby-3.4-wf]: https://github.com/kettle-dev/kettle-soup-cover/actions/workflows/ruby-3.4.yml
804
+ [🚎truby-24.2-wf]: https://github.com/kettle-dev/kettle-soup-cover/actions/workflows/truffleruby-24.2.yml
805
+ [🚎truby-25.0-wf]: https://github.com/kettle-dev/kettle-soup-cover/actions/workflows/truffleruby-25.0.yml
806
+ [🚎2-cov-wf]: https://github.com/kettle-dev/kettle-soup-cover/actions/workflows/coverage.yml
807
+ [🚎2-cov-wfi]: https://github.com/kettle-dev/kettle-soup-cover/actions/workflows/coverage.yml/badge.svg
808
+ [🚎3-hd-wf]: https://github.com/kettle-dev/kettle-soup-cover/actions/workflows/heads.yml
809
+ [🚎3-hd-wfi]: https://github.com/kettle-dev/kettle-soup-cover/actions/workflows/heads.yml/badge.svg
810
+ [🚎5-st-wf]: https://github.com/kettle-dev/kettle-soup-cover/actions/workflows/style.yml
811
+ [🚎5-st-wfi]: https://github.com/kettle-dev/kettle-soup-cover/actions/workflows/style.yml/badge.svg
812
+ [🚎9-t-wf]: https://github.com/kettle-dev/kettle-soup-cover/actions/workflows/truffle.yml
813
+ [🚎9-t-wfi]: https://github.com/kettle-dev/kettle-soup-cover/actions/workflows/truffle.yml/badge.svg
814
+ [🚎10-j-wf]: https://github.com/kettle-dev/kettle-soup-cover/actions/workflows/jruby.yml
815
+ [🚎10-j-wfi]: https://github.com/kettle-dev/kettle-soup-cover/actions/workflows/jruby.yml/badge.svg
816
+ [🚎11-c-wf]: https://github.com/kettle-dev/kettle-soup-cover/actions/workflows/current.yml
817
+ [🚎11-c-wfi]: https://github.com/kettle-dev/kettle-soup-cover/actions/workflows/current.yml/badge.svg
818
+ [🚎12-crh-wf]: https://github.com/kettle-dev/kettle-soup-cover/actions/workflows/dep-heads.yml
819
+ [🚎12-crh-wfi]: https://github.com/kettle-dev/kettle-soup-cover/actions/workflows/dep-heads.yml/badge.svg
820
+ [🚎13-🔒️-wf]: https://github.com/kettle-dev/kettle-soup-cover/actions/workflows/locked_deps.yml
821
+ [🚎13-🔒️-wfi]: https://github.com/kettle-dev/kettle-soup-cover/actions/workflows/locked_deps.yml/badge.svg
822
+ [🚎14-🔓️-wf]: https://github.com/kettle-dev/kettle-soup-cover/actions/workflows/unlocked_deps.yml
823
+ [🚎14-🔓️-wfi]: https://github.com/kettle-dev/kettle-soup-cover/actions/workflows/unlocked_deps.yml/badge.svg
824
824
  [💎ruby-3.2i]: https://img.shields.io/badge/Ruby-3.2-CC342D?style=for-the-badge&logo=ruby&logoColor=white
825
825
  [💎ruby-3.3i]: https://img.shields.io/badge/Ruby-3.3-CC342D?style=for-the-badge&logo=ruby&logoColor=white
826
826
  [💎ruby-3.4i]: https://img.shields.io/badge/Ruby-3.4-CC342D?style=for-the-badge&logo=ruby&logoColor=white
@@ -832,48 +832,48 @@ Thanks for RTFM. ☺️
832
832
  [💎truby-c-i]: https://img.shields.io/badge/Truffle_Ruby-current-34BCB1?style=for-the-badge&logo=ruby&logoColor=green
833
833
  [💎jruby-c-i]: https://img.shields.io/badge/JRuby-current-FBE742?style=for-the-badge&logo=ruby&logoColor=green
834
834
  [💎jruby-headi]: https://img.shields.io/badge/JRuby-HEAD-FBE742?style=for-the-badge&logo=ruby&logoColor=blue
835
- [🤝gh-issues]: https://github.com/kettle-rb/kettle-soup-cover/issues
836
- [🤝gh-pulls]: https://github.com/kettle-rb/kettle-soup-cover/pulls
837
- [🤝gl-issues]: https://gitlab.com/kettle-rb/kettle-soup-cover/-/issues
838
- [🤝gl-pulls]: https://gitlab.com/kettle-rb/kettle-soup-cover/-/merge_requests
839
- [🤝cb-issues]: https://codeberg.org/kettle-rb/kettle-soup-cover/issues
840
- [🤝cb-pulls]: https://codeberg.org/kettle-rb/kettle-soup-cover/pulls
835
+ [🤝gh-issues]: https://github.com/kettle-dev/kettle-soup-cover/issues
836
+ [🤝gh-pulls]: https://github.com/kettle-dev/kettle-soup-cover/pulls
837
+ [🤝gl-issues]: https://gitlab.com/kettle-dev/kettle-soup-cover/-/issues
838
+ [🤝gl-pulls]: https://gitlab.com/kettle-dev/kettle-soup-cover/-/merge_requests
839
+ [🤝cb-issues]: https://codeberg.org/kettle-dev/kettle-soup-cover/issues
840
+ [🤝cb-pulls]: https://codeberg.org/kettle-dev/kettle-soup-cover/pulls
841
841
  [🤝cb-donate]: https://donate.codeberg.org/
842
- [🤝contributing]: https://github.com/kettle-rb/kettle-soup-cover/blob/main/CONTRIBUTING.md
843
- [🏀codecov-g]: https://codecov.io/gh/kettle-rb/kettle-soup-cover/graph/badge.svg
842
+ [🤝contributing]: https://github.com/kettle-dev/kettle-soup-cover/blob/main/CONTRIBUTING.md
843
+ [🏀codecov-g]: https://codecov.io/gh/kettle-dev/kettle-soup-cover/graph/badge.svg
844
844
  [🖐contrib-rocks]: https://contrib.rocks
845
- [🖐contributors]: https://github.com/kettle-rb/kettle-soup-cover/graphs/contributors
846
- [🖐contributors-img]: https://contrib.rocks/image?repo=kettle-rb/kettle-soup-cover
847
- [🚎contributors-gl]: https://gitlab.com/kettle-rb/kettle-soup-cover/-/graphs/main
848
- [🪇conduct]: https://github.com/kettle-rb/kettle-soup-cover/blob/main/CODE_OF_CONDUCT.md
845
+ [🖐contributors]: https://github.com/kettle-dev/kettle-soup-cover/graphs/contributors
846
+ [🖐contributors-img]: https://contrib.rocks/image?repo=kettle-dev/kettle-soup-cover
847
+ [🚎contributors-gl]: https://gitlab.com/kettle-dev/kettle-soup-cover/-/graphs/main
848
+ [🪇conduct]: https://github.com/kettle-dev/kettle-soup-cover/blob/main/CODE_OF_CONDUCT.md
849
849
  [🪇conduct-img]: https://img.shields.io/badge/Contributor_Covenant-2.1-259D6C.svg
850
850
  [📌pvc]: http://guides.rubygems.org/patterns/#pessimistic-version-constraint
851
851
  [📌semver]: https://semver.org/spec/v2.0.0.html
852
852
  [📌semver-img]: https://img.shields.io/badge/semver-2.0.0-259D6C.svg?style=flat
853
853
  [📌semver-breaking]: https://github.com/semver/semver/issues/716#issuecomment-869336139
854
854
  [📌major-versions-not-sacred]: https://tom.preston-werner.com/2022/05/23/major-version-numbers-are-not-sacred.html
855
- [📌changelog]: https://github.com/kettle-rb/kettle-soup-cover/blob/main/CHANGELOG.md
855
+ [📌changelog]: https://github.com/kettle-dev/kettle-soup-cover/blob/main/CHANGELOG.md
856
856
  [📗keep-changelog]: https://keepachangelog.com/en/1.0.0/
857
857
  [📗keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-34495e.svg?style=flat
858
858
  [📌gitmoji]: https://gitmoji.dev
859
859
  [📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
860
860
  [🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
861
861
  [🧮kloc-img]: https://img.shields.io/badge/KLOC-0.247-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
862
- [🔐security]: https://github.com/kettle-rb/kettle-soup-cover/blob/main/SECURITY.md
862
+ [🔐security]: https://github.com/kettle-dev/kettle-soup-cover/blob/main/SECURITY.md
863
863
  [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
864
864
  [📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
865
865
  [📄license]: LICENSE.md
866
866
  [📄license-ref]: AGPL-3.0-only.md
867
867
  [📄license-img]: https://img.shields.io/badge/License-AGPL--3.0--only-259D6C.svg
868
868
  [📄license-compat]: https://www.apache.org/legal/resolved.html#category-x
869
- [📄license-compat-img]: https://img.shields.io/badge/Apache_Incompatible:_Category_X-✗-C0392B.svg?style=flat&logo=Apache
869
+ [📄license-compat-img]: https://img.shields.io/badge/Apache_Incompatible:_Category_X-%E2%9C%97-C0392B.svg?style=flat&logo=Apache
870
870
 
871
871
  [📄ilo-declaration]: https://www.ilo.org/declaration/lang--en/index.htm
872
872
  [📄ilo-declaration-img]: https://img.shields.io/badge/ILO_Fundamental_Principles-✓-259D6C.svg?style=flat
873
873
  [🚎yard-current]: http://rubydoc.info/gems/kettle-soup-cover
874
874
  [🚎yard-head]: https://kettle-soup-cover.galtzo.com
875
875
  [💎stone_checksums]: https://github.com/galtzo-floss/stone_checksums
876
- [💎SHA_checksums]: https://gitlab.com/kettle-rb/kettle-soup-cover/-/tree/main/checksums
876
+ [💎SHA_checksums]: https://gitlab.com/kettle-dev/kettle-soup-cover/-/tree/main/checksums
877
877
  [💎rlts]: https://github.com/rubocop-lts/rubocop-lts
878
878
  [💎rlts-img]: https://img.shields.io/badge/code_style_&_linting-rubocop--lts-34495e.svg?plastic&logo=ruby&logoColor=white
879
879
  [💎appraisal2]: https://github.com/appraisal-rb/appraisal2
@@ -885,8 +885,8 @@ Thanks for RTFM. ☺️
885
885
  |---|---|
886
886
  | Package | kettle-soup-cover |
887
887
  | 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
- | Homepage | https://github.com/kettle-rb/kettle-soup-cover |
889
- | Source | https://github.com/kettle-rb/kettle-soup-cover/tree/v1.1.3 |
888
+ | Homepage | https://github.com/kettle-dev/kettle-soup-cover |
889
+ | Source | https://github.com/kettle-dev/kettle-soup-cover/tree/v2.0.1 |
890
890
  | License | `AGPL-3.0-only` |
891
- | 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-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 |
891
+ | 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
892
  <!-- kettle-jem:metadata:end -->
data/SECURITY.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Version | Supported |
6
6
  |----------|-----------|
7
- | 1.latest | ✅ |
7
+ | 2.0.latest | ✅ |
8
8
 
9
9
  ## Security contact information
10
10
 
@@ -4,7 +4,7 @@ module Kettle
4
4
  module Soup
5
5
  module Cover
6
6
  module Version
7
- VERSION = "2.0.1"
7
+ VERSION = "2.0.2"
8
8
  end
9
9
  VERSION = Version::VERSION # Traditional Constant Location
10
10
  end
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: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -186,7 +186,7 @@ dependencies:
186
186
  version: '1.1'
187
187
  - - ">="
188
188
  - !ruby/object:Gem::Version
189
- version: 1.1.9
189
+ version: 1.1.11
190
190
  type: :runtime
191
191
  prerelease: false
192
192
  version_requirements: !ruby/object:Gem::Requirement
@@ -196,27 +196,27 @@ dependencies:
196
196
  version: '1.1'
197
197
  - - ">="
198
198
  - !ruby/object:Gem::Version
199
- version: 1.1.9
199
+ version: 1.1.11
200
200
  - !ruby/object:Gem::Dependency
201
201
  name: kettle-dev
202
202
  requirement: !ruby/object:Gem::Requirement
203
203
  requirements:
204
204
  - - "~>"
205
205
  - !ruby/object:Gem::Version
206
- version: '2.0'
206
+ version: '2.2'
207
207
  - - ">="
208
208
  - !ruby/object:Gem::Version
209
- version: 2.0.7
209
+ version: 2.2.3
210
210
  type: :development
211
211
  prerelease: false
212
212
  version_requirements: !ruby/object:Gem::Requirement
213
213
  requirements:
214
214
  - - "~>"
215
215
  - !ruby/object:Gem::Version
216
- version: '2.0'
216
+ version: '2.2'
217
217
  - - ">="
218
218
  - !ruby/object:Gem::Version
219
- version: 2.0.7
219
+ version: 2.2.3
220
220
  - !ruby/object:Gem::Dependency
221
221
  name: bundler-audit
222
222
  requirement: !ruby/object:Gem::Requirement
@@ -277,20 +277,20 @@ dependencies:
277
277
  requirements:
278
278
  - - "~>"
279
279
  - !ruby/object:Gem::Version
280
- version: '3.0'
280
+ version: '3.1'
281
281
  - - ">="
282
282
  - !ruby/object:Gem::Version
283
- version: 3.0.6
283
+ version: 3.1.1
284
284
  type: :development
285
285
  prerelease: false
286
286
  version_requirements: !ruby/object:Gem::Requirement
287
287
  requirements:
288
288
  - - "~>"
289
289
  - !ruby/object:Gem::Version
290
- version: '3.0'
290
+ version: '3.1'
291
291
  - - ">="
292
292
  - !ruby/object:Gem::Version
293
- version: 3.0.6
293
+ version: 3.1.1
294
294
  - !ruby/object:Gem::Dependency
295
295
  name: kettle-test
296
296
  requirement: !ruby/object:Gem::Requirement
@@ -300,7 +300,7 @@ dependencies:
300
300
  version: '2.0'
301
301
  - - ">="
302
302
  - !ruby/object:Gem::Version
303
- version: 2.0.2
303
+ version: 2.0.4
304
304
  type: :development
305
305
  prerelease: false
306
306
  version_requirements: !ruby/object:Gem::Requirement
@@ -310,7 +310,27 @@ dependencies:
310
310
  version: '2.0'
311
311
  - - ">="
312
312
  - !ruby/object:Gem::Version
313
- version: 2.0.2
313
+ version: 2.0.4
314
+ - !ruby/object:Gem::Dependency
315
+ name: turbo_tests2
316
+ requirement: !ruby/object:Gem::Requirement
317
+ requirements:
318
+ - - "~>"
319
+ - !ruby/object:Gem::Version
320
+ version: '3.1'
321
+ - - ">="
322
+ - !ruby/object:Gem::Version
323
+ version: 3.1.2
324
+ type: :development
325
+ prerelease: false
326
+ version_requirements: !ruby/object:Gem::Requirement
327
+ requirements:
328
+ - - "~>"
329
+ - !ruby/object:Gem::Version
330
+ version: '3.1'
331
+ - - ">="
332
+ - !ruby/object:Gem::Version
333
+ version: 3.1.2
314
334
  - !ruby/object:Gem::Dependency
315
335
  name: ruby-progressbar
316
336
  requirement: !ruby/object:Gem::Requirement
@@ -411,17 +431,17 @@ files:
411
431
  - lib/kettle/soup/cover/version.rb
412
432
  - sig/kettle/soup/cover.rbs
413
433
  - sig/kettle/soup/cover/version.rbs
414
- homepage: https://github.com/kettle-rb/kettle-soup-cover
434
+ homepage: https://github.com/kettle-dev/kettle-soup-cover
415
435
  licenses:
416
436
  - AGPL-3.0-only
417
437
  metadata:
418
438
  homepage_uri: https://kettle-soup-cover.galtzo.com/
419
- source_code_uri: https://github.com/kettle-rb/kettle-soup-cover/tree/v2.0.1
420
- changelog_uri: https://github.com/kettle-rb/kettle-soup-cover/blob/v2.0.1/CHANGELOG.md
421
- bug_tracker_uri: https://github.com/kettle-rb/kettle-soup-cover/issues
422
- documentation_uri: https://www.rubydoc.info/gems/kettle-soup-cover/2.0.1
439
+ source_code_uri: https://github.com/kettle-dev/kettle-soup-cover/tree/v2.0.2
440
+ changelog_uri: https://github.com/kettle-dev/kettle-soup-cover/blob/v2.0.2/CHANGELOG.md
441
+ bug_tracker_uri: https://github.com/kettle-dev/kettle-soup-cover/issues
442
+ documentation_uri: https://www.rubydoc.info/gems/kettle-soup-cover/2.0.2
423
443
  funding_uri: https://github.com/sponsors/pboling
424
- wiki_uri: https://github.com/kettle-rb/kettle-soup-cover/wiki
444
+ wiki_uri: https://github.com/kettle-dev/kettle-soup-cover/wiki
425
445
  news_uri: https://www.railsbling.com/tags/kettle-soup-cover
426
446
  discord_uri: https://discord.gg/3qme4XHNKN
427
447
  rubygems_mfa_required: 'true'
metadata.gz.sig CHANGED
Binary file