kettle-rb 0.1.8 → 0.1.9
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 +15 -15
- data/lib/kettle/rb/version.rb +1 -1
- data/lib/kettle/rb.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +8 -8
- 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: 021f05e398581249c046b997d942c966c78cc13b8faa3875d20290933617612c
|
|
4
|
+
data.tar.gz: 52867a760d989f63cdafaccbaac3404fe9b2b48f06ec05f4e5511820cc5a8ad9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d19053655991d950e50ad01e7860f75b12a12fba5a816336a9a823405f077fd19ea9ec9dff4bc7de1baaa41256a3eca980bfb3f7e742aca0e6797900ce8fe3eb
|
|
7
|
+
data.tar.gz: 2eef67429843ae10d1906f601f1e67a80f6ec4b70d91b6a5c7f6715f841ad0035b11ba54d343951370a01382b610e257b1e81e0cce1eb67f07d48ca172f0e684
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,18 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [0.1.9] - 2026-08-03
|
|
34
|
+
|
|
35
|
+
- TAG: [v0.1.9][0.1.9t]
|
|
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
|
+
### Fixed
|
|
41
|
+
|
|
42
|
+
- kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
|
|
43
|
+
preserving comments and trailing commas during template updates.
|
|
44
|
+
|
|
33
45
|
## [0.1.8] - 2026-08-01
|
|
34
46
|
|
|
35
47
|
- TAG: [v0.1.8][0.1.8t]
|
|
@@ -63,10 +75,6 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
63
75
|
|
|
64
76
|
### Added
|
|
65
77
|
|
|
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
78
|
### Fixed
|
|
71
79
|
|
|
72
80
|
- Version specs now test the plain old-Ruby version contract instead of expecting
|
|
@@ -80,10 +88,6 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
80
88
|
- kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
|
|
81
89
|
legacy manual bundle install path, avoiding setup-time Bundler full-index
|
|
82
90
|
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
91
|
- kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
|
|
88
92
|
floor now get managed minimal `version.rb` files and anonymous-loader version
|
|
89
93
|
specs without adding `version_gem`.
|
|
@@ -144,14 +148,10 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
144
148
|
|
|
145
149
|
### Changed
|
|
146
150
|
|
|
147
|
-
- kettle-jem-template-20260720-001 - Generated READMEs can now render
|
|
148
|
-
template-managed corporate sponsor logos from project or family config.
|
|
149
151
|
- kettle-jem-template-20260720-002 - Generated development Gemfiles now use the
|
|
150
152
|
released `tree_sitter_language_pack` gem 1.13.3 or newer by default.
|
|
151
153
|
- kettle-jem-template-20260720-003 - Generated StructuredMerge Git diff driver
|
|
152
154
|
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
155
|
- kettle-jem-template-20260720-005 - Generated README Support & Community rows
|
|
156
156
|
now include a RubyForum help badge.
|
|
157
157
|
|
|
@@ -175,8 +175,6 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
175
175
|
|
|
176
176
|
### Changed
|
|
177
177
|
|
|
178
|
-
- kettle-jem-template-20260716-001 - Shim gemspec manifests now include
|
|
179
|
-
`LICENSE.md` instead of nonexistent `LICENSE.txt`.
|
|
180
178
|
- kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
|
|
181
179
|
repository-only files by default to reduce downstream distro packaging churn.
|
|
182
180
|
|
|
@@ -235,7 +233,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
235
233
|
- Add `Kettle::Rb::CompatMatrix` as the shared Ruby, engine, Rails, RuboCop,
|
|
236
234
|
and RuboCop LTS compatibility source of truth for kettle-dev tooling.
|
|
237
235
|
|
|
238
|
-
[Unreleased]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.
|
|
236
|
+
[Unreleased]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.9...HEAD
|
|
237
|
+
[0.1.9]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.8...v0.1.9
|
|
238
|
+
[0.1.9t]: https://github.com/kettle-dev/kettle-rb/releases/tag/v0.1.9
|
|
239
239
|
[0.1.8]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.7...v0.1.8
|
|
240
240
|
[0.1.8t]: https://github.com/kettle-dev/kettle-rb/releases/tag/v0.1.8
|
|
241
241
|
[0.1.7]: https://github.com/kettle-dev/kettle-rb/compare/v0.1.6...v0.1.7
|
data/lib/kettle/rb/version.rb
CHANGED
|
@@ -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
|
+
VERSION = "0.1.9"
|
|
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
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
|
+
version: 0.1.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -46,7 +46,7 @@ dependencies:
|
|
|
46
46
|
version: '2.5'
|
|
47
47
|
- - ">="
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
|
-
version: 2.5.
|
|
49
|
+
version: 2.5.18
|
|
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.5'
|
|
57
57
|
- - ">="
|
|
58
58
|
- !ruby/object:Gem::Version
|
|
59
|
-
version: 2.5.
|
|
59
|
+
version: 2.5.18
|
|
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.
|
|
157
|
+
version: 2.0.19
|
|
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.
|
|
167
|
+
version: 2.0.19
|
|
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.
|
|
263
|
-
changelog_uri: https://github.com/kettle-dev/kettle-rb/blob/v0.1.
|
|
262
|
+
source_code_uri: https://github.com/kettle-dev/kettle-rb/tree/v0.1.9
|
|
263
|
+
changelog_uri: https://github.com/kettle-dev/kettle-rb/blob/v0.1.9/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.
|
|
265
|
+
documentation_uri: https://www.rubydoc.info/gems/kettle-rb/0.1.9
|
|
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
|