kettle-dev 2.5.6 → 2.5.8

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: 4f278f1ee117bb11c3a8cbb448bbc3090542a5f847e7da70a9b6c690aeaf502c
4
- data.tar.gz: f03eb8ae65937b1cac585620b5ea1e542806911aeb57dd73c8301821e0db619d
3
+ metadata.gz: a64570e4708ff8533684d3debf4ffd01aa075cbb207b3fe7d628af1253535e0c
4
+ data.tar.gz: 2d259b12a389c915b64cfdbbb13db0c4f1713d34b13223ddfdda38266ff2d952
5
5
  SHA512:
6
- metadata.gz: 0c5de116b2090dcc3321e79afa8171a64f20eba9be8150f5312f862cc8890e084b80f78d901d288c41f4e675e77d3561c27f2a3605ce6bdc1994a8a65a157bb1
7
- data.tar.gz: 520b92bd4ca9b473165f4815cbe6ca8557f996c92a56924492dc8b44ccfade6ca19f99fd009165e1f30c5daa36fe3d5aa12ebb37264e790277031bc53b7f0678
6
+ metadata.gz: 4172c5b3643271baac8cbfff5d32a1c0b4a2404359e8685f3fc5bc5e58040d72f53888722cf20ffcb7b806c151984835b8c650d530b2fd8acd9d8d307c9f2075
7
+ data.tar.gz: ba8611aed5d2d310d7e4ab78b1cd9e608b4f925e6068092d52fb620bccff4fa740f577dd3dd4d456ba848811186bdb7e897bcd02e7b739e68d0a6381514b226b
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,61 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [2.5.8] - 2026-07-30
34
+
35
+ - TAG: [v2.5.8][2.5.8t]
36
+ - COVERAGE: 92.10% -- 4733/5139 lines in 44 files
37
+ - BRANCH COVERAGE: 76.48% -- 1785/2334 branches in 44 files
38
+ - 54.41% documented
39
+
40
+ ### Changed
41
+
42
+ - `kettle-changelog` now accepts `K_CHANGELOG_COVERAGE_ROOT` so monorepo release
43
+ flows can collect aggregate coverage from a family bundle without running the
44
+ changelog command from the family root.
45
+
46
+ ## [2.5.7] - 2026-07-30
47
+
48
+ - TAG: [v2.5.7][2.5.7t]
49
+ - COVERAGE: 91.74% -- 4710/5134 lines in 44 files
50
+ - BRANCH COVERAGE: 76.37% -- 1781/2332 branches in 44 files
51
+ - 54.41% documented
52
+
53
+ ### Added
54
+
55
+ - kettle-jem-template-20260729-005 - Gemspec metadata now publishes this
56
+ project's RubyForum tag as `mailing_list_uri`, and support docs link to the
57
+ tagged RubyForum community alongside Discord.
58
+
59
+ ### Changed
60
+
61
+ - Raised the runtime dependency floors for `kettle-ndjson` to `0.1.3` and
62
+ `kettle-rb` to `0.1.7`.
63
+ - `kettle-changelog` now accepts `K_CHANGELOG_PATH` so monorepo release flows
64
+ can run inside a gem while updating a shared root changelog.
65
+
66
+ ### Fixed
67
+
68
+ - kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
69
+ setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
70
+ lockfile parser failures on Git and path dependencies.
71
+ - kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
72
+ missing canonical version spec when a project only has shim namespace version
73
+ specs.
74
+ - kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
75
+ legacy manual bundle install path, avoiding setup-time Bundler full-index
76
+ failures against `gem.coop`.
77
+ - kettle-jem-template-20260729-002 - VersionGem bootstrap now preserves
78
+ and templates dedicated `version_gem.rb` entrypoints even when the gemspec
79
+ dependency is intentionally omitted, and generated anonymous-loader specs
80
+ cover both `version.rb` and `version_gem.rb`.
81
+ - kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
82
+ floor now get managed minimal `version.rb` files and anonymous-loader version
83
+ specs without adding `version_gem`.
84
+ - kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
85
+ relative to the gemspec directory, so packaged template assets are included
86
+ even when the gemspec is loaded from another working directory.
87
+
33
88
  ## [2.5.6] - 2026-07-28
34
89
 
35
90
  - TAG: [v2.5.6][2.5.6t]
@@ -2976,7 +3031,11 @@ Please file a bug if you notice a violation of semantic versioning.
2976
3031
  - Selecting will run the selected workflow via `act`
2977
3032
  - This may move to its own gem in the future.
2978
3033
 
2979
- [Unreleased]: https://github.com/kettle-dev/kettle-dev/compare/v2.5.6...HEAD
3034
+ [Unreleased]: https://github.com/kettle-dev/kettle-dev/compare/v2.5.8...HEAD
3035
+ [2.5.8]: https://github.com/kettle-dev/kettle-dev/compare/v2.5.7...v2.5.8
3036
+ [2.5.8t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.5.8
3037
+ [2.5.7]: https://github.com/kettle-dev/kettle-dev/compare/v2.5.6...v2.5.7
3038
+ [2.5.7t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.5.7
2980
3039
  [2.5.6]: https://github.com/kettle-dev/kettle-dev/compare/v2.5.5...v2.5.6
2981
3040
  [2.5.6t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.5.6
2982
3041
  [2.5.5]: https://github.com/kettle-dev/kettle-dev/compare/v2.5.4...v2.5.5
data/README.md CHANGED
@@ -2,9 +2,9 @@
2
2
 
3
3
  # 🍲 Kettle::Dev
4
4
 
5
- [![Version][👽versioni]][👽version] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: AGPL-3.0-only][📄license-img]][📄license] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![CodeCov Test Coverage][🏀codecovi]][🏀codecov] [![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls] [![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov] [![QLTY Maintainability][🏀qlty-mnti]][🏀qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf]
5
+ [![Version][👽versioni]][👽version] [![Ruby Users Forum][✉️ruby-forum-top-img]][✉️ruby-forum] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: AGPL-3.0-only][📄license-img]][📄license] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![CodeCov Test Coverage][🏀codecovi]][🏀codecov] [![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls] [![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov] [![QLTY Maintainability][🏀qlty-mnti]][🏀qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf]
6
6
 
7
- `if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know][✉️discord-invite], as I may have missed the [discord notification][✉️discord-invite].
7
+ `if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know on Discord][✉️discord-invite] or [RubyForum][✉️ruby-forum], as I may have missed the notification.
8
8
 
9
9
  ---
10
10
 
@@ -137,17 +137,14 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
137
137
  <details markdown="1">
138
138
  <summary>Find this repo on federated forges (Coming soon!)</summary>
139
139
 
140
- | Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI | Discussions |
141
- |-------------------------------------------------|-----------------------------------------------------------------------|---------------------------|--------------------------|---------------------------|--------------------------|------------------------------|
142
- | 🧪 [kettle-dev/kettle-dev on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix | ➖ |
143
- | 🧊 [kettle-dev/kettle-dev on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix | ➖ |
144
- | 🐙 [kettle-dev/kettle-dev on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix | [💚][gh-discussions] |
145
- | 🎮️ [Discord Server][✉️discord-invite] | [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] | [Let's][✉️discord-invite] | [talk][✉️discord-invite] | [about][✉️discord-invite] | [this][✉️discord-invite] | [library!][✉️discord-invite] |
140
+ | Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
141
+ |-------------------------------------------------|-------------------------------------------|-------------------|------------------|-----------------|----------------|
142
+ | 🧪 [kettle-dev/kettle-dev on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
143
+ | 🧊 [kettle-dev/kettle-dev on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
144
+ | 🐙 [kettle-dev/kettle-dev on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
146
145
 
147
146
  </details>
148
147
 
149
- [gh-discussions]: https://github.com/kettle-dev/kettle-dev/discussions
150
-
151
148
  ### Enterprise Support [![Tidelift](https://tidelift.com/badges/package/rubygems/kettle-dev)](https://tidelift.com/subscription/pkg/rubygems-kettle-dev?utm_source=rubygems-kettle-dev&utm_medium=referral&utm_campaign=readme)
152
149
 
153
150
  Available as part of the Tidelift Subscription.
@@ -165,6 +162,7 @@ The maintainers of this and thousands of other packages are working with Tidelif
165
162
 
166
163
  Alternatively:
167
164
 
165
+ - [![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
168
166
  - [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
169
167
  - [![Get help from me on Upwork][👨🏼‍🏫expsup-upwork-img]][👨🏼‍🏫expsup-upwork]
170
168
  - [![Get help from me on Codementor][👨🏼‍🏫expsup-codementor-img]][👨🏼‍🏫expsup-codementor]
@@ -805,11 +803,12 @@ I'm hoping to be able to pay for my kids' health insurance this month,
805
803
  so if you value the work I am doing, I need your support.
806
804
  Please consider sponsoring me or the project.
807
805
 
808
- To join the community or get help 👇️ Join the Discord.
806
+ To join the community or get help, use the RubyForum or Discord.
809
807
 
808
+ [![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
810
809
  [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
811
810
 
812
- To say "thanks!" ☝️ Join the Discord or 👇️ send money.
811
+ To say "thanks!" ☝️ Join the community or 👇️ send money.
813
812
 
814
813
  [![Sponsor kettle-dev/kettle-dev on Open Source Collective][🖇osc-all-bottom-img]][🖇osc] 💌 [![Sponsor me on GitHub Sponsors][🖇sponsor-bottom-img]][🖇sponsor] 💌 [![Sponsor me on Liberapay][⛳liberapay-bottom-img]][⛳liberapay] 💌 [![Donate on PayPal][🖇paypal-bottom-img]][🖇paypal]
815
814
 
@@ -850,8 +849,9 @@ Thanks for RTFM. ☺️
850
849
  [✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
851
850
  [✉️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
852
851
  [✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
853
- [✉️ruby-forum-img]: https://img.shields.io/badge/RubyForum-Help-CC342D?style=for-the-badge&logo=ruby&logoColor=white
854
- [✉️ruby-forum]: https://www.rubyforum.org/c/help/8
852
+ [✉️ruby-forum-top-img]: https://img.shields.io/discourse/topics?server=https://www.rubyforum.org&style=flat&logo=discourse&label=Ruby%20Users%20Forum
853
+ [✉️ruby-forum-img]: https://img.shields.io/discourse/topics?server=https://www.rubyforum.org&style=for-the-badge&logo=discourse&label=Ruby%20Users%20Forum
854
+ [✉️ruby-forum]: https://www.rubyforum.org/tag/kettle-dev
855
855
 
856
856
  [✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
857
857
  [⛳️gem-namespace]: https://github.com/kettle-dev/kettle-dev
@@ -1005,7 +1005,7 @@ Thanks for RTFM. ☺️
1005
1005
  [📌gitmoji]: https://gitmoji.dev
1006
1006
  [📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
1007
1007
  [🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
1008
- [🧮kloc-img]: https://img.shields.io/badge/KLOC-5.130-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
1008
+ [🧮kloc-img]: https://img.shields.io/badge/KLOC-5.139-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
1009
1009
  [🔐security]: https://github.com/kettle-dev/kettle-dev/blob/main/SECURITY.md
1010
1010
  [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
1011
1011
  [📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
data/exe/kettle-changelog CHANGED
@@ -5,6 +5,8 @@
5
5
 
6
6
  # kettle-changelog: Generate a CHANGELOG.md entry for the current VERSION.
7
7
  # - Reads VERSION from lib/**/version.rb (must be unique across files)
8
+ # - Set K_CHANGELOG_PATH to read/write a changelog outside the current gem root
9
+ # - Set K_CHANGELOG_COVERAGE_ROOT to collect coverage from another bundle root
8
10
  # - Set K_CHANGELOG_VERSION_FILE to use a specific version.rb for monorepo roots
9
11
  # - Set K_CHANGELOG_GEM_NAME to use a specific gem name for root changelogs
10
12
  # - Moves entries from the "Unreleased" section into a new versioned section
@@ -86,6 +88,8 @@ if ARGV.include?("-h") || ARGV.include?("--help")
86
88
  Environment:
87
89
  K_CHANGELOG_STRICT=false Disable strict mode (equivalent to --no-strict flag)
88
90
  K_CHANGELOG_COVERAGE_HARD=false Disable coverage threshold hard-failure
91
+ K_CHANGELOG_PATH=path Read and write this changelog instead of ./CHANGELOG.md
92
+ K_CHANGELOG_COVERAGE_ROOT=path Run/read coverage from this root instead of the gem root
89
93
  K_CHANGELOG_VERSION_FILE=path Read VERSION from this file instead of lib/**/version.rb
90
94
  K_CHANGELOG_GEM_NAME=name Read live release data as this gem instead of root .gemspec
91
95
  KETTLE_GEM_COOP_REFRESH=true Bypass cached gem.coop version data
@@ -30,8 +30,9 @@ module Kettle
30
30
  # @param yes [Boolean] when true, approve the selected release plan without prompting
31
31
  def initialize(strict: true, enforce_coverage_thresholds: true, update_prep: false, version: nil, root: Kettle::Dev::CIHelpers.project_root, refresh_cache: false, yes: false)
32
32
  @root = root
33
- @changelog_path = File.join(@root, "CHANGELOG.md")
34
- @coverage_path = File.join(@root, "coverage", "coverage.json")
33
+ @changelog_path = resolved_changelog_path
34
+ @coverage_root = resolved_coverage_root
35
+ @coverage_path = File.join(@coverage_root, "coverage", "coverage.json")
35
36
  @strict = strict
36
37
  @enforce_coverage_thresholds = enforce_coverage_thresholds
37
38
  @update_prep = update_prep
@@ -671,7 +672,7 @@ module Kettle
671
672
 
672
673
  puts "Generating fresh coverage data by running: bundle exec kettle-test"
673
674
 
674
- success = system(changelog_coverage_env, "bundle", "exec", "kettle-test", chdir: @root)
675
+ success = system(changelog_coverage_env, "bundle", "exec", "kettle-test", chdir: @coverage_root)
675
676
 
676
677
  unless success
677
678
  raise "bundle exec kettle-test failed with exit status #{$?.exitstatus || "unknown"}"
@@ -838,6 +839,19 @@ module Kettle
838
839
  commands
839
840
  end
840
841
 
842
+ def resolved_changelog_path
843
+ path = ENV.fetch("K_CHANGELOG_PATH", "").to_s.strip
844
+ path = "CHANGELOG.md" if path.empty?
845
+ File.expand_path(path, @root)
846
+ end
847
+
848
+ def resolved_coverage_root
849
+ path = ENV.fetch("K_CHANGELOG_COVERAGE_ROOT", "").to_s.strip
850
+ return @root if path.empty?
851
+
852
+ File.expand_path(path, @root)
853
+ end
854
+
841
855
  def prepare_yard_fence_tmp_files
842
856
  yardopts = File.join(@root, ".yardopts")
843
857
  return unless File.file?(yardopts)
@@ -5,7 +5,7 @@ module Kettle
5
5
  # Version namespace for this gem.
6
6
  module Version
7
7
  # Current gem version.
8
- VERSION = "2.5.6"
8
+ VERSION = "2.5.8"
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-dev
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.6
4
+ version: 2.5.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -80,7 +80,7 @@ dependencies:
80
80
  version: '0.1'
81
81
  - - ">="
82
82
  - !ruby/object:Gem::Version
83
- version: 0.1.1
83
+ version: 0.1.3
84
84
  type: :runtime
85
85
  prerelease: false
86
86
  version_requirements: !ruby/object:Gem::Requirement
@@ -90,7 +90,7 @@ dependencies:
90
90
  version: '0.1'
91
91
  - - ">="
92
92
  - !ruby/object:Gem::Version
93
- version: 0.1.1
93
+ version: 0.1.3
94
94
  - !ruby/object:Gem::Dependency
95
95
  name: kettle-rb
96
96
  requirement: !ruby/object:Gem::Requirement
@@ -100,7 +100,7 @@ dependencies:
100
100
  version: '0.1'
101
101
  - - ">="
102
102
  - !ruby/object:Gem::Version
103
- version: 0.1.2
103
+ version: 0.1.7
104
104
  type: :runtime
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
@@ -110,7 +110,7 @@ dependencies:
110
110
  version: '0.1'
111
111
  - - ">="
112
112
  - !ruby/object:Gem::Version
113
- version: 0.1.2
113
+ version: 0.1.7
114
114
  - !ruby/object:Gem::Dependency
115
115
  name: kettle-test
116
116
  requirement: !ruby/object:Gem::Requirement
@@ -296,7 +296,7 @@ dependencies:
296
296
  version: '2.0'
297
297
  - - ">="
298
298
  - !ruby/object:Gem::Version
299
- version: 2.0.7
299
+ version: 2.0.10
300
300
  type: :development
301
301
  prerelease: false
302
302
  version_requirements: !ruby/object:Gem::Requirement
@@ -306,7 +306,7 @@ dependencies:
306
306
  version: '2.0'
307
307
  - - ">="
308
308
  - !ruby/object:Gem::Version
309
- version: 2.0.7
309
+ version: 2.0.10
310
310
  description: "\U0001F372 Kettle::Dev is a meta tool from kettle-dev to streamline
311
311
  development and testing. Acts as a shim dependency, pulling in many other dependencies,
312
312
  to give you OOTB productivity with a RubyGem, or Ruby app project. Configures a
@@ -397,14 +397,15 @@ licenses:
397
397
  - AGPL-3.0-only
398
398
  metadata:
399
399
  homepage_uri: https://kettle-dev.galtzo.com
400
- source_code_uri: https://github.com/kettle-dev/kettle-dev/tree/v2.5.6
401
- changelog_uri: https://github.com/kettle-dev/kettle-dev/blob/v2.5.6/CHANGELOG.md
400
+ source_code_uri: https://github.com/kettle-dev/kettle-dev/tree/v2.5.8
401
+ changelog_uri: https://github.com/kettle-dev/kettle-dev/blob/v2.5.8/CHANGELOG.md
402
402
  bug_tracker_uri: https://github.com/kettle-dev/kettle-dev/issues
403
- documentation_uri: https://www.rubydoc.info/gems/kettle-dev/2.5.6
403
+ documentation_uri: https://www.rubydoc.info/gems/kettle-dev/2.5.8
404
404
  funding_uri: https://github.com/sponsors/pboling
405
405
  wiki_uri: https://github.com/kettle-dev/kettle-dev/wiki
406
406
  news_uri: https://www.railsbling.com/tags/kettle-dev
407
407
  discord_uri: https://discord.gg/3qme4XHNKN
408
+ mailing_list_uri: https://www.rubyforum.org/tag/kettle-dev
408
409
  rubygems_mfa_required: 'true'
409
410
  rdoc_options:
410
411
  - "--title"
metadata.gz.sig CHANGED
Binary file