kettle-wash 0.1.1 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +83 -1
- data/LICENSE.md +7 -7
- data/README.md +21 -21
- data/lib/kettle/wash/version.rb +4 -1
- data.tar.gz.sig +0 -0
- metadata +38 -17
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6608c8ecf55e10d44c45158c6eacd1978ed41e5a741ec71b45a99f3a41a6b5fc
|
|
4
|
+
data.tar.gz: 40cab66aab1b1c7b0363cfde03690a3277099fe0c2f7492a279e4da855a5f6cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8adc3daaff593eae3f324dbd88f6ab6ec3332f8be080e98a4782d6d6c941ee65af29e87078d4ee3a989696ac62a250290b9f5c57fe55af6f9f668bd15bbe91da
|
|
7
|
+
data.tar.gz: aa88a6294c159179cd4caeadebbe89e5d413d9872170089377741a39980b7b04b4306732db8870b5fd5a268dd2076c9e98876ed729fe6611e7a4786dd8d48a77
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,84 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [0.1.3] - 2026-07-31
|
|
34
|
+
|
|
35
|
+
- TAG: [v0.1.3][0.1.3t]
|
|
36
|
+
- COVERAGE: 100.00% -- 63/63 lines in 2 files
|
|
37
|
+
- BRANCH COVERAGE: 86.36% -- 19/22 branches in 2 files
|
|
38
|
+
- 33.33% documented
|
|
39
|
+
|
|
40
|
+
### Added
|
|
41
|
+
|
|
42
|
+
- kettle-jem-template-20260729-005 - Gemspec metadata now publishes this
|
|
43
|
+
project's RubyForum tag as `mailing_list_uri`, and support docs link to the
|
|
44
|
+
tagged RubyForum community alongside Discord.
|
|
45
|
+
|
|
46
|
+
### Fixed
|
|
47
|
+
|
|
48
|
+
- kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
|
|
49
|
+
setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
|
|
50
|
+
lockfile parser failures on Git and path dependencies.
|
|
51
|
+
- kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
|
|
52
|
+
missing canonical version spec when a project only has shim namespace version
|
|
53
|
+
specs.
|
|
54
|
+
- kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
|
|
55
|
+
legacy manual bundle install path, avoiding setup-time Bundler full-index
|
|
56
|
+
failures against `gem.coop`.
|
|
57
|
+
- kettle-jem-template-20260729-002 - VersionGem bootstrap now preserves
|
|
58
|
+
and templates dedicated `version_gem.rb` entrypoints even when the gemspec
|
|
59
|
+
dependency is intentionally omitted, and generated anonymous-loader specs
|
|
60
|
+
cover both `version.rb` and `version_gem.rb`.
|
|
61
|
+
- kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
|
|
62
|
+
floor now get managed minimal `version.rb` files and anonymous-loader version
|
|
63
|
+
specs without adding `version_gem`.
|
|
64
|
+
- kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
|
|
65
|
+
relative to the gemspec directory, so release package contents stay correct
|
|
66
|
+
even when the gemspec is loaded from another working directory.
|
|
67
|
+
|
|
68
|
+
## [0.1.2] - 2026-07-28
|
|
69
|
+
|
|
70
|
+
- TAG: [v0.1.2][0.1.2t]
|
|
71
|
+
- COVERAGE: 100.00% -- 63/63 lines in 2 files
|
|
72
|
+
- BRANCH COVERAGE: 86.36% -- 19/22 branches in 2 files
|
|
73
|
+
- 33.33% documented
|
|
74
|
+
|
|
75
|
+
### Added
|
|
76
|
+
|
|
77
|
+
- kettle-jem-template-20260726-001 - Projects now include YARD lint
|
|
78
|
+
configuration and documentation dependencies so documentation issues fail
|
|
79
|
+
before generated docs are refreshed.
|
|
80
|
+
|
|
81
|
+
- kettle-jem-template-20260727-001 - Spec harness documentation now lists the
|
|
82
|
+
RSpec helpers provided by `kettle-test`.
|
|
83
|
+
|
|
84
|
+
### Changed
|
|
85
|
+
|
|
86
|
+
- kettle-jem-template-20260725-001 - Release pull request branches beginning
|
|
87
|
+
with `feature/release` now run JRuby and TruffleRuby workflows.
|
|
88
|
+
- kettle-jem-template-20260725-002 - Version specs now use `anonymous_loader` to
|
|
89
|
+
cover `version.rb` without redefining constants, or are removed when version
|
|
90
|
+
specs are not managed for the project.
|
|
91
|
+
|
|
92
|
+
- kettle-jem-template-20260728-001 - Generated Ruby workflows now use clearer
|
|
93
|
+
setup-ruby-flash planning and can prepare appraisal-only jobs without
|
|
94
|
+
installing the main Gemfile bundle.
|
|
95
|
+
|
|
96
|
+
### Fixed
|
|
97
|
+
|
|
98
|
+
- kettle-jem-template-20260726-002 - Generated version files now document their
|
|
99
|
+
version namespace and constants, reducing warning-only YARD lint output.
|
|
100
|
+
|
|
101
|
+
- kettle-jem-template-20260726-003 - Coverage upload steps now treat Coveralls,
|
|
102
|
+
QLTY, and Codecov as optional, so provider outages do not fail CI when local
|
|
103
|
+
coverage thresholds still pass.
|
|
104
|
+
- kettle-jem-template-20260728-002 - Generated RuboCop configs now ignore the
|
|
105
|
+
same `gemfiles/vendor/bundle` tree as `.gitignore`, so vendored dependency
|
|
106
|
+
installs are not reported as project lint debt.
|
|
107
|
+
- kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
|
|
108
|
+
TruffleRuby jobs with current RubyGems and Bundler, avoiding setup failures
|
|
109
|
+
before the test suite starts.
|
|
110
|
+
|
|
33
111
|
## [0.1.1] - 2026-07-21
|
|
34
112
|
|
|
35
113
|
- TAG: [v0.1.1][0.1.1t]
|
|
@@ -91,7 +169,11 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
91
169
|
|
|
92
170
|
- Package configured license files in gem release file lists.
|
|
93
171
|
|
|
94
|
-
[Unreleased]: https://github.com/kettle-dev/kettle-wash/compare/v0.1.
|
|
172
|
+
[Unreleased]: https://github.com/kettle-dev/kettle-wash/compare/v0.1.3...HEAD
|
|
173
|
+
[0.1.3]: https://github.com/kettle-dev/kettle-wash/compare/v0.1.2...v0.1.3
|
|
174
|
+
[0.1.3t]: https://github.com/kettle-dev/kettle-wash/releases/tag/v0.1.3
|
|
175
|
+
[0.1.2]: https://github.com/kettle-dev/kettle-wash/compare/v0.1.1...v0.1.2
|
|
176
|
+
[0.1.2t]: https://github.com/kettle-dev/kettle-wash/releases/tag/v0.1.2
|
|
95
177
|
[0.1.1]: https://github.com/kettle-dev/kettle-wash/compare/v0.1.0...v0.1.1
|
|
96
178
|
[0.1.1t]: https://github.com/kettle-dev/kettle-wash/releases/tag/v0.1.1
|
|
97
179
|
[0.1.0]: https://github.com/kettle-dev/kettle-wash/compare/9819b1c14789cdd16131ddf8f131a436f702fd4e...v0.1.0
|
data/LICENSE.md
CHANGED
|
@@ -3,18 +3,18 @@
|
|
|
3
3
|
This project is made available under the following licenses.
|
|
4
4
|
Choose the option that best fits your use case:
|
|
5
5
|
|
|
6
|
-
- [AGPL-3.0-only](AGPL-3.0-only.md)
|
|
7
|
-
- [PolyForm-Small-Business-1.0.0](PolyForm-Small-Business-1.0.0.md)
|
|
8
|
-
- [Big-Time-Public-License](Big-Time-Public-License.md)
|
|
6
|
+
- [AGPL-3.0-only](https://github.com/kettle-dev/kettle-wash/blob/main/AGPL-3.0-only.md)
|
|
7
|
+
- [PolyForm-Small-Business-1.0.0](https://github.com/kettle-dev/kettle-wash/blob/main/PolyForm-Small-Business-1.0.0.md)
|
|
8
|
+
- [Big-Time-Public-License](https://github.com/kettle-dev/kettle-wash/blob/main/Big-Time-Public-License.md)
|
|
9
9
|
|
|
10
10
|
## Use-case guide
|
|
11
11
|
|
|
12
12
|
| Use case | License |
|
|
13
13
|
|---|---|
|
|
14
|
-
| Copy-left open source | [AGPL-3.0-only](AGPL-3.0-only.md) |
|
|
15
|
-
| Non-commercial (research, education, personal use) | [PolyForm-Small-Business-1.0.0](PolyForm-Small-Business-1.0.0.md) or [Big-Time-Public-License](Big-Time-Public-License.md) |
|
|
16
|
-
| Small business commercial | [PolyForm-Small-Business-1.0.0](PolyForm-Small-Business-1.0.0.md) or [Big-Time-Public-License](Big-Time-Public-License.md) |
|
|
17
|
-
| Larger business commercial | [Big-Time-Public-License](Big-Time-Public-License.md) or [contact us](mailto:floss@galtzo.com) for a custom license |
|
|
14
|
+
| Copy-left open source | [AGPL-3.0-only](https://github.com/kettle-dev/kettle-wash/blob/main/AGPL-3.0-only.md) |
|
|
15
|
+
| Non-commercial (research, education, personal use) | [PolyForm-Small-Business-1.0.0](https://github.com/kettle-dev/kettle-wash/blob/main/PolyForm-Small-Business-1.0.0.md) or [Big-Time-Public-License](https://github.com/kettle-dev/kettle-wash/blob/main/Big-Time-Public-License.md) |
|
|
16
|
+
| Small business commercial | [PolyForm-Small-Business-1.0.0](https://github.com/kettle-dev/kettle-wash/blob/main/PolyForm-Small-Business-1.0.0.md) or [Big-Time-Public-License](https://github.com/kettle-dev/kettle-wash/blob/main/Big-Time-Public-License.md) |
|
|
17
|
+
| Larger business commercial | [Big-Time-Public-License](https://github.com/kettle-dev/kettle-wash/blob/main/Big-Time-Public-License.md) or [contact us](mailto:floss@galtzo.com) for a custom license |
|
|
18
18
|
|
|
19
19
|
If none of the above licenses fit your use case, please [contact us](mailto:floss@galtzo.com) to discuss a custom commercial license.
|
|
20
20
|
|
data/README.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
# 🚿 Kettle::Wash
|
|
4
4
|
|
|
5
|
-
[![Version][👽versioni]][👽version] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: AGPL-3.0-only OR PolyForm-Small-Business-1.0.0 OR LicenseRef-Big-Time-Public-License][📄license-img]][📄license] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![CodeCov Test Coverage][🏀codecovi]][🏀codecov] [![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls] [![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov] [![QLTY Maintainability][🏀qlty-mnti]][🏀qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf]
|
|
5
|
+
[![Version][👽versioni]][👽version] [![Ruby Users Forum][✉️ruby-forum-top-img]][✉️ruby-forum] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: AGPL-3.0-only OR PolyForm-Small-Business-1.0.0 OR LicenseRef-Big-Time-Public-License][📄license-img]][📄license] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![CodeCov Test Coverage][🏀codecovi]][🏀codecov] [![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls] [![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov] [![QLTY Maintainability][🏀qlty-mnti]][🏀qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf]
|
|
6
6
|
|
|
7
|
-
`if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know][✉️discord-invite], as I may have missed the
|
|
7
|
+
`if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know on Discord][✉️discord-invite] or [RubyForum][✉️ruby-forum], as I may have missed the notification.
|
|
8
8
|
|
|
9
9
|
---
|
|
10
10
|
|
|
@@ -48,7 +48,7 @@ between accurate coverage and constant-backed configuration.
|
|
|
48
48
|
| Works with MRI Ruby 4 | [![Ruby current Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf]|
|
|
49
49
|
| Works with MRI Ruby 3 | [![Ruby 3.2 Compat][💎ruby-3.2i]][🚎ruby-3.2-wf] [![Ruby 3.3 Compat][💎ruby-3.3i]][🚎ruby-3.3-wf] [![Ruby 3.4 Compat][💎ruby-3.4i]][🚎ruby-3.4-wf]|
|
|
50
50
|
| Support & Community | [![Join Me on Daily.dev's RubyFriends][✉️ruby-friends-img]][✉️ruby-friends] [![Get help from RubyForum][✉️ruby-forum-img]][✉️ruby-forum] [![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] |
|
|
51
|
-
| Source | [![Source on GitLab.com][📜src-gl-img]][📜src-gl] [![Source on CodeBerg.org][📜src-cb-img]][📜src-cb] [![Source on
|
|
51
|
+
| 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] |
|
|
52
52
|
| 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] |
|
|
53
53
|
| Compliance | [![License: AGPL-3.0-only OR PolyForm-Small-Business-1.0.0 OR LicenseRef-Big-Time-Public-License][📄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] |
|
|
54
54
|
| 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] |
|
|
@@ -88,17 +88,14 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
88
88
|
<details markdown="1">
|
|
89
89
|
<summary>Find this repo on federated forges (Coming soon!)</summary>
|
|
90
90
|
|
|
91
|
-
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
|
|
92
|
-
|
|
93
|
-
| 🧪 [kettle-dev/kettle-wash on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
|
|
94
|
-
| 🧊 [kettle-dev/kettle-wash on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
|
|
95
|
-
| 🐙 [kettle-dev/kettle-wash on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
|
|
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] |
|
|
91
|
+
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
|
|
92
|
+
|-------------------------------------------------|-------------------------------------------|-------------------|------------------|-----------------|----------------|
|
|
93
|
+
| 🧪 [kettle-dev/kettle-wash on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
|
|
94
|
+
| 🧊 [kettle-dev/kettle-wash on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
|
|
95
|
+
| 🐙 [kettle-dev/kettle-wash on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
|
|
97
96
|
|
|
98
97
|
</details>
|
|
99
98
|
|
|
100
|
-
[gh-discussions]: https://github.com/kettle-dev/kettle-wash/discussions
|
|
101
|
-
|
|
102
99
|
### Enterprise Support [](https://tidelift.com/subscription/pkg/rubygems-kettle-wash?utm_source=rubygems-kettle-wash&utm_medium=referral&utm_campaign=readme)
|
|
103
100
|
|
|
104
101
|
Available as part of the Tidelift Subscription.
|
|
@@ -116,6 +113,7 @@ The maintainers of this and thousands of other packages are working with Tidelif
|
|
|
116
113
|
|
|
117
114
|
Alternatively:
|
|
118
115
|
|
|
116
|
+
- [![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
|
|
119
117
|
- [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
120
118
|
- [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork]
|
|
121
119
|
- [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor]
|
|
@@ -297,7 +295,7 @@ See [CHANGELOG.md][📌changelog] for a list of releases.
|
|
|
297
295
|
|
|
298
296
|
## 📄 License
|
|
299
297
|
|
|
300
|
-
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), [Big-Time-Public-License](Big-Time-Public-License.md).
|
|
298
|
+
The gem is available under the following licenses: [AGPL-3.0-only](https://github.com/kettle-dev/kettle-wash/blob/main/AGPL-3.0-only.md), [PolyForm-Small-Business-1.0.0](https://github.com/kettle-dev/kettle-wash/blob/main/PolyForm-Small-Business-1.0.0.md), [Big-Time-Public-License](https://github.com/kettle-dev/kettle-wash/blob/main/Big-Time-Public-License.md).
|
|
301
299
|
See [LICENSE.md][📄license] for details.
|
|
302
300
|
|
|
303
301
|
If none of the available licenses suit your use case, please [contact us](mailto:floss@galtzo.com) to discuss a custom commercial license.
|
|
@@ -306,10 +304,10 @@ If none of the available licenses suit your use case, please [contact us](mailto
|
|
|
306
304
|
|
|
307
305
|
| Use case | License |
|
|
308
306
|
|---|---|
|
|
309
|
-
| Copy-left open source | [AGPL-3.0-only](AGPL-3.0-only.md) |
|
|
310
|
-
| Non-commercial (research, education, personal use) | [PolyForm-Small-Business-1.0.0](PolyForm-Small-Business-1.0.0.md) or [Big-Time-Public-License](Big-Time-Public-License.md) |
|
|
311
|
-
| Small business commercial | [PolyForm-Small-Business-1.0.0](PolyForm-Small-Business-1.0.0.md) or [Big-Time-Public-License](Big-Time-Public-License.md) |
|
|
312
|
-
| Larger business commercial | [Big-Time-Public-License](Big-Time-Public-License.md) or [contact us](mailto:floss@galtzo.com) for a custom license |
|
|
307
|
+
| Copy-left open source | [AGPL-3.0-only](https://github.com/kettle-dev/kettle-wash/blob/main/AGPL-3.0-only.md) |
|
|
308
|
+
| Non-commercial (research, education, personal use) | [PolyForm-Small-Business-1.0.0](https://github.com/kettle-dev/kettle-wash/blob/main/PolyForm-Small-Business-1.0.0.md) or [Big-Time-Public-License](https://github.com/kettle-dev/kettle-wash/blob/main/Big-Time-Public-License.md) |
|
|
309
|
+
| Small business commercial | [PolyForm-Small-Business-1.0.0](https://github.com/kettle-dev/kettle-wash/blob/main/PolyForm-Small-Business-1.0.0.md) or [Big-Time-Public-License](https://github.com/kettle-dev/kettle-wash/blob/main/Big-Time-Public-License.md) |
|
|
310
|
+
| Larger business commercial | [Big-Time-Public-License](https://github.com/kettle-dev/kettle-wash/blob/main/Big-Time-Public-License.md) or [contact us](mailto:floss@galtzo.com) for a custom license |
|
|
313
311
|
|
|
314
312
|
### © Copyright
|
|
315
313
|
|
|
@@ -331,11 +329,12 @@ I'm hoping to be able to pay for my kids' health insurance this month,
|
|
|
331
329
|
so if you value the work I am doing, I need your support.
|
|
332
330
|
Please consider sponsoring me or the project.
|
|
333
331
|
|
|
334
|
-
To join the community or get help
|
|
332
|
+
To join the community or get help, use the RubyForum or Discord.
|
|
335
333
|
|
|
334
|
+
[![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
|
|
336
335
|
[![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
337
336
|
|
|
338
|
-
To say "thanks!" ☝️ Join the
|
|
337
|
+
To say "thanks!" ☝️ Join the community or 👇️ send money.
|
|
339
338
|
|
|
340
339
|
[![Sponsor kettle-dev/kettle-wash 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]
|
|
341
340
|
|
|
@@ -376,8 +375,9 @@ Thanks for RTFM. ☺️
|
|
|
376
375
|
[✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
|
|
377
376
|
[✉️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
|
|
378
377
|
[✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
|
|
379
|
-
[✉️ruby-forum-img]: https://img.shields.io/
|
|
380
|
-
[✉️ruby-forum]: https://
|
|
378
|
+
[✉️ruby-forum-top-img]: https://img.shields.io/discourse/topics?server=https%3A%2F%2Fwww.rubyforum.org&style=flat&logo=discourse&label=Ruby%20Users%20Forum
|
|
379
|
+
[✉️ruby-forum-img]: https://img.shields.io/discourse/topics?server=https%3A%2F%2Fwww.rubyforum.org&style=for-the-badge&logo=discourse&label=Ruby%20Users%20Forum
|
|
380
|
+
[✉️ruby-forum]: https://www.rubyforum.org/tag/kettle-dev
|
|
381
381
|
|
|
382
382
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
383
383
|
[⛳️gem-namespace]: https://github.com/kettle-dev/kettle-wash
|
|
@@ -423,7 +423,7 @@ Thanks for RTFM. ☺️
|
|
|
423
423
|
[📜src-gl]: https://gitlab.com/kettle-dev/kettle-wash
|
|
424
424
|
[📜src-cb-img]: https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&logo=CodeBerg&logoColor=blue
|
|
425
425
|
[📜src-cb]: https://codeberg.org/kettle-dev/kettle-wash
|
|
426
|
-
[📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=
|
|
426
|
+
[📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=GitHub&logoColor=green
|
|
427
427
|
[📜src-gh]: https://github.com/kettle-dev/kettle-wash
|
|
428
428
|
[📜docs-cr-rd-img]: https://img.shields.io/badge/RubyDoc-Current_Release-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
|
429
429
|
[📜docs-head-rd-img]: https://img.shields.io/badge/YARD_on_Galtzo.com-HEAD-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
data/lib/kettle/wash/version.rb
CHANGED
|
@@ -2,9 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
module Kettle
|
|
4
4
|
module Wash
|
|
5
|
+
# Version namespace for this gem.
|
|
5
6
|
module Version
|
|
6
|
-
|
|
7
|
+
# Current gem version.
|
|
8
|
+
VERSION = "0.1.3"
|
|
7
9
|
end
|
|
10
|
+
# Current gem version exposed at the traditional constant location.
|
|
8
11
|
VERSION = Version::VERSION # Traditional Constant Location
|
|
9
12
|
end
|
|
10
13
|
end
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kettle-wash
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -63,20 +63,20 @@ dependencies:
|
|
|
63
63
|
requirements:
|
|
64
64
|
- - "~>"
|
|
65
65
|
- !ruby/object:Gem::Version
|
|
66
|
-
version: '2.
|
|
66
|
+
version: '2.5'
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: 2.
|
|
69
|
+
version: 2.5.12
|
|
70
70
|
type: :development
|
|
71
71
|
prerelease: false
|
|
72
72
|
version_requirements: !ruby/object:Gem::Requirement
|
|
73
73
|
requirements:
|
|
74
74
|
- - "~>"
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
|
-
version: '2.
|
|
76
|
+
version: '2.5'
|
|
77
77
|
- - ">="
|
|
78
78
|
- !ruby/object:Gem::Version
|
|
79
|
-
version: 2.
|
|
79
|
+
version: 2.5.12
|
|
80
80
|
- !ruby/object:Gem::Dependency
|
|
81
81
|
name: bundler-audit
|
|
82
82
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -125,6 +125,26 @@ dependencies:
|
|
|
125
125
|
- - ">="
|
|
126
126
|
- !ruby/object:Gem::Version
|
|
127
127
|
version: 1.0.4
|
|
128
|
+
- !ruby/object:Gem::Dependency
|
|
129
|
+
name: anonymous_loader
|
|
130
|
+
requirement: !ruby/object:Gem::Requirement
|
|
131
|
+
requirements:
|
|
132
|
+
- - "~>"
|
|
133
|
+
- !ruby/object:Gem::Version
|
|
134
|
+
version: '0.1'
|
|
135
|
+
- - ">="
|
|
136
|
+
- !ruby/object:Gem::Version
|
|
137
|
+
version: 0.1.3
|
|
138
|
+
type: :development
|
|
139
|
+
prerelease: false
|
|
140
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
141
|
+
requirements:
|
|
142
|
+
- - "~>"
|
|
143
|
+
- !ruby/object:Gem::Version
|
|
144
|
+
version: '0.1'
|
|
145
|
+
- - ">="
|
|
146
|
+
- !ruby/object:Gem::Version
|
|
147
|
+
version: 0.1.3
|
|
128
148
|
- !ruby/object:Gem::Dependency
|
|
129
149
|
name: appraisal2
|
|
130
150
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -154,7 +174,7 @@ dependencies:
|
|
|
154
174
|
version: '2.0'
|
|
155
175
|
- - ">="
|
|
156
176
|
- !ruby/object:Gem::Version
|
|
157
|
-
version: 2.0.
|
|
177
|
+
version: 2.0.17
|
|
158
178
|
type: :development
|
|
159
179
|
prerelease: false
|
|
160
180
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -164,7 +184,7 @@ dependencies:
|
|
|
164
184
|
version: '2.0'
|
|
165
185
|
- - ">="
|
|
166
186
|
- !ruby/object:Gem::Version
|
|
167
|
-
version: 2.0.
|
|
187
|
+
version: 2.0.17
|
|
168
188
|
- !ruby/object:Gem::Dependency
|
|
169
189
|
name: turbo_tests2
|
|
170
190
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -174,7 +194,7 @@ dependencies:
|
|
|
174
194
|
version: '3.2'
|
|
175
195
|
- - ">="
|
|
176
196
|
- !ruby/object:Gem::Version
|
|
177
|
-
version: 3.2.
|
|
197
|
+
version: 3.2.3
|
|
178
198
|
type: :development
|
|
179
199
|
prerelease: false
|
|
180
200
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -184,7 +204,7 @@ dependencies:
|
|
|
184
204
|
version: '3.2'
|
|
185
205
|
- - ">="
|
|
186
206
|
- !ruby/object:Gem::Version
|
|
187
|
-
version: 3.2.
|
|
207
|
+
version: 3.2.3
|
|
188
208
|
- !ruby/object:Gem::Dependency
|
|
189
209
|
name: ruby-progressbar
|
|
190
210
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -208,7 +228,7 @@ dependencies:
|
|
|
208
228
|
version: '1.0'
|
|
209
229
|
- - ">="
|
|
210
230
|
- !ruby/object:Gem::Version
|
|
211
|
-
version: 1.0.
|
|
231
|
+
version: 1.0.7
|
|
212
232
|
type: :development
|
|
213
233
|
prerelease: false
|
|
214
234
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -218,7 +238,7 @@ dependencies:
|
|
|
218
238
|
version: '1.0'
|
|
219
239
|
- - ">="
|
|
220
240
|
- !ruby/object:Gem::Version
|
|
221
|
-
version: 1.0.
|
|
241
|
+
version: 1.0.7
|
|
222
242
|
- !ruby/object:Gem::Dependency
|
|
223
243
|
name: gitmoji-regex
|
|
224
244
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -228,7 +248,7 @@ dependencies:
|
|
|
228
248
|
version: '2.0'
|
|
229
249
|
- - ">="
|
|
230
250
|
- !ruby/object:Gem::Version
|
|
231
|
-
version: 2.0.
|
|
251
|
+
version: 2.0.10
|
|
232
252
|
type: :development
|
|
233
253
|
prerelease: false
|
|
234
254
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -238,7 +258,7 @@ dependencies:
|
|
|
238
258
|
version: '2.0'
|
|
239
259
|
- - ">="
|
|
240
260
|
- !ruby/object:Gem::Version
|
|
241
|
-
version: 2.0.
|
|
261
|
+
version: 2.0.10
|
|
242
262
|
description: "\U0001F6BF Constant deletion and reset helpers for gems that need repeatable
|
|
243
263
|
reloads while testing constant-backed runtime configuration."
|
|
244
264
|
email:
|
|
@@ -260,14 +280,15 @@ licenses:
|
|
|
260
280
|
- LicenseRef-Big-Time-Public-License
|
|
261
281
|
metadata:
|
|
262
282
|
homepage_uri: https://kettle-wash.galtzo.com
|
|
263
|
-
source_code_uri: https://github.com/kettle-dev/kettle-wash/tree/v0.1.
|
|
264
|
-
changelog_uri: https://github.com/kettle-dev/kettle-wash/blob/v0.1.
|
|
283
|
+
source_code_uri: https://github.com/kettle-dev/kettle-wash/tree/v0.1.3
|
|
284
|
+
changelog_uri: https://github.com/kettle-dev/kettle-wash/blob/v0.1.3/CHANGELOG.md
|
|
265
285
|
bug_tracker_uri: https://github.com/kettle-dev/kettle-wash/issues
|
|
266
|
-
documentation_uri: https://www.rubydoc.info/gems/kettle-wash/0.1.
|
|
286
|
+
documentation_uri: https://www.rubydoc.info/gems/kettle-wash/0.1.3
|
|
267
287
|
funding_uri: https://github.com/sponsors/pboling
|
|
268
288
|
wiki_uri: https://github.com/kettle-dev/kettle-wash/wiki
|
|
269
289
|
news_uri: https://www.railsbling.com/tags/kettle-wash
|
|
270
290
|
discord_uri: https://discord.gg/3qme4XHNKN
|
|
291
|
+
mailing_list_uri: https://www.rubyforum.org/tag/kettle-dev
|
|
271
292
|
rubygems_mfa_required: 'true'
|
|
272
293
|
rdoc_options:
|
|
273
294
|
- "--title"
|
|
@@ -292,7 +313,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
292
313
|
- !ruby/object:Gem::Version
|
|
293
314
|
version: '0'
|
|
294
315
|
requirements: []
|
|
295
|
-
rubygems_version: 4.0.
|
|
316
|
+
rubygems_version: 4.0.17
|
|
296
317
|
specification_version: 4
|
|
297
318
|
summary: "\U0001F6BF Constant unloading helpers for Ruby test and reload workflows."
|
|
298
319
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|