kettle-rb 0.1.4 → 0.1.6

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: c069e4169d0d8ce713f599ce67f5c22eeea2cde1253302f34bbaf0a7184f2246
4
- data.tar.gz: e8bd666143b7511820e28c9f880460ac7397b93c9290b0b5e97a393f39eb8a46
3
+ metadata.gz: 4359ee02547187f78627ec0caf712bfee454b80109f7c2f087b2beadf5244146
4
+ data.tar.gz: fa161473fdedcb3bed5be3120b36d248e35941c4ea5cc4aa1f48a463bf2d728c
5
5
  SHA512:
6
- metadata.gz: a0e7b5e1c370688bb195d974c67c6e8df8a5ad11bcd40522e93288e728beae950d6369d7c0bafe7ecaf791ec8024d49accac39f88f4768a287a0632e5d13fd69
7
- data.tar.gz: 67a57cfd717d321aec5f75413cf0025b3bad8e040246d476144c102d8531b7ee5ccb615f6f8c9c296fbabc937e4ebef5ccf0733fba4820c2b2298018093045c9
6
+ metadata.gz: 378fd2ec50ffa9c419457d2006f81e573cff40ed05a7b036ddf1de2af00dba2759cdb13d9aeabcc2ef6dbb5f0c314e9bed8b77bc63af0dfa4ba4036b0402c3b6
7
+ data.tar.gz: 96a3c6c9d2514a8ad6cec4a9d80eb154b1f717f3ab12e96812ccfbed70f94bc609d061f0b7ac44401dc0ae9b396a3f71bd99081cf673e5b23e671c8cdb54cfe7
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.6] - 2026-07-28
34
+
35
+ - TAG: [v0.1.6][0.1.6t]
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
+ ### 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.5] - 2026-07-21
77
+
78
+ - TAG: [v0.1.5][0.1.5t]
79
+ - COVERAGE: 100.00% -- 76/76 lines in 3 files
80
+ - BRANCH COVERAGE: 100.00% -- 16/16 branches in 3 files
81
+ - 43.90% 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.4] - 2026-07-17
34
97
 
35
98
  - TAG: [v0.1.4][0.1.4t]
@@ -110,7 +173,11 @@ Please file a bug if you notice a violation of semantic versioning.
110
173
  - Add `Kettle::Rb::CompatMatrix` as the shared Ruby, engine, Rails, RuboCop,
111
174
  and RuboCop LTS compatibility source of truth for kettle-dev tooling.
112
175
 
113
- [Unreleased]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.4...HEAD
176
+ [Unreleased]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.6...HEAD
177
+ [0.1.6]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.5...v0.1.6
178
+ [0.1.6t]: https://github.com/kettle-dev/kettle-rb/releases/tag/v0.1.6
179
+ [0.1.5]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.4...v0.1.5
180
+ [0.1.5t]: https://github.com/kettle-dev/kettle-rb/releases/tag/v0.1.5
114
181
  [0.1.4]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.3...v0.1.4
115
182
  [0.1.4t]: https://github.com/kettle-dev/kettle-rb/releases/tag/v0.1.4
116
183
  [0.1.3]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.2...v0.1.3
data/LICENSE.md CHANGED
@@ -3,7 +3,7 @@
3
3
  This project is made available under the following license.
4
4
  Choose the option that best fits your use case:
5
5
 
6
- - [MIT](MIT.md)
6
+ - [MIT](https://github.com/kettle-dev/kettle-rb/blob/main/MIT.md)
7
7
 
8
8
  ## Copyright Notice
9
9
 
data/README.md CHANGED
@@ -46,8 +46,8 @@ Use it when tooling needs to answer questions like:
46
46
  | Works with MRI Ruby 3 | [![Ruby 3.0 Compat][💎ruby-3.0i]][🚎ruby-3.0-wf] [![Ruby 3.1 Compat][💎ruby-3.1i]][🚎ruby-3.1-wf] [![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]|
47
47
  | Works with MRI Ruby 2 | ![Ruby 2.0 Compat][💎ruby-2.0i] ![Ruby 2.1 Compat][💎ruby-2.1i] ![Ruby 2.2 Compat][💎ruby-2.2i] ![Ruby 2.3 Compat][💎ruby-2.3i] <br/> [![Ruby 2.4 Compat][💎ruby-2.4i]][🚎ruby-2.4-wf] [![Ruby 2.5 Compat][💎ruby-2.5i]][🚎ruby-2.5-wf] [![Ruby 2.6 Compat][💎ruby-2.6i]][🚎ruby-2.6-wf] [![Ruby 2.7 Compat][💎ruby-2.7i]][🚎ruby-2.7-wf]|
48
48
  | Works with MRI Ruby 1 | ![Ruby 1.8 Compat][💎ruby-1.8i] ![Ruby 1.9 Compat][💎ruby-1.9i]|
49
- | 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] |
50
- | 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] |
49
+ | 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] |
50
+ | 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] |
51
51
  | 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] |
52
52
  | Compliance | [![License: MIT][📄license-img]][📄license] [![Apache license compatibility: Category A][📄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] |
53
53
  | 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] |
@@ -333,7 +333,7 @@ See [CHANGELOG.md][📌changelog] for a list of releases.
333
333
  ## 📄 License
334
334
 
335
335
  The gem is available as open source under the terms of
336
- the [MIT](MIT.md) [![License: MIT][📄license-img]][📄license-ref].
336
+ the [MIT](https://github.com/kettle-dev/kettle-rb/blob/main/MIT.md) [![License: MIT][📄license-img]][📄license-ref].
337
337
 
338
338
  ### © Copyright
339
339
 
@@ -400,6 +400,8 @@ Thanks for RTFM. ☺️
400
400
  [✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
401
401
  [✉️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
402
402
  [✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
403
+ [✉️ruby-forum-img]: https://img.shields.io/badge/RubyForum-Help-CC342D?style=for-the-badge&logo=ruby&logoColor=white
404
+ [✉️ruby-forum]: https://www.rubyforum.org/c/help/8
403
405
 
404
406
  [✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
405
407
  [⛳️gem-namespace]: https://github.com/kettle-dev/kettle-rb
@@ -445,7 +447,7 @@ Thanks for RTFM. ☺️
445
447
  [📜src-gl]: https://gitlab.com/kettle-dev/kettle-rb
446
448
  [📜src-cb-img]: https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&logo=CodeBerg&logoColor=blue
447
449
  [📜src-cb]: https://codeberg.org/kettle-dev/kettle-rb
448
- [📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=Github&logoColor=green
450
+ [📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=GitHub&logoColor=green
449
451
  [📜src-gh]: https://github.com/kettle-dev/kettle-rb
450
452
  [📜docs-cr-rd-img]: https://img.shields.io/badge/RubyDoc-Current_Release-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
451
453
  [📜docs-head-rd-img]: https://img.shields.io/badge/YARD_on_Galtzo.com-HEAD-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
@@ -566,7 +568,7 @@ Thanks for RTFM. ☺️
566
568
  [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
567
569
  [📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
568
570
  [📄license]: LICENSE.md
569
- [📄license-ref]: MIT.md
571
+ [📄license-ref]: https://github.com/kettle-dev/kettle-rb/blob/main/MIT.md
570
572
  [📄license-img]: https://img.shields.io/badge/License-MIT-259D6C.svg
571
573
  [📄license-compat]: https://www.apache.org/legal/resolved.html#category-a
572
574
  [📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A-%E2%9C%93-259D6C.svg?style=flat&logo=Apache
@@ -2,9 +2,12 @@
2
2
 
3
3
  module Kettle
4
4
  module Rb
5
+ # Version namespace for this gem.
5
6
  module Version
6
- VERSION = "0.1.4"
7
+ # Current gem version.
8
+ VERSION = "0.1.6"
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/sig/kettle/rb.rbs CHANGED
@@ -1,36 +1,5 @@
1
1
  module Kettle
2
2
  module Rb
3
- # See the writing guide of rbs: https://github.com/ruby/rbs#guides
4
- # See the writing guide of rbs: https://github.com/ruby/rbs#guides
5
- # See the writing guide of rbs: https://github.com/ruby/rbs#guides
6
- # See the writing guide of rbs: https://github.com/ruby/rbs#guides
7
- # See the writing guide of rbs: https://github.com/ruby/rbs#guides
8
- # See the writing guide of rbs: https://github.com/ruby/rbs#guides
9
- # See the writing guide of rbs: https://github.com/ruby/rbs#guides
10
- # See the writing guide of rbs: https://github.com/ruby/rbs#guides
11
- # See the writing guide of rbs: https://github.com/ruby/rbs#guides
12
- # See the writing guide of rbs: https://github.com/ruby/rbs#guides
13
- # See the writing guide of rbs: https://github.com/ruby/rbs#guides
14
- # See the writing guide of rbs: https://github.com/ruby/rbs#guides
15
- # See the writing guide of rbs: https://github.com/ruby/rbs#guides
16
- # See the writing guide of rbs: https://github.com/ruby/rbs#guides
17
- # See the writing guide of rbs: https://github.com/ruby/rbs#guides
18
- # See the writing guide of rbs: https://github.com/ruby/rbs#guides
19
- # See the writing guide of rbs: https://github.com/ruby/rbs#guides
20
- # See the writing guide of rbs: https://github.com/ruby/rbs#guides
21
- # See the writing guide of rbs: https://github.com/ruby/rbs#guides
22
- # See the writing guide of rbs: https://github.com/ruby/rbs#guides
23
- # See the writing guide of rbs: https://github.com/ruby/rbs#guides
24
- # See the writing guide of rbs: https://github.com/ruby/rbs#guides
25
- # See the writing guide of rbs: https://github.com/ruby/rbs#guides
26
- # See the writing guide of rbs: https://github.com/ruby/rbs#guides
27
- # See the writing guide of rbs: https://github.com/ruby/rbs#guides
28
- # See the writing guide of rbs: https://github.com/ruby/rbs#guides
29
- # See the writing guide of rbs: https://github.com/ruby/rbs#guides
30
- # See the writing guide of rbs: https://github.com/ruby/rbs#guides
31
- # See the writing guide of rbs: https://github.com/ruby/rbs#guides
32
- # See the writing guide of rbs: https://github.com/ruby/rbs#guides
33
- # See the writing guide of rbs: https://github.com/ruby/rbs#guides
34
3
  # See the writing guide of rbs: https://github.com/ruby/rbs#guides
35
4
  module Version
36
5
  VERSION: String
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
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -46,7 +46,7 @@ dependencies:
46
46
  version: '2.3'
47
47
  - - ">="
48
48
  - !ruby/object:Gem::Version
49
- version: 2.3.5
49
+ version: 2.3.7
50
50
  type: :development
51
51
  prerelease: false
52
52
  version_requirements: !ruby/object:Gem::Requirement
@@ -56,7 +56,7 @@ dependencies:
56
56
  version: '2.3'
57
57
  - - ">="
58
58
  - !ruby/object:Gem::Version
59
- version: 2.3.5
59
+ version: 2.3.7
60
60
  - !ruby/object:Gem::Dependency
61
61
  name: bundler-audit
62
62
  requirement: !ruby/object:Gem::Requirement
@@ -105,26 +105,46 @@ dependencies:
105
105
  - - ">="
106
106
  - !ruby/object:Gem::Version
107
107
  version: 1.0.4
108
+ - !ruby/object:Gem::Dependency
109
+ name: anonymous_loader
110
+ requirement: !ruby/object:Gem::Requirement
111
+ requirements:
112
+ - - "~>"
113
+ - !ruby/object:Gem::Version
114
+ version: '0.1'
115
+ - - ">="
116
+ - !ruby/object:Gem::Version
117
+ version: 0.1.3
118
+ type: :development
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - "~>"
123
+ - !ruby/object:Gem::Version
124
+ version: '0.1'
125
+ - - ">="
126
+ - !ruby/object:Gem::Version
127
+ version: 0.1.3
108
128
  - !ruby/object:Gem::Dependency
109
129
  name: appraisal2
110
130
  requirement: !ruby/object:Gem::Requirement
111
131
  requirements:
112
132
  - - "~>"
113
133
  - !ruby/object:Gem::Version
114
- version: '3.1'
134
+ version: '3.2'
115
135
  - - ">="
116
136
  - !ruby/object:Gem::Version
117
- version: 3.1.4
137
+ version: 3.2.0
118
138
  type: :development
119
139
  prerelease: false
120
140
  version_requirements: !ruby/object:Gem::Requirement
121
141
  requirements:
122
142
  - - "~>"
123
143
  - !ruby/object:Gem::Version
124
- version: '3.1'
144
+ version: '3.2'
125
145
  - - ">="
126
146
  - !ruby/object:Gem::Version
127
- version: 3.1.4
147
+ version: 3.2.0
128
148
  - !ruby/object:Gem::Dependency
129
149
  name: kettle-test
130
150
  requirement: !ruby/object:Gem::Requirement
@@ -134,7 +154,7 @@ dependencies:
134
154
  version: '2.0'
135
155
  - - ">="
136
156
  - !ruby/object:Gem::Version
137
- version: 2.0.11
157
+ version: 2.0.16
138
158
  type: :development
139
159
  prerelease: false
140
160
  version_requirements: !ruby/object:Gem::Requirement
@@ -144,27 +164,27 @@ dependencies:
144
164
  version: '2.0'
145
165
  - - ">="
146
166
  - !ruby/object:Gem::Version
147
- version: 2.0.11
167
+ version: 2.0.16
148
168
  - !ruby/object:Gem::Dependency
149
169
  name: turbo_tests2
150
170
  requirement: !ruby/object:Gem::Requirement
151
171
  requirements:
152
172
  - - "~>"
153
173
  - !ruby/object:Gem::Version
154
- version: '3.1'
174
+ version: '3.2'
155
175
  - - ">="
156
176
  - !ruby/object:Gem::Version
157
- version: 3.1.14
177
+ version: 3.2.3
158
178
  type: :development
159
179
  prerelease: false
160
180
  version_requirements: !ruby/object:Gem::Requirement
161
181
  requirements:
162
182
  - - "~>"
163
183
  - !ruby/object:Gem::Version
164
- version: '3.1'
184
+ version: '3.2'
165
185
  - - ">="
166
186
  - !ruby/object:Gem::Version
167
- version: 3.1.14
187
+ version: 3.2.3
168
188
  - !ruby/object:Gem::Dependency
169
189
  name: ruby-progressbar
170
190
  requirement: !ruby/object:Gem::Requirement
@@ -188,7 +208,7 @@ dependencies:
188
208
  version: '1.0'
189
209
  - - ">="
190
210
  - !ruby/object:Gem::Version
191
- version: 1.0.6
211
+ version: 1.0.7
192
212
  type: :development
193
213
  prerelease: false
194
214
  version_requirements: !ruby/object:Gem::Requirement
@@ -198,7 +218,7 @@ dependencies:
198
218
  version: '1.0'
199
219
  - - ">="
200
220
  - !ruby/object:Gem::Version
201
- version: 1.0.6
221
+ version: 1.0.7
202
222
  - !ruby/object:Gem::Dependency
203
223
  name: gitmoji-regex
204
224
  requirement: !ruby/object:Gem::Requirement
@@ -208,7 +228,7 @@ dependencies:
208
228
  version: '2.0'
209
229
  - - ">="
210
230
  - !ruby/object:Gem::Version
211
- version: 2.0.4
231
+ version: 2.0.6
212
232
  type: :development
213
233
  prerelease: false
214
234
  version_requirements: !ruby/object:Gem::Requirement
@@ -218,7 +238,7 @@ dependencies:
218
238
  version: '2.0'
219
239
  - - ">="
220
240
  - !ruby/object:Gem::Version
221
- version: 2.0.4
241
+ version: 2.0.6
222
242
  description: "\U0001F4CF Provides the shared Ruby, engine, Rails, RuboCop, and RuboCop
223
243
  LTS compatibility matrix used by Kettle-managed gems."
224
244
  email:
@@ -239,10 +259,10 @@ licenses:
239
259
  - MIT
240
260
  metadata:
241
261
  homepage_uri: https://kettle-rb.galtzo.com
242
- source_code_uri: https://github.com/kettle-dev/kettle-rb/tree/v0.1.4
243
- changelog_uri: https://github.com/kettle-dev/kettle-rb/blob/v0.1.4/CHANGELOG.md
262
+ source_code_uri: https://github.com/kettle-dev/kettle-rb/tree/v0.1.6
263
+ changelog_uri: https://github.com/kettle-dev/kettle-rb/blob/v0.1.6/CHANGELOG.md
244
264
  bug_tracker_uri: https://github.com/kettle-dev/kettle-rb/issues
245
- documentation_uri: https://www.rubydoc.info/gems/kettle-rb/0.1.4
265
+ documentation_uri: https://www.rubydoc.info/gems/kettle-rb/0.1.6
246
266
  funding_uri: https://github.com/sponsors/pboling
247
267
  wiki_uri: https://github.com/kettle-dev/kettle-rb/wiki
248
268
  news_uri: https://www.railsbling.com/tags/kettle-rb
@@ -271,7 +291,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
271
291
  - !ruby/object:Gem::Version
272
292
  version: '0'
273
293
  requirements: []
274
- rubygems_version: 4.0.16
294
+ rubygems_version: 4.0.17
275
295
  specification_version: 4
276
296
  summary: "\U0001F4CF Shared Ruby compatibility matrix data for Kettle tooling."
277
297
  test_files: []
metadata.gz.sig CHANGED
Binary file