kettle-rb 0.1.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.
- checksums.yaml +7 -0
- checksums.yaml.gz.sig +2 -0
- data/CHANGELOG.md +48 -0
- data/CITATION.cff +20 -0
- data/CODE_OF_CONDUCT.md +134 -0
- data/CONTRIBUTING.md +275 -0
- data/FUNDING.md +70 -0
- data/LICENSE.md +10 -0
- data/README.md +595 -0
- data/RUBOCOP.md +71 -0
- data/SECURITY.md +21 -0
- data/certs/pboling.pem +27 -0
- data/lib/kettle/rb/compat_matrix.rb +171 -0
- data/lib/kettle/rb/version.rb +10 -0
- data/lib/kettle/rb.rb +11 -0
- data/sig/kettle/rb/version.rbs +8 -0
- data/sig/kettle/rb.rbs +6 -0
- data.tar.gz.sig +2 -0
- metadata +293 -0
- metadata.gz.sig +0 -0
data/README.md
ADDED
|
@@ -0,0 +1,595 @@
|
|
|
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="14%" align="right"/></a>
|
|
2
|
+
|
|
3
|
+
# 📏 Kettle::Rb
|
|
4
|
+
|
|
5
|
+
[![Version][👽versioni]][👽version] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄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] [![Apache SkyWalking Eyes License Compatibility Check][🚎15-🪪-wfi]][🚎15-🪪-wf]
|
|
6
|
+
|
|
7
|
+
`if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know][✉️discord-invite], as I may have missed the [discord notification][✉️discord-invite].
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
`if ci_badges.map(&:color).all? { it == "green"}` 👇️ send money so I can do more of this. FLOSS maintenance is now my full-time job.
|
|
12
|
+
|
|
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 at ko-fi.com][🖇kofi-img]][🖇kofi]
|
|
14
|
+
|
|
15
|
+
<details markdown="1">
|
|
16
|
+
<summary>👣 How will this project approach the September 2025 hostile takeover of RubyGems? 🚑️</summary>
|
|
17
|
+
|
|
18
|
+
I've summarized my thoughts in [this blog post](https://dev.to/galtzo/hostile-takeover-of-rubygems-my-thoughts-5hlo).
|
|
19
|
+
|
|
20
|
+
</details>
|
|
21
|
+
|
|
22
|
+
## 🌻 Synopsis <a href="https://discord.gg/3qme4XHNKN"><img alt="Galtzo FLOSS Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/galtzo-floss/avatar-128px.svg" width="8%" align="right"/></a> <a href="https://ruby-toolbox.com"><img alt="ruby-lang Logo, Yukihiro Matsumoto, Ruby Visual Identity Team, CC BY-SA 2.5" src="https://logos.galtzo.com/assets/images/ruby-lang/avatar-128px.svg" width="8%" align="right"/></a>
|
|
23
|
+
|
|
24
|
+
`kettle-rb` is the small shared Ruby library for the kettle-dev toolchain.
|
|
25
|
+
|
|
26
|
+
Its first public responsibility is `Kettle::Rb::CompatMatrix`: a single source
|
|
27
|
+
of truth for Ruby engine compatibility data used by `kettle-jem`,
|
|
28
|
+
`kettle-dev`, and related release/template tooling. The matrix records MRI,
|
|
29
|
+
JRuby, and TruffleRuby versions, workflow Ruby buckets, RubyGems/Bundler
|
|
30
|
+
policy, Rails appraisal hints, and RuboCop LTS selection data.
|
|
31
|
+
|
|
32
|
+
Use it when tooling needs to answer questions like:
|
|
33
|
+
|
|
34
|
+
- Which Ruby workflow should represent this engine?
|
|
35
|
+
- Which RuboCop LTS family matches a minimum supported Ruby?
|
|
36
|
+
- Which `rubocop-rubyN_N` gem and rubocop-lts branch belong together?
|
|
37
|
+
- Which Rails appraisal version is the newest stable target for a Ruby bucket?
|
|
38
|
+
|
|
39
|
+
## 💡 Info you can shake a stick at
|
|
40
|
+
|
|
41
|
+
| Tokens to Remember | [![Gem name][⛳️name-img]][⛳️gem-name] [![Gem namespace][⛳️namespace-img]][⛳️gem-namespace] |
|
|
42
|
+
|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
43
|
+
| 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 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]|
|
|
44
|
+
| 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 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]|
|
|
45
|
+
| Works with MRI Ruby 4 | [![Ruby current Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf]|
|
|
46
|
+
| 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]|
|
|
47
|
+
| Works with MRI Ruby 2 | ![Ruby 2.0 Compat][💎ruby-2.0i] ![Ruby 2.1 Compat][💎ruby-2.1i] ![Ruby 2.2 Compat][💎ruby-2.2i] ![Ruby 2.3 Compat][💎ruby-2.3i] <br/> [![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]|
|
|
48
|
+
| Works with MRI Ruby 1 | ![Ruby 1.8 Compat][💎ruby-1.8i] ![Ruby 1.9 Compat][💎ruby-1.9i]|
|
|
49
|
+
| 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] |
|
|
50
|
+
| 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] |
|
|
51
|
+
| 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] |
|
|
52
|
+
| Compliance | [![License: MIT][📄license-img]][📄license] [![Apache license compatibility: Category A][📄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] |
|
|
53
|
+
| 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] |
|
|
54
|
+
| 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] |
|
|
55
|
+
| `...` 💖 | [![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] |
|
|
56
|
+
|
|
57
|
+
### Compatibility
|
|
58
|
+
|
|
59
|
+
Compatible with MRI Ruby 1.8.7+, and concordant releases of JRuby, and TruffleRuby.
|
|
60
|
+
CI workflows and Appraisals are generated for MRI Ruby 2.4.0+.
|
|
61
|
+
This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
|
|
62
|
+
may be higher than the gem's runtime compatibility floor when legacy Rubies are
|
|
63
|
+
not practical for the current toolchain.
|
|
64
|
+
|
|
65
|
+
<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>
|
|
66
|
+
|
|
67
|
+
The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
68
|
+
|
|
69
|
+
<details markdown="1">
|
|
70
|
+
<summary>How kettle-dev manages complexity in tests</summary>
|
|
71
|
+
|
|
72
|
+
| Gem | Source | Role | Daily download rank |
|
|
73
|
+
|-----|--------|------|---------------------|
|
|
74
|
+
| [appraisal2](https://bestgems.org/gems/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [](https://bestgems.org/gems/appraisal2) |
|
|
75
|
+
| [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) |
|
|
76
|
+
| [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) |
|
|
77
|
+
| [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) |
|
|
78
|
+
| [kettle-soup-cover](https://bestgems.org/gems/kettle-soup-cover) | [GitHub](https://github.com/kettle-dev/kettle-soup-cover) | SimpleCov coverage policy and reporting | [](https://bestgems.org/gems/kettle-soup-cover) |
|
|
79
|
+
| [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) |
|
|
80
|
+
| [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) |
|
|
81
|
+
| [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) |
|
|
82
|
+
|
|
83
|
+
</details>
|
|
84
|
+
|
|
85
|
+
### Federated DVCS
|
|
86
|
+
|
|
87
|
+
<details markdown="1">
|
|
88
|
+
<summary>Find this repo on federated forges (Coming soon!)</summary>
|
|
89
|
+
|
|
90
|
+
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI | Discussions |
|
|
91
|
+
|-------------------------------------------------|-----------------------------------------------------------------------|---------------------------|--------------------------|---------------------------|--------------------------|------------------------------|
|
|
92
|
+
| 🧪 [kettle-dev/kettle-rb on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix | ➖ |
|
|
93
|
+
| 🧊 [kettle-dev/kettle-rb on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix | ➖ |
|
|
94
|
+
| 🐙 [kettle-dev/kettle-rb 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] |
|
|
96
|
+
|
|
97
|
+
</details>
|
|
98
|
+
|
|
99
|
+
[gh-discussions]: https://github.com/kettle-dev/kettle-rb/discussions
|
|
100
|
+
|
|
101
|
+
### Enterprise Support [](https://tidelift.com/subscription/pkg/rubygems-kettle-rb?utm_source=rubygems-kettle-rb&utm_medium=referral&utm_campaign=readme)
|
|
102
|
+
|
|
103
|
+
Available as part of the Tidelift Subscription.
|
|
104
|
+
|
|
105
|
+
<details markdown="1">
|
|
106
|
+
<summary>Need enterprise-level guarantees?</summary>
|
|
107
|
+
|
|
108
|
+
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
|
+
[![Get help from me on Tidelift][🏙️entsup-tidelift-img]][🏙️entsup-tidelift]
|
|
111
|
+
|
|
112
|
+
- 💡Subscribe for support guarantees covering _all_ your FLOSS dependencies
|
|
113
|
+
- 💡Tidelift is part of [Sonar][🏙️entsup-tidelift-sonar]
|
|
114
|
+
- 💡Tidelift pays maintainers to maintain the software you depend on!<br/>📊`@`Pointy Haired Boss: An [enterprise support][🏙️entsup-tidelift] subscription is "[never gonna let you down][🧮kloc]", and *supports* open source maintainers
|
|
115
|
+
|
|
116
|
+
Alternatively:
|
|
117
|
+
|
|
118
|
+
- [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
119
|
+
- [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork]
|
|
120
|
+
- [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor]
|
|
121
|
+
|
|
122
|
+
</details>
|
|
123
|
+
|
|
124
|
+
## ✨ Installation
|
|
125
|
+
|
|
126
|
+
Install the gem and add to the application's Gemfile by executing:
|
|
127
|
+
|
|
128
|
+
```console
|
|
129
|
+
bundle add kettle-rb
|
|
130
|
+
```
|
|
131
|
+
|
|
132
|
+
If bundler is not being used to manage dependencies, install the gem by executing:
|
|
133
|
+
|
|
134
|
+
```console
|
|
135
|
+
gem install kettle-rb
|
|
136
|
+
```
|
|
137
|
+
|
|
138
|
+
## ⚙️ Configuration
|
|
139
|
+
|
|
140
|
+
`kettle-rb` has no runtime configuration. The compatibility matrix is packaged
|
|
141
|
+
with the gem and exposed as immutable data.
|
|
142
|
+
|
|
143
|
+
Tooling that needs local, unreleased kettle-dev siblings should use normal
|
|
144
|
+
Bundler/Gemfile wiring through `KETTLE_RB_DEV`; do not alter `$LOAD_PATH`.
|
|
145
|
+
For example, downstream kettle gems can resolve a local checkout with:
|
|
146
|
+
|
|
147
|
+
```console
|
|
148
|
+
KETTLE_RB_DEV=/home/pboling/src/my/kettle-dev bundle install
|
|
149
|
+
```
|
|
150
|
+
|
|
151
|
+
After changing matrix data, update this gem first, release it, then bump the
|
|
152
|
+
consumer dependency floors in gems such as `kettle-dev` and `kettle-jem`.
|
|
153
|
+
|
|
154
|
+
## 🔧 Basic Usage
|
|
155
|
+
|
|
156
|
+
Require the library:
|
|
157
|
+
|
|
158
|
+
```ruby
|
|
159
|
+
require "kettle/rb"
|
|
160
|
+
```
|
|
161
|
+
|
|
162
|
+
Look up an engine or Ruby entry:
|
|
163
|
+
|
|
164
|
+
```ruby
|
|
165
|
+
entry = Kettle::Rb::CompatMatrix.entry("truffleruby-34.0")
|
|
166
|
+
|
|
167
|
+
entry.ruby # => "truffleruby-34.0.1"
|
|
168
|
+
entry.engine # => "truffleruby"
|
|
169
|
+
entry.mri # => "3.4"
|
|
170
|
+
entry.workflow_ruby # => "3.4"
|
|
171
|
+
```
|
|
172
|
+
|
|
173
|
+
Select generated workflow behavior:
|
|
174
|
+
|
|
175
|
+
```ruby
|
|
176
|
+
Kettle::Rb::CompatMatrix.engine_workflow("truffle")
|
|
177
|
+
# => "truffleruby"
|
|
178
|
+
|
|
179
|
+
Kettle::Rb::CompatMatrix.workflow_ruby_floor("truffleruby-23.1")
|
|
180
|
+
# => "3.1"
|
|
181
|
+
```
|
|
182
|
+
|
|
183
|
+
Select RuboCop LTS template data:
|
|
184
|
+
|
|
185
|
+
```ruby
|
|
186
|
+
Kettle::Rb::CompatMatrix.rubocop_template_tokens(Gem::Version.new("3.2"))
|
|
187
|
+
# => ["\"~> 24.2\", \">= 24.2.0\"", "rubocop-ruby3_2", "\"~> 3.0\", \">= 3.0.6\""]
|
|
188
|
+
|
|
189
|
+
Kettle::Rb::CompatMatrix.rubocop_lts_branch_for_gem("rubocop-ruby3_2")
|
|
190
|
+
# => "r3_2-even-v24"
|
|
191
|
+
```
|
|
192
|
+
|
|
193
|
+
## 🦷 FLOSS Funding
|
|
194
|
+
|
|
195
|
+
While kettle-dev tools are free software and will always be, the project would benefit immensely from some funding.
|
|
196
|
+
Raising a monthly budget of... "dollars" would make the project more sustainable.
|
|
197
|
+
|
|
198
|
+
We welcome both individual and corporate sponsors! We also offer a
|
|
199
|
+
wide array of funding channels to account for your preferences.
|
|
200
|
+
Currently, [Open Collective][🖇osc] is our preferred funding platform.
|
|
201
|
+
|
|
202
|
+
**If you're working in a company that's making significant use of kettle-dev tools we'd
|
|
203
|
+
appreciate it if you suggest to your company to become a kettle-dev sponsor.**
|
|
204
|
+
|
|
205
|
+
You can support the development of kettle-dev tools via
|
|
206
|
+
[GitHub Sponsors][🖇sponsor],
|
|
207
|
+
[Liberapay][⛳liberapay],
|
|
208
|
+
[PayPal][🖇paypal],
|
|
209
|
+
[Open Collective][🖇osc]
|
|
210
|
+
and [Tidelift][🏙️entsup-tidelift].
|
|
211
|
+
|
|
212
|
+
| 📍 NOTE |
|
|
213
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
214
|
+
| 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. |
|
|
215
|
+
|
|
216
|
+
### Open Collective for Individuals
|
|
217
|
+
|
|
218
|
+
Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/kettle-dev#backer)]
|
|
219
|
+
|
|
220
|
+
NOTE: [kettle-readme-backers][kettle-readme-backers] updates this list every day, automatically.
|
|
221
|
+
|
|
222
|
+
<!-- OPENCOLLECTIVE-INDIVIDUALS:START -->
|
|
223
|
+
No backers yet. Be the first!
|
|
224
|
+
<!-- OPENCOLLECTIVE-INDIVIDUALS:END -->
|
|
225
|
+
|
|
226
|
+
### Open Collective for Organizations
|
|
227
|
+
|
|
228
|
+
Become a sponsor and get your logo on our README on GitHub with a link to your site. [[Become a sponsor](https://opencollective.com/kettle-dev#sponsor)]
|
|
229
|
+
|
|
230
|
+
NOTE: [kettle-readme-backers][kettle-readme-backers] updates this list every day, automatically.
|
|
231
|
+
|
|
232
|
+
<!-- OPENCOLLECTIVE-ORGANIZATIONS:START -->
|
|
233
|
+
No sponsors yet. Be the first!
|
|
234
|
+
<!-- OPENCOLLECTIVE-ORGANIZATIONS:END -->
|
|
235
|
+
|
|
236
|
+
[kettle-readme-backers]: https://github.com/kettle-dev/kettle-rb/blob/main/bin/kettle-readme-backers
|
|
237
|
+
|
|
238
|
+
### Another way to support open-source
|
|
239
|
+
|
|
240
|
+
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).
|
|
241
|
+
|
|
242
|
+
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`.
|
|
243
|
+
|
|
244
|
+
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.
|
|
245
|
+
|
|
246
|
+
**[Floss-Funding.dev][🖇floss-funding.dev]: 👉️ No network calls. 👉️ No tracking. 👉️ No oversight. 👉️ Minimal crypto hashing. 💡 Easily disabled nags**
|
|
247
|
+
|
|
248
|
+
[![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 to my FLOSS efforts at ko-fi.com][🖇kofi-img]][🖇kofi]
|
|
249
|
+
|
|
250
|
+
## 🔐 Security
|
|
251
|
+
|
|
252
|
+
See [SECURITY.md][🔐security].
|
|
253
|
+
|
|
254
|
+
## 🤝 Contributing
|
|
255
|
+
|
|
256
|
+
If you need some ideas of where to help, you could work on adding more code coverage,
|
|
257
|
+
or if it is already 💯 (see [below](#code-coverage)) check [issues][🤝gh-issues] or [PRs][🤝gh-pulls],
|
|
258
|
+
or use the gem and think about how it could be better.
|
|
259
|
+
|
|
260
|
+
We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
|
|
261
|
+
|
|
262
|
+
See [CONTRIBUTING.md][🤝contributing] for more detailed instructions.
|
|
263
|
+
|
|
264
|
+
### 🚀 Release Instructions
|
|
265
|
+
|
|
266
|
+
See [CONTRIBUTING.md][🤝contributing].
|
|
267
|
+
|
|
268
|
+
### Code Coverage
|
|
269
|
+
|
|
270
|
+
<details markdown="1">
|
|
271
|
+
<summary>Coverage service badges</summary>
|
|
272
|
+
|
|
273
|
+
[![Coverage Graph][🏀codecov-g]][🏀codecov]
|
|
274
|
+
|
|
275
|
+
[![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls]
|
|
276
|
+
|
|
277
|
+
[![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov]
|
|
278
|
+
|
|
279
|
+
</details>
|
|
280
|
+
|
|
281
|
+
### 🪇 Code of Conduct
|
|
282
|
+
|
|
283
|
+
Everyone interacting with this project's codebases, issue trackers,
|
|
284
|
+
chat rooms and mailing lists agrees to follow the [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct].
|
|
285
|
+
|
|
286
|
+
## 🌈 Contributors
|
|
287
|
+
|
|
288
|
+
[![Contributors][🖐contributors-img]][🖐contributors]
|
|
289
|
+
|
|
290
|
+
Made with [contributors-img][🖐contrib-rocks].
|
|
291
|
+
|
|
292
|
+
Also see GitLab Contributors: [https://gitlab.com/kettle-dev/kettle-rb/-/graphs/main][🚎contributors-gl]
|
|
293
|
+
|
|
294
|
+
<details markdown="1">
|
|
295
|
+
<summary>⭐️ Star History</summary>
|
|
296
|
+
|
|
297
|
+
<a href="https://star-history.com/kettle-dev/kettle-rb&Date">
|
|
298
|
+
<picture>
|
|
299
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=kettle-dev/kettle-rb&type=Date&theme=dark" />
|
|
300
|
+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=kettle-dev/kettle-rb&type=Date" />
|
|
301
|
+
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=kettle-dev/kettle-rb&type=Date" />
|
|
302
|
+
</picture>
|
|
303
|
+
</a>
|
|
304
|
+
|
|
305
|
+
</details>
|
|
306
|
+
|
|
307
|
+
## 📌 Versioning
|
|
308
|
+
|
|
309
|
+
This library follows [![Semantic Versioning 2.0.0][📌semver-img]][📌semver] for its public API where practical.
|
|
310
|
+
For most applications, prefer the [Pessimistic Version Constraint][📌pvc] with two digits of precision.
|
|
311
|
+
|
|
312
|
+
For example:
|
|
313
|
+
|
|
314
|
+
```ruby
|
|
315
|
+
spec.add_dependency("kettle-rb", "~> 0.0")
|
|
316
|
+
```
|
|
317
|
+
|
|
318
|
+
<details markdown="1">
|
|
319
|
+
<summary>📌 Is "Platform Support" part of the public API? More details inside.</summary>
|
|
320
|
+
|
|
321
|
+
Dropping support for a platform can be a breaking change for affected users.
|
|
322
|
+
If a release changes supported platforms, it should be called out clearly in the changelog and versioned with that impact in mind.
|
|
323
|
+
|
|
324
|
+
To get a better understanding of how SemVer is intended to work over a project's lifetime,
|
|
325
|
+
read this article from the creator of SemVer:
|
|
326
|
+
|
|
327
|
+
- ["Major Version Numbers are Not Sacred"][📌major-versions-not-sacred]
|
|
328
|
+
|
|
329
|
+
</details>
|
|
330
|
+
|
|
331
|
+
See [CHANGELOG.md][📌changelog] for a list of releases.
|
|
332
|
+
|
|
333
|
+
## 📄 License
|
|
334
|
+
|
|
335
|
+
The gem is available as open source under the terms of
|
|
336
|
+
the [MIT](MIT.md) [![License: MIT][📄license-img]][📄license-ref].
|
|
337
|
+
|
|
338
|
+
### © Copyright
|
|
339
|
+
|
|
340
|
+
See [LICENSE.md][📄license] for the official copyright notice.
|
|
341
|
+
|
|
342
|
+
<details markdown="1">
|
|
343
|
+
<summary>Copyright holders</summary>
|
|
344
|
+
|
|
345
|
+
- Copyright (c) 2026 Peter H. Boling
|
|
346
|
+
|
|
347
|
+
</details>
|
|
348
|
+
|
|
349
|
+
## 🤑 A request for help
|
|
350
|
+
|
|
351
|
+
Maintainers have teeth and need to pay their dentists.
|
|
352
|
+
After getting laid off in an RIF in March, and encountering difficulty finding a new one,
|
|
353
|
+
I began spending most of my time building open source tools.
|
|
354
|
+
I'm hoping to be able to pay for my kids' health insurance this month,
|
|
355
|
+
so if you value the work I am doing, I need your support.
|
|
356
|
+
Please consider sponsoring me or the project.
|
|
357
|
+
|
|
358
|
+
To join the community or get help 👇️ Join the Discord.
|
|
359
|
+
|
|
360
|
+
[![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
361
|
+
|
|
362
|
+
To say "thanks!" ☝️ Join the Discord or 👇️ send money.
|
|
363
|
+
|
|
364
|
+
[![Sponsor kettle-dev/kettle-rb 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]
|
|
365
|
+
|
|
366
|
+
### Please give the project a star ⭐ ♥.
|
|
367
|
+
|
|
368
|
+
Many parts of this project are actively managed by a [kettle-jem](https://github.com/structuredmerge/structuredmerge-ruby/tree/main/gems/kettle-jem) smart template utilizing [StructuredMerge.org](https://structuredmerge.org) merge contracts.
|
|
369
|
+
|
|
370
|
+
Thanks for RTFM. ☺️
|
|
371
|
+
|
|
372
|
+
[⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&color=a51611&style=flat
|
|
373
|
+
[⛳liberapay-bottom-img]: https://img.shields.io/liberapay/goal/pboling.svg?style=for-the-badge&logo=liberapay&color=a51611
|
|
374
|
+
[⛳liberapay]: https://liberapay.com/pboling/donate
|
|
375
|
+
[🖇osc-all-img]: https://img.shields.io/opencollective/all/kettle-dev
|
|
376
|
+
[🖇osc-sponsors-img]: https://img.shields.io/opencollective/sponsors/kettle-dev
|
|
377
|
+
[🖇osc-backers-img]: https://img.shields.io/opencollective/backers/kettle-dev
|
|
378
|
+
[🖇osc-backers]: https://opencollective.com/kettle-dev#backer
|
|
379
|
+
[🖇osc-backers-i]: https://opencollective.com/kettle-dev/backers/badge.svg?style=flat
|
|
380
|
+
[🖇osc-sponsors]: https://opencollective.com/kettle-dev#sponsor
|
|
381
|
+
[🖇osc-sponsors-i]: https://opencollective.com/kettle-dev/sponsors/badge.svg?style=flat
|
|
382
|
+
[🖇osc-all-bottom-img]: https://img.shields.io/opencollective/all/kettle-dev?style=for-the-badge
|
|
383
|
+
[🖇osc-sponsors-bottom-img]: https://img.shields.io/opencollective/sponsors/kettle-dev?style=for-the-badge
|
|
384
|
+
[🖇osc-backers-bottom-img]: https://img.shields.io/opencollective/backers/kettle-dev?style=for-the-badge
|
|
385
|
+
[🖇osc]: https://opencollective.com/kettle-dev
|
|
386
|
+
[🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
|
|
387
|
+
[🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
|
|
388
|
+
[🖇sponsor]: https://github.com/sponsors/pboling
|
|
389
|
+
[🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
|
|
390
|
+
[🖇kofi]: https://ko-fi.com/pboling
|
|
391
|
+
[🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
|
|
392
|
+
[🖇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
|
|
393
|
+
[🖇buyme]: https://www.buymeacoffee.com/pboling
|
|
394
|
+
[🖇paypal-img]: https://img.shields.io/badge/donate-paypal-a51611.svg?style=flat&logo=paypal
|
|
395
|
+
[🖇paypal-bottom-img]: https://img.shields.io/badge/donate-paypal-a51611.svg?style=for-the-badge&logo=paypal&color=0A0A0A
|
|
396
|
+
[🖇paypal]: https://www.paypal.com/paypalme/peterboling
|
|
397
|
+
[🖇floss-funding.dev]: https://floss-funding.dev
|
|
398
|
+
[🖇floss-funding-gem]: https://github.com/galtzo-floss/floss_funding
|
|
399
|
+
[✉️discord-invite]: https://discord.gg/3qme4XHNKN
|
|
400
|
+
[✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
|
|
401
|
+
[✉️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
|
|
402
|
+
[✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
|
|
403
|
+
|
|
404
|
+
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
405
|
+
[⛳️gem-namespace]: https://github.com/kettle-dev/kettle-rb
|
|
406
|
+
[⛳️namespace-img]: https://img.shields.io/badge/namespace-Kettle::Rb-3C2D2D.svg?style=square&logo=ruby&logoColor=white
|
|
407
|
+
[⛳️gem-name]: https://bestgems.org/gems/kettle-rb
|
|
408
|
+
[⛳️name-img]: https://img.shields.io/badge/name-kettle--rb-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
|
|
409
|
+
[⛳️tag-img]: https://img.shields.io/github/tag/kettle-dev/kettle-rb.svg
|
|
410
|
+
[⛳️tag]: https://github.com/kettle-dev/kettle-rb/releases
|
|
411
|
+
[🚂maint-blog]: http://www.railsbling.com/tags/kettle-rb
|
|
412
|
+
[🚂maint-blog-img]: https://img.shields.io/badge/blog-railsbling-0093D0.svg?style=for-the-badge&logo=rubyonrails&logoColor=orange
|
|
413
|
+
[🚂maint-contact]: http://www.railsbling.com/contact
|
|
414
|
+
[🚂maint-contact-img]: https://img.shields.io/badge/Contact-Maintainer-0093D0.svg?style=flat&logo=rubyonrails&logoColor=red
|
|
415
|
+
[💖🖇linkedin]: http://www.linkedin.com/in/peterboling
|
|
416
|
+
[💖🖇linkedin-img]: https://img.shields.io/badge/LinkedIn-Profile-0B66C2?style=flat&logo=newjapanprowrestling
|
|
417
|
+
[💖✌️wellfound]: https://wellfound.com/u/peter-boling
|
|
418
|
+
[💖✌️wellfound-img]: https://img.shields.io/badge/peter--boling-orange?style=flat&logo=wellfound
|
|
419
|
+
[💖💲crunchbase]: https://www.crunchbase.com/person/peter-boling
|
|
420
|
+
[💖💲crunchbase-img]: https://img.shields.io/badge/peter--boling-purple?style=flat&logo=crunchbase
|
|
421
|
+
[💖🐘ruby-mast]: https://ruby.social/@galtzo
|
|
422
|
+
[💖🐘ruby-mast-img]: https://img.shields.io/mastodon/follow/109447111526622197?domain=https://ruby.social&style=flat&logo=mastodon&label=Ruby%20@galtzo
|
|
423
|
+
[💖🦋bluesky]: https://bsky.app/profile/galtzo.com
|
|
424
|
+
[💖🦋bluesky-img]: https://img.shields.io/badge/@galtzo.com-0285FF?style=flat&logo=bluesky&logoColor=white
|
|
425
|
+
[💖🌳linktree]: https://linktr.ee/galtzo
|
|
426
|
+
[💖🌳linktree-img]: https://img.shields.io/badge/galtzo-purple?style=flat&logo=linktree
|
|
427
|
+
[💖💁🏼♂️devto]: https://dev.to/galtzo
|
|
428
|
+
[💖💁🏼♂️devto-img]: https://img.shields.io/badge/dev.to-0A0A0A?style=flat&logo=devdotto&logoColor=white
|
|
429
|
+
[💖💁🏼♂️aboutme]: https://about.me/peter.boling
|
|
430
|
+
[💖💁🏼♂️aboutme-img]: https://img.shields.io/badge/about.me-0A0A0A?style=flat&logo=aboutme&logoColor=white
|
|
431
|
+
[💖🧊berg]: https://codeberg.org/pboling
|
|
432
|
+
[💖🐙hub]: https://github.org/pboling
|
|
433
|
+
[💖🛖hut]: https://sr.ht/~galtzo/
|
|
434
|
+
[💖🧪lab]: https://gitlab.com/pboling
|
|
435
|
+
[👨🏼🏫expsup-upwork]: https://www.upwork.com/freelancers/~014942e9b056abdf86?mp_source=share
|
|
436
|
+
[👨🏼🏫expsup-upwork-img]: https://img.shields.io/badge/UpWork-13544E?style=for-the-badge&logo=Upwork&logoColor=white
|
|
437
|
+
[👨🏼🏫expsup-codementor]: https://www.codementor.io/peterboling?utm_source=github&utm_medium=button&utm_term=peterboling&utm_campaign=github
|
|
438
|
+
[👨🏼🏫expsup-codementor-img]: https://img.shields.io/badge/CodeMentor-Get_Help-1abc9c?style=for-the-badge&logo=CodeMentor&logoColor=white
|
|
439
|
+
[🏙️entsup-tidelift]: https://tidelift.com/subscription/pkg/rubygems-kettle-rb?utm_source=rubygems-kettle-rb&utm_medium=referral&utm_campaign=readme
|
|
440
|
+
[🏙️entsup-tidelift-img]: https://img.shields.io/badge/Tidelift_and_Sonar-Enterprise_Support-FD3456?style=for-the-badge&logo=sonar&logoColor=white
|
|
441
|
+
[🏙️entsup-tidelift-sonar]: https://blog.tidelift.com/tidelift-joins-sonar
|
|
442
|
+
[💁🏼♂️peterboling]: http://www.peterboling.com
|
|
443
|
+
[🚂railsbling]: http://www.railsbling.com
|
|
444
|
+
[📜src-gl-img]: https://img.shields.io/badge/GitLab-FBA326?style=for-the-badge&logo=Gitlab&logoColor=orange
|
|
445
|
+
[📜src-gl]: https://gitlab.com/kettle-dev/kettle-rb
|
|
446
|
+
[📜src-cb-img]: https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&logo=CodeBerg&logoColor=blue
|
|
447
|
+
[📜src-cb]: https://codeberg.org/kettle-dev/kettle-rb
|
|
448
|
+
[📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=Github&logoColor=green
|
|
449
|
+
[📜src-gh]: https://github.com/kettle-dev/kettle-rb
|
|
450
|
+
[📜docs-cr-rd-img]: https://img.shields.io/badge/RubyDoc-Current_Release-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
|
451
|
+
[📜docs-head-rd-img]: https://img.shields.io/badge/YARD_on_Galtzo.com-HEAD-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
|
452
|
+
[📜gl-wiki]: https://gitlab.com/kettle-dev/kettle-rb/-/wikis/home
|
|
453
|
+
[📜gh-wiki]: https://github.com/kettle-dev/kettle-rb/wiki
|
|
454
|
+
[📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
|
|
455
|
+
[📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
|
|
456
|
+
[👽dl-rank]: https://bestgems.org/gems/kettle-rb
|
|
457
|
+
[👽dl-ranki]: https://img.shields.io/gem/rd/kettle-rb.svg
|
|
458
|
+
[👽version]: https://bestgems.org/gems/kettle-rb
|
|
459
|
+
[👽versioni]: https://img.shields.io/gem/v/kettle-rb.svg
|
|
460
|
+
[🏀qlty-mnt]: https://qlty.sh/gh/kettle-dev/projects/kettle-rb
|
|
461
|
+
[🏀qlty-mnti]: https://qlty.sh/gh/kettle-dev/projects/kettle-rb/maintainability.svg
|
|
462
|
+
[🏀qlty-cov]: https://qlty.sh/gh/kettle-dev/projects/kettle-rb/metrics/code?sort=coverageRating
|
|
463
|
+
[🏀qlty-covi]: https://qlty.sh/gh/kettle-dev/projects/kettle-rb/coverage.svg
|
|
464
|
+
[🏀codecov]: https://codecov.io/gh/kettle-dev/kettle-rb
|
|
465
|
+
[🏀codecovi]: https://codecov.io/gh/kettle-dev/kettle-rb/graph/badge.svg
|
|
466
|
+
[🏀coveralls]: https://coveralls.io/github/kettle-dev/kettle-rb?branch=main
|
|
467
|
+
[🏀coveralls-img]: https://coveralls.io/repos/github/kettle-dev/kettle-rb/badge.svg?branch=main
|
|
468
|
+
[🚎ruby-2.4-wf]: https://github.com/kettle-dev/kettle-rb/actions/workflows/ruby-2.4.yml
|
|
469
|
+
[🚎ruby-2.5-wf]: https://github.com/kettle-dev/kettle-rb/actions/workflows/ruby-2.5.yml
|
|
470
|
+
[🚎ruby-2.6-wf]: https://github.com/kettle-dev/kettle-rb/actions/workflows/ruby-2.6.yml
|
|
471
|
+
[🚎ruby-2.7-wf]: https://github.com/kettle-dev/kettle-rb/actions/workflows/ruby-2.7.yml
|
|
472
|
+
[🚎ruby-3.0-wf]: https://github.com/kettle-dev/kettle-rb/actions/workflows/ruby-3.0.yml
|
|
473
|
+
[🚎ruby-3.1-wf]: https://github.com/kettle-dev/kettle-rb/actions/workflows/ruby-3.1.yml
|
|
474
|
+
[🚎ruby-3.2-wf]: https://github.com/kettle-dev/kettle-rb/actions/workflows/ruby-3.2.yml
|
|
475
|
+
[🚎ruby-3.3-wf]: https://github.com/kettle-dev/kettle-rb/actions/workflows/ruby-3.3.yml
|
|
476
|
+
[🚎ruby-3.4-wf]: https://github.com/kettle-dev/kettle-rb/actions/workflows/ruby-3.4.yml
|
|
477
|
+
[🚎jruby-9.2-wf]: https://github.com/kettle-dev/kettle-rb/actions/workflows/jruby-9.2.yml
|
|
478
|
+
[🚎jruby-9.3-wf]: https://github.com/kettle-dev/kettle-rb/actions/workflows/jruby-9.3.yml
|
|
479
|
+
[🚎jruby-9.4-wf]: https://github.com/kettle-dev/kettle-rb/actions/workflows/jruby-9.4.yml
|
|
480
|
+
[🚎jruby-10.0-wf]: https://github.com/kettle-dev/kettle-rb/actions/workflows/jruby-10.0.yml
|
|
481
|
+
[🚎truby-22.3-wf]: https://github.com/kettle-dev/kettle-rb/actions/workflows/truffleruby-22.3.yml
|
|
482
|
+
[🚎truby-23.0-wf]: https://github.com/kettle-dev/kettle-rb/actions/workflows/truffleruby-23.0.yml
|
|
483
|
+
[🚎truby-23.1-wf]: https://github.com/kettle-dev/kettle-rb/actions/workflows/truffleruby-23.1.yml
|
|
484
|
+
[🚎truby-24.2-wf]: https://github.com/kettle-dev/kettle-rb/actions/workflows/truffleruby-24.2.yml
|
|
485
|
+
[🚎truby-25.0-wf]: https://github.com/kettle-dev/kettle-rb/actions/workflows/truffleruby-25.0.yml
|
|
486
|
+
[🚎truby-33.0-wf]: https://github.com/kettle-dev/kettle-rb/actions/workflows/truffleruby-33.0.yml
|
|
487
|
+
[🚎2-cov-wf]: https://github.com/kettle-dev/kettle-rb/actions/workflows/coverage.yml
|
|
488
|
+
[🚎2-cov-wfi]: https://github.com/kettle-dev/kettle-rb/actions/workflows/coverage.yml/badge.svg
|
|
489
|
+
[🚎3-hd-wf]: https://github.com/kettle-dev/kettle-rb/actions/workflows/heads.yml
|
|
490
|
+
[🚎3-hd-wfi]: https://github.com/kettle-dev/kettle-rb/actions/workflows/heads.yml/badge.svg
|
|
491
|
+
[🚎5-st-wf]: https://github.com/kettle-dev/kettle-rb/actions/workflows/style.yml
|
|
492
|
+
[🚎5-st-wfi]: https://github.com/kettle-dev/kettle-rb/actions/workflows/style.yml/badge.svg
|
|
493
|
+
[🚎9-t-wf]: https://github.com/kettle-dev/kettle-rb/actions/workflows/truffle.yml
|
|
494
|
+
[🚎9-t-wfi]: https://github.com/kettle-dev/kettle-rb/actions/workflows/truffle.yml/badge.svg
|
|
495
|
+
[🚎10-j-wf]: https://github.com/kettle-dev/kettle-rb/actions/workflows/jruby.yml
|
|
496
|
+
[🚎10-j-wfi]: https://github.com/kettle-dev/kettle-rb/actions/workflows/jruby.yml/badge.svg
|
|
497
|
+
[🚎11-c-wf]: https://github.com/kettle-dev/kettle-rb/actions/workflows/current.yml
|
|
498
|
+
[🚎11-c-wfi]: https://github.com/kettle-dev/kettle-rb/actions/workflows/current.yml/badge.svg
|
|
499
|
+
[🚎12-crh-wf]: https://github.com/kettle-dev/kettle-rb/actions/workflows/dep-heads.yml
|
|
500
|
+
[🚎12-crh-wfi]: https://github.com/kettle-dev/kettle-rb/actions/workflows/dep-heads.yml/badge.svg
|
|
501
|
+
[🚎13-🔒️-wf]: https://github.com/kettle-dev/kettle-rb/actions/workflows/locked_deps.yml
|
|
502
|
+
[🚎13-🔒️-wfi]: https://github.com/kettle-dev/kettle-rb/actions/workflows/locked_deps.yml/badge.svg
|
|
503
|
+
[🚎14-🔓️-wf]: https://github.com/kettle-dev/kettle-rb/actions/workflows/unlocked_deps.yml
|
|
504
|
+
[🚎14-🔓️-wfi]: https://github.com/kettle-dev/kettle-rb/actions/workflows/unlocked_deps.yml/badge.svg
|
|
505
|
+
[🚎15-🪪-wf]: https://github.com/kettle-dev/kettle-rb/actions/workflows/license-eye.yml
|
|
506
|
+
[🚎15-🪪-wfi]: https://github.com/kettle-dev/kettle-rb/actions/workflows/license-eye.yml/badge.svg
|
|
507
|
+
[💎ruby-1.8i]: https://img.shields.io/badge/Ruby-1.8_(%F0%9F%9A%ABCI)-AABBCC?style=for-the-badge&logo=ruby&logoColor=white
|
|
508
|
+
[💎ruby-1.9i]: https://img.shields.io/badge/Ruby-1.9_(%F0%9F%9A%ABCI)-AABBCC?style=for-the-badge&logo=ruby&logoColor=white
|
|
509
|
+
[💎ruby-2.0i]: https://img.shields.io/badge/Ruby-2.0_(%F0%9F%9A%ABCI)-AABBCC?style=for-the-badge&logo=ruby&logoColor=white
|
|
510
|
+
[💎ruby-2.1i]: https://img.shields.io/badge/Ruby-2.1_(%F0%9F%9A%ABCI)-AABBCC?style=for-the-badge&logo=ruby&logoColor=white
|
|
511
|
+
[💎ruby-2.2i]: https://img.shields.io/badge/Ruby-2.2_(%F0%9F%9A%ABCI)-AABBCC?style=for-the-badge&logo=ruby&logoColor=white
|
|
512
|
+
[💎ruby-2.3i]: https://img.shields.io/badge/Ruby-2.3_(%F0%9F%9A%ABCI)-AABBCC?style=for-the-badge&logo=ruby&logoColor=white
|
|
513
|
+
[💎ruby-2.4i]: https://img.shields.io/badge/Ruby-2.4-DF00CA?style=for-the-badge&logo=ruby&logoColor=white
|
|
514
|
+
[💎ruby-2.5i]: https://img.shields.io/badge/Ruby-2.5-DF00CA?style=for-the-badge&logo=ruby&logoColor=white
|
|
515
|
+
[💎ruby-2.6i]: https://img.shields.io/badge/Ruby-2.6-DF00CA?style=for-the-badge&logo=ruby&logoColor=white
|
|
516
|
+
[💎ruby-2.7i]: https://img.shields.io/badge/Ruby-2.7-DF00CA?style=for-the-badge&logo=ruby&logoColor=white
|
|
517
|
+
[💎ruby-3.0i]: https://img.shields.io/badge/Ruby-3.0-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
518
|
+
[💎ruby-3.1i]: https://img.shields.io/badge/Ruby-3.1-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
519
|
+
[💎ruby-3.2i]: https://img.shields.io/badge/Ruby-3.2-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
520
|
+
[💎ruby-3.3i]: https://img.shields.io/badge/Ruby-3.3-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
521
|
+
[💎ruby-3.4i]: https://img.shields.io/badge/Ruby-3.4-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
522
|
+
[💎ruby-c-i]: https://img.shields.io/badge/Ruby-current-CC342D?style=for-the-badge&logo=ruby&logoColor=green
|
|
523
|
+
[💎ruby-headi]: https://img.shields.io/badge/Ruby-HEAD-CC342D?style=for-the-badge&logo=ruby&logoColor=blue
|
|
524
|
+
[💎truby-22.3i]: https://img.shields.io/badge/Truffle_Ruby-22.3-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
525
|
+
[💎truby-23.0i]: https://img.shields.io/badge/Truffle_Ruby-23.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
526
|
+
[💎truby-23.1i]: https://img.shields.io/badge/Truffle_Ruby-23.1-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
527
|
+
[💎truby-24.2i]: https://img.shields.io/badge/Truffle_Ruby-24.2-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
528
|
+
[💎truby-25.0i]: https://img.shields.io/badge/Truffle_Ruby-25.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
529
|
+
[💎truby-33.0i]: https://img.shields.io/badge/Truffle_Ruby-33.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
530
|
+
[💎truby-c-i]: https://img.shields.io/badge/Truffle_Ruby-current-34BCB1?style=for-the-badge&logo=ruby&logoColor=green
|
|
531
|
+
[💎truby-headi]: https://img.shields.io/badge/Truffle_Ruby-HEAD-34BCB1?style=for-the-badge&logo=ruby&logoColor=blue
|
|
532
|
+
[💎jruby-9.2i]: https://img.shields.io/badge/JRuby-9.2-FBE742?style=for-the-badge&logo=ruby&logoColor=red
|
|
533
|
+
[💎jruby-9.3i]: https://img.shields.io/badge/JRuby-9.3-FBE742?style=for-the-badge&logo=ruby&logoColor=red
|
|
534
|
+
[💎jruby-9.4i]: https://img.shields.io/badge/JRuby-9.4-FBE742?style=for-the-badge&logo=ruby&logoColor=red
|
|
535
|
+
[💎jruby-10.0i]: https://img.shields.io/badge/JRuby-10.0-FBE742?style=for-the-badge&logo=ruby&logoColor=red
|
|
536
|
+
[💎jruby-c-i]: https://img.shields.io/badge/JRuby-current-FBE742?style=for-the-badge&logo=ruby&logoColor=green
|
|
537
|
+
[💎jruby-headi]: https://img.shields.io/badge/JRuby-HEAD-FBE742?style=for-the-badge&logo=ruby&logoColor=blue
|
|
538
|
+
[🤝gh-issues]: https://github.com/kettle-dev/kettle-rb/issues
|
|
539
|
+
[🤝gh-pulls]: https://github.com/kettle-dev/kettle-rb/pulls
|
|
540
|
+
[🤝gl-issues]: https://gitlab.com/kettle-dev/kettle-rb/-/issues
|
|
541
|
+
[🤝gl-pulls]: https://gitlab.com/kettle-dev/kettle-rb/-/merge_requests
|
|
542
|
+
[🤝cb-issues]: https://codeberg.org/kettle-dev/kettle-rb/issues
|
|
543
|
+
[🤝cb-pulls]: https://codeberg.org/kettle-dev/kettle-rb/pulls
|
|
544
|
+
[🤝cb-donate]: https://donate.codeberg.org/
|
|
545
|
+
[🤝contributing]: https://github.com/kettle-dev/kettle-rb/blob/main/CONTRIBUTING.md
|
|
546
|
+
[🏀codecov-g]: https://codecov.io/gh/kettle-dev/kettle-rb/graph/badge.svg
|
|
547
|
+
[🖐contrib-rocks]: https://contrib.rocks
|
|
548
|
+
[🖐contributors]: https://github.com/kettle-dev/kettle-rb/graphs/contributors
|
|
549
|
+
[🖐contributors-img]: https://contrib.rocks/image?repo=kettle-dev/kettle-rb
|
|
550
|
+
[🚎contributors-gl]: https://gitlab.com/kettle-dev/kettle-rb/-/graphs/main
|
|
551
|
+
[🪇conduct]: https://github.com/kettle-dev/kettle-rb/blob/main/CODE_OF_CONDUCT.md
|
|
552
|
+
[🪇conduct-img]: https://img.shields.io/badge/Contributor_Covenant-2.1-259D6C.svg
|
|
553
|
+
[📌pvc]: http://guides.rubygems.org/patterns/#pessimistic-version-constraint
|
|
554
|
+
[📌semver]: https://semver.org/spec/v2.0.0.html
|
|
555
|
+
[📌semver-img]: https://img.shields.io/badge/semver-2.0.0-259D6C.svg?style=flat
|
|
556
|
+
[📌semver-breaking]: https://github.com/semver/semver/issues/716#issuecomment-869336139
|
|
557
|
+
[📌major-versions-not-sacred]: https://tom.preston-werner.com/2022/05/23/major-version-numbers-are-not-sacred.html
|
|
558
|
+
[📌changelog]: https://github.com/kettle-dev/kettle-rb/blob/main/CHANGELOG.md
|
|
559
|
+
[📗keep-changelog]: https://keepachangelog.com/en/1.0.0/
|
|
560
|
+
[📗keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-34495e.svg?style=flat
|
|
561
|
+
[📌gitmoji]: https://gitmoji.dev
|
|
562
|
+
[📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
|
|
563
|
+
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
|
564
|
+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.076-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
|
565
|
+
[🔐security]: https://github.com/kettle-dev/kettle-rb/blob/main/SECURITY.md
|
|
566
|
+
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
|
567
|
+
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
|
568
|
+
[📄license]: LICENSE.md
|
|
569
|
+
[📄license-ref]: MIT.md
|
|
570
|
+
[📄license-img]: https://img.shields.io/badge/License-MIT-259D6C.svg
|
|
571
|
+
[📄license-compat]: https://www.apache.org/legal/resolved.html#category-a
|
|
572
|
+
[📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A-%E2%9C%93-259D6C.svg?style=flat&logo=Apache
|
|
573
|
+
|
|
574
|
+
[📄ilo-declaration]: https://www.ilo.org/declaration/lang--en/index.htm
|
|
575
|
+
[📄ilo-declaration-img]: https://img.shields.io/badge/ILO_Fundamental_Principles-✓-259D6C.svg?style=flat
|
|
576
|
+
[🚎yard-current]: http://rubydoc.info/gems/kettle-rb
|
|
577
|
+
[🚎yard-head]: https://kettle-rb.galtzo.com
|
|
578
|
+
[💎stone_checksums]: https://github.com/galtzo-floss/stone_checksums
|
|
579
|
+
[💎SHA_checksums]: https://gitlab.com/kettle-dev/kettle-rb/-/tree/main/checksums
|
|
580
|
+
[💎rlts]: https://github.com/rubocop-lts/rubocop-lts
|
|
581
|
+
[💎rlts-img]: https://img.shields.io/badge/code_style_&_linting-rubocop--lts-34495e.svg?plastic&logo=ruby&logoColor=white
|
|
582
|
+
[💎appraisal2]: https://github.com/appraisal-rb/appraisal2
|
|
583
|
+
[💎appraisal2-img]: https://img.shields.io/badge/appraised_by-appraisal2-34495e.svg?plastic&logo=ruby&logoColor=white
|
|
584
|
+
[💎d-in-dvcs]: https://railsbling.com/posts/dvcs/put_the_d_in_dvcs/
|
|
585
|
+
|
|
586
|
+
<!-- kettle-jem:metadata:start -->
|
|
587
|
+
| Field | Value |
|
|
588
|
+
|---|---|
|
|
589
|
+
| Package | kettle-rb |
|
|
590
|
+
| Description | 📏 TODO: Write a longer description or delete this line. |
|
|
591
|
+
| Homepage | https://github.com/kettle-dev/kettle-rb |
|
|
592
|
+
| Source | https://github.com/kettle-dev/kettle-rb |
|
|
593
|
+
| License | `MIT` |
|
|
594
|
+
| Funding | https://github.com/sponsors/pboling, https://ko-fi.com/pboling, https://liberapay.com/pboling/donate, https://opencollective.com/kettle-dev, https://thanks.dev/u/gh/pboling, https://tidelift.com/funding/github/rubygems/kettle-rb, https://www.buymeacoffee.com/pboling |
|
|
595
|
+
<!-- kettle-jem:metadata:end -->
|