kettle-dev 2.5.6 → 2.5.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 +45 -1
- data/README.md +15 -15
- data/exe/kettle-changelog +2 -0
- data/lib/kettle/dev/changelog_cli.rb +7 -1
- data/lib/kettle/dev/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +11 -10
- 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: c12efb4378e64516a0132f349f9ed23cb022be39870ee5f9f30238a6fb98636d
|
|
4
|
+
data.tar.gz: fbfd1073dcd533f0f1c1cbab0854c843077853af23bd7fb346d22f2ded59eed1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f93a23682155f1a97fd7e352695349570bf08f96856ef29a4a407a4c3d0c5284993d0c5b085d522e7f93a599dea20de3a0c7f652b271ba5ac426df3f7ea43065
|
|
7
|
+
data.tar.gz: 9e602847a7bd7f9bbac0eca20be1037378f01bc7da11b57e82030a17c63faf0083dbbf84895fd98af937b7abdb1efb6c29734760b73c69687e423dd611dbfff8
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,48 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [2.5.7] - 2026-07-30
|
|
34
|
+
|
|
35
|
+
- TAG: [v2.5.7][2.5.7t]
|
|
36
|
+
- COVERAGE: 91.74% -- 4710/5134 lines in 44 files
|
|
37
|
+
- BRANCH COVERAGE: 76.37% -- 1781/2332 branches in 44 files
|
|
38
|
+
- 54.41% documented
|
|
39
|
+
|
|
40
|
+
### Added
|
|
41
|
+
|
|
42
|
+
- kettle-jem-template-20260729-005 - Gemspec metadata now publishes this
|
|
43
|
+
project's RubyForum tag as `mailing_list_uri`, and support docs link to the
|
|
44
|
+
tagged RubyForum community alongside Discord.
|
|
45
|
+
|
|
46
|
+
### Changed
|
|
47
|
+
|
|
48
|
+
- Raised the runtime dependency floors for `kettle-ndjson` to `0.1.3` and
|
|
49
|
+
`kettle-rb` to `0.1.7`.
|
|
50
|
+
- `kettle-changelog` now accepts `K_CHANGELOG_PATH` so monorepo release flows
|
|
51
|
+
can run inside a gem while updating a shared root changelog.
|
|
52
|
+
|
|
53
|
+
### Fixed
|
|
54
|
+
|
|
55
|
+
- kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
|
|
56
|
+
setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
|
|
57
|
+
lockfile parser failures on Git and path dependencies.
|
|
58
|
+
- kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
|
|
59
|
+
missing canonical version spec when a project only has shim namespace version
|
|
60
|
+
specs.
|
|
61
|
+
- kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
|
|
62
|
+
legacy manual bundle install path, avoiding setup-time Bundler full-index
|
|
63
|
+
failures against `gem.coop`.
|
|
64
|
+
- kettle-jem-template-20260729-002 - VersionGem bootstrap now preserves
|
|
65
|
+
and templates dedicated `version_gem.rb` entrypoints even when the gemspec
|
|
66
|
+
dependency is intentionally omitted, and generated anonymous-loader specs
|
|
67
|
+
cover both `version.rb` and `version_gem.rb`.
|
|
68
|
+
- kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
|
|
69
|
+
floor now get managed minimal `version.rb` files and anonymous-loader version
|
|
70
|
+
specs without adding `version_gem`.
|
|
71
|
+
- kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
|
|
72
|
+
relative to the gemspec directory, so packaged template assets are included
|
|
73
|
+
even when the gemspec is loaded from another working directory.
|
|
74
|
+
|
|
33
75
|
## [2.5.6] - 2026-07-28
|
|
34
76
|
|
|
35
77
|
- TAG: [v2.5.6][2.5.6t]
|
|
@@ -2976,7 +3018,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
2976
3018
|
- Selecting will run the selected workflow via `act`
|
|
2977
3019
|
- This may move to its own gem in the future.
|
|
2978
3020
|
|
|
2979
|
-
[Unreleased]: https://github.com/kettle-dev/kettle-dev/compare/v2.5.
|
|
3021
|
+
[Unreleased]: https://github.com/kettle-dev/kettle-dev/compare/v2.5.7...HEAD
|
|
3022
|
+
[2.5.7]: https://github.com/kettle-dev/kettle-dev/compare/v2.5.6...v2.5.7
|
|
3023
|
+
[2.5.7t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.5.7
|
|
2980
3024
|
[2.5.6]: https://github.com/kettle-dev/kettle-dev/compare/v2.5.5...v2.5.6
|
|
2981
3025
|
[2.5.6t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.5.6
|
|
2982
3026
|
[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
|
|
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 |
|
|
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 |
|
|
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 [](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
|
|
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
|
|
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/
|
|
854
|
-
[✉️ruby-forum]: https://www.rubyforum.org
|
|
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.
|
|
1008
|
+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-5.134-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,7 @@
|
|
|
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
|
|
8
9
|
# - Set K_CHANGELOG_VERSION_FILE to use a specific version.rb for monorepo roots
|
|
9
10
|
# - Set K_CHANGELOG_GEM_NAME to use a specific gem name for root changelogs
|
|
10
11
|
# - Moves entries from the "Unreleased" section into a new versioned section
|
|
@@ -86,6 +87,7 @@ if ARGV.include?("-h") || ARGV.include?("--help")
|
|
|
86
87
|
Environment:
|
|
87
88
|
K_CHANGELOG_STRICT=false Disable strict mode (equivalent to --no-strict flag)
|
|
88
89
|
K_CHANGELOG_COVERAGE_HARD=false Disable coverage threshold hard-failure
|
|
90
|
+
K_CHANGELOG_PATH=path Read and write this changelog instead of ./CHANGELOG.md
|
|
89
91
|
K_CHANGELOG_VERSION_FILE=path Read VERSION from this file instead of lib/**/version.rb
|
|
90
92
|
K_CHANGELOG_GEM_NAME=name Read live release data as this gem instead of root .gemspec
|
|
91
93
|
KETTLE_GEM_COOP_REFRESH=true Bypass cached gem.coop version data
|
|
@@ -30,7 +30,7 @@ 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 =
|
|
33
|
+
@changelog_path = resolved_changelog_path
|
|
34
34
|
@coverage_path = File.join(@root, "coverage", "coverage.json")
|
|
35
35
|
@strict = strict
|
|
36
36
|
@enforce_coverage_thresholds = enforce_coverage_thresholds
|
|
@@ -838,6 +838,12 @@ module Kettle
|
|
|
838
838
|
commands
|
|
839
839
|
end
|
|
840
840
|
|
|
841
|
+
def resolved_changelog_path
|
|
842
|
+
path = ENV.fetch("K_CHANGELOG_PATH", "").to_s.strip
|
|
843
|
+
path = "CHANGELOG.md" if path.empty?
|
|
844
|
+
File.expand_path(path, @root)
|
|
845
|
+
end
|
|
846
|
+
|
|
841
847
|
def prepare_yard_fence_tmp_files
|
|
842
848
|
yardopts = File.join(@root, ".yardopts")
|
|
843
849
|
return unless File.file?(yardopts)
|
data/lib/kettle/dev/version.rb
CHANGED
|
@@ -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.
|
|
8
|
+
VERSION = "2.5.7"
|
|
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.
|
|
4
|
+
version: 2.5.7
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
401
|
-
changelog_uri: https://github.com/kettle-dev/kettle-dev/blob/v2.5.
|
|
400
|
+
source_code_uri: https://github.com/kettle-dev/kettle-dev/tree/v2.5.7
|
|
401
|
+
changelog_uri: https://github.com/kettle-dev/kettle-dev/blob/v2.5.7/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.
|
|
403
|
+
documentation_uri: https://www.rubydoc.info/gems/kettle-dev/2.5.7
|
|
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
|