kettle-wash 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +68 -1
- data/LICENSE.md +7 -7
- data/README.md +11 -9
- data/lib/kettle/wash/version.rb +4 -1
- data.tar.gz.sig +0 -0
- metadata +33 -13
- 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: 7e44bf0e2e9eab91049b6ca34bb585bd8fc1678e0ec5406fa75111cd8e9e0afe
|
|
4
|
+
data.tar.gz: 82b2f09e6050591abdab51eb20dab1a6f4af0447ee7d66ce1a161cfea390c02d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9594d5dcb9a4c87a2c0a5bbf7d952ebd9d2830042e0bd5b423b5f52bf9b25e32471de4c42a6ae201e3c9703e087c142e09803c56e7fccd915228511a66b6302a
|
|
7
|
+
data.tar.gz: 8f5e439354e4387eb94ba11254a11036022a589b6b74724903972fa0c83bbf5491182da5f54a39f5135c398d3c8c45ad8a72017a8ca806e5864af3609761fa17
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,69 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [0.1.2] - 2026-07-28
|
|
34
|
+
|
|
35
|
+
- TAG: [v0.1.2][0.1.2t]
|
|
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-20260726-001 - Projects now include YARD lint
|
|
43
|
+
configuration and documentation dependencies so documentation issues fail
|
|
44
|
+
before generated docs are refreshed.
|
|
45
|
+
|
|
46
|
+
- kettle-jem-template-20260727-001 - Spec harness documentation now lists the
|
|
47
|
+
RSpec helpers provided by `kettle-test`.
|
|
48
|
+
|
|
49
|
+
### Changed
|
|
50
|
+
|
|
51
|
+
- kettle-jem-template-20260725-001 - Release pull request branches beginning
|
|
52
|
+
with `feature/release` now run JRuby and TruffleRuby workflows.
|
|
53
|
+
- kettle-jem-template-20260725-002 - Version specs now use `anonymous_loader` to
|
|
54
|
+
cover `version.rb` without redefining constants, or are removed when version
|
|
55
|
+
specs are not managed for the project.
|
|
56
|
+
|
|
57
|
+
- kettle-jem-template-20260728-001 - Generated Ruby workflows now use clearer
|
|
58
|
+
setup-ruby-flash planning and can prepare appraisal-only jobs without
|
|
59
|
+
installing the main Gemfile bundle.
|
|
60
|
+
|
|
61
|
+
### Fixed
|
|
62
|
+
|
|
63
|
+
- kettle-jem-template-20260726-002 - Generated version files now document their
|
|
64
|
+
version namespace and constants, reducing warning-only YARD lint output.
|
|
65
|
+
|
|
66
|
+
- kettle-jem-template-20260726-003 - Coverage upload steps now treat Coveralls,
|
|
67
|
+
QLTY, and Codecov as optional, so provider outages do not fail CI when local
|
|
68
|
+
coverage thresholds still pass.
|
|
69
|
+
- kettle-jem-template-20260728-002 - Generated RuboCop configs now ignore the
|
|
70
|
+
same `gemfiles/vendor/bundle` tree as `.gitignore`, so vendored dependency
|
|
71
|
+
installs are not reported as project lint debt.
|
|
72
|
+
- kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
|
|
73
|
+
TruffleRuby jobs with current RubyGems and Bundler, avoiding setup failures
|
|
74
|
+
before the test suite starts.
|
|
75
|
+
|
|
76
|
+
## [0.1.1] - 2026-07-21
|
|
77
|
+
|
|
78
|
+
- TAG: [v0.1.1][0.1.1t]
|
|
79
|
+
- COVERAGE: 100.00% -- 63/63 lines in 2 files
|
|
80
|
+
- BRANCH COVERAGE: 86.36% -- 19/22 branches in 2 files
|
|
81
|
+
- 20.00% documented
|
|
82
|
+
|
|
83
|
+
### Changed
|
|
84
|
+
|
|
85
|
+
- kettle-jem-template-20260720-001 - Generated READMEs can now render
|
|
86
|
+
template-managed corporate sponsor logos from project or family config.
|
|
87
|
+
- kettle-jem-template-20260720-002 - Generated development Gemfiles now use the
|
|
88
|
+
released `tree_sitter_language_pack` gem 1.13.3 or newer by default.
|
|
89
|
+
- kettle-jem-template-20260720-003 - Generated StructuredMerge Git diff driver
|
|
90
|
+
config now uses the installed `smorg-rb` Ruby driver name.
|
|
91
|
+
- kettle-jem-template-20260720-004 - Generated multi-engine workflow files now
|
|
92
|
+
omit JRuby and TruffleRuby jobs when project config declares MRI-only engines.
|
|
93
|
+
- kettle-jem-template-20260720-005 - Generated README Support & Community rows
|
|
94
|
+
now include a RubyForum help badge.
|
|
95
|
+
|
|
33
96
|
## [0.1.0] - 2026-07-19
|
|
34
97
|
|
|
35
98
|
- TAG: [v0.1.0][0.1.0t]
|
|
@@ -71,6 +134,10 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
71
134
|
|
|
72
135
|
- Package configured license files in gem release file lists.
|
|
73
136
|
|
|
74
|
-
[Unreleased]: https://github.com/kettle-dev/kettle-wash/compare/v0.1.
|
|
137
|
+
[Unreleased]: https://github.com/kettle-dev/kettle-wash/compare/v0.1.2...HEAD
|
|
138
|
+
[0.1.2]: https://github.com/kettle-dev/kettle-wash/compare/v0.1.1...v0.1.2
|
|
139
|
+
[0.1.2t]: https://github.com/kettle-dev/kettle-wash/releases/tag/v0.1.2
|
|
140
|
+
[0.1.1]: https://github.com/kettle-dev/kettle-wash/compare/v0.1.0...v0.1.1
|
|
141
|
+
[0.1.1t]: https://github.com/kettle-dev/kettle-wash/releases/tag/v0.1.1
|
|
75
142
|
[0.1.0]: https://github.com/kettle-dev/kettle-wash/compare/9819b1c14789cdd16131ddf8f131a436f702fd4e...v0.1.0
|
|
76
143
|
[0.1.0t]: https://github.com/kettle-dev/kettle-wash/releases/tag/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
|
@@ -47,8 +47,8 @@ between accurate coverage and constant-backed configuration.
|
|
|
47
47
|
| Works with Truffle Ruby | [![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]|
|
|
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
|
-
| 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] |
|
|
51
|
-
| Source | [![Source on GitLab.com][📜src-gl-img]][📜src-gl] [![Source on CodeBerg.org][📜src-cb-img]][📜src-cb] [![Source on
|
|
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 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] |
|
|
@@ -277,7 +277,7 @@ For most applications, prefer the [Pessimistic Version Constraint][📌pvc] with
|
|
|
277
277
|
For example:
|
|
278
278
|
|
|
279
279
|
```ruby
|
|
280
|
-
spec.add_dependency("kettle-wash", "~> 0.
|
|
280
|
+
spec.add_dependency("kettle-wash", "~> 0.0")
|
|
281
281
|
```
|
|
282
282
|
|
|
283
283
|
<details markdown="1">
|
|
@@ -297,7 +297,7 @@ See [CHANGELOG.md][📌changelog] for a list of releases.
|
|
|
297
297
|
|
|
298
298
|
## 📄 License
|
|
299
299
|
|
|
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).
|
|
300
|
+
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
301
|
See [LICENSE.md][📄license] for details.
|
|
302
302
|
|
|
303
303
|
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 +306,10 @@ If none of the available licenses suit your use case, please [contact us](mailto
|
|
|
306
306
|
|
|
307
307
|
| Use case | License |
|
|
308
308
|
|---|---|
|
|
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 |
|
|
309
|
+
| Copy-left open source | [AGPL-3.0-only](https://github.com/kettle-dev/kettle-wash/blob/main/AGPL-3.0-only.md) |
|
|
310
|
+
| 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) |
|
|
311
|
+
| 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) |
|
|
312
|
+
| 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
313
|
|
|
314
314
|
### © Copyright
|
|
315
315
|
|
|
@@ -376,6 +376,8 @@ Thanks for RTFM. ☺️
|
|
|
376
376
|
[✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
|
|
377
377
|
[✉️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
378
|
[✉️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
|
|
379
381
|
|
|
380
382
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
381
383
|
[⛳️gem-namespace]: https://github.com/kettle-dev/kettle-wash
|
|
@@ -421,7 +423,7 @@ Thanks for RTFM. ☺️
|
|
|
421
423
|
[📜src-gl]: https://gitlab.com/kettle-dev/kettle-wash
|
|
422
424
|
[📜src-cb-img]: https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&logo=CodeBerg&logoColor=blue
|
|
423
425
|
[📜src-cb]: https://codeberg.org/kettle-dev/kettle-wash
|
|
424
|
-
[📜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
|
|
425
427
|
[📜src-gh]: https://github.com/kettle-dev/kettle-wash
|
|
426
428
|
[📜docs-cr-rd-img]: https://img.shields.io/badge/RubyDoc-Current_Release-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
|
427
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.2"
|
|
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.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -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.16
|
|
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.16
|
|
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.6
|
|
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.6
|
|
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,10 +280,10 @@ 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.2
|
|
284
|
+
changelog_uri: https://github.com/kettle-dev/kettle-wash/blob/v0.1.2/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.2
|
|
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
|
|
@@ -292,7 +312,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
292
312
|
- !ruby/object:Gem::Version
|
|
293
313
|
version: '0'
|
|
294
314
|
requirements: []
|
|
295
|
-
rubygems_version: 4.0.
|
|
315
|
+
rubygems_version: 4.0.17
|
|
296
316
|
specification_version: 4
|
|
297
317
|
summary: "\U0001F6BF Constant unloading helpers for Ruby test and reload workflows."
|
|
298
318
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|