kettle-test 1.0.10 → 2.0.0

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.
data/README.md CHANGED
@@ -1,17 +1,17 @@
1
- [![Galtzo FLOSS Logo by Aboling0, CC BY-SA 4.0][🖼️galtzo-i]][🖼️galtzo-discord] [![ruby-lang Logo, Yukihiro Matsumoto, Ruby Visual Identity Team, CC BY-SA 2.5][🖼️ruby-lang-i]][🖼️ruby-lang] [![kettle-test Logo by Aboling0, CC BY-SA 4.0][🖼️kettle-test-i]][🖼️kettle-test]
1
+ [![Galtzo FLOSS Logo by Aboling0, CC BY-SA 4.0][🖼️galtzo-floss-i]][🖼️galtzo-floss] [![ruby-lang Logo, Yukihiro Matsumoto, Ruby Visual Identity Team, CC BY-SA 2.5][🖼️ruby-lang-i]][🖼️ruby-lang] [![kettle-rb Logo by Aboling0, CC BY-SA 4.0][🖼️kettle-rb-i]][🖼️kettle-rb]
2
2
 
3
- [🖼️galtzo-i]: https://logos.galtzo.com/assets/images/galtzo-floss/avatar-192px.svg
4
- [🖼️galtzo-discord]: https://discord.gg/3qme4XHNKN
3
+ [🖼️galtzo-floss-i]: https://logos.galtzo.com/assets/images/galtzo-floss/avatar-192px.svg
4
+ [🖼️galtzo-floss]: https://discord.gg/3qme4XHNKN
5
5
  [🖼️ruby-lang-i]: https://logos.galtzo.com/assets/images/ruby-lang/avatar-192px.svg
6
6
  [🖼️ruby-lang]: https://www.ruby-lang.org/
7
- [🖼️kettle-test-i]: https://logos.galtzo.com/assets/images/kettle-rb/kettle-test/avatar-192px.svg
8
- [🖼️kettle-test]: https://github.com/kettle-rb/kettle-test
7
+ [🖼️kettle-rb-i]: https://logos.galtzo.com/assets/images/kettle-rb/avatar-192px.svg
8
+ [🖼️kettle-rb]: https://github.com/kettle-rb
9
9
 
10
10
  # 🍲 Kettle::Test
11
11
 
12
- [![Version][👽versioni]][👽version] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license-ref] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![Open Source Helpers][👽oss-helpi]][👽oss-help] [![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 Supported][🚎6-s-wfi]][🚎6-s-wf] [![CI Legacy][🚎4-lg-wfi]][🚎4-lg-wf] [![CI Unsupported][🚎7-us-wfi]][🚎7-us-wf] [![CI Ancient][🚎1-an-wfi]][🚎1-an-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf] [![CodeQL][🖐codeQL-img]][🖐codeQL] [![Apache SkyWalking Eyes License Compatibility Check][🚎15-🪪-wfi]][🚎15-🪪-wf]
12
+ [![Version][👽versioni]][👽version] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: AGPL-3.0-only OR PolyForm-Small-Business-1.0.0][📄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] [![CodeQL][🖐codeQL-img]][🖐codeQL]
13
13
 
14
- `if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know][🖼️galtzo-discord], as I may have missed the [discord notification][🖼️galtzo-discord].
14
+ `if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know][🖼️galtzo-floss], as I may have missed the [discord notification][🖼️galtzo-floss].
15
15
 
16
16
  ---
17
17
 
@@ -20,7 +20,7 @@
20
20
  [![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]
21
21
 
22
22
  <details>
23
- <summary>👣 How will this project approach the September 2025 hostile takeover of RubyGems? 🚑️</summary>
23
+ <summary>👣 How will this project approach the September 2025 hostile takeover of RubyGems? 🚑️</summary>
24
24
 
25
25
  I've summarized my thoughts in [this blog post](https://dev.to/galtzo/hostile-takeover-of-rubygems-my-thoughts-5hlo).
26
26
 
@@ -51,7 +51,7 @@ require "gem-under-test"
51
51
 
52
52
  Now you have many powerful testing tools at your disposal, all fully [documented](#-configuration) and tested.
53
53
 
54
- I expect the current release of this gem to be compatible with Ruby 2.3+,
54
+ I expect the current release of this gem to be compatible with Ruby 2.4+,
55
55
  and concordant releases of JRuby, and TruffleRuby.
56
56
 
57
57
  | 🚚 _Amazing_ test matrix was brought to you by | 🔎 appraisal2 🔎 |
@@ -60,50 +60,51 @@ and concordant releases of JRuby, and TruffleRuby.
60
60
 
61
61
  ## 💡 Info you can shake a stick at
62
62
 
63
- | Tokens to Remember | [![Gem name][⛳️name-img]][⛳️gem-name] [![Gem namespace][⛳️namespace-img]][⛳️gem-namespace] |
63
+ | Tokens to Remember | [![Gem name][⛳️name-img]][⛳️gem-name] [![Gem namespace][⛳️namespace-img]][⛳️gem-namespace] |
64
64
  |-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
65
- | Works with JRuby | ![JRuby 9.1 Compat][💎jruby-9.1i] ![JRuby 9.2 Compat][💎jruby-9.2i] ![JRuby 9.3 Compat][💎jruby-9.3i] <br/> [![JRuby 9.4 Compat][💎jruby-9.4i]][🚎10-j-wf] [![JRuby 10.0 Compat][💎jruby-c-i]][🚎11-c-wf] [![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf] |
66
- | Works with Truffle Ruby | ![Truffle Ruby 22.3 Compat][💎truby-22.3i] ![Truffle Ruby 23.0 Compat][💎truby-23.0i] <br/> [![Truffle Ruby 23.1 Compat][💎truby-23.1i]][🚎9-t-wf] [![Truffle Ruby 24.1 Compat][💎truby-c-i]][🚎11-c-wf] |
67
- | Works with MRI Ruby 3 | [![Ruby 3.0 Compat][💎ruby-3.0i]][🚎4-lg-wf] [![Ruby 3.1 Compat][💎ruby-3.1i]][🚎6-s-wf] [![Ruby 3.2 Compat][💎ruby-3.2i]][🚎6-s-wf] [![Ruby 3.3 Compat][💎ruby-3.3i]][🚎6-s-wf] [![Ruby 3.4 Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf] |
68
- | Works with MRI Ruby 2 | [![Ruby 2.3 Compat][💎ruby-2.3i]][🚎1-an-wf] [![Ruby 2.4 Compat][💎ruby-2.4i]][🚎1-an-wf] [![Ruby 2.5 Compat][💎ruby-2.5i]][🚎1-an-wf] [![Ruby 2.6 Compat][💎ruby-2.6i]][🚎7-us-wf] [![Ruby 2.7 Compat][💎ruby-2.7i]][🚎7-us-wf] |
69
- | 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] |
70
- | 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] |
71
- | Documentation | [![Current release on RubyDoc.info][📜docs-cr-rd-img]][🚎yard-current] [![YARD on Galtzo.com][📜docs-head-rd-img]][🚎yard-head] [![Maintainer Blog][🚂maint-blog-img]][🚂maint-blog] [![GitLab Wiki][📜gl-wiki-img]][📜gl-wiki] [![GitHub Wiki][📜gh-wiki-img]][📜gh-wiki] |
72
- | Compliance | [![License: MIT][📄license-img]][📄license-ref] [![Compatible with Apache Software Projects: Verified by SkyWalking Eyes][📄license-compat-img]][📄license-compat] [![📄ilo-declaration-img]][📄ilo-declaration] [![Security Policy][🔐security-img]][🔐security] [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct] [![SemVer 2.0.0][📌semver-img]][📌semver] |
73
- | Style | [![Enforced Code Style Linter][💎rlts-img]][💎rlts] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog] [![Gitmoji Commits][📌gitmoji-img]][📌gitmoji] [![Compatibility appraised by: appraisal2][💎appraisal2-img]][💎appraisal2] |
74
- | Maintainer 🎖️ | [![Follow Me on LinkedIn][💖🖇linkedin-img]][💖🖇linkedin] [![Follow Me on Ruby.Social][💖🐘ruby-mast-img]][💖🐘ruby-mast] [![Follow Me on Bluesky][💖🦋bluesky-img]][💖🦋bluesky] [![Contact Maintainer][🚂maint-contact-img]][🚂maint-contact] [![My technical writing][💖💁🏼‍♂️devto-img]][💖💁🏼‍♂️devto] |
75
- | `...` 💖 | [![Find Me on WellFound:][💖✌️wellfound-img]][💖✌️wellfound] [![Find Me on CrunchBase][💖💲crunchbase-img]][💖💲crunchbase] [![My LinkTree][💖🌳linktree-img]][💖🌳linktree] [![More About Me][💖💁🏼‍♂️aboutme-img]][💖💁🏼‍♂️aboutme] [🧊][💖🧊berg] [🐙][💖🐙hub] [🛖][💖🛖hut] [🧪][💖🧪lab] |
65
+ | Works with JRuby | [![JRuby 9.2 Compat][💎jruby-9.2i]][🚎jruby-9.2-wf] [![JRuby 9.3 Compat][💎jruby-9.3i]][🚎jruby-9.3-wf] <br/> [![JRuby 9.4 Compat][💎jruby-9.4i]][🚎jruby-9.4-wf] [![JRuby current Compat][💎jruby-c-i]][🚎10-j-wf] [![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf]|
66
+ | Works with Truffle Ruby | [![Truffle Ruby 22.3 Compat][💎truby-22.3i]][🚎truby-22.3-wf] [![Truffle Ruby 23.0 Compat][💎truby-23.0i]][🚎truby-23.0-wf] [![Truffle Ruby 23.1 Compat][💎truby-23.1i]][🚎truby-23.1-wf] <br/> [![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]|
67
+ | Works with MRI Ruby 4 | [![Ruby 4.0 Compat][💎ruby-4.0i]][🚎11-c-wf] [![Ruby current Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf]|
68
+ | Works with MRI Ruby 3 | [![Ruby 3.0 Compat][💎ruby-3.0i]][🚎ruby-3.0-wf] [![Ruby 3.1 Compat][💎ruby-3.1i]][🚎ruby-3.1-wf] [![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]|
69
+ | Works with MRI Ruby 2 | [![Ruby 2.4 Compat][💎ruby-2.4i]][🚎ruby-2.4-wf] [![Ruby 2.5 Compat][💎ruby-2.5i]][🚎ruby-2.5-wf] [![Ruby 2.6 Compat][💎ruby-2.6i]][🚎ruby-2.6-wf] [![Ruby 2.7 Compat][💎ruby-2.7i]][🚎ruby-2.7-wf]|
70
+ | 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] |
71
+ | 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] |
72
+ | Documentation | [![Current release on RubyDoc.info][📜docs-cr-rd-img]][🚎yard-current] [![YARD on Galtzo.com][📜docs-head-rd-img]][🚎yard-head] [![Maintainer Blog][🚂maint-blog-img]][🚂maint-blog] [![GitLab Wiki][📜gl-wiki-img]][📜gl-wiki] [![GitHub Wiki][📜gh-wiki-img]][📜gh-wiki] |
73
+ | Compliance | [![License: AGPL-3.0-only OR PolyForm-Small-Business-1.0.0][📄license-img]][📄license] [![Apache license compatibility: Category X][📄license-compat-img]][📄license-compat] [![📄ilo-declaration-img]][📄ilo-declaration] [![Security Policy][🔐security-img]][🔐security] [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct] [![SemVer 2.0.0][📌semver-img]][📌semver] |
74
+ | Style | [![Enforced Code Style Linter][💎rlts-img]][💎rlts] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog] [![Gitmoji Commits][📌gitmoji-img]][📌gitmoji] [![Compatibility appraised by: appraisal2][💎appraisal2-img]][💎appraisal2] |
75
+ | Maintainer 🎖️ | [![Follow Me on LinkedIn][💖🖇linkedin-img]][💖🖇linkedin] [![Follow Me on Ruby.Social][💖🐘ruby-mast-img]][💖🐘ruby-mast] [![Follow Me on Bluesky][💖🦋bluesky-img]][💖🦋bluesky] [![Contact Maintainer][🚂maint-contact-img]][🚂maint-contact] [![My technical writing][💖💁🏼‍♂️devto-img]][💖💁🏼‍♂️devto] |
76
+ | `...` 💖 | [![Find Me on WellFound:][💖✌️wellfound-img]][💖✌️wellfound] [![Find Me on CrunchBase][💖💲crunchbase-img]][💖💲crunchbase] [![My LinkTree][💖🌳linktree-img]][💖🌳linktree] [![More About Me][💖💁🏼‍♂️aboutme-img]][💖💁🏼‍♂️aboutme] [🧊][💖🧊berg] [🐙][💖🐙hub] [🛖][💖🛖hut] [🧪][💖🧪lab] |
76
77
 
77
78
  ### Compatibility
78
79
 
79
- Compatible with MRI Ruby 2.3.0+, and concordant releases of JRuby, and TruffleRuby.
80
+ Compatible with MRI Ruby 2.4.0+, and concordant releases of JRuby, and TruffleRuby.
80
81
 
81
- | 🚚 _Amazing_ test matrix was brought to you by | 🔎 appraisal2 🔎 and the color 💚 green 💚 |
82
+ | 🚚 _Amazing_ test matrix was brought to you by | 🔎 appraisal2 🔎 and the color 💚 green 💚 |
82
83
  |------------------------------------------------|--------------------------------------------------------|
83
- | 👟 Check it out! | ✨ [github.com/appraisal-rb/appraisal2][💎appraisal2] ✨ |
84
+ | 👟 Check it out! | ✨ [github.com/appraisal-rb/appraisal2][💎appraisal2] ✨ |
84
85
 
85
86
  ### Federated DVCS
86
87
 
87
88
  <details markdown="1">
88
- <summary>Find this repo on federated forges (Coming soon!)</summary>
89
+ <summary>Find this repo on federated forges (Coming soon!)</summary>
89
90
 
90
- | Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI | Discussions |
91
+ | Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI | Discussions |
91
92
  |-------------------------------------------------|-----------------------------------------------------------------------|---------------------------|--------------------------|---------------------------|--------------------------|------------------------------|
92
- | 🧪 [kettle-rb/kettle-test on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix | ➖ |
93
- | 🧊 [kettle-rb/kettle-test on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix | ➖ |
94
- | 🐙 [kettle-rb/kettle-test on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix | [💚][gh-discussions] |
95
- | 🎮️ [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] |
93
+ | 🧪 [kettle-rb/kettle-test on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix | ➖ |
94
+ | 🧊 [kettle-rb/kettle-test on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix | ➖ |
95
+ | 🐙 [kettle-rb/kettle-test on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix | [💚][gh-discussions] |
96
+ | 🎮️ [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] |
96
97
 
97
98
  </details>
98
99
 
99
100
  [gh-discussions]: https://github.com/kettle-rb/kettle-test/discussions
100
101
 
101
- ### Enterprise Support [![Tidelift](https://tidelift.com/badges/package/rubygems/kettle-test)][🏙️entsup-tidelift]
102
+ ### Enterprise Support [![Tidelift](https://tidelift.com/badges/package/rubygems/kettle-test)](https://tidelift.com/subscription/pkg/rubygems-kettle-test?utm_source=rubygems-kettle-test&utm_medium=referral&utm_campaign=readme)
102
103
 
103
104
  Available as part of the Tidelift Subscription.
104
105
 
105
106
  <details markdown="1">
106
- <summary>Need enterprise-level guarantees?</summary>
107
+ <summary>Need enterprise-level guarantees?</summary>
107
108
 
108
109
  The maintainers of this and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source packages you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact packages you use.
109
110
 
@@ -135,41 +136,6 @@ If bundler is not being used to manage dependencies, install the gem by executin
135
136
  gem install kettle-test
136
137
  ```
137
138
 
138
- ### 🔒 Secure Installation
139
-
140
- <details markdown="1">
141
- <summary>For Medium or High Security Installations</summary>
142
-
143
- This gem is cryptographically signed, and has verifiable [SHA-256 and SHA-512][💎SHA_checksums] checksums by
144
- [stone_checksums][💎stone_checksums]. Be sure the gem you install hasn’t been tampered with
145
- by following the instructions below.
146
-
147
- Add my public key (if you haven’t already, expires 2045-04-29) as a trusted certificate:
148
-
149
- ```console
150
- gem cert --add <(curl -Ls https://raw.github.com/galtzo-floss/certs/main/pboling.pem)
151
- ```
152
-
153
- You only need to do that once. Then proceed to install with:
154
-
155
- ```console
156
- gem install kettle-test -P HighSecurity
157
- ```
158
-
159
- The `HighSecurity` trust profile will verify signed gems, and not allow the installation of unsigned dependencies.
160
-
161
- If you want to up your security game full-time:
162
-
163
- ```console
164
- bundle config set --global trust-policy MediumSecurity
165
- ```
166
-
167
- `MediumSecurity` instead of `HighSecurity` is necessary if not all the gems you use are signed.
168
-
169
- NOTE: Be prepared to track down certs for signed gems and add them the same way you added mine.
170
-
171
- </details>
172
-
173
139
  ## ⚙️ Configuration
174
140
 
175
141
  Add to your `spec/spec_helper.rb`:
@@ -406,6 +372,7 @@ Use rspec-pending_for to conditionally pending or skip examples based on Ruby ve
406
372
  The `pending_for` and `skip_for` macros support flexible version specifications:
407
373
 
408
374
  **Supported version forms:**
375
+
409
376
  - String: exact or partial match to RUBY_VERSION (e.g., "3.2.4", "3.2", or "3")
410
377
  - Array of strings: any matching entry triggers pending/skip
411
378
  - Range of Gem::Version: inclusive/exclusive endpoints respected
@@ -481,6 +448,7 @@ end
481
448
  ```
482
449
 
483
450
  **Notes:**
451
+
484
452
  - Omit :engine to match any Ruby engine (MRI, JRuby, TruffleRuby)
485
453
  - Omit :versions with :engine to match all versions of that engine
486
454
  - JRuby and TruffleRuby are matched using their RUBY_VERSION compatibility
@@ -515,63 +483,6 @@ Enable full backtraces from RSpec to aid debugging.
515
483
  KETTLE_TEST_FULL_BACKTRACE=true bundle exec rspec
516
484
  ```
517
485
 
518
- ## 🦷 FLOSS Funding
519
-
520
- While kettle-rb tools are free software and will always be, the project would benefit immensely from some funding.
521
- Raising a monthly budget of... "dollars" would make the project more sustainable.
522
-
523
- We welcome both individual and corporate sponsors! We also offer a
524
- wide array of funding channels to account for your preferences
525
- (although currently [Open Collective][🖇osc] is our preferred funding platform).
526
-
527
- **If you're working in a company that's making significant use of kettle-rb tools we'd
528
- appreciate it if you suggest to your company to become a kettle-rb sponsor.**
529
-
530
- You can support the development of kettle-rb tools via
531
- [GitHub Sponsors][🖇sponsor],
532
- [Liberapay][⛳liberapay],
533
- [PayPal][🖇paypal],
534
- [Open Collective][🖇osc]
535
- and [Tidelift][🏙️entsup-tidelift].
536
-
537
- | 📍 NOTE |
538
- |----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
539
- | If doing a sponsorship in the form of donation is problematic for your company <br/> from an accounting standpoint, we'd recommend the use of Tidelift, <br/> where you can get a support-like subscription instead. |
540
-
541
- ### Open Collective for Individuals
542
-
543
- Support us with a monthly donation and help us continue our activities. [[Become a backer][🖇osc-backers]]
544
-
545
- NOTE: [kettle-readme-backers][kettle-readme-backers] updates this list every day, automatically.
546
-
547
- <!-- OPENCOLLECTIVE-INDIVIDUALS:START -->
548
- No backers yet. Be the first!
549
- <!-- OPENCOLLECTIVE-INDIVIDUALS:END -->
550
-
551
- ### Open Collective for Organizations
552
-
553
- Become a sponsor and get your logo on our README on GitHub with a link to your site. [[Become a sponsor][🖇osc-sponsors]]
554
-
555
- NOTE: [kettle-readme-backers][kettle-readme-backers] updates this list every day, automatically.
556
-
557
- <!-- OPENCOLLECTIVE-ORGANIZATIONS:START -->
558
- No sponsors yet. Be the first!
559
- <!-- OPENCOLLECTIVE-ORGANIZATIONS:END -->
560
-
561
- [kettle-readme-backers]: https://github.com/kettle-rb/kettle-test/blob/main/exe/kettle-readme-backers
562
-
563
- ### Another way to support open-source
564
-
565
- I’m driven by a passion to foster a thriving open-source community – a space where people can tackle complex problems, no matter how small. Revitalizing libraries that have fallen into disrepair, and building new libraries focused on solving real-world challenges, are my passions. I was recently affected by layoffs, and the tech jobs market is unwelcoming. I’m reaching out here because your support would significantly aid my efforts to provide for my family, and my farm (11 🐔 chickens, 2 🐶 dogs, 3 🐰 rabbits, 8 🐈‍ cats).
566
-
567
- If you work at a company that uses my work, please encourage them to support me as a corporate sponsor. My work on gems you use might show up in `bundle fund`.
568
-
569
- I’m developing a new library, [floss_funding][🖇floss-funding-gem], designed to empower open-source developers like myself to get paid for the work we do, in a sustainable way. Please give it a look.
570
-
571
- **[Floss-Funding.dev][🖇floss-funding.dev]: 👉️ No network calls. 👉️ No tracking. 👉️ No oversight. 👉️ Minimal crypto hashing. 💡 Easily disabled nags**
572
-
573
- [![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 to my FLOSS efforts at ko-fi.com][🖇kofi-img]][🖇kofi] [![Donate to my FLOSS efforts using Patreon][🖇patreon-img]][🖇patreon]
574
-
575
486
  ## 🔐 Security
576
487
 
577
488
  See [SECURITY.md][🔐security].
@@ -579,7 +490,7 @@ See [SECURITY.md][🔐security].
579
490
  ## 🤝 Contributing
580
491
 
581
492
  If you need some ideas of where to help, you could work on adding more code coverage,
582
- or if it is already 💯 (see [below](#code-coverage)) check [reek](REEK), [issues][🤝gh-issues], or [PRs][🤝gh-pulls],
493
+ or if it is already 💯 (see [below](#code-coverage)) check [issues][🤝gh-issues] or [PRs][🤝gh-pulls],
583
494
  or use the gem and think about how it could be better.
584
495
 
585
496
  We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
@@ -592,12 +503,17 @@ See [CONTRIBUTING.md][🤝contributing].
592
503
 
593
504
  ### Code Coverage
594
505
 
506
+ <details markdown="1">
507
+ <summary>Coverage service badges</summary>
508
+
595
509
  [![Coverage Graph][🏀codecov-g]][🏀codecov]
596
510
 
597
511
  [![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls]
598
512
 
599
513
  [![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov]
600
514
 
515
+ </details>
516
+
601
517
  ### 🪇 Code of Conduct
602
518
 
603
519
  Everyone interacting with this project's codebases, issue trackers,
@@ -612,13 +528,13 @@ Made with [contributors-img][🖐contrib-rocks].
612
528
  Also see GitLab Contributors: [https://gitlab.com/kettle-rb/kettle-test/-/graphs/main][🚎contributors-gl]
613
529
 
614
530
  <details>
615
- <summary>⭐️ Star History</summary>
531
+ <summary>⭐️ Star History</summary>
616
532
 
617
- <a href="https://star-history.com/#kettle-rb/kettle-test&Date">
533
+ <a href="https://star-history.com/kettle-rb/kettle-test&Date">
618
534
  <picture>
619
- <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=kettle-rb/kettle-test&type=Date&theme=dark" />
620
- <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=kettle-rb/kettle-test&type=Date" />
621
- <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=kettle-rb/kettle-test&type=Date" />
535
+ <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=kettle-rb/kettle-test&type=Date&theme=dark" />
536
+ <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=kettle-rb/kettle-test&type=Date" />
537
+ <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=kettle-rb/kettle-test&type=Date" />
622
538
  </picture>
623
539
  </a>
624
540
 
@@ -626,31 +542,20 @@ Also see GitLab Contributors: [https://gitlab.com/kettle-rb/kettle-test/-/graphs
626
542
 
627
543
  ## 📌 Versioning
628
544
 
629
- This Library adheres to [![Semantic Versioning 2.0.0][📌semver-img]][📌semver].
630
- Violations of this scheme should be reported as bugs.
631
- Specifically, if a minor or patch version is released that breaks backward compatibility,
632
- a new version should be immediately released that restores compatibility.
633
- Breaking changes to the public API will only be introduced with new major versions.
634
-
635
- > dropping support for a platform is both obviously and objectively a breaking change <br/>
636
- >—Jordan Harband ([@ljharb](https://github.com/ljharb), maintainer of SemVer) [in SemVer issue 716][📌semver-breaking]
637
-
638
- I understand that policy doesn't work universally ("exceptions to every rule!"),
639
- but it is the policy here.
640
- As such, in many cases it is good to specify a dependency on this library using
641
- the [Pessimistic Version Constraint][📌pvc] with two digits of precision.
545
+ This library follows [![Semantic Versioning 2.0.0][📌semver-img]][📌semver] for its public API where practical.
546
+ For most applications, prefer the [Pessimistic Version Constraint][📌pvc] with two digits of precision.
642
547
 
643
548
  For example:
644
549
 
645
550
  ```ruby
646
- spec.add_dependency("kettle-test", "~> 1.0")
551
+ spec.add_dependency("kettle-test", "~> 0.0")
647
552
  ```
648
553
 
649
554
  <details markdown="1">
650
555
  <summary>📌 Is "Platform Support" part of the public API? More details inside.</summary>
651
556
 
652
- SemVer should, IMO, but doesn't explicitly, say that dropping support for specific Platforms
653
- is a *breaking change* to an API, and for that reason the bike shedding is endless.
557
+ Dropping support for a platform can be a breaking change for affected users.
558
+ If a release changes supported platforms, it should be called out clearly in the changelog and versioned with that impact in mind.
654
559
 
655
560
  To get a better understanding of how SemVer is intended to work over a project's lifetime,
656
561
  read this article from the creator of SemVer:
@@ -663,23 +568,21 @@ See [CHANGELOG.md][📌changelog] for a list of releases.
663
568
 
664
569
  ## 📄 License
665
570
 
666
- The gem is available as open source under the terms of
667
- the [MIT License][📄license] [![License: MIT][📄license-img]][📄license-ref].
668
- See [LICENSE.txt][📄license] for the official [Copyright Notice][📄copyright-notice-explainer].
571
+ The gem is available under the following licenses: [AGPL-3.0-only](AGPL-3.0-only.md), [PolyForm-Small-Business-1.0.0](PolyForm-Small-Business-1.0.0.md).
572
+ See [LICENSE.md][📄license] for details.
573
+
574
+ If none of the available licenses suit your use case, please [contact us](mailto:floss@galtzo.com) to discuss a custom commercial license.
669
575
 
670
576
  ### © Copyright
671
577
 
672
- <ul>
673
- <li>
674
- Copyright (c) 2023, 2025 Peter H. Boling, of
675
- <a href="https://discord.gg/3qme4XHNKN">
676
- Galtzo.com
677
- <picture>
678
- <img src="https://logos.galtzo.com/assets/images/galtzo-floss/avatar-128px-blank.svg" alt="Galtzo.com Logo (Wordless) by Aboling0, CC BY-SA 4.0" width="24">
679
- </picture>
680
- </a>, and kettle-test contributors.
681
- </li>
682
- </ul>
578
+ See [LICENSE.md][📄license] for the official copyright notice.
579
+
580
+ <details markdown="1">
581
+ <summary>Copyright holders</summary>
582
+
583
+ - Required Notice: Copyright (c) 2023, 2025-2026 Peter H. Boling
584
+
585
+ </details>
683
586
 
684
587
  ## 🤑 A request for help
685
588
 
@@ -722,7 +625,7 @@ Thanks for RTFM. ☺️
722
625
  [🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
723
626
  [🖇polar]: https://polar.sh/pboling
724
627
  [🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
725
- [🖇kofi]: https://ko-fi.com/O5O86SNP4
628
+ [🖇kofi]: https://ko-fi.com/pboling
726
629
  [🖇patreon-img]: https://img.shields.io/badge/patreon-donate-a51611.svg?style=flat
727
630
  [🖇patreon]: https://patreon.com/galtzo
728
631
  [🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
@@ -737,19 +640,20 @@ Thanks for RTFM. ☺️
737
640
  [✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
738
641
  [✉️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
739
642
  [✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
643
+
740
644
  [✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
741
645
  [⛳️gem-namespace]: https://github.com/kettle-rb/kettle-test
742
646
  [⛳️namespace-img]: https://img.shields.io/badge/namespace-Kettle::Test-3C2D2D.svg?style=square&logo=ruby&logoColor=white
743
647
  [⛳️gem-name]: https://bestgems.org/gems/kettle-test
744
648
  [⛳️name-img]: https://img.shields.io/badge/name-kettle--test-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
745
649
  [⛳️tag-img]: https://img.shields.io/github/tag/kettle-rb/kettle-test.svg
746
- [⛳️tag]: http://github.com/kettle-rb/kettle-test/releases
650
+ [⛳️tag]: https://github.com/kettle-rb/kettle-test/releases
747
651
  [🚂maint-blog]: http://www.railsbling.com/tags/kettle-test
748
652
  [🚂maint-blog-img]: https://img.shields.io/badge/blog-railsbling-0093D0.svg?style=for-the-badge&logo=rubyonrails&logoColor=orange
749
653
  [🚂maint-contact]: http://www.railsbling.com/contact
750
654
  [🚂maint-contact-img]: https://img.shields.io/badge/Contact-Maintainer-0093D0.svg?style=flat&logo=rubyonrails&logoColor=red
751
655
  [💖🖇linkedin]: http://www.linkedin.com/in/peterboling
752
- [💖🖇linkedin-img]: https://img.shields.io/badge/PeterBoling-LinkedIn-0B66C2?style=flat&logo=newjapanprowrestling
656
+ [💖🖇linkedin-img]: https://img.shields.io/badge/LinkedIn-Profile-0B66C2?style=flat&logo=newjapanprowrestling
753
657
  [💖✌️wellfound]: https://wellfound.com/u/peter-boling
754
658
  [💖✌️wellfound-img]: https://img.shields.io/badge/peter--boling-orange?style=flat&logo=wellfound
755
659
  [💖💲crunchbase]: https://www.crunchbase.com/person/peter-boling
@@ -778,7 +682,7 @@ Thanks for RTFM. ☺️
778
682
  [💁🏼‍♂️peterboling]: http://www.peterboling.com
779
683
  [🚂railsbling]: http://www.railsbling.com
780
684
  [📜src-gl-img]: https://img.shields.io/badge/GitLab-FBA326?style=for-the-badge&logo=Gitlab&logoColor=orange
781
- [📜src-gl]: https://gitlab.com/kettle-rb/kettle-test/
685
+ [📜src-gl]: https://gitlab.com/kettle-rb/kettle-test
782
686
  [📜src-cb-img]: https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&logo=CodeBerg&logoColor=blue
783
687
  [📜src-cb]: https://codeberg.org/kettle-rb/kettle-test
784
688
  [📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=Github&logoColor=green
@@ -787,12 +691,10 @@ Thanks for RTFM. ☺️
787
691
  [📜docs-head-rd-img]: https://img.shields.io/badge/YARD_on_Galtzo.com-HEAD-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
788
692
  [📜gl-wiki]: https://gitlab.com/kettle-rb/kettle-test/-/wikis/home
789
693
  [📜gh-wiki]: https://github.com/kettle-rb/kettle-test/wiki
790
- [📜gl-wiki-img]: https://img.shields.io/badge/wiki-examples-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
791
- [📜gh-wiki-img]: https://img.shields.io/badge/wiki-examples-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
694
+ [📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
695
+ [📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
792
696
  [👽dl-rank]: https://bestgems.org/gems/kettle-test
793
697
  [👽dl-ranki]: https://img.shields.io/gem/rd/kettle-test.svg
794
- [👽oss-help]: https://www.codetriage.com/kettle-rb/kettle-test
795
- [👽oss-helpi]: https://www.codetriage.com/kettle-rb/kettle-test/badges/users.svg
796
698
  [👽version]: https://bestgems.org/gems/kettle-test
797
699
  [👽versioni]: https://img.shields.io/gem/v/kettle-test.svg
798
700
  [🏀qlty-mnt]: https://qlty.sh/gh/kettle-rb/projects/kettle-test
@@ -805,22 +707,29 @@ Thanks for RTFM. ☺️
805
707
  [🏀coveralls-img]: https://coveralls.io/repos/github/kettle-rb/kettle-test/badge.svg?branch=main
806
708
  [🖐codeQL]: https://github.com/kettle-rb/kettle-test/security/code-scanning
807
709
  [🖐codeQL-img]: https://github.com/kettle-rb/kettle-test/actions/workflows/codeql-analysis.yml/badge.svg
808
- [🚎1-an-wf]: https://github.com/kettle-rb/kettle-test/actions/workflows/ancient.yml
809
- [🚎1-an-wfi]: https://github.com/kettle-rb/kettle-test/actions/workflows/ancient.yml/badge.svg
710
+ [🚎ruby-2.4-wf]: https://github.com/kettle-rb/kettle-test/actions/workflows/ruby-2.4.yml
711
+ [🚎ruby-2.5-wf]: https://github.com/kettle-rb/kettle-test/actions/workflows/ruby-2.5.yml
712
+ [🚎ruby-2.6-wf]: https://github.com/kettle-rb/kettle-test/actions/workflows/ruby-2.6.yml
713
+ [🚎ruby-2.7-wf]: https://github.com/kettle-rb/kettle-test/actions/workflows/ruby-2.7.yml
714
+ [🚎ruby-3.0-wf]: https://github.com/kettle-rb/kettle-test/actions/workflows/ruby-3.0.yml
715
+ [🚎ruby-3.1-wf]: https://github.com/kettle-rb/kettle-test/actions/workflows/ruby-3.1.yml
716
+ [🚎ruby-3.2-wf]: https://github.com/kettle-rb/kettle-test/actions/workflows/ruby-3.2.yml
717
+ [🚎ruby-3.3-wf]: https://github.com/kettle-rb/kettle-test/actions/workflows/ruby-3.3.yml
718
+ [🚎ruby-3.4-wf]: https://github.com/kettle-rb/kettle-test/actions/workflows/ruby-3.4.yml
719
+ [🚎jruby-9.2-wf]: https://github.com/kettle-rb/kettle-test/actions/workflows/jruby-9.2.yml
720
+ [🚎jruby-9.3-wf]: https://github.com/kettle-rb/kettle-test/actions/workflows/jruby-9.3.yml
721
+ [🚎jruby-9.4-wf]: https://github.com/kettle-rb/kettle-test/actions/workflows/jruby-9.4.yml
722
+ [🚎truby-22.3-wf]: https://github.com/kettle-rb/kettle-test/actions/workflows/truffleruby-22.3.yml
723
+ [🚎truby-23.0-wf]: https://github.com/kettle-rb/kettle-test/actions/workflows/truffleruby-23.0.yml
724
+ [🚎truby-23.1-wf]: https://github.com/kettle-rb/kettle-test/actions/workflows/truffleruby-23.1.yml
725
+ [🚎truby-24.2-wf]: https://github.com/kettle-rb/kettle-test/actions/workflows/truffleruby-24.2.yml
726
+ [🚎truby-25.0-wf]: https://github.com/kettle-rb/kettle-test/actions/workflows/truffleruby-25.0.yml
810
727
  [🚎2-cov-wf]: https://github.com/kettle-rb/kettle-test/actions/workflows/coverage.yml
811
728
  [🚎2-cov-wfi]: https://github.com/kettle-rb/kettle-test/actions/workflows/coverage.yml/badge.svg
812
729
  [🚎3-hd-wf]: https://github.com/kettle-rb/kettle-test/actions/workflows/heads.yml
813
730
  [🚎3-hd-wfi]: https://github.com/kettle-rb/kettle-test/actions/workflows/heads.yml/badge.svg
814
- [🚎4-lg-wf]: https://github.com/kettle-rb/kettle-test/actions/workflows/legacy.yml
815
- [🚎4-lg-wfi]: https://github.com/kettle-rb/kettle-test/actions/workflows/legacy.yml/badge.svg
816
731
  [🚎5-st-wf]: https://github.com/kettle-rb/kettle-test/actions/workflows/style.yml
817
732
  [🚎5-st-wfi]: https://github.com/kettle-rb/kettle-test/actions/workflows/style.yml/badge.svg
818
- [🚎6-s-wf]: https://github.com/kettle-rb/kettle-test/actions/workflows/supported.yml
819
- [🚎6-s-wfi]: https://github.com/kettle-rb/kettle-test/actions/workflows/supported.yml/badge.svg
820
- [🚎7-us-wf]: https://github.com/kettle-rb/kettle-test/actions/workflows/unsupported.yml
821
- [🚎7-us-wfi]: https://github.com/kettle-rb/kettle-test/actions/workflows/unsupported.yml/badge.svg
822
- [🚎8-ho-wf]: https://github.com/kettle-rb/kettle-test/actions/workflows/hoary.yml
823
- [🚎8-ho-wfi]: https://github.com/kettle-rb/kettle-test/actions/workflows/hoary.yml/badge.svg
824
733
  [🚎9-t-wf]: https://github.com/kettle-rb/kettle-test/actions/workflows/truffle.yml
825
734
  [🚎9-t-wfi]: https://github.com/kettle-rb/kettle-test/actions/workflows/truffle.yml/badge.svg
826
735
  [🚎10-j-wf]: https://github.com/kettle-rb/kettle-test/actions/workflows/jruby.yml
@@ -833,9 +742,6 @@ Thanks for RTFM. ☺️
833
742
  [🚎13-🔒️-wfi]: https://github.com/kettle-rb/kettle-test/actions/workflows/locked_deps.yml/badge.svg
834
743
  [🚎14-🔓️-wf]: https://github.com/kettle-rb/kettle-test/actions/workflows/unlocked_deps.yml
835
744
  [🚎14-🔓️-wfi]: https://github.com/kettle-rb/kettle-test/actions/workflows/unlocked_deps.yml/badge.svg
836
- [🚎15-🪪-wf]: https://github.com/kettle-rb/kettle-test/actions/workflows/license-eye.yml
837
- [🚎15-🪪-wfi]: https://github.com/kettle-rb/kettle-test/actions/workflows/license-eye.yml/badge.svg
838
- [💎ruby-2.3i]: https://img.shields.io/badge/Ruby-2.3-DF00CA?style=for-the-badge&logo=ruby&logoColor=white
839
745
  [💎ruby-2.4i]: https://img.shields.io/badge/Ruby-2.4-DF00CA?style=for-the-badge&logo=ruby&logoColor=white
840
746
  [💎ruby-2.5i]: https://img.shields.io/badge/Ruby-2.5-DF00CA?style=for-the-badge&logo=ruby&logoColor=white
841
747
  [💎ruby-2.6i]: https://img.shields.io/badge/Ruby-2.6-DF00CA?style=for-the-badge&logo=ruby&logoColor=white
@@ -844,16 +750,18 @@ Thanks for RTFM. ☺️
844
750
  [💎ruby-3.1i]: https://img.shields.io/badge/Ruby-3.1-CC342D?style=for-the-badge&logo=ruby&logoColor=white
845
751
  [💎ruby-3.2i]: https://img.shields.io/badge/Ruby-3.2-CC342D?style=for-the-badge&logo=ruby&logoColor=white
846
752
  [💎ruby-3.3i]: https://img.shields.io/badge/Ruby-3.3-CC342D?style=for-the-badge&logo=ruby&logoColor=white
753
+ [💎ruby-3.4i]: https://img.shields.io/badge/Ruby-3.4-CC342D?style=for-the-badge&logo=ruby&logoColor=white
754
+ [💎ruby-4.0i]: https://img.shields.io/badge/Ruby-4.0-CC342D?style=for-the-badge&logo=ruby&logoColor=white
847
755
  [💎ruby-c-i]: https://img.shields.io/badge/Ruby-current-CC342D?style=for-the-badge&logo=ruby&logoColor=green
848
756
  [💎ruby-headi]: https://img.shields.io/badge/Ruby-HEAD-CC342D?style=for-the-badge&logo=ruby&logoColor=blue
849
- [💎truby-22.3i]: https://img.shields.io/badge/Truffle_Ruby-22.3_(%F0%9F%9A%ABCI)-AABBCC?style=for-the-badge&logo=ruby&logoColor=pink
850
- [💎truby-23.0i]: https://img.shields.io/badge/Truffle_Ruby-23.0_(%F0%9F%9A%ABCI)-AABBCC?style=for-the-badge&logo=ruby&logoColor=pink
757
+ [💎truby-22.3i]: https://img.shields.io/badge/Truffle_Ruby-22.3-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
758
+ [💎truby-23.0i]: https://img.shields.io/badge/Truffle_Ruby-23.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
851
759
  [💎truby-23.1i]: https://img.shields.io/badge/Truffle_Ruby-23.1-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
760
+ [💎truby-24.2i]: https://img.shields.io/badge/Truffle_Ruby-24.2-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
761
+ [💎truby-25.0i]: https://img.shields.io/badge/Truffle_Ruby-25.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
852
762
  [💎truby-c-i]: https://img.shields.io/badge/Truffle_Ruby-current-34BCB1?style=for-the-badge&logo=ruby&logoColor=green
853
- [💎truby-headi]: https://img.shields.io/badge/Truffle_Ruby-HEAD-34BCB1?style=for-the-badge&logo=ruby&logoColor=blue
854
- [💎jruby-9.1i]: https://img.shields.io/badge/JRuby-9.1_(%F0%9F%9A%ABCI)-AABBCC?style=for-the-badge&logo=ruby&logoColor=red
855
- [💎jruby-9.2i]: https://img.shields.io/badge/JRuby-9.2_(%F0%9F%9A%ABCI)-AABBCC?style=for-the-badge&logo=ruby&logoColor=red
856
- [💎jruby-9.3i]: https://img.shields.io/badge/JRuby-9.3_(%F0%9F%9A%ABCI)-AABBCC?style=for-the-badge&logo=ruby&logoColor=red
763
+ [💎jruby-9.2i]: https://img.shields.io/badge/JRuby-9.2-FBE742?style=for-the-badge&logo=ruby&logoColor=red
764
+ [💎jruby-9.3i]: https://img.shields.io/badge/JRuby-9.3-FBE742?style=for-the-badge&logo=ruby&logoColor=red
857
765
  [💎jruby-9.4i]: https://img.shields.io/badge/JRuby-9.4-FBE742?style=for-the-badge&logo=ruby&logoColor=red
858
766
  [💎jruby-c-i]: https://img.shields.io/badge/JRuby-current-FBE742?style=for-the-badge&logo=ruby&logoColor=green
859
767
  [💎jruby-headi]: https://img.shields.io/badge/JRuby-HEAD-FBE742?style=for-the-badge&logo=ruby&logoColor=blue
@@ -864,34 +772,34 @@ Thanks for RTFM. ☺️
864
772
  [🤝cb-issues]: https://codeberg.org/kettle-rb/kettle-test/issues
865
773
  [🤝cb-pulls]: https://codeberg.org/kettle-rb/kettle-test/pulls
866
774
  [🤝cb-donate]: https://donate.codeberg.org/
867
- [🤝contributing]: CONTRIBUTING.md
775
+ [🤝contributing]: https://github.com/kettle-rb/kettle-test/blob/main/CONTRIBUTING.md
868
776
  [🏀codecov-g]: https://codecov.io/gh/kettle-rb/kettle-test/graphs/tree.svg
869
777
  [🖐contrib-rocks]: https://contrib.rocks
870
778
  [🖐contributors]: https://github.com/kettle-rb/kettle-test/graphs/contributors
871
779
  [🖐contributors-img]: https://contrib.rocks/image?repo=kettle-rb/kettle-test
872
780
  [🚎contributors-gl]: https://gitlab.com/kettle-rb/kettle-test/-/graphs/main
873
- [🪇conduct]: CODE_OF_CONDUCT.md
781
+ [🪇conduct]: https://github.com/kettle-rb/kettle-test/blob/main/CODE_OF_CONDUCT.md
874
782
  [🪇conduct-img]: https://img.shields.io/badge/Contributor_Covenant-2.1-259D6C.svg
875
783
  [📌pvc]: http://guides.rubygems.org/patterns/#pessimistic-version-constraint
876
784
  [📌semver]: https://semver.org/spec/v2.0.0.html
877
785
  [📌semver-img]: https://img.shields.io/badge/semver-2.0.0-259D6C.svg?style=flat
878
786
  [📌semver-breaking]: https://github.com/semver/semver/issues/716#issuecomment-869336139
879
787
  [📌major-versions-not-sacred]: https://tom.preston-werner.com/2022/05/23/major-version-numbers-are-not-sacred.html
880
- [📌changelog]: CHANGELOG.md
788
+ [📌changelog]: https://github.com/kettle-rb/kettle-test/blob/main/CHANGELOG.md
881
789
  [📗keep-changelog]: https://keepachangelog.com/en/1.0.0/
882
790
  [📗keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-34495e.svg?style=flat
883
791
  [📌gitmoji]: https://gitmoji.dev
884
792
  [📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
885
793
  [🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
886
- [🧮kloc-img]: https://img.shields.io/badge/KLOC-0.086-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
887
- [🔐security]: SECURITY.md
794
+ [🧮kloc-img]: https://img.shields.io/badge/KLOC-5.053-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
795
+ [🔐security]: https://github.com/kettle-rb/kettle-test/blob/main/SECURITY.md
888
796
  [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
889
797
  [📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
890
- [📄license]: LICENSE.txt
891
- [📄license-ref]: https://opensource.org/licenses/MIT
892
- [📄license-img]: https://img.shields.io/badge/License-MIT-259D6C.svg
893
- [📄license-compat]: https://dev.to/galtzo/how-to-check-license-compatibility-41h0
894
- [📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A-%E2%9C%93-259D6C.svg?style=flat&logo=Apache
798
+ [📄license]: LICENSE.md
799
+ [📄license-ref]: LICENSE.md
800
+ [📄license-img]: https://img.shields.io/badge/License-AGPL--3.0--only_OR_PolyForm--Small--Business--1.0.0-259D6C.svg
801
+ [📄license-compat]: https://www.apache.org/legal/resolved.html#category-x
802
+ [📄license-compat-img]: https://img.shields.io/badge/Apache_Incompatible:_Category_X-✗-C0392B.svg?style=flat&logo=Apache
895
803
  [📄ilo-declaration]: https://www.ilo.org/declaration/lang--en/index.htm
896
804
  [📄ilo-declaration-img]: https://img.shields.io/badge/ILO_Fundamental_Principles-✓-259D6C.svg?style=flat
897
805
  [🚎yard-current]: http://rubydoc.info/gems/kettle-test
@@ -903,3 +811,14 @@ Thanks for RTFM. ☺️
903
811
  [💎appraisal2]: https://github.com/appraisal-rb/appraisal2
904
812
  [💎appraisal2-img]: https://img.shields.io/badge/appraised_by-appraisal2-34495e.svg?plastic&logo=ruby&logoColor=white
905
813
  [💎d-in-dvcs]: https://railsbling.com/posts/dvcs/put_the_d_in_dvcs/
814
+
815
+ <!-- kettle-jem:metadata:start -->
816
+ | Field | Value |
817
+ |---|---|
818
+ | Package | kettle-test |
819
+ | Description | 🍲 Kettle::Test is a meta tool from kettle-rb to streamline testing. Acts as a shim dependency, pulling in many other dependencies, to give you OOTB productivity with a RubyGem, or Ruby app project. Configures RSpec w/ syntactic sugar to make writing tests, and testing more scenarios, easier.Configures each dependency library for proper use in the test suite, so they arrive ready to go. Fund overlooked open source projects - bottom of stack, dev/test dependencies: floss-funding.dev |
820
+ | Homepage | https://github.com/kettle-rb/kettle-test |
821
+ | Source | https://github.com/kettle-rb/kettle-test |
822
+ | License | `AGPL-3.0-only` OR `PolyForm-Small-Business-1.0.0` |
823
+ | 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-test, https://www.buymeacoffee.com/pboling |
824
+ <!-- kettle-jem:metadata:end -->
data/certs/pboling.pem ADDED
@@ -0,0 +1,27 @@
1
+ -----BEGIN CERTIFICATE-----
2
+ MIIEgDCCAuigAwIBAgIBATANBgkqhkiG9w0BAQsFADBDMRUwEwYDVQQDDAxwZXRl
3
+ ci5ib2xpbmcxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkW
4
+ A2NvbTAeFw0yNTA1MDQxNTMzMDlaFw00NTA0MjkxNTMzMDlaMEMxFTATBgNVBAMM
5
+ DHBldGVyLmJvbGluZzEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPy
6
+ LGQBGRYDY29tMIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEAruUoo0WA
7
+ uoNuq6puKWYeRYiZekz/nsDeK5x/0IEirzcCEvaHr3Bmz7rjo1I6On3gGKmiZs61
8
+ LRmQ3oxy77ydmkGTXBjruJB+pQEn7UfLSgQ0xa1/X3kdBZt6RmabFlBxnHkoaGY5
9
+ mZuZ5+Z7walmv6sFD9ajhzj+oIgwWfnEHkXYTR8I6VLN7MRRKGMPoZ/yvOmxb2DN
10
+ coEEHWKO9CvgYpW7asIihl/9GMpKiRkcYPm9dGQzZc6uTwom1COfW0+ZOFrDVBuV
11
+ FMQRPswZcY4Wlq0uEBLPU7hxnCL9nKK6Y9IhdDcz1mY6HZ91WImNslOSI0S8hRpj
12
+ yGOWxQIhBT3fqCBlRIqFQBudrnD9jSNpSGsFvbEijd5ns7Z9ZMehXkXDycpGAUj1
13
+ to/5cuTWWw1JqUWrKJYoifnVhtE1o1DZ+LkPtWxHtz5kjDG/zR3MG0Ula0UOavlD
14
+ qbnbcXPBnwXtTFeZ3C+yrWpE4pGnl3yGkZj9SMTlo9qnTMiPmuWKQDatAgMBAAGj
15
+ fzB9MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBQE8uWvNbPVNRXZ
16
+ HlgPbc2PCzC4bjAhBgNVHREEGjAYgRZwZXRlci5ib2xpbmdAZ21haWwuY29tMCEG
17
+ A1UdEgQaMBiBFnBldGVyLmJvbGluZ0BnbWFpbC5jb20wDQYJKoZIhvcNAQELBQAD
18
+ ggGBAJbnUwfJQFPkBgH9cL7hoBfRtmWiCvdqdjeTmi04u8zVNCUox0A4gT982DE9
19
+ wmuN12LpdajxZONqbXuzZvc+nb0StFwmFYZG6iDwaf4BPywm2e/Vmq0YG45vZXGR
20
+ L8yMDSK1cQXjmA+ZBKOHKWavxP6Vp7lWvjAhz8RFwqF9GuNIdhv9NpnCAWcMZtpm
21
+ GUPyIWw/Cw/2wZp74QzZj6Npx+LdXoLTF1HMSJXZ7/pkxLCsB8m4EFVdb/IrW/0k
22
+ kNSfjtAfBHO8nLGuqQZVH9IBD1i9K6aSs7pT6TW8itXUIlkIUI2tg5YzW6OFfPzq
23
+ QekSkX3lZfY+HTSp/o+YvKkqWLUV7PQ7xh1ZYDtocpaHwgxe/j3bBqHE+CUPH2vA
24
+ 0V/FwdTRWcwsjVoOJTrYcff8pBZ8r2MvtAc54xfnnhGFzeRHfcltobgFxkAXdE6p
25
+ DVjBtqT23eugOqQ73umLcYDZkc36vnqGxUBSsXrzY9pzV5gGr2I8YUxMqf6ATrZt
26
+ L9nRqA==
27
+ -----END CERTIFICATE-----
data/exe/kettle-test ADDED
@@ -0,0 +1,7 @@
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ bin_dir = File.expand_path(__dir__)
5
+ bash_script = File.join(bin_dir, "kettle-test.sh")
6
+
7
+ exec(bash_script, *ARGV)