kettle-drift 1.0.5 → 1.0.7
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 +52 -1
- data/LICENSE.md +1 -1
- data/README.md +7 -5
- data/exe/kettle-drift +12 -0
- data/lib/kettle/drift/version.rb +1 -1
- data/sig/kettle/drift.rbs +4 -0
- data.tar.gz.sig +0 -0
- metadata +26 -44
- metadata.gz.sig +0 -0
- data/AGPL-3.0-only.md +0 -235
- data/CITATION.cff +0 -20
- data/CODE_OF_CONDUCT.md +0 -134
- data/CONTRIBUTING.md +0 -275
- data/FUNDING.md +0 -70
- data/RUBOCOP.md +0 -71
- data/SECURITY.md +0 -21
- data/certs/pboling.pem +0 -27
- data/sig/kettle/drift/version.rbs +0 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0d5084149e450d8dae3f54cf19934e1b594501985d6cfba1cd76e08fda165243
|
|
4
|
+
data.tar.gz: fdcdb0364816c17013b3f4fcc72e51ce0582c0f6c6b5eedbb60e05812d7ea973
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8cbb6dc44e64ca0e06a9d2c37d956015174f3358ddbf179e5e7e8e2eedc2a5bfd8dc147a63fc5101edfafb41477b408a5d50bd0832fea6e6bb8ea3c30493ec60
|
|
7
|
+
data.tar.gz: 240743508ace8d50caeab5c3d033efcc054108f4a50fa7925415b1e6a3cc42c859bb8d9c24dfb3829556065cdb5508d0b67f0eae744d5d8d5f3ccf64828b4382
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,53 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [1.0.7] - 2026-07-25
|
|
34
|
+
|
|
35
|
+
- TAG: [v1.0.7][1.0.7t]
|
|
36
|
+
- COVERAGE: 81.02% -- 427/527 lines in 14 files
|
|
37
|
+
- BRANCH COVERAGE: 65.84% -- 133/202 branches in 14 files
|
|
38
|
+
- 33.01% documented
|
|
39
|
+
|
|
40
|
+
### Changed
|
|
41
|
+
|
|
42
|
+
- The `kettle-drift` executable now supports `-v` / `--version` and prints a
|
|
43
|
+
standard startup header on normal runs.
|
|
44
|
+
|
|
45
|
+
- kettle-jem-template-20260725-001 - Generated JRuby and TruffleRuby workflow
|
|
46
|
+
files now run when pull request head branches start with `feature/release`,
|
|
47
|
+
so release CI monitoring does not report intentionally skipped engine
|
|
48
|
+
workflows as failures.
|
|
49
|
+
|
|
50
|
+
### Fixed
|
|
51
|
+
|
|
52
|
+
- The `kettle-drift` executable now uses normal `require` loading for its version
|
|
53
|
+
file, avoiding `require_relative` lint drift in shipped executables.
|
|
54
|
+
|
|
55
|
+
## [1.0.6] - 2026-07-21
|
|
56
|
+
|
|
57
|
+
- TAG: [v1.0.6][1.0.6t]
|
|
58
|
+
- COVERAGE: 81.02% -- 427/527 lines in 14 files
|
|
59
|
+
- BRANCH COVERAGE: 65.84% -- 133/202 branches in 14 files
|
|
60
|
+
- 33.01% documented
|
|
61
|
+
|
|
62
|
+
### Changed
|
|
63
|
+
|
|
64
|
+
- kettle-jem-template-20260716-001 - Shim gemspec manifests now include
|
|
65
|
+
`LICENSE.md` instead of nonexistent `LICENSE.txt`.
|
|
66
|
+
- kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
|
|
67
|
+
repository-only files by default to reduce downstream distro packaging churn.
|
|
68
|
+
|
|
69
|
+
- kettle-jem-template-20260720-001 - Generated READMEs can now render
|
|
70
|
+
template-managed corporate sponsor logos from project or family config.
|
|
71
|
+
- kettle-jem-template-20260720-002 - Generated development Gemfiles now use the
|
|
72
|
+
released `tree_sitter_language_pack` gem 1.13.3 or newer by default.
|
|
73
|
+
- kettle-jem-template-20260720-003 - Generated StructuredMerge Git diff driver
|
|
74
|
+
config now uses the installed `smorg-rb` Ruby driver name.
|
|
75
|
+
- kettle-jem-template-20260720-004 - Generated multi-engine workflow files now
|
|
76
|
+
omit JRuby and TruffleRuby jobs when project config declares MRI-only engines.
|
|
77
|
+
- kettle-jem-template-20260720-005 - Generated README Support & Community rows
|
|
78
|
+
now include a RubyForum help badge.
|
|
79
|
+
|
|
33
80
|
## [1.0.5] - 2026-07-01
|
|
34
81
|
|
|
35
82
|
- TAG: [v1.0.5][1.0.5t]
|
|
@@ -114,7 +161,11 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
114
161
|
|
|
115
162
|
- Initial release
|
|
116
163
|
|
|
117
|
-
[Unreleased]: https://github.com/kettle-dev/kettle-drift/compare/v1.0.
|
|
164
|
+
[Unreleased]: https://github.com/kettle-dev/kettle-drift/compare/v1.0.7...HEAD
|
|
165
|
+
[1.0.7]: https://github.com/kettle-dev/kettle-drift/compare/v1.0.6...v1.0.7
|
|
166
|
+
[1.0.7t]: https://github.com/kettle-dev/kettle-drift/releases/tag/v1.0.7
|
|
167
|
+
[1.0.6]: https://github.com/kettle-dev/kettle-drift/compare/v1.0.5...v1.0.6
|
|
168
|
+
[1.0.6t]: https://github.com/kettle-dev/kettle-drift/releases/tag/v1.0.6
|
|
118
169
|
[1.0.5]: https://github.com/kettle-dev/kettle-drift/compare/v1.0.4...v1.0.5
|
|
119
170
|
[1.0.5t]: https://github.com/kettle-dev/kettle-drift/releases/tag/v1.0.5
|
|
120
171
|
[1.0.4]: https://github.com/kettle-dev/kettle-drift/compare/v1.0.3...v1.0.4
|
data/LICENSE.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
This project is made available under the following license.
|
|
4
4
|
Choose the option that best fits your use case:
|
|
5
5
|
|
|
6
|
-
- [AGPL-3.0-only](AGPL-3.0-only.md)
|
|
6
|
+
- [AGPL-3.0-only](https://github.com/kettle-dev/kettle-drift/blob/main/AGPL-3.0-only.md)
|
|
7
7
|
|
|
8
8
|
If none of the above licenses fit your use case, please [contact us](mailto:floss@galtzo.com) to discuss a custom commercial license.
|
|
9
9
|
|
data/README.md
CHANGED
|
@@ -35,8 +35,8 @@ the whole repository.
|
|
|
35
35
|
| Works with Truffle Ruby | [![Truffle Ruby 24.2 Compat][💎truby-24.2i]][🚎truby-24.2-wf] [![Truffle Ruby 25.0 Compat][💎truby-25.0i]][🚎truby-25.0-wf] [![Truffle Ruby 33.0 Compat][💎truby-33.0i]][🚎truby-33.0-wf] [![Truffle Ruby current Compat][💎truby-c-i]][🚎9-t-wf] [![Truffle Ruby HEAD Compat][💎truby-headi]][🚎3-hd-wf]|
|
|
36
36
|
| Works with MRI Ruby 4 | [![Ruby current Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf]|
|
|
37
37
|
| Works with MRI Ruby 3 | [![Ruby 3.2 Compat][💎ruby-3.2i]][🚎ruby-3.2-wf] [![Ruby 3.3 Compat][💎ruby-3.3i]][🚎ruby-3.3-wf] [![Ruby 3.4 Compat][💎ruby-3.4i]][🚎ruby-3.4-wf]|
|
|
38
|
-
| Support & Community | [![Join Me on Daily.dev's RubyFriends][✉️ruby-friends-img]][✉️ruby-friends] [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork] [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor] |
|
|
39
|
-
| Source | [![Source on GitLab.com][📜src-gl-img]][📜src-gl] [![Source on CodeBerg.org][📜src-cb-img]][📜src-cb] [![Source on
|
|
38
|
+
| Support & Community | [![Join Me on Daily.dev's RubyFriends][✉️ruby-friends-img]][✉️ruby-friends] [![Get help from RubyForum][✉️ruby-forum-img]][✉️ruby-forum] [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork] [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor] |
|
|
39
|
+
| Source | [![Source on GitLab.com][📜src-gl-img]][📜src-gl] [![Source on CodeBerg.org][📜src-cb-img]][📜src-cb] [![Source on GitHub.com][📜src-gh-img]][📜src-gh] [![The best SHA: dQw4w9WgXcQ!][🧮kloc-img]][🧮kloc] |
|
|
40
40
|
| Documentation | [![Current release on RubyDoc.info][📜docs-cr-rd-img]][🚎yard-current] [![YARD on Galtzo.com][📜docs-head-rd-img]][🚎yard-head] [![Maintainer Blog][🚂maint-blog-img]][🚂maint-blog] [![GitLab Wiki][📜gl-wiki-img]][📜gl-wiki] [![GitHub Wiki][📜gh-wiki-img]][📜gh-wiki] |
|
|
41
41
|
| Compliance | [![License: AGPL-3.0-only][📄license-img]][📄license] [![Apache license compatibility: Category X][📄license-compat-img]][📄license-compat] [![📄ilo-declaration-img]][📄ilo-declaration] [![Security Policy][🔐security-img]][🔐security] [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct] [![SemVer 2.0.0][📌semver-img]][📌semver] |
|
|
42
42
|
| Style | [![Enforced Code Style Linter][💎rlts-img]][💎rlts] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog] [![Gitmoji Commits][📌gitmoji-img]][📌gitmoji] [![Compatibility appraised by: appraisal2][💎appraisal2-img]][💎appraisal2] |
|
|
@@ -256,7 +256,7 @@ See [CHANGELOG.md][📌changelog] for a list of releases.
|
|
|
256
256
|
|
|
257
257
|
## 📄 License
|
|
258
258
|
|
|
259
|
-
The gem is available under the following license: [AGPL-3.0-only](AGPL-3.0-only.md).
|
|
259
|
+
The gem is available under the following license: [AGPL-3.0-only](https://github.com/kettle-dev/kettle-drift/blob/main/AGPL-3.0-only.md).
|
|
260
260
|
See [LICENSE.md][📄license] for details.
|
|
261
261
|
|
|
262
262
|
If none of the available licenses suit your use case, please [contact us](mailto:floss@galtzo.com) to discuss a custom commercial license.
|
|
@@ -326,6 +326,8 @@ Thanks for RTFM. ☺️
|
|
|
326
326
|
[✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
|
|
327
327
|
[✉️ruby-friends-img]: https://img.shields.io/badge/daily.dev-%F0%9F%92%8E_Ruby_Friends-0A0A0A?style=for-the-badge&logo=dailydotdev&logoColor=white
|
|
328
328
|
[✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
|
|
329
|
+
[✉️ruby-forum-img]: https://img.shields.io/badge/RubyForum-Help-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
330
|
+
[✉️ruby-forum]: https://www.rubyforum.org/c/help/8
|
|
329
331
|
|
|
330
332
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
331
333
|
[⛳️gem-namespace]: https://github.com/kettle-dev/kettle-drift
|
|
@@ -371,7 +373,7 @@ Thanks for RTFM. ☺️
|
|
|
371
373
|
[📜src-gl]: https://gitlab.com/kettle-dev/kettle-drift
|
|
372
374
|
[📜src-cb-img]: https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&logo=CodeBerg&logoColor=blue
|
|
373
375
|
[📜src-cb]: https://codeberg.org/kettle-dev/kettle-drift
|
|
374
|
-
[📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=
|
|
376
|
+
[📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=GitHub&logoColor=green
|
|
375
377
|
[📜src-gh]: https://github.com/kettle-dev/kettle-drift
|
|
376
378
|
[📜docs-cr-rd-img]: https://img.shields.io/badge/RubyDoc-Current_Release-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
|
377
379
|
[📜docs-head-rd-img]: https://img.shields.io/badge/YARD_on_Galtzo.com-HEAD-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
|
@@ -460,7 +462,7 @@ Thanks for RTFM. ☺️
|
|
|
460
462
|
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
|
461
463
|
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
|
462
464
|
[📄license]: LICENSE.md
|
|
463
|
-
[📄license-ref]: AGPL-3.0-only.md
|
|
465
|
+
[📄license-ref]: https://github.com/kettle-dev/kettle-drift/blob/main/AGPL-3.0-only.md
|
|
464
466
|
[📄license-img]: https://img.shields.io/badge/License-AGPL--3.0--only-259D6C.svg
|
|
465
467
|
[📄license-compat]: https://www.apache.org/legal/resolved.html#category-x
|
|
466
468
|
[📄license-compat-img]: https://img.shields.io/badge/Apache_Incompatible:_Category_X-%E2%9C%97-C0392B.svg?style=flat&logo=Apache
|
data/exe/kettle-drift
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
#!/usr/bin/env ruby
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
script_basename = File.basename(__FILE__)
|
|
5
|
+
repo_lib = File.expand_path("../lib", __dir__)
|
|
6
|
+
$LOAD_PATH.unshift(repo_lib) if File.directory?(repo_lib) && !$LOAD_PATH.include?(repo_lib)
|
|
7
|
+
|
|
8
|
+
require "kettle/drift/version"
|
|
9
|
+
if ARGV.any? { |arg| arg == "-v" || arg == "--version" }
|
|
10
|
+
puts Kettle::Drift::Version::VERSION
|
|
11
|
+
exit(0)
|
|
12
|
+
end
|
|
13
|
+
|
|
4
14
|
require "kettle/drift"
|
|
5
15
|
|
|
16
|
+
puts "== #{script_basename} v#{Kettle::Drift::Version::VERSION} =="
|
|
17
|
+
|
|
6
18
|
exit(Kettle::Drift::CLI.new.run(ARGV))
|
data/lib/kettle/drift/version.rb
CHANGED
data/sig/kettle/drift.rbs
CHANGED
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.7
|
|
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.14
|
|
50
50
|
type: :runtime
|
|
51
51
|
prerelease: false
|
|
52
52
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -56,27 +56,27 @@ dependencies:
|
|
|
56
56
|
version: '1.1'
|
|
57
57
|
- - ">="
|
|
58
58
|
- !ruby/object:Gem::Version
|
|
59
|
-
version: 1.1.
|
|
59
|
+
version: 1.1.14
|
|
60
60
|
- !ruby/object:Gem::Dependency
|
|
61
61
|
name: kettle-dev
|
|
62
62
|
requirement: !ruby/object:Gem::Requirement
|
|
63
63
|
requirements:
|
|
64
64
|
- - "~>"
|
|
65
65
|
- !ruby/object:Gem::Version
|
|
66
|
-
version: '2.
|
|
66
|
+
version: '2.3'
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: 2.
|
|
69
|
+
version: 2.3.7
|
|
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.
|
|
76
|
+
version: '2.3'
|
|
77
77
|
- - ">="
|
|
78
78
|
- !ruby/object:Gem::Version
|
|
79
|
-
version: 2.
|
|
79
|
+
version: 2.3.7
|
|
80
80
|
- !ruby/object:Gem::Dependency
|
|
81
81
|
name: bundler-audit
|
|
82
82
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -131,20 +131,20 @@ dependencies:
|
|
|
131
131
|
requirements:
|
|
132
132
|
- - "~>"
|
|
133
133
|
- !ruby/object:Gem::Version
|
|
134
|
-
version: '3.
|
|
134
|
+
version: '3.2'
|
|
135
135
|
- - ">="
|
|
136
136
|
- !ruby/object:Gem::Version
|
|
137
|
-
version: 3.
|
|
137
|
+
version: 3.2.0
|
|
138
138
|
type: :development
|
|
139
139
|
prerelease: false
|
|
140
140
|
version_requirements: !ruby/object:Gem::Requirement
|
|
141
141
|
requirements:
|
|
142
142
|
- - "~>"
|
|
143
143
|
- !ruby/object:Gem::Version
|
|
144
|
-
version: '3.
|
|
144
|
+
version: '3.2'
|
|
145
145
|
- - ">="
|
|
146
146
|
- !ruby/object:Gem::Version
|
|
147
|
-
version: 3.
|
|
147
|
+
version: 3.2.0
|
|
148
148
|
- !ruby/object:Gem::Dependency
|
|
149
149
|
name: kettle-test
|
|
150
150
|
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.15
|
|
158
158
|
type: :development
|
|
159
159
|
prerelease: false
|
|
160
160
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -164,27 +164,27 @@ dependencies:
|
|
|
164
164
|
version: '2.0'
|
|
165
165
|
- - ">="
|
|
166
166
|
- !ruby/object:Gem::Version
|
|
167
|
-
version: 2.0.
|
|
167
|
+
version: 2.0.15
|
|
168
168
|
- !ruby/object:Gem::Dependency
|
|
169
169
|
name: turbo_tests2
|
|
170
170
|
requirement: !ruby/object:Gem::Requirement
|
|
171
171
|
requirements:
|
|
172
172
|
- - "~>"
|
|
173
173
|
- !ruby/object:Gem::Version
|
|
174
|
-
version: '3.
|
|
174
|
+
version: '3.2'
|
|
175
175
|
- - ">="
|
|
176
176
|
- !ruby/object:Gem::Version
|
|
177
|
-
version: 3.1
|
|
177
|
+
version: 3.2.1
|
|
178
178
|
type: :development
|
|
179
179
|
prerelease: false
|
|
180
180
|
version_requirements: !ruby/object:Gem::Requirement
|
|
181
181
|
requirements:
|
|
182
182
|
- - "~>"
|
|
183
183
|
- !ruby/object:Gem::Version
|
|
184
|
-
version: '3.
|
|
184
|
+
version: '3.2'
|
|
185
185
|
- - ">="
|
|
186
186
|
- !ruby/object:Gem::Version
|
|
187
|
-
version: 3.1
|
|
187
|
+
version: 3.2.1
|
|
188
188
|
- !ruby/object:Gem::Dependency
|
|
189
189
|
name: ruby-progressbar
|
|
190
190
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -208,7 +208,7 @@ dependencies:
|
|
|
208
208
|
version: '1.0'
|
|
209
209
|
- - ">="
|
|
210
210
|
- !ruby/object:Gem::Version
|
|
211
|
-
version: 1.0.
|
|
211
|
+
version: 1.0.6
|
|
212
212
|
type: :development
|
|
213
213
|
prerelease: false
|
|
214
214
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -218,7 +218,7 @@ dependencies:
|
|
|
218
218
|
version: '1.0'
|
|
219
219
|
- - ">="
|
|
220
220
|
- !ruby/object:Gem::Version
|
|
221
|
-
version: 1.0.
|
|
221
|
+
version: 1.0.6
|
|
222
222
|
- !ruby/object:Gem::Dependency
|
|
223
223
|
name: gitmoji-regex
|
|
224
224
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -228,7 +228,7 @@ dependencies:
|
|
|
228
228
|
version: '2.0'
|
|
229
229
|
- - ">="
|
|
230
230
|
- !ruby/object:Gem::Version
|
|
231
|
-
version: 2.0.
|
|
231
|
+
version: 2.0.4
|
|
232
232
|
type: :development
|
|
233
233
|
prerelease: false
|
|
234
234
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -238,7 +238,7 @@ dependencies:
|
|
|
238
238
|
version: '2.0'
|
|
239
239
|
- - ">="
|
|
240
240
|
- !ruby/object:Gem::Version
|
|
241
|
-
version: 2.0.
|
|
241
|
+
version: 2.0.4
|
|
242
242
|
description: "\U0001F372 Kettle::Drift tracks repeated adjacent-line chunks that usually
|
|
243
243
|
signal template drift or copy/paste corruption."
|
|
244
244
|
email:
|
|
@@ -246,28 +246,11 @@ email:
|
|
|
246
246
|
executables:
|
|
247
247
|
- kettle-drift
|
|
248
248
|
extensions: []
|
|
249
|
-
extra_rdoc_files:
|
|
250
|
-
- CHANGELOG.md
|
|
251
|
-
- CITATION.cff
|
|
252
|
-
- CODE_OF_CONDUCT.md
|
|
253
|
-
- CONTRIBUTING.md
|
|
254
|
-
- FUNDING.md
|
|
255
|
-
- LICENSE.md
|
|
256
|
-
- README.md
|
|
257
|
-
- RUBOCOP.md
|
|
258
|
-
- SECURITY.md
|
|
249
|
+
extra_rdoc_files: []
|
|
259
250
|
files:
|
|
260
|
-
- AGPL-3.0-only.md
|
|
261
251
|
- CHANGELOG.md
|
|
262
|
-
- CITATION.cff
|
|
263
|
-
- CODE_OF_CONDUCT.md
|
|
264
|
-
- CONTRIBUTING.md
|
|
265
|
-
- FUNDING.md
|
|
266
252
|
- LICENSE.md
|
|
267
253
|
- README.md
|
|
268
|
-
- RUBOCOP.md
|
|
269
|
-
- SECURITY.md
|
|
270
|
-
- certs/pboling.pem
|
|
271
254
|
- exe/kettle-drift
|
|
272
255
|
- lib/kettle/drift.rb
|
|
273
256
|
- lib/kettle/drift/cli.rb
|
|
@@ -284,16 +267,15 @@ files:
|
|
|
284
267
|
- lib/kettle/drift/tasks.rb
|
|
285
268
|
- lib/kettle/drift/version.rb
|
|
286
269
|
- sig/kettle/drift.rbs
|
|
287
|
-
- sig/kettle/drift/version.rbs
|
|
288
270
|
homepage: https://github.com/kettle-dev/kettle-drift
|
|
289
271
|
licenses:
|
|
290
272
|
- AGPL-3.0-only
|
|
291
273
|
metadata:
|
|
292
274
|
homepage_uri: https://kettle-drift.galtzo.com
|
|
293
|
-
source_code_uri: https://github.com/kettle-dev/kettle-drift/tree/v1.0.
|
|
294
|
-
changelog_uri: https://github.com/kettle-dev/kettle-drift/blob/v1.0.
|
|
275
|
+
source_code_uri: https://github.com/kettle-dev/kettle-drift/tree/v1.0.7
|
|
276
|
+
changelog_uri: https://github.com/kettle-dev/kettle-drift/blob/v1.0.7/CHANGELOG.md
|
|
295
277
|
bug_tracker_uri: https://github.com/kettle-dev/kettle-drift/issues
|
|
296
|
-
documentation_uri: https://www.rubydoc.info/gems/kettle-drift/1.0.
|
|
278
|
+
documentation_uri: https://www.rubydoc.info/gems/kettle-drift/1.0.7
|
|
297
279
|
funding_uri: https://github.com/sponsors/pboling
|
|
298
280
|
wiki_uri: https://github.com/kettle-dev/kettle-drift/wiki
|
|
299
281
|
news_uri: https://www.railsbling.com/tags/kettle-drift
|
|
@@ -323,7 +305,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
323
305
|
- !ruby/object:Gem::Version
|
|
324
306
|
version: '0'
|
|
325
307
|
requirements: []
|
|
326
|
-
rubygems_version: 4.0.
|
|
308
|
+
rubygems_version: 4.0.17
|
|
327
309
|
specification_version: 4
|
|
328
310
|
summary: "\U0001F372 Detect duplicated adjacent lines introduced by template drift."
|
|
329
311
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|