kettle-rb 0.1.10 → 0.1.12

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: a9b88ea6b73ff626abd9ddd35a9992cc691e2c8e727f8c43ccf056db5b233346
4
- data.tar.gz: ff9bb7ce540451d48234d361bf5c8c3db9b95cad514d26013d545b90f929fb39
3
+ metadata.gz: 54bd45ebd31e3e0957fec27f99e64dc5f9e829f541073096529325f755f0c103
4
+ data.tar.gz: e32e116e8aa8387919f815631f765700da249926718ed47b43ed40f89a0cdc03
5
5
  SHA512:
6
- metadata.gz: 3238dc8ecc1f9a60299234773929ab0e98105d15a4b3336c5eda1733e95c4676f4531eb1b11a424579b52e46a9b0db7c89210219bd16a943692dc026a0b8307f
7
- data.tar.gz: f5e0a5bcd8107617a310ceb383b4baadbeccf65460145553a32b3edc9f33e9a9c22df55019a06f55c2ce3d79f6d4a114868b13e297305262b4676db472f58dd1
6
+ metadata.gz: 83760e2a6fe3766f9783d16d9ab783728ea8ec2d1504ae83037d7d8f79dfe8b02543655a1b5fb98752c7b6a6ed805e842d568e422404b188d7a22d9f0b034d1e
7
+ data.tar.gz: ed004e0b0474ab252ea424016b72e56e9ef2b8bf8815cbf146ff52f8fd5df69624754a026b3f92b5e450bc6ee6a0b6dc2bb5dbe591b4de4dba2a3efca243d61f
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,36 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [0.1.12] - 2026-09-09
34
+
35
+ - TAG: [v0.1.12][0.1.12t]
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
+ ### Changed
41
+
42
+ - Refresh RuboCop-LTS compatibility matrix floors for the released branch stack.
43
+
44
+ ## [0.1.11] - 2026-08-28
45
+
46
+ - TAG: [v0.1.11][0.1.11t]
47
+ - COVERAGE: 100.00% -- 76/76 lines in 3 files
48
+ - BRANCH COVERAGE: 100.00% -- 16/16 branches in 3 files
49
+ - 48.78% documented
50
+
51
+ ### Changed
52
+
53
+ - [kc] kettle-jem/prepare: updated 18 project files:
54
+ - configuration (1)
55
+ - dependencies (17)
56
+
57
+ - [kc] kettle-jem/template: updated 7 project files:
58
+ - code and tests (3)
59
+ - dependencies (1)
60
+ - documentation (2)
61
+ - other (1)
62
+
33
63
  ## [0.1.10] - 2026-08-12
34
64
 
35
65
  - TAG: [v0.1.10][0.1.10t]
@@ -252,7 +282,11 @@ Please file a bug if you notice a violation of semantic versioning.
252
282
  - Add `Kettle::Rb::CompatMatrix` as the shared Ruby, engine, Rails, RuboCop,
253
283
  and RuboCop LTS compatibility source of truth for kettle-dev tooling.
254
284
 
255
- [Unreleased]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.10...HEAD
285
+ [Unreleased]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.12...HEAD
286
+ [0.1.12]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.11...v0.1.12
287
+ [0.1.12t]: https://github.com/kettle-dev/kettle-rb/releases/tag/v0.1.12
288
+ [0.1.11]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.10...v0.1.11
289
+ [0.1.11t]: https://github.com/kettle-dev/kettle-rb/releases/tag/v0.1.11
256
290
  [0.1.10]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.9...v0.1.10
257
291
  [0.1.10t]: https://github.com/kettle-dev/kettle-rb/releases/tag/v0.1.10
258
292
  [0.1.9]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.8...v0.1.9
data/README.md CHANGED
@@ -95,7 +95,9 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
95
95
 
96
96
  </details>
97
97
 
98
- ### Enterprise Support [![Tidelift](https://tidelift.com/badges/package/rubygems/kettle-rb)](https://tidelift.com/subscription/pkg/rubygems-kettle-rb?utm_source=rubygems-kettle-rb&utm_medium=referral&utm_campaign=readme)
98
+ ### Enterprise Support
99
+
100
+ [![Tidelift](https://tidelift.com/badges/package/rubygems/kettle-rb)](https://tidelift.com/subscription/pkg/rubygems-kettle-rb?utm_source=rubygems-kettle-rb&utm_medium=referral&utm_campaign=readme)
99
101
 
100
102
  Available as part of the Tidelift Subscription.
101
103
 
@@ -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.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],
31
+ ["ruby-1.8", "1.8.7-p374", "ruby", nil, nil, nil, nil, nil, "0.3.3", ["~> 0.3", ">= 0.3.3"], "rubocop-ruby1_8", ["~> 2.0", ">= 2.0.7"], "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.3", ["~> 2.3", ">= 2.3.3"], "rubocop-ruby1_9", ["~> 3.0", ">= 3.0.7"], "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.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],
34
+ ["ruby-2.0", "2.0.0-p648", "ruby", nil, nil, nil, nil, "0.50.0", "4.3.4", ["~> 4.3", ">= 4.3.4"], "rubocop-ruby2_0", ["~> 3.0", ">= 3.0.7"], "r2_0-even-v4", nil, nil, nil],
35
+ ["ruby-2.1", "2.1.10", "ruby", nil, nil, nil, nil, "0.57.2", "6.3.3", ["~> 6.3", ">= 6.3.3"], "rubocop-ruby2_1", ["~> 3.0", ">= 3.0.7"], "r2_1-even-v6", nil, nil, nil],
36
+ ["ruby-2.2", "2.2.10", "ruby", nil, nil, nil, nil, "0.68.1", "8.3.3", ["~> 8.3", ">= 8.3.3"], "rubocop-ruby2_2", ["~> 3.0", ">= 3.0.7"], "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.3", ["~> 10.3", ">= 10.3.3"], "rubocop-ruby2_3", ["~> 3.0", ">= 3.0.7"], "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.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],
39
+ ["ruby-2.4", "2.4.10", "ruby", nil, nil, nil, nil, "1.12.1", "12.3.3", ["~> 12.3", ">= 12.3.3"], "rubocop-ruby2_4", ["~> 3.0", ">= 3.0.7"], "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.3", ["~> 14.3", ">= 14.3.3"], "rubocop-ruby2_5", ["~> 3.0", ">= 3.0.7"], "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.1", ["~> 16.3", ">= 16.3.1"], "rubocop-ruby2_6", ["~> 3.0", ">= 3.0.5"], "r2_6-even-v16", "6.1.7.10", nil, nil],
42
+ ["ruby-2.6", "2.6.10", "ruby", nil, nil, "3.4.22", "2.4.22", "1.50.2", "16.3.3", ["~> 16.3", ">= 16.3.3"], "rubocop-ruby2_6", ["~> 3.0", ">= 3.0.7"], "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.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],
44
+ ["ruby-2.7", "2.7.8", "ruby", nil, nil, nil, nil, "1.80.x", "18.4.3", ["~> 18.4", ">= 18.4.3"], "rubocop-ruby2_7", ["~> 3.0", ">= 3.0.7"], "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.3", ["~> 20.4", ">= 20.4.3"], "rubocop-ruby3_0", ["~> 3.0", ">= 3.0.7"], "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.1", ["~> 22.3", ">= 22.3.1"], "rubocop-ruby3_1", ["~> 3.0", ">= 3.0.5"], "r3_1-even-v22", nil, nil, nil],
47
+ ["ruby-3.1", "3.1.7", "ruby", nil, nil, "3.6.9", "2.6.9", nil, "22.3.3", ["~> 22.3", ">= 22.3.3"], "rubocop-ruby3_1", ["~> 3.0", ">= 3.0.7"], "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.1", ["~> 24.2", ">= 24.2.1"], "rubocop-ruby3_2", ["~> 3.0", ">= 3.0.6"], "r3_2-even-v24", "8.0.x", nil, nil],
50
+ ["ruby-3.2", "3.2.9", "ruby", nil, nil, "3.7.x", "2.7.x", nil, "24.2.3", ["~> 24.2", ">= 24.2.3"], "rubocop-ruby3_2", ["~> 3.0", ">= 3.0.8"], "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],
@@ -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.10"
8
+ VERSION = "0.1.12"
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-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -46,7 +46,7 @@ dependencies:
46
46
  version: '3.0'
47
47
  - - ">="
48
48
  - !ruby/object:Gem::Version
49
- version: 3.0.6
49
+ version: 3.0.13
50
50
  type: :development
51
51
  prerelease: false
52
52
  version_requirements: !ruby/object:Gem::Requirement
@@ -56,7 +56,7 @@ dependencies:
56
56
  version: '3.0'
57
57
  - - ">="
58
58
  - !ruby/object:Gem::Version
59
- version: 3.0.6
59
+ version: 3.0.13
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.20
157
+ version: 2.0.21
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.20
167
+ version: 2.0.21
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.5
177
+ version: 3.2.6
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.5
187
+ version: 3.2.6
188
188
  - !ruby/object:Gem::Dependency
189
189
  name: ruby-progressbar
190
190
  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.11
231
+ version: 2.0.12
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.11
241
+ version: 2.0.12
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.10
263
- changelog_uri: https://github.com/kettle-dev/kettle-rb/blob/v0.1.10/CHANGELOG.md
262
+ source_code_uri: https://github.com/kettle-dev/kettle-rb/tree/v0.1.12
263
+ changelog_uri: https://github.com/kettle-dev/kettle-rb/blob/v0.1.12/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.10
265
+ documentation_uri: https://www.rubydoc.info/gems/kettle-rb/0.1.12
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