kettle-rb 0.1.7 → 0.1.9
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 -15
- data/README.md +17 -17
- data/lib/kettle/rb/version.rb +1 -1
- data/lib/kettle/rb.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: 021f05e398581249c046b997d942c966c78cc13b8faa3875d20290933617612c
|
|
4
|
+
data.tar.gz: 52867a760d989f63cdafaccbaac3404fe9b2b48f06ec05f4e5511820cc5a8ad9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d19053655991d950e50ad01e7860f75b12a12fba5a816336a9a823405f077fd19ea9ec9dff4bc7de1baaa41256a3eca980bfb3f7e742aca0e6797900ce8fe3eb
|
|
7
|
+
data.tar.gz: 2eef67429843ae10d1906f601f1e67a80f6ec4b70d91b6a5c7f6715f841ad0035b11ba54d343951370a01382b610e257b1e81e0cce1eb67f07d48ca172f0e684
|
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.9] - 2026-08-03
|
|
34
|
+
|
|
35
|
+
- TAG: [v0.1.9][0.1.9t]
|
|
36
|
+
- COVERAGE: 100.00% -- 76/76 lines in 3 files
|
|
37
|
+
- BRANCH COVERAGE: 100.00% -- 16/16 branches in 3 files
|
|
38
|
+
- 48.78% 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.8] - 2026-08-01
|
|
46
|
+
|
|
47
|
+
- TAG: [v0.1.8][0.1.8t]
|
|
48
|
+
- COVERAGE: 100.00% -- 76/76 lines in 3 files
|
|
49
|
+
- BRANCH COVERAGE: 100.00% -- 16/16 branches in 3 files
|
|
50
|
+
- 48.78% 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.7] - 2026-07-30
|
|
34
70
|
|
|
35
71
|
- TAG: [v0.1.7][0.1.7t]
|
|
@@ -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
|
- Version specs now test the plain old-Ruby version contract instead of expecting
|
|
@@ -56,10 +88,6 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
56
88
|
- kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
|
|
57
89
|
legacy manual bundle install path, avoiding setup-time Bundler full-index
|
|
58
90
|
failures against `gem.coop`.
|
|
59
|
-
- kettle-jem-template-20260729-002 - VersionGem bootstrap now preserves
|
|
60
|
-
and templates dedicated `version_gem.rb` entrypoints even when the gemspec
|
|
61
|
-
dependency is intentionally omitted, and generated anonymous-loader specs
|
|
62
|
-
cover both `version.rb` and `version_gem.rb`.
|
|
63
91
|
- kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
|
|
64
92
|
floor now get managed minimal `version.rb` files and anonymous-loader version
|
|
65
93
|
specs without adding `version_gem`.
|
|
@@ -120,14 +148,10 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
120
148
|
|
|
121
149
|
### Changed
|
|
122
150
|
|
|
123
|
-
- kettle-jem-template-20260720-001 - Generated READMEs can now render
|
|
124
|
-
template-managed corporate sponsor logos from project or family config.
|
|
125
151
|
- kettle-jem-template-20260720-002 - Generated development Gemfiles now use the
|
|
126
152
|
released `tree_sitter_language_pack` gem 1.13.3 or newer by default.
|
|
127
153
|
- kettle-jem-template-20260720-003 - Generated StructuredMerge Git diff driver
|
|
128
154
|
config now uses the installed `smorg-rb` Ruby driver name.
|
|
129
|
-
- kettle-jem-template-20260720-004 - Generated multi-engine workflow files now
|
|
130
|
-
omit JRuby and TruffleRuby jobs when project config declares MRI-only engines.
|
|
131
155
|
- kettle-jem-template-20260720-005 - Generated README Support & Community rows
|
|
132
156
|
now include a RubyForum help badge.
|
|
133
157
|
|
|
@@ -151,8 +175,6 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
151
175
|
|
|
152
176
|
### Changed
|
|
153
177
|
|
|
154
|
-
- kettle-jem-template-20260716-001 - Shim gemspec manifests now include
|
|
155
|
-
`LICENSE.md` instead of nonexistent `LICENSE.txt`.
|
|
156
178
|
- kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
|
|
157
179
|
repository-only files by default to reduce downstream distro packaging churn.
|
|
158
180
|
|
|
@@ -211,7 +233,11 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
211
233
|
- Add `Kettle::Rb::CompatMatrix` as the shared Ruby, engine, Rails, RuboCop,
|
|
212
234
|
and RuboCop LTS compatibility source of truth for kettle-dev tooling.
|
|
213
235
|
|
|
214
|
-
[Unreleased]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.
|
|
236
|
+
[Unreleased]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.9...HEAD
|
|
237
|
+
[0.1.9]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.8...v0.1.9
|
|
238
|
+
[0.1.9t]: https://github.com/kettle-dev/kettle-rb/releases/tag/v0.1.9
|
|
239
|
+
[0.1.8]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.7...v0.1.8
|
|
240
|
+
[0.1.8t]: https://github.com/kettle-dev/kettle-rb/releases/tag/v0.1.8
|
|
215
241
|
[0.1.7]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.6...v0.1.7
|
|
216
242
|
[0.1.7t]: https://github.com/kettle-dev/kettle-rb/releases/tag/v0.1.7
|
|
217
243
|
[0.1.6]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.5...v0.1.6
|
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::Rb
|
|
4
4
|
|
|
5
|
-
[![Version][👽versioni]][👽version] [![Ruby Users Forum][✉️ruby-forum-top-img]][✉️ruby-forum] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license] [![
|
|
5
|
+
[![Version][👽versioni]][👽version] [![Ruby Users Forum][✉️ruby-forum-top-img]][✉️ruby-forum] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄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] [![Apache SkyWalking Eyes License Compatibility Check][🚎15-🪪-wfi]][🚎15-🪪-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
|
|
|
@@ -69,16 +69,16 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
69
69
|
<details markdown="1">
|
|
70
70
|
<summary>How kettle-dev manages complexity in tests</summary>
|
|
71
71
|
|
|
72
|
-
| Gem | Source | Role |
|
|
72
|
+
| Gem | Source | Role | Total downloads |
|
|
73
73
|
|-----|--------|------|---------------------|
|
|
74
|
-
| [appraisal2](https://
|
|
75
|
-
| [appraisal2-rubocop](https://
|
|
76
|
-
| [kettle-dev](https://
|
|
77
|
-
| [kettle-jem](https://
|
|
78
|
-
| [kettle-soup-cover](https://
|
|
79
|
-
| [kettle-test](https://
|
|
80
|
-
| [rubocop-lts](https://
|
|
81
|
-
| [turbo_tests2](https://
|
|
74
|
+
| [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) |
|
|
75
|
+
| [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) |
|
|
76
|
+
| [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) |
|
|
77
|
+
| [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) |
|
|
78
|
+
| [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) |
|
|
79
|
+
| [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) |
|
|
80
|
+
| [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) |
|
|
81
|
+
| [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) |
|
|
82
82
|
|
|
83
83
|
</details>
|
|
84
84
|
|
|
@@ -399,14 +399,14 @@ Thanks for RTFM. ☺️
|
|
|
399
399
|
[✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
|
|
400
400
|
[✉️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
|
|
401
401
|
[✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
|
|
402
|
-
[✉️ruby-forum-top-img]: https://img.shields.io/discourse/topics?server=https
|
|
403
|
-
[✉️ruby-forum-img]: https://img.shields.io/discourse/topics?server=https
|
|
402
|
+
[✉️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
|
|
403
|
+
[✉️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
|
|
404
404
|
[✉️ruby-forum]: https://www.rubyforum.org/tag/kettle-dev
|
|
405
405
|
|
|
406
406
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
407
407
|
[⛳️gem-namespace]: https://github.com/kettle-dev/kettle-rb
|
|
408
408
|
[⛳️namespace-img]: https://img.shields.io/badge/namespace-Kettle::Rb-3C2D2D.svg?style=square&logo=ruby&logoColor=white
|
|
409
|
-
[⛳️gem-name]: https://
|
|
409
|
+
[⛳️gem-name]: https://clickgems.clickhouse.com/dashboard/kettle-rb
|
|
410
410
|
[⛳️name-img]: https://img.shields.io/badge/name-kettle--rb-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
|
|
411
411
|
[⛳️tag-img]: https://img.shields.io/github/tag/kettle-dev/kettle-rb.svg
|
|
412
412
|
[⛳️tag]: https://github.com/kettle-dev/kettle-rb/releases
|
|
@@ -455,9 +455,9 @@ Thanks for RTFM. ☺️
|
|
|
455
455
|
[📜gh-wiki]: https://github.com/kettle-dev/kettle-rb/wiki
|
|
456
456
|
[📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
|
|
457
457
|
[📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
|
|
458
|
-
[👽dl-rank]: https://
|
|
459
|
-
[👽dl-ranki]: https://img.shields.io/gem/
|
|
460
|
-
[👽version]: https://
|
|
458
|
+
[👽dl-rank]: https://clickgems.clickhouse.com/dashboard/kettle-rb
|
|
459
|
+
[👽dl-ranki]: https://img.shields.io/gem/dt/kettle-rb.svg
|
|
460
|
+
[👽version]: https://clickgems.clickhouse.com/dashboard/kettle-rb
|
|
461
461
|
[👽versioni]: https://img.shields.io/gem/v/kettle-rb.svg
|
|
462
462
|
[🏀qlty-mnt]: https://qlty.sh/gh/kettle-dev/projects/kettle-rb
|
|
463
463
|
[🏀qlty-mnti]: https://qlty.sh/gh/kettle-dev/projects/kettle-rb/maintainability.svg
|
data/lib/kettle/rb/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.9"
|
|
9
9
|
end
|
|
10
10
|
# Current gem version exposed at the traditional constant location.
|
|
11
11
|
VERSION = Version::VERSION # Traditional Constant Location
|
data/lib/kettle/rb.rb
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kettle-rb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -43,20 +43,20 @@ dependencies:
|
|
|
43
43
|
requirements:
|
|
44
44
|
- - "~>"
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: '2.
|
|
46
|
+
version: '2.5'
|
|
47
47
|
- - ">="
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
|
-
version: 2.
|
|
49
|
+
version: 2.5.18
|
|
50
50
|
type: :development
|
|
51
51
|
prerelease: false
|
|
52
52
|
version_requirements: !ruby/object:Gem::Requirement
|
|
53
53
|
requirements:
|
|
54
54
|
- - "~>"
|
|
55
55
|
- !ruby/object:Gem::Version
|
|
56
|
-
version: '2.
|
|
56
|
+
version: '2.5'
|
|
57
57
|
- - ">="
|
|
58
58
|
- !ruby/object:Gem::Version
|
|
59
|
-
version: 2.
|
|
59
|
+
version: 2.5.18
|
|
60
60
|
- !ruby/object:Gem::Dependency
|
|
61
61
|
name: bundler-audit
|
|
62
62
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -154,7 +154,7 @@ dependencies:
|
|
|
154
154
|
version: '2.0'
|
|
155
155
|
- - ">="
|
|
156
156
|
- !ruby/object:Gem::Version
|
|
157
|
-
version: 2.0.
|
|
157
|
+
version: 2.0.19
|
|
158
158
|
type: :development
|
|
159
159
|
prerelease: false
|
|
160
160
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -164,7 +164,7 @@ dependencies:
|
|
|
164
164
|
version: '2.0'
|
|
165
165
|
- - ">="
|
|
166
166
|
- !ruby/object:Gem::Version
|
|
167
|
-
version: 2.0.
|
|
167
|
+
version: 2.0.19
|
|
168
168
|
- !ruby/object:Gem::Dependency
|
|
169
169
|
name: turbo_tests2
|
|
170
170
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -174,7 +174,7 @@ dependencies:
|
|
|
174
174
|
version: '3.2'
|
|
175
175
|
- - ">="
|
|
176
176
|
- !ruby/object:Gem::Version
|
|
177
|
-
version: 3.2.
|
|
177
|
+
version: 3.2.4
|
|
178
178
|
type: :development
|
|
179
179
|
prerelease: false
|
|
180
180
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -184,7 +184,7 @@ dependencies:
|
|
|
184
184
|
version: '3.2'
|
|
185
185
|
- - ">="
|
|
186
186
|
- !ruby/object:Gem::Version
|
|
187
|
-
version: 3.2.
|
|
187
|
+
version: 3.2.4
|
|
188
188
|
- !ruby/object:Gem::Dependency
|
|
189
189
|
name: ruby-progressbar
|
|
190
190
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -208,7 +208,7 @@ dependencies:
|
|
|
208
208
|
version: '1.0'
|
|
209
209
|
- - ">="
|
|
210
210
|
- !ruby/object:Gem::Version
|
|
211
|
-
version: 1.0.
|
|
211
|
+
version: 1.0.8
|
|
212
212
|
type: :development
|
|
213
213
|
prerelease: false
|
|
214
214
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -218,7 +218,7 @@ dependencies:
|
|
|
218
218
|
version: '1.0'
|
|
219
219
|
- - ">="
|
|
220
220
|
- !ruby/object:Gem::Version
|
|
221
|
-
version: 1.0.
|
|
221
|
+
version: 1.0.8
|
|
222
222
|
- !ruby/object:Gem::Dependency
|
|
223
223
|
name: gitmoji-regex
|
|
224
224
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -228,7 +228,7 @@ dependencies:
|
|
|
228
228
|
version: '2.0'
|
|
229
229
|
- - ">="
|
|
230
230
|
- !ruby/object:Gem::Version
|
|
231
|
-
version: 2.0.
|
|
231
|
+
version: 2.0.11
|
|
232
232
|
type: :development
|
|
233
233
|
prerelease: false
|
|
234
234
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -238,7 +238,7 @@ dependencies:
|
|
|
238
238
|
version: '2.0'
|
|
239
239
|
- - ">="
|
|
240
240
|
- !ruby/object:Gem::Version
|
|
241
|
-
version: 2.0.
|
|
241
|
+
version: 2.0.11
|
|
242
242
|
description: "\U0001F4CF Provides the shared Ruby, engine, Rails, RuboCop, and RuboCop
|
|
243
243
|
LTS compatibility matrix used by Kettle-managed gems."
|
|
244
244
|
email:
|
|
@@ -259,10 +259,10 @@ licenses:
|
|
|
259
259
|
- MIT
|
|
260
260
|
metadata:
|
|
261
261
|
homepage_uri: https://kettle-rb.galtzo.com
|
|
262
|
-
source_code_uri: https://github.com/kettle-dev/kettle-rb/tree/v0.1.
|
|
263
|
-
changelog_uri: https://github.com/kettle-dev/kettle-rb/blob/v0.1.
|
|
262
|
+
source_code_uri: https://github.com/kettle-dev/kettle-rb/tree/v0.1.9
|
|
263
|
+
changelog_uri: https://github.com/kettle-dev/kettle-rb/blob/v0.1.9/CHANGELOG.md
|
|
264
264
|
bug_tracker_uri: https://github.com/kettle-dev/kettle-rb/issues
|
|
265
|
-
documentation_uri: https://www.rubydoc.info/gems/kettle-rb/0.1.
|
|
265
|
+
documentation_uri: https://www.rubydoc.info/gems/kettle-rb/0.1.9
|
|
266
266
|
funding_uri: https://github.com/sponsors/pboling
|
|
267
267
|
wiki_uri: https://github.com/kettle-dev/kettle-rb/wiki
|
|
268
268
|
news_uri: https://www.railsbling.com/tags/kettle-rb
|
metadata.gz.sig
CHANGED
|
Binary file
|