kettle-drift 1.0.12 → 1.0.13

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: 46a385b1eb989028b027c9ffb56b418bd76837aba55f52b9635f8f8215496d45
4
- data.tar.gz: bcd96e66aeafbacc4fe3bf34a68d6756fb06bb314c69725c1b97a7bf0d161d48
3
+ metadata.gz: 7a03f6e8b02eb1abd0d827de8f403d7c301557e22b38446d9f89366df81f3298
4
+ data.tar.gz: dcb0784996d1db1b01d9514b29cb936db8f4c3eb9e6c0d9d29a8ae42945c7eca
5
5
  SHA512:
6
- metadata.gz: 6762720cc8ea58427525f84c3cb71fbee4c985da38a66ad2678ab573e697cc13c2e317cd35426d6f663a60ed72dfde9bcfae8dff332cb49e46c53d7d348e9994
7
- data.tar.gz: 24ea60e2b2d1847a93d5d53ced85939490d52f19b8cf27a2842a475681f5b1cb30654675f4709512a817223d8256081b79c6e064db70cbde5c379f4c193a01f8
6
+ metadata.gz: 7ef9345266b3ce48ead2b02bb5e509c7172051a267668f522e62e7676765fb5e303e135281258978e6b356a63b5c9bb03f1ea523fe644a0286cb66c68650c0ed
7
+ data.tar.gz: 8e51434603cf9b93d057f2cf88f293d27ec1277a90e5d53421b75b816897980a589d4261fd5f61d2431d695932e455a3d8106f7eb5f5fd30cb388680906fb2bd
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,26 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [1.0.13] - 2026-08-28
34
+
35
+ - TAG: [v1.0.13][1.0.13t]
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
+ ### Changed
41
+
42
+ - [kc] kettle-jem/prepare: updated 12 project files:
43
+ - configuration (1)
44
+ - dependencies (11)
45
+
46
+ - [kc] kettle-jem/template: updated 8 project files:
47
+ - code and tests (1)
48
+ - configuration (1)
49
+ - dependencies (1)
50
+ - documentation (2)
51
+ - other (3)
52
+
33
53
  ## [1.0.12] - 2026-08-04
34
54
 
35
55
  - TAG: [v1.0.12][1.0.12t]
@@ -270,7 +290,9 @@ Please file a bug if you notice a violation of semantic versioning.
270
290
 
271
291
  - Initial release
272
292
 
273
- [Unreleased]: https://github.com/kettle-dev/kettle-drift/compare/v1.0.12...HEAD
293
+ [Unreleased]: https://github.com/kettle-dev/kettle-drift/compare/v1.0.13...HEAD
294
+ [1.0.13]: https://github.com/kettle-dev/kettle-drift/compare/v1.0.12...v1.0.13
295
+ [1.0.13t]: https://github.com/kettle-dev/kettle-drift/releases/tag/v1.0.13
274
296
  [1.0.12]: https://github.com/kettle-dev/kettle-drift/compare/v1.0.11...v1.0.12
275
297
  [1.0.12t]: https://github.com/kettle-dev/kettle-drift/releases/tag/v1.0.12
276
298
  [1.0.11]: https://github.com/kettle-dev/kettle-drift/compare/v1.0.10...v1.0.11
data/README.md CHANGED
@@ -45,7 +45,7 @@ the whole repository.
45
45
 
46
46
  ### Compatibility
47
47
 
48
- Compatible with MRI Ruby 3.2.0+, and concordant releases of JRuby, and TruffleRuby.
48
+ Compatible with MRI Ruby 3.2.0+, JRuby, and TruffleRuby.
49
49
  CI workflows and Appraisals are generated for MRI Ruby 3.2.0+.
50
50
  This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
51
51
  may be higher than the gem's runtime compatibility floor when legacy Rubies are
@@ -84,7 +84,9 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
84
84
 
85
85
  </details>
86
86
 
87
- ### Enterprise Support [![Tidelift](https://tidelift.com/badges/package/rubygems/kettle-drift)](https://tidelift.com/subscription/pkg/rubygems-kettle-drift?utm_source=rubygems-kettle-drift&utm_medium=referral&utm_campaign=readme)
87
+ ### Enterprise Support
88
+
89
+ [![Tidelift](https://tidelift.com/badges/package/rubygems/kettle-drift)](https://tidelift.com/subscription/pkg/rubygems-kettle-drift?utm_source=rubygems-kettle-drift&utm_medium=referral&utm_campaign=readme)
88
90
 
89
91
  Available as part of the Tidelift Subscription.
90
92
 
@@ -176,8 +178,7 @@ See [SECURITY.md][🔐security].
176
178
  ## 🤝 Contributing
177
179
 
178
180
  If you need some ideas of where to help, you could work on adding more code coverage,
179
- or if it is already 💯 (see [below](#code-coverage)) check [issues][🤝gh-issues] or [PRs][🤝gh-pulls],
180
- or use the gem and think about how it could be better.
181
+ check [issues][🤝gh-issues] or [PRs][🤝gh-pulls], or use the gem and think about how it could be better.
181
182
 
182
183
  We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
183
184
 
@@ -213,19 +214,6 @@ Made with [contributors-img][🖐contrib-rocks].
213
214
 
214
215
  Also see GitLab Contributors: [https://gitlab.com/kettle-dev/kettle-drift/-/graphs/main][🚎contributors-gl]
215
216
 
216
- <details markdown="1">
217
- <summary>⭐️ Star History</summary>
218
-
219
- <a href="https://star-history.com/kettle-dev/kettle-drift&Date">
220
- <picture>
221
- <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=kettle-dev/kettle-drift&type=Date&theme=dark" />
222
- <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=kettle-dev/kettle-drift&type=Date" />
223
- <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=kettle-dev/kettle-drift&type=Date" />
224
- </picture>
225
- </a>
226
-
227
- </details>
228
-
229
217
  ## 📌 Versioning
230
218
 
231
219
  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 = "1.0.12"
8
+ VERSION = "1.0.13"
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.12
4
+ version: 1.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -63,20 +63,20 @@ dependencies:
63
63
  requirements:
64
64
  - - "~>"
65
65
  - !ruby/object:Gem::Version
66
- version: '2.5'
66
+ version: '3.0'
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: 2.5.17
69
+ version: 3.0.16
70
70
  type: :development
71
71
  prerelease: false
72
72
  version_requirements: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - "~>"
75
75
  - !ruby/object:Gem::Version
76
- version: '2.5'
76
+ version: '3.0'
77
77
  - - ">="
78
78
  - !ruby/object:Gem::Version
79
- version: 2.5.17
79
+ version: 3.0.16
80
80
  - !ruby/object:Gem::Dependency
81
81
  name: bundler-audit
82
82
  requirement: !ruby/object:Gem::Requirement
@@ -154,7 +154,7 @@ dependencies:
154
154
  version: '3.2'
155
155
  - - ">="
156
156
  - !ruby/object:Gem::Version
157
- version: 3.2.0
157
+ version: 3.2.2
158
158
  type: :development
159
159
  prerelease: false
160
160
  version_requirements: !ruby/object:Gem::Requirement
@@ -164,7 +164,7 @@ dependencies:
164
164
  version: '3.2'
165
165
  - - ">="
166
166
  - !ruby/object:Gem::Version
167
- version: 3.2.0
167
+ version: 3.2.2
168
168
  - !ruby/object:Gem::Dependency
169
169
  name: kettle-test
170
170
  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.19
177
+ version: 2.0.21
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.19
187
+ version: 2.0.21
188
188
  - !ruby/object:Gem::Dependency
189
189
  name: turbo_tests2
190
190
  requirement: !ruby/object:Gem::Requirement
@@ -194,7 +194,7 @@ dependencies:
194
194
  version: '3.2'
195
195
  - - ">="
196
196
  - !ruby/object:Gem::Version
197
- version: 3.2.4
197
+ version: 3.2.6
198
198
  type: :development
199
199
  prerelease: false
200
200
  version_requirements: !ruby/object:Gem::Requirement
@@ -204,7 +204,7 @@ dependencies:
204
204
  version: '3.2'
205
205
  - - ">="
206
206
  - !ruby/object:Gem::Version
207
- version: 3.2.4
207
+ version: 3.2.6
208
208
  - !ruby/object:Gem::Dependency
209
209
  name: ruby-progressbar
210
210
  requirement: !ruby/object:Gem::Requirement
@@ -248,7 +248,7 @@ dependencies:
248
248
  version: '2.0'
249
249
  - - ">="
250
250
  - !ruby/object:Gem::Version
251
- version: 2.0.11
251
+ version: 2.0.12
252
252
  type: :development
253
253
  prerelease: false
254
254
  version_requirements: !ruby/object:Gem::Requirement
@@ -258,7 +258,7 @@ dependencies:
258
258
  version: '2.0'
259
259
  - - ">="
260
260
  - !ruby/object:Gem::Version
261
- version: 2.0.11
261
+ version: 2.0.12
262
262
  description: "\U0001F372 Kettle::Drift tracks repeated adjacent-line chunks that usually
263
263
  signal template drift or copy/paste corruption."
264
264
  email:
@@ -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.12
296
- changelog_uri: https://github.com/kettle-dev/kettle-drift/blob/v1.0.12/CHANGELOG.md
295
+ source_code_uri: https://github.com/kettle-dev/kettle-drift/tree/v1.0.13
296
+ changelog_uri: https://github.com/kettle-dev/kettle-drift/blob/v1.0.13/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.12
298
+ documentation_uri: https://www.rubydoc.info/gems/kettle-drift/1.0.13
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
@@ -1 +1,3 @@
1
- B�/�&����%�
1
+ >��O� ����b7�_��+O��C;YK�1qZ�ϴN5��ʂ7"��1��@��N�m�c@���<~��Ͳz^�n�� �[��:���:\� �)�����4��]��Y1-_3����� �m(��Vg���%��7�|�@��Qks:�W��d�g~�K�s��g�����D��Z=4
2
+ b�����i�a�{J\�мЧ�d�`���9�&���'�E/����{#��[���Є]�yv�� o��l�,C[�̞D�$� 6R����Op�%V^�/
3
+ V�1wP3�d ��S�%�:��q�4�h���v5����6��!t�3ɿ˛�s���L�xp�E�f�5�.��zX�/V���O�j�2�V��~�-���Z