kettle-rb 0.1.8 → 0.1.10

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: bfcd733a62211e90ff4c4468ab83698a1c66f4f601f0b20205985d3ea659134a
4
- data.tar.gz: 73c9c6d2df26f882080fc0f476d422f76ceb244280c3f74bdac2e38f24b13798
3
+ metadata.gz: a9b88ea6b73ff626abd9ddd35a9992cc691e2c8e727f8c43ccf056db5b233346
4
+ data.tar.gz: ff9bb7ce540451d48234d361bf5c8c3db9b95cad514d26013d545b90f929fb39
5
5
  SHA512:
6
- metadata.gz: 3a8735eaf8e6289f26946b793eaedc7ec96432dcae4de4d32467556fa9c7f471de7a4834c280f341d1835b37cca7ba2e49a1131f65f9eeacb34273d30340f092
7
- data.tar.gz: 4610115b510b7a651ba16127dd80ab0d660891b5c52f2ff6f2de8cd97eac7ae2f925d58c1cefa8bd5da8abe02613f39debc9a0e8cc7b4ea284006096b02915b1
6
+ metadata.gz: 3238dc8ecc1f9a60299234773929ab0e98105d15a4b3336c5eda1733e95c4676f4531eb1b11a424579b52e46a9b0db7c89210219bd16a943692dc026a0b8307f
7
+ data.tar.gz: f5e0a5bcd8107617a310ceb383b4baadbeccf65460145553a32b3edc9f33e9a9c22df55019a06f55c2ce3d79f6d4a114868b13e297305262b4676db472f58dd1
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,37 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [0.1.10] - 2026-08-12
34
+
35
+ - TAG: [v0.1.10][0.1.10t]
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
+ - Prepare project for kettle-jem templates: updated 7 project files across dependencies (7).
43
+
44
+ - Apply kettle-jem templates: updated 1 project file across code and tests (1).
45
+
46
+ - Apply kettle-jem templates: updated 8 project files across code and tests (2), configuration (1), dependencies (1), documentation (1), other (3).
47
+
48
+ - Prepare project for kettle-jem templates: updated 17 project files across dependencies (17).
49
+
50
+ - Apply kettle-jem templates: updated 3 project files across code and tests (1), dependencies (1), other (1).
51
+
52
+ ## [0.1.9] - 2026-08-03
53
+
54
+ - TAG: [v0.1.9][0.1.9t]
55
+ - COVERAGE: 100.00% -- 76/76 lines in 3 files
56
+ - BRANCH COVERAGE: 100.00% -- 16/16 branches in 3 files
57
+ - 48.78% documented
58
+
59
+ ### Fixed
60
+
61
+ - kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
62
+ preserving comments and trailing commas during template updates.
63
+
33
64
  ## [0.1.8] - 2026-08-01
34
65
 
35
66
  - TAG: [v0.1.8][0.1.8t]
@@ -63,10 +94,6 @@ Please file a bug if you notice a violation of semantic versioning.
63
94
 
64
95
  ### Added
65
96
 
66
- - kettle-jem-template-20260729-005 - Gemspec metadata now publishes this
67
- project's RubyForum tag as `mailing_list_uri`, and support docs link to the
68
- tagged RubyForum community alongside Discord.
69
-
70
97
  ### Fixed
71
98
 
72
99
  - Version specs now test the plain old-Ruby version contract instead of expecting
@@ -80,10 +107,6 @@ Please file a bug if you notice a violation of semantic versioning.
80
107
  - kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
81
108
  legacy manual bundle install path, avoiding setup-time Bundler full-index
82
109
  failures against `gem.coop`.
83
- - kettle-jem-template-20260729-002 - VersionGem bootstrap now preserves
84
- and templates dedicated `version_gem.rb` entrypoints even when the gemspec
85
- dependency is intentionally omitted, and generated anonymous-loader specs
86
- cover both `version.rb` and `version_gem.rb`.
87
110
  - kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
88
111
  floor now get managed minimal `version.rb` files and anonymous-loader version
89
112
  specs without adding `version_gem`.
@@ -144,14 +167,10 @@ Please file a bug if you notice a violation of semantic versioning.
144
167
 
145
168
  ### Changed
146
169
 
147
- - kettle-jem-template-20260720-001 - Generated READMEs can now render
148
- template-managed corporate sponsor logos from project or family config.
149
170
  - kettle-jem-template-20260720-002 - Generated development Gemfiles now use the
150
171
  released `tree_sitter_language_pack` gem 1.13.3 or newer by default.
151
172
  - kettle-jem-template-20260720-003 - Generated StructuredMerge Git diff driver
152
173
  config now uses the installed `smorg-rb` Ruby driver name.
153
- - kettle-jem-template-20260720-004 - Generated multi-engine workflow files now
154
- omit JRuby and TruffleRuby jobs when project config declares MRI-only engines.
155
174
  - kettle-jem-template-20260720-005 - Generated README Support & Community rows
156
175
  now include a RubyForum help badge.
157
176
 
@@ -175,8 +194,6 @@ Please file a bug if you notice a violation of semantic versioning.
175
194
 
176
195
  ### Changed
177
196
 
178
- - kettle-jem-template-20260716-001 - Shim gemspec manifests now include
179
- `LICENSE.md` instead of nonexistent `LICENSE.txt`.
180
197
  - kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
181
198
  repository-only files by default to reduce downstream distro packaging churn.
182
199
 
@@ -235,7 +252,11 @@ Please file a bug if you notice a violation of semantic versioning.
235
252
  - Add `Kettle::Rb::CompatMatrix` as the shared Ruby, engine, Rails, RuboCop,
236
253
  and RuboCop LTS compatibility source of truth for kettle-dev tooling.
237
254
 
238
- [Unreleased]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.8...HEAD
255
+ [Unreleased]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.10...HEAD
256
+ [0.1.10]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.9...v0.1.10
257
+ [0.1.10t]: https://github.com/kettle-dev/kettle-rb/releases/tag/v0.1.10
258
+ [0.1.9]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.8...v0.1.9
259
+ [0.1.9t]: https://github.com/kettle-dev/kettle-rb/releases/tag/v0.1.9
239
260
  [0.1.8]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.7...v0.1.8
240
261
  [0.1.8t]: https://github.com/kettle-dev/kettle-rb/releases/tag/v0.1.8
241
262
  [0.1.7]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.6...v0.1.7
data/README.md CHANGED
@@ -56,7 +56,7 @@ Use it when tooling needs to answer questions like:
56
56
 
57
57
  ### Compatibility
58
58
 
59
- Compatible with MRI Ruby 1.8.7+, and concordant releases of JRuby, and TruffleRuby.
59
+ Compatible with MRI Ruby 1.8.7+, JRuby, and TruffleRuby.
60
60
  CI workflows and Appraisals are generated for MRI Ruby 2.4.0+.
61
61
  This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
62
62
  may be higher than the gem's runtime compatibility floor when legacy Rubies are
@@ -252,8 +252,7 @@ See [SECURITY.md][🔐security].
252
252
  ## 🤝 Contributing
253
253
 
254
254
  If you need some ideas of where to help, you could work on adding more code coverage,
255
- or if it is already 💯 (see [below](#code-coverage)) check [issues][🤝gh-issues] or [PRs][🤝gh-pulls],
256
- or use the gem and think about how it could be better.
255
+ check [issues][🤝gh-issues] or [PRs][🤝gh-pulls], or use the gem and think about how it could be better.
257
256
 
258
257
  We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
259
258
 
@@ -289,19 +288,6 @@ Made with [contributors-img][🖐contrib-rocks].
289
288
 
290
289
  Also see GitLab Contributors: [https://gitlab.com/kettle-dev/kettle-rb/-/graphs/main][🚎contributors-gl]
291
290
 
292
- <details markdown="1">
293
- <summary>⭐️ Star History</summary>
294
-
295
- <a href="https://star-history.com/kettle-dev/kettle-rb&Date">
296
- <picture>
297
- <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=kettle-dev/kettle-rb&type=Date&theme=dark" />
298
- <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=kettle-dev/kettle-rb&type=Date" />
299
- <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=kettle-dev/kettle-rb&type=Date" />
300
- </picture>
301
- </a>
302
-
303
- </details>
304
-
305
291
  ## 📌 Versioning
306
292
 
307
293
  This library follows [![Semantic Versioning 2.0.0][📌semver-img]][📌semver] for its public API where practical.
@@ -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"
8
+ VERSION = "0.1.10"
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
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require_relative "rb/version"
4
3
  require_relative "rb/compat_matrix"
4
+ require_relative "rb/version"
5
5
 
6
6
  module Kettle
7
7
  module Rb
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.8
4
+ version: 0.1.10
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.5'
46
+ version: '3.0'
47
47
  - - ">="
48
48
  - !ruby/object:Gem::Version
49
- version: 2.5.14
49
+ version: 3.0.6
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.5'
56
+ version: '3.0'
57
57
  - - ">="
58
58
  - !ruby/object:Gem::Version
59
- version: 2.5.14
59
+ version: 3.0.6
60
60
  - !ruby/object:Gem::Dependency
61
61
  name: bundler-audit
62
62
  requirement: !ruby/object:Gem::Requirement
@@ -134,7 +134,7 @@ dependencies:
134
134
  version: '3.2'
135
135
  - - ">="
136
136
  - !ruby/object:Gem::Version
137
- version: 3.2.0
137
+ version: 3.2.2
138
138
  type: :development
139
139
  prerelease: false
140
140
  version_requirements: !ruby/object:Gem::Requirement
@@ -144,7 +144,7 @@ dependencies:
144
144
  version: '3.2'
145
145
  - - ">="
146
146
  - !ruby/object:Gem::Version
147
- version: 3.2.0
147
+ version: 3.2.2
148
148
  - !ruby/object:Gem::Dependency
149
149
  name: kettle-test
150
150
  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.17
157
+ version: 2.0.20
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.17
167
+ version: 2.0.20
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.4
177
+ version: 3.2.5
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.4
187
+ version: 3.2.5
188
188
  - !ruby/object:Gem::Dependency
189
189
  name: ruby-progressbar
190
190
  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.8
263
- changelog_uri: https://github.com/kettle-dev/kettle-rb/blob/v0.1.8/CHANGELOG.md
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
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.8
265
+ documentation_uri: https://www.rubydoc.info/gems/kettle-rb/0.1.10
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