kettle-wash 0.1.3 → 0.1.5
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 +41 -21
- data/README.md +15 -15
- data/lib/kettle/wash/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +16 -16
- 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: 3cfece2f0e406c00443bedb871f829e128f7a7f422185b8db2c7e5a067f683dc
|
|
4
|
+
data.tar.gz: 1dc5651a5eff36acde8ed5fa59e1d5cff9473296af12b4d958f23db9c434edae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1df3f8f0430f703ae8c0a82ed85259612f53d4efc2bfc3beabc29f5d0d22aa3255c109a7a2e70f47ba2c417b8aa76611c1dda26cd04b47e5592cc0588cc3adab
|
|
7
|
+
data.tar.gz: b7470d1006c3aa46acb99395126b2164439a095ac103bf581403cbeb61ee88ac409d2fe36d73a2d9557b538ac042b541d5db145e4d138886037387479c6552cf
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,42 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [0.1.5] - 2026-08-03
|
|
34
|
+
|
|
35
|
+
- TAG: [v0.1.5][0.1.5t]
|
|
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
|
+
### Fixed
|
|
41
|
+
|
|
42
|
+
- kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
|
|
43
|
+
preserving comments and trailing commas during template updates.
|
|
44
|
+
|
|
45
|
+
## [0.1.4] - 2026-08-01
|
|
46
|
+
|
|
47
|
+
- TAG: [v0.1.4][0.1.4t]
|
|
48
|
+
- COVERAGE: 100.00% -- 63/63 lines in 2 files
|
|
49
|
+
- BRANCH COVERAGE: 86.36% -- 19/22 branches in 2 files
|
|
50
|
+
- 33.33% documented
|
|
51
|
+
|
|
52
|
+
### Changed
|
|
53
|
+
|
|
54
|
+
- kettle-jem-template-20260801-001 - Generated README gem dashboard links now
|
|
55
|
+
use ClickGems instead of BestGems.
|
|
56
|
+
|
|
57
|
+
### Fixed
|
|
58
|
+
|
|
59
|
+
- kettle-jem-template-20260801-002 - Generated RSpec helpers now normalize
|
|
60
|
+
managed configuration block bindings structurally, preventing mixed block
|
|
61
|
+
parameter names from producing invalid configuration after a merge.
|
|
62
|
+
- kettle-jem-template-20260801-003 - Generated project metadata and
|
|
63
|
+
documentation now normalize configured underscore hostnames to valid
|
|
64
|
+
hyphenated hostnames.
|
|
65
|
+
- kettle-jem-template-20260801-004 - Generated organization README logos now
|
|
66
|
+
use GitHub's stable organization avatar endpoint instead of assuming a
|
|
67
|
+
matching Galtzo-hosted asset exists.
|
|
68
|
+
|
|
33
69
|
## [0.1.3] - 2026-07-31
|
|
34
70
|
|
|
35
71
|
- TAG: [v0.1.3][0.1.3t]
|
|
@@ -39,10 +75,6 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
39
75
|
|
|
40
76
|
### Added
|
|
41
77
|
|
|
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
78
|
### Fixed
|
|
47
79
|
|
|
48
80
|
- kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
|
|
@@ -51,16 +83,6 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
51
83
|
- kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
|
|
52
84
|
missing canonical version spec when a project only has shim namespace version
|
|
53
85
|
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
86
|
- kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
|
|
65
87
|
relative to the gemspec directory, so release package contents stay correct
|
|
66
88
|
even when the gemspec is loaded from another working directory.
|
|
@@ -117,14 +139,10 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
117
139
|
|
|
118
140
|
### Changed
|
|
119
141
|
|
|
120
|
-
- kettle-jem-template-20260720-001 - Generated READMEs can now render
|
|
121
|
-
template-managed corporate sponsor logos from project or family config.
|
|
122
142
|
- kettle-jem-template-20260720-002 - Generated development Gemfiles now use the
|
|
123
143
|
released `tree_sitter_language_pack` gem 1.13.3 or newer by default.
|
|
124
144
|
- kettle-jem-template-20260720-003 - Generated StructuredMerge Git diff driver
|
|
125
145
|
config now uses the installed `smorg-rb` Ruby driver name.
|
|
126
|
-
- kettle-jem-template-20260720-004 - Generated multi-engine workflow files now
|
|
127
|
-
omit JRuby and TruffleRuby jobs when project config declares MRI-only engines.
|
|
128
146
|
- kettle-jem-template-20260720-005 - Generated README Support & Community rows
|
|
129
147
|
now include a RubyForum help badge.
|
|
130
148
|
|
|
@@ -156,8 +174,6 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
156
174
|
|
|
157
175
|
- Retemplated project metadata and CI/development automation with `kettle-jem` v7.0.0.
|
|
158
176
|
|
|
159
|
-
- kettle-jem-template-20260716-001 - Shim gemspec manifests now include
|
|
160
|
-
`LICENSE.md` instead of nonexistent `LICENSE.txt`.
|
|
161
177
|
- kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
|
|
162
178
|
repository-only files by default to reduce downstream distro packaging churn.
|
|
163
179
|
|
|
@@ -169,7 +185,11 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
169
185
|
|
|
170
186
|
- Package configured license files in gem release file lists.
|
|
171
187
|
|
|
172
|
-
[Unreleased]: https://github.com/kettle-dev/kettle-wash/compare/v0.1.
|
|
188
|
+
[Unreleased]: https://github.com/kettle-dev/kettle-wash/compare/v0.1.5...HEAD
|
|
189
|
+
[0.1.5]: https://github.com/kettle-dev/kettle-wash/compare/v0.1.4...v0.1.5
|
|
190
|
+
[0.1.5t]: https://github.com/kettle-dev/kettle-wash/releases/tag/v0.1.5
|
|
191
|
+
[0.1.4]: https://github.com/kettle-dev/kettle-wash/compare/v0.1.3...v0.1.4
|
|
192
|
+
[0.1.4t]: https://github.com/kettle-dev/kettle-wash/releases/tag/v0.1.4
|
|
173
193
|
[0.1.3]: https://github.com/kettle-dev/kettle-wash/compare/v0.1.2...v0.1.3
|
|
174
194
|
[0.1.3t]: https://github.com/kettle-dev/kettle-wash/releases/tag/v0.1.3
|
|
175
195
|
[0.1.2]: https://github.com/kettle-dev/kettle-wash/compare/v0.1.1...v0.1.2
|
data/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<a href="https://github.com/kettle-dev"><img alt="kettle-dev Logo by
|
|
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] [![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] [![
|
|
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
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
|
|
|
@@ -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 |
|
|
73
|
+
| Gem | Source | Role | Total downloads |
|
|
74
74
|
|-----|--------|------|---------------------|
|
|
75
|
-
| [appraisal2](https://
|
|
76
|
-
| [appraisal2-rubocop](https://
|
|
77
|
-
| [kettle-dev](https://
|
|
78
|
-
| [kettle-jem](https://
|
|
79
|
-
| [kettle-soup-cover](https://
|
|
80
|
-
| [kettle-test](https://
|
|
81
|
-
| [rubocop-lts](https://
|
|
82
|
-
| [turbo_tests2](https://
|
|
75
|
+
| [appraisal2](https://clickgems.clickhouse.com/dashboard/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [](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 | [](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 | [](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 | [](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 | [](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 | [](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 | [](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 | [](https://clickgems.clickhouse.com/dashboard/turbo_tests2) |
|
|
83
83
|
|
|
84
84
|
</details>
|
|
85
85
|
|
|
@@ -382,7 +382,7 @@ Thanks for RTFM. ☺️
|
|
|
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://
|
|
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://
|
|
435
|
-
[👽dl-ranki]: https://img.shields.io/gem/
|
|
436
|
-
[👽version]: https://
|
|
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
|
data/lib/kettle/wash/version.rb
CHANGED
|
@@ -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.
|
|
8
|
+
VERSION = "0.1.5"
|
|
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.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -46,7 +46,7 @@ dependencies:
|
|
|
46
46
|
version: '1.1'
|
|
47
47
|
- - ">="
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
|
-
version: 1.1.
|
|
49
|
+
version: 1.1.15
|
|
50
50
|
type: :runtime
|
|
51
51
|
prerelease: false
|
|
52
52
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -56,7 +56,7 @@ dependencies:
|
|
|
56
56
|
version: '1.1'
|
|
57
57
|
- - ">="
|
|
58
58
|
- !ruby/object:Gem::Version
|
|
59
|
-
version: 1.1.
|
|
59
|
+
version: 1.1.15
|
|
60
60
|
- !ruby/object:Gem::Dependency
|
|
61
61
|
name: kettle-dev
|
|
62
62
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -66,7 +66,7 @@ dependencies:
|
|
|
66
66
|
version: '2.5'
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: 2.5.
|
|
69
|
+
version: 2.5.18
|
|
70
70
|
type: :development
|
|
71
71
|
prerelease: false
|
|
72
72
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -76,7 +76,7 @@ dependencies:
|
|
|
76
76
|
version: '2.5'
|
|
77
77
|
- - ">="
|
|
78
78
|
- !ruby/object:Gem::Version
|
|
79
|
-
version: 2.5.
|
|
79
|
+
version: 2.5.18
|
|
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.
|
|
177
|
+
version: 2.0.19
|
|
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.
|
|
187
|
+
version: 2.0.19
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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,10 +280,10 @@ 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.
|
|
284
|
-
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.5
|
|
284
|
+
changelog_uri: https://github.com/kettle-dev/kettle-wash/blob/v0.1.5/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.
|
|
286
|
+
documentation_uri: https://www.rubydoc.info/gems/kettle-wash/0.1.5
|
|
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
|
metadata.gz.sig
CHANGED
|
Binary file
|