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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 87c99048bd90c913ad0c434aebd4fc71e5316f5103c9b4fdd180a7c646185de1
4
- data.tar.gz: 99b59319a70cca4a02d9c882de64a320daed1622e59f6380e17057cde0773aba
3
+ metadata.gz: 057cb3f9acbf499a708e7a5d42e113df4c39b714033b487cdcd6ce6f462690da
4
+ data.tar.gz: 4074632ea00e9c462cd3621da2823e9def6fa7f88d0732179e98d677189aa12c
5
5
  SHA512:
6
- metadata.gz: d46c413bd110d32f2414ea31bea018d2244f0e98a816b81ffc32d540ea15535ccb342acccb325b27272b6598e0b7b6dae8f360e20010efd63df7bd2171ac7580
7
- data.tar.gz: cf25e568a871284cbbb955bcd77b66507504999634d15704d9cb2b4f2b57ebe48b991de29cea3320e0031c105efb4c20f84cb97784c45485381aeeb25585c4b4
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
@@ -0,0 +1,5 @@
1
+ # Ignore built gem artifacts and package dir
2
+ pkg/*.gem
3
+ *.gem
4
+ # Also ignore yardoc cache
5
+ .yardoc/
data/.yardopts CHANGED
@@ -1,5 +1,6 @@
1
1
  --plugin fence
2
2
  -e yard/fence/hoist.rb
3
+ --plugin yaml
3
4
  --plugin junk
4
5
  --plugin relative_markdown_links
5
6
  --readme tmp/yard-fence/README.md
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.52...HEAD
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
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # kettle-dev Rakefile v1.1.52 - 2025-11-08
3
+ # kettle-dev Rakefile v1.1.54 - 2025-11-10
4
4
  # Ruby 2.3 (Safe Navigation) or higher required
5
5
  #
6
6
  # MIT License (see License.txt)
@@ -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
@@ -6,7 +6,7 @@ module Kettle
6
6
  module Version
7
7
  # The gem version.
8
8
  # @return [String]
9
- VERSION = "1.1.52"
9
+ VERSION = "1.1.54"
10
10
 
11
11
  module_function
12
12
 
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.52
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.52
399
- changelog_uri: https://github.com/kettle-rb/kettle-dev/blob/v1.1.52/CHANGELOG.md
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.52
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