kettle-drift 1.0.10 → 1.0.11
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 -21
- data/lib/kettle/drift/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +6 -6
- 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: d1da6da7b12116b37c132bc0a5f8984f1c21735db0d79d37886c7d2126659da2
|
|
4
|
+
data.tar.gz: 315e2658228028bb4e3fefd075fa97d9550f1aec2ba8119a7e40101bc746f12c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f96d62ef4ca9c8e9dd82b863381c94ac89a93e89e0fdca6449fc2446848960e6cf9b29995b9f6c183ecd0bad721b5fa13bc67365cdd533bef863978ba9fdd3c0
|
|
7
|
+
data.tar.gz: 966bfa85f0826faa12c6fe39d2721f0b78d45ebe233822bee93ad5eff3fcd9c356987ff1f880c317684216bad9929921919d27943953bf59a45460acf3f5fe77
|
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
|
+
## [1.0.11] - 2026-08-02
|
|
34
|
+
|
|
35
|
+
- TAG: [v1.0.11][1.0.11t]
|
|
36
|
+
- COVERAGE: 81.41% -- 438/538 lines in 14 files
|
|
37
|
+
- BRANCH COVERAGE: 66.82% -- 143/214 branches in 14 files
|
|
38
|
+
- 36.19% 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
|
## [1.0.10] - 2026-08-01
|
|
34
46
|
|
|
35
47
|
- TAG: [v1.0.10][1.0.10t]
|
|
@@ -65,10 +77,6 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
65
77
|
|
|
66
78
|
### Added
|
|
67
79
|
|
|
68
|
-
- kettle-jem-template-20260729-005 - Gemspec metadata now publishes this
|
|
69
|
-
project's RubyForum tag as `mailing_list_uri`, and support docs link to the
|
|
70
|
-
tagged RubyForum community alongside Discord.
|
|
71
|
-
|
|
72
80
|
### Fixed
|
|
73
81
|
|
|
74
82
|
- kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
|
|
@@ -77,16 +85,6 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
77
85
|
- kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
|
|
78
86
|
missing canonical version spec when a project only has shim namespace version
|
|
79
87
|
specs.
|
|
80
|
-
- kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
|
|
81
|
-
legacy manual bundle install path, avoiding setup-time Bundler full-index
|
|
82
|
-
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
|
-
- kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
|
|
88
|
-
floor now get managed minimal `version.rb` files and anonymous-loader version
|
|
89
|
-
specs without adding `version_gem`.
|
|
90
88
|
- kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
|
|
91
89
|
relative to the gemspec directory, so release package contents stay correct
|
|
92
90
|
even when the gemspec is loaded from another working directory.
|
|
@@ -167,19 +165,13 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
167
165
|
|
|
168
166
|
### Changed
|
|
169
167
|
|
|
170
|
-
- kettle-jem-template-20260716-001 - Shim gemspec manifests now include
|
|
171
|
-
`LICENSE.md` instead of nonexistent `LICENSE.txt`.
|
|
172
168
|
- kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
|
|
173
169
|
repository-only files by default to reduce downstream distro packaging churn.
|
|
174
170
|
|
|
175
|
-
- kettle-jem-template-20260720-001 - Generated READMEs can now render
|
|
176
|
-
template-managed corporate sponsor logos from project or family config.
|
|
177
171
|
- kettle-jem-template-20260720-002 - Generated development Gemfiles now use the
|
|
178
172
|
released `tree_sitter_language_pack` gem 1.13.3 or newer by default.
|
|
179
173
|
- kettle-jem-template-20260720-003 - Generated StructuredMerge Git diff driver
|
|
180
174
|
config now uses the installed `smorg-rb` Ruby driver name.
|
|
181
|
-
- kettle-jem-template-20260720-004 - Generated multi-engine workflow files now
|
|
182
|
-
omit JRuby and TruffleRuby jobs when project config declares MRI-only engines.
|
|
183
175
|
- kettle-jem-template-20260720-005 - Generated README Support & Community rows
|
|
184
176
|
now include a RubyForum help badge.
|
|
185
177
|
|
|
@@ -267,7 +259,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
267
259
|
|
|
268
260
|
- Initial release
|
|
269
261
|
|
|
270
|
-
[Unreleased]: https://github.com/kettle-dev/kettle-drift/compare/v1.0.
|
|
262
|
+
[Unreleased]: https://github.com/kettle-dev/kettle-drift/compare/v1.0.11...HEAD
|
|
263
|
+
[1.0.11]: https://github.com/kettle-dev/kettle-drift/compare/v1.0.10...v1.0.11
|
|
264
|
+
[1.0.11t]: https://github.com/kettle-dev/kettle-drift/releases/tag/v1.0.11
|
|
271
265
|
[1.0.10]: https://github.com/kettle-dev/kettle-drift/compare/v1.0.9...v1.0.10
|
|
272
266
|
[1.0.10t]: https://github.com/kettle-dev/kettle-drift/releases/tag/v1.0.10
|
|
273
267
|
[1.0.9]: https://github.com/kettle-dev/kettle-drift/compare/v1.0.8...v1.0.9
|
data/lib/kettle/drift/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 = "1.0.
|
|
8
|
+
VERSION = "1.0.11"
|
|
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-drift
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -46,7 +46,7 @@ dependencies:
|
|
|
46
46
|
version: '1.1'
|
|
47
47
|
- - ">="
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
|
-
version: 1.1.
|
|
49
|
+
version: 1.1.15
|
|
50
50
|
type: :runtime
|
|
51
51
|
prerelease: false
|
|
52
52
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -56,7 +56,7 @@ dependencies:
|
|
|
56
56
|
version: '1.1'
|
|
57
57
|
- - ">="
|
|
58
58
|
- !ruby/object:Gem::Version
|
|
59
|
-
version: 1.1.
|
|
59
|
+
version: 1.1.15
|
|
60
60
|
- !ruby/object:Gem::Dependency
|
|
61
61
|
name: kettle-dev
|
|
62
62
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -292,10 +292,10 @@ licenses:
|
|
|
292
292
|
- AGPL-3.0-only
|
|
293
293
|
metadata:
|
|
294
294
|
homepage_uri: https://kettle-drift.galtzo.com
|
|
295
|
-
source_code_uri: https://github.com/kettle-dev/kettle-drift/tree/v1.0.
|
|
296
|
-
changelog_uri: https://github.com/kettle-dev/kettle-drift/blob/v1.0.
|
|
295
|
+
source_code_uri: https://github.com/kettle-dev/kettle-drift/tree/v1.0.11
|
|
296
|
+
changelog_uri: https://github.com/kettle-dev/kettle-drift/blob/v1.0.11/CHANGELOG.md
|
|
297
297
|
bug_tracker_uri: https://github.com/kettle-dev/kettle-drift/issues
|
|
298
|
-
documentation_uri: https://www.rubydoc.info/gems/kettle-drift/1.0.
|
|
298
|
+
documentation_uri: https://www.rubydoc.info/gems/kettle-drift/1.0.11
|
|
299
299
|
funding_uri: https://github.com/sponsors/pboling
|
|
300
300
|
wiki_uri: https://github.com/kettle-dev/kettle-drift/wiki
|
|
301
301
|
news_uri: https://www.railsbling.com/tags/kettle-drift
|
metadata.gz.sig
CHANGED
|
Binary file
|