kettle-drift 1.0.10 → 1.0.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: 684aad34d3fdec821a8e1339369a926dc315ab9262c00a8144dce54458ca302a
4
- data.tar.gz: 2a847d02c0d006a015623f2873b4577878ef2c0f17c9719f12d6cf7059c1d53d
3
+ metadata.gz: 46a385b1eb989028b027c9ffb56b418bd76837aba55f52b9635f8f8215496d45
4
+ data.tar.gz: bcd96e66aeafbacc4fe3bf34a68d6756fb06bb314c69725c1b97a7bf0d161d48
5
5
  SHA512:
6
- metadata.gz: 4ed977dac9385cee067d5d710cb2cf4517b5440a0aafd3d0ff65e8e4ed8a4471488d7eba7439bb4f9db27639f1fa0943646d7ea73991fd4003d5ff0df16720ab
7
- data.tar.gz: 852879532e628ae3f7f81f4e40bcb1edb5714c79398e2a8b73ff448343833512c822c4bccb5a2c2d4b6b5338dd613da5e1ed980c5a16e70ae8d8ea8e432452e8
6
+ metadata.gz: 6762720cc8ea58427525f84c3cb71fbee4c985da38a66ad2678ab573e697cc13c2e317cd35426d6f663a60ed72dfde9bcfae8dff332cb49e46c53d7d348e9994
7
+ data.tar.gz: 24ea60e2b2d1847a93d5d53ced85939490d52f19b8cf27a2842a475681f5b1cb30654675f4709512a817223d8256081b79c6e064db70cbde5c379f4c193a01f8
checksums.yaml.gz.sig CHANGED
@@ -1,5 +1,2 @@
1
- rB�������i��MR��Ad4#�#�5��t �"�!��Q�m��Wa�Uok����g�V@2G
2
- �u@;��`F�.l�,~�R�V<��C^�b�kh4ksw>���`:�>i;�i��t˲[�>�22����^3f��]o����
3
- � �y��������6����v�'��>�.v���\I�VD.�KL�B*�j�-�i�
4
- 5��RcOD'�e]9�O��xxÌY�8���i`��<�l��/AX ��B�uv3�wh����_����m���[6/�C��,�i\#��j��c�f-� ;8tM�y ;{_�vX��^ns�{��
5
- ��Y��X��|�Eg��n4�5J~�P�� g#¹-�& ��pv��6�k᳃�&��
1
+ �Q����y[ ��t��(v��р)"��N��'��j'X�\�.|1�.me��{+Q��/�*�*f1���Q���N���UX�
2
+ =x(gC!�Q�|U��`������k�h }��F�It$1���']T�T6�r��V��s�*�k�!�:� ��v�~�#����'\?%��[F�т��o�s��u����[���\��{� D# [�� ��,ׁ�ǜ���l��qTK5w|���L���͎'��z"V�ʹ�P��"S�3�Ï�zE#R��b��+%��";<^莙G}NZ�@ 2���w]|*r��: ��C6w)�?��2 K.��@��DE
data/CHANGELOG.md CHANGED
@@ -30,6 +30,29 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [1.0.12] - 2026-08-04
34
+
35
+ - TAG: [v1.0.12][1.0.12t]
36
+ - COVERAGE: 81.55% -- 442/542 lines in 14 files
37
+ - BRANCH COVERAGE: 67.13% -- 145/216 branches in 14 files
38
+ - 36.79% documented
39
+
40
+ ### Fixed
41
+
42
+ - Exclude dependency lockfiles and generated logs/results from duplicate-drift scans.
43
+
44
+ ## [1.0.11] - 2026-08-02
45
+
46
+ - TAG: [v1.0.11][1.0.11t]
47
+ - COVERAGE: 81.41% -- 438/538 lines in 14 files
48
+ - BRANCH COVERAGE: 66.82% -- 143/214 branches in 14 files
49
+ - 36.19% documented
50
+
51
+ ### Fixed
52
+
53
+ - kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
54
+ preserving comments and trailing commas during template updates.
55
+
33
56
  ## [1.0.10] - 2026-08-01
34
57
 
35
58
  - TAG: [v1.0.10][1.0.10t]
@@ -65,10 +88,6 @@ Please file a bug if you notice a violation of semantic versioning.
65
88
 
66
89
  ### Added
67
90
 
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
91
  ### Fixed
73
92
 
74
93
  - kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
@@ -77,16 +96,6 @@ Please file a bug if you notice a violation of semantic versioning.
77
96
  - kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
78
97
  missing canonical version spec when a project only has shim namespace version
79
98
  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
99
  - kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
91
100
  relative to the gemspec directory, so release package contents stay correct
92
101
  even when the gemspec is loaded from another working directory.
@@ -167,19 +176,13 @@ Please file a bug if you notice a violation of semantic versioning.
167
176
 
168
177
  ### Changed
169
178
 
170
- - kettle-jem-template-20260716-001 - Shim gemspec manifests now include
171
- `LICENSE.md` instead of nonexistent `LICENSE.txt`.
172
179
  - kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
173
180
  repository-only files by default to reduce downstream distro packaging churn.
174
181
 
175
- - kettle-jem-template-20260720-001 - Generated READMEs can now render
176
- template-managed corporate sponsor logos from project or family config.
177
182
  - kettle-jem-template-20260720-002 - Generated development Gemfiles now use the
178
183
  released `tree_sitter_language_pack` gem 1.13.3 or newer by default.
179
184
  - kettle-jem-template-20260720-003 - Generated StructuredMerge Git diff driver
180
185
  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
186
  - kettle-jem-template-20260720-005 - Generated README Support & Community rows
184
187
  now include a RubyForum help badge.
185
188
 
@@ -267,7 +270,11 @@ Please file a bug if you notice a violation of semantic versioning.
267
270
 
268
271
  - Initial release
269
272
 
270
- [Unreleased]: https://github.com/kettle-dev/kettle-drift/compare/v1.0.10...HEAD
273
+ [Unreleased]: https://github.com/kettle-dev/kettle-drift/compare/v1.0.12...HEAD
274
+ [1.0.12]: https://github.com/kettle-dev/kettle-drift/compare/v1.0.11...v1.0.12
275
+ [1.0.12t]: https://github.com/kettle-dev/kettle-drift/releases/tag/v1.0.12
276
+ [1.0.11]: https://github.com/kettle-dev/kettle-drift/compare/v1.0.10...v1.0.11
277
+ [1.0.11t]: https://github.com/kettle-dev/kettle-drift/releases/tag/v1.0.11
271
278
  [1.0.10]: https://github.com/kettle-dev/kettle-drift/compare/v1.0.9...v1.0.10
272
279
  [1.0.10t]: https://github.com/kettle-dev/kettle-drift/releases/tag/v1.0.10
273
280
  [1.0.9]: https://github.com/kettle-dev/kettle-drift/compare/v1.0.8...v1.0.9
data/README.md CHANGED
@@ -457,7 +457,7 @@ Thanks for RTFM. ☺️
457
457
  [📌gitmoji]: https://gitmoji.dev
458
458
  [📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
459
459
  [🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
460
- [🧮kloc-img]: https://img.shields.io/badge/KLOC-0.538-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
460
+ [🧮kloc-img]: https://img.shields.io/badge/KLOC-0.542-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
461
461
  [🔐security]: https://github.com/kettle-dev/kettle-drift/blob/main/SECURITY.md
462
462
  [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
463
463
  [📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
@@ -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.10"
8
+ VERSION = "1.0.12"
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/drift.rb CHANGED
@@ -3,9 +3,6 @@
3
3
  require "version_gem"
4
4
  require_relative "drift/version"
5
5
 
6
- Kettle::Drift::Version.class_eval do
7
- extend VersionGem::Basic
8
- end
9
6
  module Kettle
10
7
  module Drift
11
8
  class Error < StandardError; end
@@ -26,8 +23,10 @@ module Kettle
26
23
  .idea
27
24
  coverage
28
25
  docs
26
+ log
29
27
  node_modules
30
28
  pkg
29
+ results
31
30
  tmp
32
31
  vendor
33
32
  ]).freeze
@@ -86,6 +85,7 @@ module Kettle
86
85
  Dir.glob(File.join(project_root, "**", "*"), File::FNM_DOTMATCH).select do |path|
87
86
  next false unless File.file?(path)
88
87
  next false if EXCLUDED_FILE_EXTENSIONS.include?(File.extname(path).downcase)
88
+ next false if dependency_lockfile?(path)
89
89
 
90
90
  relative = path.delete_prefix("#{project_root}/")
91
91
  segments = relative.split("/")
@@ -93,6 +93,11 @@ module Kettle
93
93
  end
94
94
  end
95
95
 
96
+ def dependency_lockfile?(path)
97
+ basename = File.basename(path)
98
+ basename == "Gemfile.lock" || basename.end_with?(".gemfile.lock") || basename == "package-lock.json"
99
+ end
100
+
96
101
  def run(
97
102
  project_root:,
98
103
  files: nil,
@@ -150,3 +155,7 @@ module Kettle
150
155
  end
151
156
  end
152
157
  end
158
+
159
+ Kettle::Drift::Version.class_eval do
160
+ extend VersionGem::Basic
161
+ end
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.10
4
+ version: 1.0.12
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.14
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.14
59
+ version: 1.1.15
60
60
  - !ruby/object:Gem::Dependency
61
61
  name: kettle-dev
62
62
  requirement: !ruby/object:Gem::Requirement
@@ -66,7 +66,7 @@ dependencies:
66
66
  version: '2.5'
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: 2.5.16
69
+ version: 2.5.17
70
70
  type: :development
71
71
  prerelease: false
72
72
  version_requirements: !ruby/object:Gem::Requirement
@@ -76,7 +76,7 @@ dependencies:
76
76
  version: '2.5'
77
77
  - - ">="
78
78
  - !ruby/object:Gem::Version
79
- version: 2.5.16
79
+ version: 2.5.17
80
80
  - !ruby/object:Gem::Dependency
81
81
  name: bundler-audit
82
82
  requirement: !ruby/object:Gem::Requirement
@@ -174,7 +174,7 @@ dependencies:
174
174
  version: '2.0'
175
175
  - - ">="
176
176
  - !ruby/object:Gem::Version
177
- version: 2.0.18
177
+ version: 2.0.19
178
178
  type: :development
179
179
  prerelease: false
180
180
  version_requirements: !ruby/object:Gem::Requirement
@@ -184,7 +184,7 @@ dependencies:
184
184
  version: '2.0'
185
185
  - - ">="
186
186
  - !ruby/object:Gem::Version
187
- version: 2.0.18
187
+ version: 2.0.19
188
188
  - !ruby/object:Gem::Dependency
189
189
  name: turbo_tests2
190
190
  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.10
296
- changelog_uri: https://github.com/kettle-dev/kettle-drift/blob/v1.0.10/CHANGELOG.md
295
+ source_code_uri: https://github.com/kettle-dev/kettle-drift/tree/v1.0.12
296
+ changelog_uri: https://github.com/kettle-dev/kettle-drift/blob/v1.0.12/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.10
298
+ documentation_uri: https://www.rubydoc.info/gems/kettle-drift/1.0.12
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