kettle-rb 0.1.0 → 0.1.1
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 +30 -1
- data/MIT.md +21 -0
- data/README.md +1 -1
- data/lib/kettle/rb/compat_matrix.rb +13 -13
- data/lib/kettle/rb/version.rb +1 -1
- data/sig/kettle/rb.rbs +0 -1
- data.tar.gz.sig +5 -2
- metadata +13 -11
- 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: 325a640ca1226cf7d7f4ae4620054aae0f875f847a3900d35a894abbd3921bd2
|
|
4
|
+
data.tar.gz: 74e7804b7ac285b33381212ae88efd90a249493073fb008c515b9075978bf842
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e33fcc0ad4b60d4c4ce1a417ab5a19fcd01122f3c65be59077ea455a3de0ce93ac39e9bea73dff9bb0a86cf8cd27a50363d06275ab7cbc18761576c09a452000
|
|
7
|
+
data.tar.gz: 5cc8cd746a8544d99115a88746e5d60919b7021d3f7fc383a96c9e95f5d05b4062542fc419ecf39aa7abd80d1fb77ae477a5048de0f6dd35118faa82766bec27
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,33 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [0.1.1] - 2026-06-29
|
|
34
|
+
|
|
35
|
+
- TAG: [v0.1.1][0.1.1t]
|
|
36
|
+
- COVERAGE: 89.47% -- 68/76 lines in 3 files
|
|
37
|
+
- BRANCH COVERAGE: 75.00% -- 12/16 branches in 3 files
|
|
38
|
+
- 43.90% documented
|
|
39
|
+
|
|
40
|
+
### Changed
|
|
41
|
+
|
|
42
|
+
- Updated RuboCop-LTS compatibility matrix floors to the latest released
|
|
43
|
+
repaired `rubocop-lts` branch stack and wrapper gem versions.
|
|
44
|
+
- Removed the default `RUBOCOP_LTS_LOCAL=false` development environment export
|
|
45
|
+
so released RuboCop-LTS gems are selected by absence of local-mode override.
|
|
46
|
+
|
|
47
|
+
- Replaced scaffold gemspec summary and description placeholders with
|
|
48
|
+
kettle-rb-specific package metadata.
|
|
49
|
+
|
|
50
|
+
### Added
|
|
51
|
+
|
|
52
|
+
- License files to release package
|
|
53
|
+
|
|
54
|
+
### Fixed
|
|
55
|
+
|
|
56
|
+
- Package the named `MIT.md` license file in the generated gemspec file list.
|
|
57
|
+
- Removed the scaffolded root RBS `VERSION` declaration so the style workflow's
|
|
58
|
+
RBS environment load no longer sees a duplicate `Kettle::Rb::VERSION`.
|
|
59
|
+
|
|
33
60
|
## [0.1.0] - 2026-06-27
|
|
34
61
|
|
|
35
62
|
- TAG: [v0.1.0][0.1.0t]
|
|
@@ -43,6 +70,8 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
43
70
|
- Add `Kettle::Rb::CompatMatrix` as the shared Ruby, engine, Rails, RuboCop,
|
|
44
71
|
and RuboCop LTS compatibility source of truth for kettle-rb tooling.
|
|
45
72
|
|
|
46
|
-
[Unreleased]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.
|
|
73
|
+
[Unreleased]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.1...HEAD
|
|
74
|
+
[0.1.1]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.0...v0.1.1
|
|
75
|
+
[0.1.1t]: https://github.com/kettle-dev/kettle-rb/releases/tag/v0.1.1
|
|
47
76
|
[0.1.0]: https://github.com/kettle-dev/kettle-rb/compare/7d715a6109f43ab78253e31ea49b280b659a060d...v0.1.0
|
|
48
77
|
[0.1.0t]: https://github.com/kettle-dev/kettle-rb/releases/tag/v0.1.0
|
data/MIT.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
The MIT License (MIT)
|
|
2
|
+
|
|
3
|
+
See [LICENSE.md](LICENSE.md) for the copyright notice.
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
|
13
|
+
all copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21
|
+
THE SOFTWARE.
|
data/README.md
CHANGED
|
@@ -587,7 +587,7 @@ Thanks for RTFM. ☺️
|
|
|
587
587
|
| Field | Value |
|
|
588
588
|
|---|---|
|
|
589
589
|
| Package | kettle-rb |
|
|
590
|
-
| Description | 📏
|
|
590
|
+
| Description | 📏 Provides the shared Ruby, engine, Rails, RuboCop, and RuboCop LTS compatibility matrix used by Kettle-managed gems. |
|
|
591
591
|
| Homepage | https://github.com/kettle-dev/kettle-rb |
|
|
592
592
|
| Source | https://github.com/kettle-dev/kettle-rb |
|
|
593
593
|
| License | `MIT` |
|
|
@@ -28,26 +28,26 @@ module Kettle
|
|
|
28
28
|
TRUFFLERUBY_PSYCH_NOTES = (TRUFFLERUBY_NOTES + ["psych < 5.3 is needed while Gem.ruby_version is below 3.3."]).freeze
|
|
29
29
|
|
|
30
30
|
MATRIX_ROWS = [
|
|
31
|
-
["ruby-1.8", "1.8.7-p374", "ruby", nil, nil, nil, nil, nil, "0.3.
|
|
32
|
-
["ruby-1.9", "1.9.3-p551", "ruby", nil, nil, "2.7.11", "1.17.3", "0.41.2", "2.3.
|
|
31
|
+
["ruby-1.8", "1.8.7-p374", "ruby", nil, nil, nil, nil, nil, "0.3.1", ["~> 0.3", ">= 0.3.1"], "rubocop-ruby1_8", ["~> 2.0", ">= 2.0.5"], "r1_8-even-v0", "4.0.x", nil, nil],
|
|
32
|
+
["ruby-1.9", "1.9.3-p551", "ruby", nil, nil, "2.7.11", "1.17.3", "0.41.2", "2.3.1", ["~> 2.3", ">= 2.3.1"], "rubocop-ruby1_9", ["~> 3.0", ">= 3.0.5"], "r1_9-even-v2", "4.2.11.3", nil, nil],
|
|
33
33
|
["jruby-1.7", "jruby-1.7.27", "jruby", "1.9", "1.9", nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil],
|
|
34
|
-
["ruby-2.0", "2.0.0-p648", "ruby", nil, nil, nil, nil, "0.50.0", "4.2
|
|
35
|
-
["ruby-2.1", "2.1.10", "ruby", nil, nil, nil, nil, "0.57.2", "6.3.
|
|
36
|
-
["ruby-2.2", "2.2.10", "ruby", nil, nil, nil, nil, "0.68.1", "8.3.
|
|
37
|
-
["ruby-2.3", "2.3.8", "ruby", nil, nil, "3.3.27", "2.3.27", "0.81.0", "10.3.
|
|
34
|
+
["ruby-2.0", "2.0.0-p648", "ruby", nil, nil, nil, nil, "0.50.0", "4.3.2", ["~> 4.3", ">= 4.3.2"], "rubocop-ruby2_0", ["~> 3.0", ">= 3.0.5"], "r2_0-even-v4", nil, nil, nil],
|
|
35
|
+
["ruby-2.1", "2.1.10", "ruby", nil, nil, nil, nil, "0.57.2", "6.3.1", ["~> 6.3", ">= 6.3.1"], "rubocop-ruby2_1", ["~> 3.0", ">= 3.0.5"], "r2_1-even-v6", nil, nil, nil],
|
|
36
|
+
["ruby-2.2", "2.2.10", "ruby", nil, nil, nil, nil, "0.68.1", "8.3.1", ["~> 8.3", ">= 8.3.1"], "rubocop-ruby2_2", ["~> 3.0", ">= 3.0.5"], "r2_2-even-v8", "5.2.8.1", nil, nil],
|
|
37
|
+
["ruby-2.3", "2.3.8", "ruby", nil, nil, "3.3.27", "2.3.27", "0.81.0", "10.3.1", ["~> 10.3", ">= 10.3.1"], "rubocop-ruby2_3", ["~> 3.0", ">= 3.0.5"], "r2_3-even-v10", nil, nil, nil],
|
|
38
38
|
["jruby-9.1", "jruby-9.1.17.0", "jruby", "2.3", "2.3", "3.3.27", "2.3.27", nil, nil, nil, nil, nil, nil, nil, nil, nil],
|
|
39
|
-
["ruby-2.4", "2.4.10", "ruby", nil, nil, nil, nil, "1.12.1", "12.3.
|
|
40
|
-
["ruby-2.5", "2.5.9", "ruby", nil, nil, nil, nil, "1.28.2", "14.3.
|
|
39
|
+
["ruby-2.4", "2.4.10", "ruby", nil, nil, nil, nil, "1.12.1", "12.3.1", ["~> 12.3", ">= 12.3.1"], "rubocop-ruby2_4", ["~> 3.0", ">= 3.0.5"], "r2_4-even-v12", nil, ["4.2.11.3", "5.2.8.1"], nil],
|
|
40
|
+
["ruby-2.5", "2.5.9", "ruby", nil, nil, nil, nil, "1.28.2", "14.3.1", ["~> 14.3", ">= 14.3.1"], "rubocop-ruby2_5", ["~> 3.0", ">= 3.0.5"], "r2_5-even-v14", "6.0.6.1", nil, nil],
|
|
41
41
|
["jruby-9.2", "jruby-9.2.21.0", "jruby", "2.5", "2.5", "3.3.27", "2.3.27", nil, nil, nil, nil, nil, nil, nil, nil, nil],
|
|
42
|
-
["ruby-2.6", "2.6.10", "ruby", nil, nil, "3.4.22", "2.4.22", "1.50.2", "16.3.
|
|
42
|
+
["ruby-2.6", "2.6.10", "ruby", nil, nil, "3.4.22", "2.4.22", "1.50.2", "16.3.1", ["~> 16.3", ">= 16.3.1"], "rubocop-ruby2_6", ["~> 3.0", ">= 3.0.5"], "r2_6-even-v16", "6.1.7.10", nil, nil],
|
|
43
43
|
["jruby-9.3", "jruby-9.3.15.0", "jruby", "2.6", "2.6", nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, ["JRuby 9.3 can require jar-dependencies ~> 0.4.1 when psych activates a newer default gem stack."]],
|
|
44
|
-
["ruby-2.7", "2.7.8", "ruby", nil, nil, nil, nil, "1.80.x", "18.4.
|
|
45
|
-
["ruby-3.0", "3.0.7", "ruby", nil, nil, "3.5.23", "2.5.23", nil, "20.4.
|
|
44
|
+
["ruby-2.7", "2.7.8", "ruby", nil, nil, nil, nil, "1.80.x", "18.4.1", ["~> 18.4", ">= 18.4.1"], "rubocop-ruby2_7", ["~> 3.0", ">= 3.0.5"], "r2_7-even-v18", "7.2.2.2", nil, nil],
|
|
45
|
+
["ruby-3.0", "3.0.7", "ruby", nil, nil, "3.5.23", "2.5.23", nil, "20.4.1", ["~> 20.4", ">= 20.4.1"], "rubocop-ruby3_0", ["~> 3.0", ">= 3.0.5"], "r3_0-even-v20", nil, nil, nil],
|
|
46
46
|
["truffleruby-22.3", "truffleruby-22.3.1", "truffleruby", "3.0", "3.0", nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, TRUFFLERUBY_NOTES],
|
|
47
|
-
["ruby-3.1", "3.1.7", "ruby", nil, nil, "3.6.9", "2.6.9", nil, "22.3.
|
|
47
|
+
["ruby-3.1", "3.1.7", "ruby", nil, nil, "3.6.9", "2.6.9", nil, "22.3.1", ["~> 22.3", ">= 22.3.1"], "rubocop-ruby3_1", ["~> 3.0", ">= 3.0.5"], "r3_1-even-v22", nil, nil, nil],
|
|
48
48
|
["truffleruby-23.0", "truffleruby-23.0.0", "truffleruby", "3.1", "3.0", nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, TRUFFLERUBY_PSYCH_NOTES],
|
|
49
49
|
["jruby-9.4", "jruby-9.4.15.0", "jruby", "3.1", "3.1", nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil],
|
|
50
|
-
["ruby-3.2", "3.2.9", "ruby", nil, nil, "3.7.x", "2.7.x", nil, "24.2.
|
|
50
|
+
["ruby-3.2", "3.2.9", "ruby", nil, nil, "3.7.x", "2.7.x", nil, "24.2.1", ["~> 24.2", ">= 24.2.1"], "rubocop-ruby3_2", ["~> 3.0", ">= 3.0.6"], "r3_2-even-v24", "8.0.x", nil, nil],
|
|
51
51
|
["truffleruby-23.1", "truffleruby-23.1.2", "truffleruby", "3.2", "3.1", nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, TRUFFLERUBY_PSYCH_NOTES + ["Use the Ruby 3.1/Rails 7.2 appraisal in CI; Rails 8 failed on this engine."]],
|
|
52
52
|
["ruby-3.3", "3.3.9", "ruby", nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil],
|
|
53
53
|
["truffleruby-24.2", "truffleruby-24.2.2", "truffleruby", "3.3", "3.3", nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, TRUFFLERUBY_NOTES],
|
data/lib/kettle/rb/version.rb
CHANGED
data/sig/kettle/rb.rbs
CHANGED
data.tar.gz.sig
CHANGED
|
@@ -1,2 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
�~M.&F9�0�f�;���4�4'���h��������������~��4��&��3�F�
|
|
2
|
+
]��0�A�B}�m)�R���|o;m�S��%��Ÿ��\�Mk��U7�d�>��;h�_�
|
|
3
|
+
�<��Ʋ�����
|
|
4
|
+
Q0�J>�
|
|
5
|
+
@_��`��"�:B�#�AG�0pj�Ȟ��xt�[oQhݞ��ӫ�5nKW2��9���z�@X�nь��c0�ο�N�T1��
|
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.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -46,7 +46,7 @@ dependencies:
|
|
|
46
46
|
version: '2.2'
|
|
47
47
|
- - ">="
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
|
-
version: 2.2.
|
|
49
|
+
version: 2.2.24
|
|
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.2'
|
|
57
57
|
- - ">="
|
|
58
58
|
- !ruby/object:Gem::Version
|
|
59
|
-
version: 2.2.
|
|
59
|
+
version: 2.2.24
|
|
60
60
|
- !ruby/object:Gem::Dependency
|
|
61
61
|
name: bundler-audit
|
|
62
62
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -188,7 +188,7 @@ dependencies:
|
|
|
188
188
|
version: '1.0'
|
|
189
189
|
- - ">="
|
|
190
190
|
- !ruby/object:Gem::Version
|
|
191
|
-
version: 1.0.
|
|
191
|
+
version: 1.0.4
|
|
192
192
|
type: :development
|
|
193
193
|
prerelease: false
|
|
194
194
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -198,7 +198,7 @@ dependencies:
|
|
|
198
198
|
version: '1.0'
|
|
199
199
|
- - ">="
|
|
200
200
|
- !ruby/object:Gem::Version
|
|
201
|
-
version: 1.0.
|
|
201
|
+
version: 1.0.4
|
|
202
202
|
- !ruby/object:Gem::Dependency
|
|
203
203
|
name: gitmoji-regex
|
|
204
204
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -219,7 +219,8 @@ dependencies:
|
|
|
219
219
|
- - ">="
|
|
220
220
|
- !ruby/object:Gem::Version
|
|
221
221
|
version: 2.0.3
|
|
222
|
-
description: "\U0001F4CF
|
|
222
|
+
description: "\U0001F4CF Provides the shared Ruby, engine, Rails, RuboCop, and RuboCop
|
|
223
|
+
LTS compatibility matrix used by Kettle-managed gems."
|
|
223
224
|
email:
|
|
224
225
|
- floss@galtzo.com
|
|
225
226
|
executables: []
|
|
@@ -241,6 +242,7 @@ files:
|
|
|
241
242
|
- CONTRIBUTING.md
|
|
242
243
|
- FUNDING.md
|
|
243
244
|
- LICENSE.md
|
|
245
|
+
- MIT.md
|
|
244
246
|
- README.md
|
|
245
247
|
- RUBOCOP.md
|
|
246
248
|
- SECURITY.md
|
|
@@ -255,10 +257,10 @@ licenses:
|
|
|
255
257
|
- MIT
|
|
256
258
|
metadata:
|
|
257
259
|
homepage_uri: https://kettle-rb.galtzo.com
|
|
258
|
-
source_code_uri: https://github.com/kettle-dev/kettle-rb/tree/v0.1.
|
|
259
|
-
changelog_uri: https://github.com/kettle-dev/kettle-rb/blob/v0.1.
|
|
260
|
+
source_code_uri: https://github.com/kettle-dev/kettle-rb/tree/v0.1.1
|
|
261
|
+
changelog_uri: https://github.com/kettle-dev/kettle-rb/blob/v0.1.1/CHANGELOG.md
|
|
260
262
|
bug_tracker_uri: https://github.com/kettle-dev/kettle-rb/issues
|
|
261
|
-
documentation_uri: https://www.rubydoc.info/gems/kettle-rb/0.1.
|
|
263
|
+
documentation_uri: https://www.rubydoc.info/gems/kettle-rb/0.1.1
|
|
262
264
|
funding_uri: https://github.com/sponsors/pboling
|
|
263
265
|
wiki_uri: https://github.com/kettle-dev/kettle-rb/wiki
|
|
264
266
|
news_uri: https://www.railsbling.com/tags/kettle-rb
|
|
@@ -266,7 +268,7 @@ metadata:
|
|
|
266
268
|
rubygems_mfa_required: 'true'
|
|
267
269
|
rdoc_options:
|
|
268
270
|
- "--title"
|
|
269
|
-
- "kettle-rb - \U0001F4CF
|
|
271
|
+
- "kettle-rb - \U0001F4CF Shared Ruby compatibility matrix data for Kettle tooling."
|
|
270
272
|
- "--main"
|
|
271
273
|
- README.md
|
|
272
274
|
- "--exclude"
|
|
@@ -289,5 +291,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
289
291
|
requirements: []
|
|
290
292
|
rubygems_version: 4.0.10
|
|
291
293
|
specification_version: 4
|
|
292
|
-
summary: "\U0001F4CF
|
|
294
|
+
summary: "\U0001F4CF Shared Ruby compatibility matrix data for Kettle tooling."
|
|
293
295
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|