kettle-rb 0.1.11 → 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: ca69e5393c7b1cfda8e44aeea39fb3fa7fbe808efbb33b68dca680f8f4cd4c5c
4
- data.tar.gz: 06ab23fae233e3b6044cfb11473f20eff5babf83d1fb1ac79c2ac93bd3d57eed
3
+ metadata.gz: 54bd45ebd31e3e0957fec27f99e64dc5f9e829f541073096529325f755f0c103
4
+ data.tar.gz: e32e116e8aa8387919f815631f765700da249926718ed47b43ed40f89a0cdc03
5
5
  SHA512:
6
- metadata.gz: e2c77e9e930463b49e6f0840559a42747ca8a90c168f045ff4005848d39a3275955beddd93264b0352a68afc5f899597177d4da6f946d08f1f507899dd1e48d6
7
- data.tar.gz: 1b50a3fa9550105c671235076323476cbf38ff463bf791dd45fff6819e38dc47666279c62f6f54c46fab3bca5dce17f6435e892bae5891e169728a6def0a995f
6
+ metadata.gz: 83760e2a6fe3766f9783d16d9ab783728ea8ec2d1504ae83037d7d8f79dfe8b02543655a1b5fb98752c7b6a6ed805e842d568e422404b188d7a22d9f0b034d1e
7
+ data.tar.gz: ed004e0b0474ab252ea424016b72e56e9ef2b8bf8815cbf146ff52f8fd5df69624754a026b3f92b5e450bc6ee6a0b6dc2bb5dbe591b4de4dba2a3efca243d61f
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,17 @@ 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
+
33
44
  ## [0.1.11] - 2026-08-28
34
45
 
35
46
  - TAG: [v0.1.11][0.1.11t]
@@ -271,7 +282,9 @@ Please file a bug if you notice a violation of semantic versioning.
271
282
  - Add `Kettle::Rb::CompatMatrix` as the shared Ruby, engine, Rails, RuboCop,
272
283
  and RuboCop LTS compatibility source of truth for kettle-dev tooling.
273
284
 
274
- [Unreleased]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.11...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
275
288
  [0.1.11]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.10...v0.1.11
276
289
  [0.1.11t]: https://github.com/kettle-dev/kettle-rb/releases/tag/v0.1.11
277
290
  [0.1.10]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.9...v0.1.10
@@ -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.11"
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.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -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
@@ -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.11
263
- changelog_uri: https://github.com/kettle-dev/kettle-rb/blob/v0.1.11/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.11
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