kettle-wash 0.1.2 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7e44bf0e2e9eab91049b6ca34bb585bd8fc1678e0ec5406fa75111cd8e9e0afe
4
- data.tar.gz: 82b2f09e6050591abdab51eb20dab1a6f4af0447ee7d66ce1a161cfea390c02d
3
+ metadata.gz: ae4c7fd7a2641dba02a6bc6fe85bf0d1555e173d7468c6983a45fcc3a3bff47d
4
+ data.tar.gz: 0bff1cbca51bca2d0e05b2687269ae1ce3fa8b8afa20f2374f4b1a83a9ca04b7
5
5
  SHA512:
6
- metadata.gz: 9594d5dcb9a4c87a2c0a5bbf7d952ebd9d2830042e0bd5b423b5f52bf9b25e32471de4c42a6ae201e3c9703e087c142e09803c56e7fccd915228511a66b6302a
7
- data.tar.gz: 8f5e439354e4387eb94ba11254a11036022a589b6b74724903972fa0c83bbf5491182da5f54a39f5135c398d3c8c45ad8a72017a8ca806e5864af3609761fa17
6
+ metadata.gz: ab6b6e505f0a931c341972315c7705bd1e32170b96310655eb3b6b2bb03dcd35695c3bf95e0437e89ed64b4951d491e57b647938766437a8ed00995cacbb6d8c
7
+ data.tar.gz: 905b0b325c0ad32052300e8919eb6aa6adcccb4a02dff60f65bc7075127f3b36e2b83112b9343697d7efbd16a29710c037a950e0f9cd07b0c3f68b604cb7d429
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,65 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [0.1.4] - 2026-08-01
34
+
35
+ - TAG: [v0.1.4][0.1.4t]
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
+ ### Changed
41
+
42
+ - kettle-jem-template-20260801-001 - Generated README gem dashboard links now
43
+ use ClickGems instead of BestGems.
44
+
45
+ ### Fixed
46
+
47
+ - kettle-jem-template-20260801-002 - Generated RSpec helpers now normalize
48
+ managed configuration block bindings structurally, preventing mixed block
49
+ parameter names from producing invalid configuration after a merge.
50
+ - kettle-jem-template-20260801-003 - Generated project metadata and
51
+ documentation now normalize configured underscore hostnames to valid
52
+ hyphenated hostnames.
53
+ - kettle-jem-template-20260801-004 - Generated organization README logos now
54
+ use GitHub's stable organization avatar endpoint instead of assuming a
55
+ matching Galtzo-hosted asset exists.
56
+
57
+ ## [0.1.3] - 2026-07-31
58
+
59
+ - TAG: [v0.1.3][0.1.3t]
60
+ - COVERAGE: 100.00% -- 63/63 lines in 2 files
61
+ - BRANCH COVERAGE: 86.36% -- 19/22 branches in 2 files
62
+ - 33.33% documented
63
+
64
+ ### Added
65
+
66
+ - kettle-jem-template-20260729-005 - Gemspec metadata now publishes this
67
+ project's RubyForum tag as `mailing_list_uri`, and support docs link to the
68
+ tagged RubyForum community alongside Discord.
69
+
70
+ ### Fixed
71
+
72
+ - kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
73
+ setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
74
+ lockfile parser failures on Git and path dependencies.
75
+ - kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
76
+ missing canonical version spec when a project only has shim namespace version
77
+ specs.
78
+ - kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
79
+ legacy manual bundle install path, avoiding setup-time Bundler full-index
80
+ failures against `gem.coop`.
81
+ - kettle-jem-template-20260729-002 - VersionGem bootstrap now preserves
82
+ and templates dedicated `version_gem.rb` entrypoints even when the gemspec
83
+ dependency is intentionally omitted, and generated anonymous-loader specs
84
+ cover both `version.rb` and `version_gem.rb`.
85
+ - kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
86
+ floor now get managed minimal `version.rb` files and anonymous-loader version
87
+ specs without adding `version_gem`.
88
+ - kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
89
+ relative to the gemspec directory, so release package contents stay correct
90
+ even when the gemspec is loaded from another working directory.
91
+
33
92
  ## [0.1.2] - 2026-07-28
34
93
 
35
94
  - TAG: [v0.1.2][0.1.2t]
@@ -134,7 +193,11 @@ Please file a bug if you notice a violation of semantic versioning.
134
193
 
135
194
  - Package configured license files in gem release file lists.
136
195
 
137
- [Unreleased]: https://github.com/kettle-dev/kettle-wash/compare/v0.1.2...HEAD
196
+ [Unreleased]: https://github.com/kettle-dev/kettle-wash/compare/v0.1.4...HEAD
197
+ [0.1.4]: https://github.com/kettle-dev/kettle-wash/compare/v0.1.3...v0.1.4
198
+ [0.1.4t]: https://github.com/kettle-dev/kettle-wash/releases/tag/v0.1.4
199
+ [0.1.3]: https://github.com/kettle-dev/kettle-wash/compare/v0.1.2...v0.1.3
200
+ [0.1.3t]: https://github.com/kettle-dev/kettle-wash/releases/tag/v0.1.3
138
201
  [0.1.2]: https://github.com/kettle-dev/kettle-wash/compare/v0.1.1...v0.1.2
139
202
  [0.1.2t]: https://github.com/kettle-dev/kettle-wash/releases/tag/v0.1.2
140
203
  [0.1.1]: https://github.com/kettle-dev/kettle-wash/compare/v0.1.0...v0.1.1
data/README.md CHANGED
@@ -1,10 +1,10 @@
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>
1
+ <a href="https://github.com/kettle-dev"><img alt="kettle-dev Logo by GitHub" src="https://github.com/kettle-dev.png?size=192" width="14%" align="right"/></a>
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] [![Total downloads][👽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 [discord notification][✉️discord-invite].
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
 
@@ -70,16 +70,16 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
70
70
  <details markdown="1">
71
71
  <summary>How kettle-dev manages complexity in tests</summary>
72
72
 
73
- | Gem | Source | Role | Daily download rank |
73
+ | Gem | Source | Role | Total downloads |
74
74
  |-----|--------|------|---------------------|
75
- | [appraisal2](https://bestgems.org/gems/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [![Daily download rank for appraisal2](https://img.shields.io/gem/rd/appraisal2.svg?style=flat-square)](https://bestgems.org/gems/appraisal2) |
76
- | [appraisal2-rubocop](https://bestgems.org/gems/appraisal2-rubocop) | [GitHub](https://github.com/appraisal-rb/appraisal2-rubocop) | RuboCop Appraisal generator integration | [![Daily download rank for appraisal2-rubocop](https://img.shields.io/gem/rd/appraisal2-rubocop.svg?style=flat-square)](https://bestgems.org/gems/appraisal2-rubocop) |
77
- | [kettle-dev](https://bestgems.org/gems/kettle-dev) | [GitHub](https://github.com/kettle-dev/kettle-dev) | development, release, and CI workflow tooling | [![Daily download rank for kettle-dev](https://img.shields.io/gem/rd/kettle-dev.svg?style=flat-square)](https://bestgems.org/gems/kettle-dev) |
78
- | [kettle-jem](https://bestgems.org/gems/kettle-jem) | [GitHub](https://github.com/kettle-dev/kettle-jem) | Appraisals & CI workflow templates | [![Daily download rank for kettle-jem](https://img.shields.io/gem/rd/kettle-jem.svg?style=flat-square)](https://bestgems.org/gems/kettle-jem) |
79
- | [kettle-soup-cover](https://bestgems.org/gems/kettle-soup-cover) | [GitHub](https://github.com/kettle-dev/kettle-soup-cover) | SimpleCov coverage policy and reporting | [![Daily download rank for kettle-soup-cover](https://img.shields.io/gem/rd/kettle-soup-cover.svg?style=flat-square)](https://bestgems.org/gems/kettle-soup-cover) |
80
- | [kettle-test](https://bestgems.org/gems/kettle-test) | [GitHub](https://github.com/kettle-dev/kettle-test) | standard test runner and coverage harness | [![Daily download rank for kettle-test](https://img.shields.io/gem/rd/kettle-test.svg?style=flat-square)](https://bestgems.org/gems/kettle-test) |
81
- | [rubocop-lts](https://bestgems.org/gems/rubocop-lts) | [GitHub](https://github.com/rubocop-lts/rubocop-lts) | Ruby-version-aware linting | [![Daily download rank for rubocop-lts](https://img.shields.io/gem/rd/rubocop-lts.svg?style=flat-square)](https://bestgems.org/gems/rubocop-lts) |
82
- | [turbo_tests2](https://bestgems.org/gems/turbo_tests2) | [GitHub](https://github.com/galtzo-floss/turbo_tests2) | parallel test execution | [![Daily download rank for turbo_tests2](https://img.shields.io/gem/rd/turbo_tests2.svg?style=flat-square)](https://bestgems.org/gems/turbo_tests2) |
75
+ | [appraisal2](https://clickgems.clickhouse.com/dashboard/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [![Total downloads for appraisal2](https://img.shields.io/gem/dt/appraisal2.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/appraisal2) |
76
+ | [appraisal2-rubocop](https://clickgems.clickhouse.com/dashboard/appraisal2-rubocop) | [GitHub](https://github.com/appraisal-rb/appraisal2-rubocop) | RuboCop Appraisal generator integration | [![Total downloads for appraisal2-rubocop](https://img.shields.io/gem/dt/appraisal2-rubocop.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/appraisal2-rubocop) |
77
+ | [kettle-dev](https://clickgems.clickhouse.com/dashboard/kettle-dev) | [GitHub](https://github.com/kettle-dev/kettle-dev) | development, release, and CI workflow tooling | [![Total downloads for kettle-dev](https://img.shields.io/gem/dt/kettle-dev.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/kettle-dev) |
78
+ | [kettle-jem](https://clickgems.clickhouse.com/dashboard/kettle-jem) | [GitHub](https://github.com/kettle-dev/kettle-jem) | Appraisals & CI workflow templates | [![Total downloads for kettle-jem](https://img.shields.io/gem/dt/kettle-jem.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/kettle-jem) |
79
+ | [kettle-soup-cover](https://clickgems.clickhouse.com/dashboard/kettle-soup-cover) | [GitHub](https://github.com/kettle-dev/kettle-soup-cover) | SimpleCov coverage policy and reporting | [![Total downloads for kettle-soup-cover](https://img.shields.io/gem/dt/kettle-soup-cover.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/kettle-soup-cover) |
80
+ | [kettle-test](https://clickgems.clickhouse.com/dashboard/kettle-test) | [GitHub](https://github.com/kettle-dev/kettle-test) | standard test runner and coverage harness | [![Total downloads for kettle-test](https://img.shields.io/gem/dt/kettle-test.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/kettle-test) |
81
+ | [rubocop-lts](https://clickgems.clickhouse.com/dashboard/rubocop-lts) | [GitHub](https://github.com/rubocop-lts/rubocop-lts) | Ruby-version-aware linting | [![Total downloads for rubocop-lts](https://img.shields.io/gem/dt/rubocop-lts.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/rubocop-lts) |
82
+ | [turbo_tests2](https://clickgems.clickhouse.com/dashboard/turbo_tests2) | [GitHub](https://github.com/galtzo-floss/turbo_tests2) | parallel test execution | [![Total downloads for turbo_tests2](https://img.shields.io/gem/dt/turbo_tests2.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/turbo_tests2) |
83
83
 
84
84
  </details>
85
85
 
@@ -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 | Discussions |
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 | [💚][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] |
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 [![Tidelift](https://tidelift.com/badges/package/rubygems/kettle-wash)](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]
@@ -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 👇️ Join the Discord.
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 Discord or 👇️ send money.
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,13 +375,14 @@ 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/badge/RubyForum-Help-CC342D?style=for-the-badge&logo=ruby&logoColor=white
380
- [✉️ruby-forum]: https://www.rubyforum.org/c/help/8
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
384
384
  [⛳️namespace-img]: https://img.shields.io/badge/namespace-Kettle::Wash-3C2D2D.svg?style=square&logo=ruby&logoColor=white
385
- [⛳️gem-name]: https://bestgems.org/gems/kettle-wash
385
+ [⛳️gem-name]: https://clickgems.clickhouse.com/dashboard/kettle-wash
386
386
  [⛳️name-img]: https://img.shields.io/badge/name-kettle--wash-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
387
387
  [⛳️tag-img]: https://img.shields.io/github/tag/kettle-dev/kettle-wash.svg
388
388
  [⛳️tag]: https://github.com/kettle-dev/kettle-wash/releases
@@ -431,9 +431,9 @@ Thanks for RTFM. ☺️
431
431
  [📜gh-wiki]: https://github.com/kettle-dev/kettle-wash/wiki
432
432
  [📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
433
433
  [📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
434
- [👽dl-rank]: https://bestgems.org/gems/kettle-wash
435
- [👽dl-ranki]: https://img.shields.io/gem/rd/kettle-wash.svg
436
- [👽version]: https://bestgems.org/gems/kettle-wash
434
+ [👽dl-rank]: https://clickgems.clickhouse.com/dashboard/kettle-wash
435
+ [👽dl-ranki]: https://img.shields.io/gem/dt/kettle-wash.svg
436
+ [👽version]: https://clickgems.clickhouse.com/dashboard/kettle-wash
437
437
  [👽versioni]: https://img.shields.io/gem/v/kettle-wash.svg
438
438
  [🏀qlty-mnt]: https://qlty.sh/gh/kettle-dev/projects/kettle-wash
439
439
  [🏀qlty-mnti]: https://qlty.sh/gh/kettle-dev/projects/kettle-wash/maintainability.svg
@@ -5,7 +5,7 @@ module Kettle
5
5
  # Version namespace for this gem.
6
6
  module Version
7
7
  # Current gem version.
8
- VERSION = "0.1.2"
8
+ VERSION = "0.1.4"
9
9
  end
10
10
  # Current gem version exposed at the traditional constant location.
11
11
  VERSION = Version::VERSION # Traditional Constant Location
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.2
4
+ version: 0.1.4
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.3'
66
+ version: '2.5'
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: 2.3.7
69
+ version: 2.5.16
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.3'
76
+ version: '2.5'
77
77
  - - ">="
78
78
  - !ruby/object:Gem::Version
79
- version: 2.3.7
79
+ version: 2.5.16
80
80
  - !ruby/object:Gem::Dependency
81
81
  name: bundler-audit
82
82
  requirement: !ruby/object:Gem::Requirement
@@ -174,7 +174,7 @@ dependencies:
174
174
  version: '2.0'
175
175
  - - ">="
176
176
  - !ruby/object:Gem::Version
177
- version: 2.0.16
177
+ version: 2.0.18
178
178
  type: :development
179
179
  prerelease: false
180
180
  version_requirements: !ruby/object:Gem::Requirement
@@ -184,7 +184,7 @@ dependencies:
184
184
  version: '2.0'
185
185
  - - ">="
186
186
  - !ruby/object:Gem::Version
187
- version: 2.0.16
187
+ version: 2.0.18
188
188
  - !ruby/object:Gem::Dependency
189
189
  name: turbo_tests2
190
190
  requirement: !ruby/object:Gem::Requirement
@@ -194,7 +194,7 @@ dependencies:
194
194
  version: '3.2'
195
195
  - - ">="
196
196
  - !ruby/object:Gem::Version
197
- version: 3.2.3
197
+ version: 3.2.4
198
198
  type: :development
199
199
  prerelease: false
200
200
  version_requirements: !ruby/object:Gem::Requirement
@@ -204,7 +204,7 @@ dependencies:
204
204
  version: '3.2'
205
205
  - - ">="
206
206
  - !ruby/object:Gem::Version
207
- version: 3.2.3
207
+ version: 3.2.4
208
208
  - !ruby/object:Gem::Dependency
209
209
  name: ruby-progressbar
210
210
  requirement: !ruby/object:Gem::Requirement
@@ -228,7 +228,7 @@ dependencies:
228
228
  version: '1.0'
229
229
  - - ">="
230
230
  - !ruby/object:Gem::Version
231
- version: 1.0.7
231
+ version: 1.0.8
232
232
  type: :development
233
233
  prerelease: false
234
234
  version_requirements: !ruby/object:Gem::Requirement
@@ -238,7 +238,7 @@ dependencies:
238
238
  version: '1.0'
239
239
  - - ">="
240
240
  - !ruby/object:Gem::Version
241
- version: 1.0.7
241
+ version: 1.0.8
242
242
  - !ruby/object:Gem::Dependency
243
243
  name: gitmoji-regex
244
244
  requirement: !ruby/object:Gem::Requirement
@@ -248,7 +248,7 @@ dependencies:
248
248
  version: '2.0'
249
249
  - - ">="
250
250
  - !ruby/object:Gem::Version
251
- version: 2.0.6
251
+ version: 2.0.11
252
252
  type: :development
253
253
  prerelease: false
254
254
  version_requirements: !ruby/object:Gem::Requirement
@@ -258,7 +258,7 @@ dependencies:
258
258
  version: '2.0'
259
259
  - - ">="
260
260
  - !ruby/object:Gem::Version
261
- version: 2.0.6
261
+ version: 2.0.11
262
262
  description: "\U0001F6BF Constant deletion and reset helpers for gems that need repeatable
263
263
  reloads while testing constant-backed runtime configuration."
264
264
  email:
@@ -280,14 +280,15 @@ licenses:
280
280
  - LicenseRef-Big-Time-Public-License
281
281
  metadata:
282
282
  homepage_uri: https://kettle-wash.galtzo.com
283
- source_code_uri: https://github.com/kettle-dev/kettle-wash/tree/v0.1.2
284
- changelog_uri: https://github.com/kettle-dev/kettle-wash/blob/v0.1.2/CHANGELOG.md
283
+ source_code_uri: https://github.com/kettle-dev/kettle-wash/tree/v0.1.4
284
+ changelog_uri: https://github.com/kettle-dev/kettle-wash/blob/v0.1.4/CHANGELOG.md
285
285
  bug_tracker_uri: https://github.com/kettle-dev/kettle-wash/issues
286
- documentation_uri: https://www.rubydoc.info/gems/kettle-wash/0.1.2
286
+ documentation_uri: https://www.rubydoc.info/gems/kettle-wash/0.1.4
287
287
  funding_uri: https://github.com/sponsors/pboling
288
288
  wiki_uri: https://github.com/kettle-dev/kettle-wash/wiki
289
289
  news_uri: https://www.railsbling.com/tags/kettle-wash
290
290
  discord_uri: https://discord.gg/3qme4XHNKN
291
+ mailing_list_uri: https://www.rubyforum.org/tag/kettle-dev
291
292
  rubygems_mfa_required: 'true'
292
293
  rdoc_options:
293
294
  - "--title"
metadata.gz.sig CHANGED
Binary file