kettle-dev 1.1.52 → 1.1.54
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/.idea/.gitignore +45 -0
- data/.yardignore +5 -0
- data/.yardopts +1 -0
- data/CHANGELOG.md +18 -1
- data/Rakefile.example +1 -1
- data/gemfiles/modular/documentation.gemfile +2 -0
- data/lib/kettle/dev/tasks/template_task.rb +2 -0
- data/lib/kettle/dev/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +6 -4
- 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: 057cb3f9acbf499a708e7a5d42e113df4c39b714033b487cdcd6ce6f462690da
|
|
4
|
+
data.tar.gz: 4074632ea00e9c462cd3621da2823e9def6fa7f88d0732179e98d677189aa12c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 18e83e638940572c635af1dc650ba2073e2fa79da400305e56dbc603383d9e886a1d5b4fec518a34d730dc22d03cf54dff7875c7e0ebaebb97c074a33dee3837
|
|
7
|
+
data.tar.gz: 301971c113792d0f660b63d6949da4c6b4715c07c676c8e1777cd198914df1eef35672e41f1bbf9a1062c11b9875693ee3b1aa3ef1599cfe987e9b6df6c6fc89
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/.idea/.gitignore
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# Default ignored files
|
|
2
|
+
/shelf/
|
|
3
|
+
/workspace.xml
|
|
4
|
+
# Editor-based HTTP Client requests
|
|
5
|
+
/httpRequests/
|
|
6
|
+
# Datasource local storage ignored files
|
|
7
|
+
/dataSources/
|
|
8
|
+
/dataSources.local.xml
|
|
9
|
+
|
|
10
|
+
# Zencoder local files
|
|
11
|
+
/zencoder/chats
|
|
12
|
+
/zencoder-chat-index.xml
|
|
13
|
+
/zencoder-chats-dedicated.xml
|
|
14
|
+
# Local project config
|
|
15
|
+
*.iml
|
|
16
|
+
|
|
17
|
+
# Added: Ignore plugin migration/state artifacts (machine-specific)
|
|
18
|
+
/copilot.data.migration.*.xml
|
|
19
|
+
/GitLink.xml
|
|
20
|
+
|
|
21
|
+
# Added: Ignore task & usage statistics (contain local timestamps / paths)
|
|
22
|
+
/tasks.xml
|
|
23
|
+
/usage.statistics.xml
|
|
24
|
+
|
|
25
|
+
# Added: Local inspection profiles (developer-specific customizations)
|
|
26
|
+
/inspectionProfiles/
|
|
27
|
+
|
|
28
|
+
# Added: Library & index caches (regenerated per machine)
|
|
29
|
+
/libraries/
|
|
30
|
+
/indexLayout.xml
|
|
31
|
+
/indexes/
|
|
32
|
+
|
|
33
|
+
# Added: Terminal, SSH, and other per-user runtime config
|
|
34
|
+
/terminal/
|
|
35
|
+
/sshConfigs/
|
|
36
|
+
|
|
37
|
+
# Added: RubyMine misc SDK version drift (optional). Comment to share SDK config.
|
|
38
|
+
# /misc.xml
|
|
39
|
+
|
|
40
|
+
# Commit: VCS local mappings can be regenerated (optional). Comment to share settings.
|
|
41
|
+
# /vcs.xml
|
|
42
|
+
|
|
43
|
+
# Commit: Dictionary files (local spellcheck customizations)
|
|
44
|
+
# /dictionaries/
|
|
45
|
+
|
data/.yardignore
ADDED
data/.yardopts
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -20,6 +20,8 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
20
20
|
|
|
21
21
|
### Added
|
|
22
22
|
|
|
23
|
+
- .idea/.gitignore is now part of template
|
|
24
|
+
|
|
23
25
|
### Changed
|
|
24
26
|
|
|
25
27
|
### Deprecated
|
|
@@ -30,6 +32,19 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
32
|
|
|
31
33
|
### Security
|
|
32
34
|
|
|
35
|
+
## [1.1.53] - 2025-11-10
|
|
36
|
+
|
|
37
|
+
- TAG: [v1.1.53][1.1.53t]
|
|
38
|
+
- COVERAGE: 94.41% -- 4039/4278 lines in 26 files
|
|
39
|
+
- BRANCH COVERAGE: 78.93% -- 1663/2107 branches in 26 files
|
|
40
|
+
- 79.89% documented
|
|
41
|
+
|
|
42
|
+
### Added
|
|
43
|
+
|
|
44
|
+
- Template .yardopts now includes yard-yaml plugin (for CITATION.cff)
|
|
45
|
+
- Template now includes a default `.yardopts` file
|
|
46
|
+
- Excludes *.gem, pkg/*.gem and .yardoc from documentation generation
|
|
47
|
+
|
|
33
48
|
## [1.1.52] - 2025-11-08
|
|
34
49
|
|
|
35
50
|
- TAG: [v1.1.52][1.1.52t]
|
|
@@ -1345,7 +1360,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
1345
1360
|
- Selecting will run the selected workflow via `act`
|
|
1346
1361
|
- This may move to its own gem in the future.
|
|
1347
1362
|
|
|
1348
|
-
[Unreleased]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.
|
|
1363
|
+
[Unreleased]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.53...HEAD
|
|
1364
|
+
[1.1.53]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.52...v1.1.53
|
|
1365
|
+
[1.1.53t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.53
|
|
1349
1366
|
[1.1.52]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.51...v1.1.52
|
|
1350
1367
|
[1.1.52t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.52
|
|
1351
1368
|
[1.1.51]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.50...v1.1.51
|
data/Rakefile.example
CHANGED
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
gem "kramdown", "~> 2.5", ">= 2.5.1", require: false # Ruby >= 2.5
|
|
5
5
|
gem "kramdown-parser-gfm", "~> 1.1", require: false # Ruby >= 2.3
|
|
6
6
|
gem "yard", "~> 0.9", ">= 0.9.37", require: false
|
|
7
|
+
gem "yaml-converter", "~> 0.1", require: false # Ruby >= 3.2
|
|
8
|
+
gem "yard-yaml", "~> 0.1", require: false # Ruby >= 3.2
|
|
7
9
|
gem "yard-fence", "~> 0.8", require: false # Ruby >= 3.2
|
|
8
10
|
gem "yard-junk", "~> 0.0", ">= 0.0.10", github: "pboling/yard-junk", branch: "next", require: false
|
|
9
11
|
gem "yard-relative_markdown_links", "~> 0.6", require: false
|
|
@@ -392,6 +392,7 @@ module Kettle
|
|
|
392
392
|
.aiignore
|
|
393
393
|
.envrc
|
|
394
394
|
.gitignore
|
|
395
|
+
.idea/.gitignore
|
|
395
396
|
.gitlab-ci.yml
|
|
396
397
|
.junie/guidelines-rbs.md
|
|
397
398
|
.junie/guidelines.md
|
|
@@ -403,6 +404,7 @@ module Kettle
|
|
|
403
404
|
.simplecov
|
|
404
405
|
.tool-versions
|
|
405
406
|
.yardopts
|
|
407
|
+
.yardignore
|
|
406
408
|
Appraisal.root.gemfile
|
|
407
409
|
Appraisals
|
|
408
410
|
CHANGELOG.md
|
data/lib/kettle/dev/version.rb
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kettle-dev
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.54
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -253,6 +253,7 @@ files:
|
|
|
253
253
|
- ".github/workflows/unsupported.yml"
|
|
254
254
|
- ".gitignore"
|
|
255
255
|
- ".gitlab-ci.yml.example"
|
|
256
|
+
- ".idea/.gitignore"
|
|
256
257
|
- ".junie/guidelines-rbs.md"
|
|
257
258
|
- ".junie/guidelines.md"
|
|
258
259
|
- ".junie/guidelines.md.example"
|
|
@@ -266,6 +267,7 @@ files:
|
|
|
266
267
|
- ".simplecov"
|
|
267
268
|
- ".simplecov.example"
|
|
268
269
|
- ".tool-versions"
|
|
270
|
+
- ".yardignore"
|
|
269
271
|
- ".yardopts"
|
|
270
272
|
- Appraisal.root.gemfile
|
|
271
273
|
- Appraisals
|
|
@@ -395,10 +397,10 @@ licenses:
|
|
|
395
397
|
- MIT
|
|
396
398
|
metadata:
|
|
397
399
|
homepage_uri: https://kettle-dev.galtzo.com/
|
|
398
|
-
source_code_uri: https://github.com/kettle-rb/kettle-dev/tree/v1.1.
|
|
399
|
-
changelog_uri: https://github.com/kettle-rb/kettle-dev/blob/v1.1.
|
|
400
|
+
source_code_uri: https://github.com/kettle-rb/kettle-dev/tree/v1.1.54
|
|
401
|
+
changelog_uri: https://github.com/kettle-rb/kettle-dev/blob/v1.1.54/CHANGELOG.md
|
|
400
402
|
bug_tracker_uri: https://github.com/kettle-rb/kettle-dev/issues
|
|
401
|
-
documentation_uri: https://www.rubydoc.info/gems/kettle-dev/1.1.
|
|
403
|
+
documentation_uri: https://www.rubydoc.info/gems/kettle-dev/1.1.54
|
|
402
404
|
funding_uri: https://github.com/sponsors/pboling
|
|
403
405
|
wiki_uri: https://github.com/kettle-rb/kettle-dev/wiki
|
|
404
406
|
news_uri: https://www.railsbling.com/tags/kettle-dev
|
metadata.gz.sig
CHANGED
|
Binary file
|