kettle-gha-pins 0.3.5 → 0.3.6
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 -18
- data/lib/kettle/gha/pins/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +10 -10
- 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: b985aaa740f2f6f46ff9c0e71c7b51cc69cb23b2a1e8786258c46c34ee08be2e
|
|
4
|
+
data.tar.gz: 5a9c0fe7c26efe095e2e138a15ab9233e513f3dfb514818642b8c148f623940f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a06b224317f385390101c1b69648cc3a87345a016376643b8b17bd398823534e692942c57a12c6036665231e2233e00c85ce2374aa4c46df8e79467572480761
|
|
7
|
+
data.tar.gz: a62ad7ef161155e77688213c211d69a5b283a7825f0aed524f8c0ac1dfcda67c489b36310ac6f27b9c68c9127b018eff63658648a8eb68d8690141ff65662629
|
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.3.6] - 2026-08-03
|
|
34
|
+
|
|
35
|
+
- TAG: [v0.3.6][0.3.6t]
|
|
36
|
+
- COVERAGE: 98.94% -- 935/945 lines in 8 files
|
|
37
|
+
- BRANCH COVERAGE: 90.91% -- 380/418 branches in 8 files
|
|
38
|
+
- 24.04% 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.3.5] - 2026-08-01
|
|
34
46
|
|
|
35
47
|
- TAG: [v0.3.5][0.3.5t]
|
|
@@ -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
|
- kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
|
|
@@ -81,13 +89,6 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
81
89
|
- kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
|
|
82
90
|
legacy manual bundle install path, avoiding setup-time Bundler full-index
|
|
83
91
|
failures against `gem.coop`.
|
|
84
|
-
- kettle-jem-template-20260729-002 - VersionGem bootstrap now preserves
|
|
85
|
-
and templates dedicated `version_gem.rb` entrypoints even when the gemspec
|
|
86
|
-
dependency is intentionally omitted, and generated anonymous-loader specs
|
|
87
|
-
cover both `version.rb` and `version_gem.rb`.
|
|
88
|
-
- kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
|
|
89
|
-
floor now get managed minimal `version.rb` files and anonymous-loader version
|
|
90
|
-
specs without adding `version_gem`.
|
|
91
92
|
- kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
|
|
92
93
|
relative to the gemspec directory, so release package contents stay correct
|
|
93
94
|
even when the gemspec is loaded from another working directory.
|
|
@@ -243,22 +244,18 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
243
244
|
|
|
244
245
|
### Changed
|
|
245
246
|
|
|
246
|
-
- kettle-jem-template-20260716-001 - Shim gemspec manifests now include
|
|
247
|
-
`LICENSE.md` instead of nonexistent `LICENSE.txt`.
|
|
248
247
|
- kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
|
|
249
248
|
repository-only files by default to reduce downstream distro packaging churn.
|
|
250
|
-
- kettle-jem-template-20260720-001 - Generated READMEs can now render
|
|
251
|
-
template-managed corporate sponsor logos from project or family config.
|
|
252
249
|
- kettle-jem-template-20260720-002 - Generated development Gemfiles now use the
|
|
253
250
|
released `tree_sitter_language_pack` gem 1.13.3 or newer by default.
|
|
254
251
|
- kettle-jem-template-20260720-003 - Generated StructuredMerge Git diff driver
|
|
255
252
|
config now uses the installed `smorg-rb` Ruby driver name.
|
|
256
|
-
- kettle-jem-template-20260720-004 - Generated multi-engine workflow files now
|
|
257
|
-
omit JRuby and TruffleRuby jobs when project config declares MRI-only engines.
|
|
258
253
|
- kettle-jem-template-20260720-005 - Generated README Support & Community rows
|
|
259
254
|
now include a RubyForum help badge.
|
|
260
255
|
|
|
261
|
-
[Unreleased]: https://github.com/kettle-dev/kettle-gha-pins/compare/v0.3.
|
|
256
|
+
[Unreleased]: https://github.com/kettle-dev/kettle-gha-pins/compare/v0.3.6...HEAD
|
|
257
|
+
[0.3.6]: https://github.com/kettle-dev/kettle-gha-pins/compare/v0.3.5...v0.3.6
|
|
258
|
+
[0.3.6t]: https://github.com/kettle-dev/kettle-gha-pins/releases/tag/v0.3.6
|
|
262
259
|
[0.3.5]: https://github.com/kettle-dev/kettle-gha-pins/compare/v0.3.4...v0.3.5
|
|
263
260
|
[0.3.5t]: https://github.com/kettle-dev/kettle-gha-pins/releases/tag/v0.3.5
|
|
264
261
|
[0.3.4]: https://github.com/kettle-dev/kettle-gha-pins/compare/v0.3.3...v0.3.4
|
|
@@ -6,7 +6,7 @@ module Kettle
|
|
|
6
6
|
# Version namespace for this gem.
|
|
7
7
|
module Version
|
|
8
8
|
# Current gem version.
|
|
9
|
-
VERSION = "0.3.
|
|
9
|
+
VERSION = "0.3.6"
|
|
10
10
|
end
|
|
11
11
|
# Current gem version exposed at the traditional constant location.
|
|
12
12
|
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-gha-pins
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -74,7 +74,7 @@ dependencies:
|
|
|
74
74
|
version: '1.1'
|
|
75
75
|
- - ">="
|
|
76
76
|
- !ruby/object:Gem::Version
|
|
77
|
-
version: 1.1.
|
|
77
|
+
version: 1.1.15
|
|
78
78
|
type: :runtime
|
|
79
79
|
prerelease: false
|
|
80
80
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -84,7 +84,7 @@ dependencies:
|
|
|
84
84
|
version: '1.1'
|
|
85
85
|
- - ">="
|
|
86
86
|
- !ruby/object:Gem::Version
|
|
87
|
-
version: 1.1.
|
|
87
|
+
version: 1.1.15
|
|
88
88
|
- !ruby/object:Gem::Dependency
|
|
89
89
|
name: kettle-dev
|
|
90
90
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -94,7 +94,7 @@ dependencies:
|
|
|
94
94
|
version: '2.5'
|
|
95
95
|
- - ">="
|
|
96
96
|
- !ruby/object:Gem::Version
|
|
97
|
-
version: 2.5.
|
|
97
|
+
version: 2.5.18
|
|
98
98
|
type: :development
|
|
99
99
|
prerelease: false
|
|
100
100
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -104,7 +104,7 @@ dependencies:
|
|
|
104
104
|
version: '2.5'
|
|
105
105
|
- - ">="
|
|
106
106
|
- !ruby/object:Gem::Version
|
|
107
|
-
version: 2.5.
|
|
107
|
+
version: 2.5.18
|
|
108
108
|
- !ruby/object:Gem::Dependency
|
|
109
109
|
name: bundler-audit
|
|
110
110
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -202,7 +202,7 @@ dependencies:
|
|
|
202
202
|
version: '2.0'
|
|
203
203
|
- - ">="
|
|
204
204
|
- !ruby/object:Gem::Version
|
|
205
|
-
version: 2.0.
|
|
205
|
+
version: 2.0.19
|
|
206
206
|
type: :development
|
|
207
207
|
prerelease: false
|
|
208
208
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -212,7 +212,7 @@ dependencies:
|
|
|
212
212
|
version: '2.0'
|
|
213
213
|
- - ">="
|
|
214
214
|
- !ruby/object:Gem::Version
|
|
215
|
-
version: 2.0.
|
|
215
|
+
version: 2.0.19
|
|
216
216
|
- !ruby/object:Gem::Dependency
|
|
217
217
|
name: turbo_tests2
|
|
218
218
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -301,10 +301,10 @@ licenses:
|
|
|
301
301
|
- MIT
|
|
302
302
|
metadata:
|
|
303
303
|
homepage_uri: https://github.com/kettle-dev/kettle-gha-pins
|
|
304
|
-
source_code_uri: https://github.com/kettle-dev/kettle-gha-pins/tree/v0.3.
|
|
305
|
-
changelog_uri: https://github.com/kettle-dev/kettle-gha-pins/blob/v0.3.
|
|
304
|
+
source_code_uri: https://github.com/kettle-dev/kettle-gha-pins/tree/v0.3.6
|
|
305
|
+
changelog_uri: https://github.com/kettle-dev/kettle-gha-pins/blob/v0.3.6/CHANGELOG.md
|
|
306
306
|
bug_tracker_uri: https://github.com/kettle-dev/kettle-gha-pins/issues
|
|
307
|
-
documentation_uri: https://www.rubydoc.info/gems/kettle-gha-pins/0.3.
|
|
307
|
+
documentation_uri: https://www.rubydoc.info/gems/kettle-gha-pins/0.3.6
|
|
308
308
|
funding_uri: https://github.com/sponsors/pboling
|
|
309
309
|
wiki_uri: https://github.com/kettle-dev/kettle-gha-pins/wiki
|
|
310
310
|
news_uri: https://www.railsbling.com/tags/kettle-gha-pins
|
metadata.gz.sig
CHANGED
|
Binary file
|