kettle-dev 2.5.15 → 2.5.16
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 +33 -1
- data/README.md +21 -20
- data/lib/kettle/dev/changelog_cli.rb +21 -0
- data/lib/kettle/dev/pre_release_cli.rb +39 -0
- data/lib/kettle/dev/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +12 -12
- 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: 8abbbf030dfd2052366ffd4f0fbbd27bc42973a9e0b71b960a391184df41793f
|
|
4
|
+
data.tar.gz: d1f091974575358acbdd459c9bae2083a7a799c2ca9263604d5f3777aac0de59
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c348fce5b060edfc8b87e3a51c07e60fece4ee9060faf14b50063b0e70fa20ba1c2e4e4068e58b12c16815e78a65efbe9cc5047e854632d54c29758ba407b9a
|
|
7
|
+
data.tar.gz: a4271b730c428703b39a019c466f123b47625a5e2c912f87216e8d4d4942cf4bcaf2a4651fd5f52e9397cca15d41d240a0704328d651f22f58b0165b9f624a88
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,36 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [2.5.16] - 2026-08-01
|
|
34
|
+
|
|
35
|
+
- TAG: [v2.5.16][2.5.16t]
|
|
36
|
+
- COVERAGE: 91.43% -- 5291/5787 lines in 46 files
|
|
37
|
+
- BRANCH COVERAGE: 75.66% -- 2002/2646 branches in 46 files
|
|
38
|
+
- 50.41% documented
|
|
39
|
+
|
|
40
|
+
### Changed
|
|
41
|
+
|
|
42
|
+
- kettle-jem-template-20260801-001 - Generated README gem dashboard links now
|
|
43
|
+
use ClickGems instead of BestGems.
|
|
44
|
+
|
|
45
|
+
### Fixed
|
|
46
|
+
|
|
47
|
+
- Pre-release image validation now permits a current-repository workflow badge when its workflow exists locally and awaits the release push.
|
|
48
|
+
|
|
49
|
+
- Release changelog coverage runs now enforce the checked-in coverage workflow line and branch thresholds before pushing.
|
|
50
|
+
|
|
51
|
+
- kettle-jem-template-20260801-002 - Generated RSpec helpers now normalize
|
|
52
|
+
managed configuration block bindings structurally, preventing mixed block
|
|
53
|
+
parameter names from producing invalid configuration after a merge.
|
|
54
|
+
- kettle-jem-template-20260801-003 - Generated project metadata and
|
|
55
|
+
documentation now normalize configured underscore hostnames to valid
|
|
56
|
+
hyphenated hostnames.
|
|
57
|
+
- kettle-jem-template-20260801-004 - Generated organization README logos now
|
|
58
|
+
use GitHub's stable organization avatar endpoint instead of assuming a
|
|
59
|
+
matching Galtzo-hosted asset exists.
|
|
60
|
+
|
|
61
|
+
- Mark modern changelog coverage-threshold tooling specs pending on legacy Ruby Appraisals.
|
|
62
|
+
|
|
33
63
|
## [2.5.15] - 2026-08-01
|
|
34
64
|
|
|
35
65
|
- TAG: [v2.5.15][2.5.15t]
|
|
@@ -3202,7 +3232,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
3202
3232
|
- Selecting will run the selected workflow via `act`
|
|
3203
3233
|
- This may move to its own gem in the future.
|
|
3204
3234
|
|
|
3205
|
-
[Unreleased]: https://github.com/kettle-dev/kettle-dev/compare/v2.5.
|
|
3235
|
+
[Unreleased]: https://github.com/kettle-dev/kettle-dev/compare/v2.5.16...HEAD
|
|
3236
|
+
[2.5.16]: https://github.com/kettle-dev/kettle-dev/compare/v2.5.15...v2.5.16
|
|
3237
|
+
[2.5.16t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.5.16
|
|
3206
3238
|
[2.5.15]: https://github.com/kettle-dev/kettle-dev/compare/v2.5.14...v2.5.15
|
|
3207
3239
|
[2.5.15t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.5.15
|
|
3208
3240
|
[2.5.14]: https://github.com/kettle-dev/kettle-dev/compare/v2.5.13...v2.5.14
|
data/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<a href="https://github.com/kettle-dev"><img alt="kettle-dev Logo by
|
|
1
|
+
<a href="https://github.com/kettle-dev"><img alt="kettle-dev Logo by GitHub" src="https://github.com/kettle-dev.png?size=192" width="14%" align="right"/></a>
|
|
2
2
|
|
|
3
3
|
# 🍲 Kettle::Dev
|
|
4
4
|
|
|
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] [![
|
|
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] [![Total downloads][👽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
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
|
|
|
@@ -107,11 +107,12 @@ out to `kettle-release` for each member that needs publishing.
|
|
|
107
107
|
|
|
108
108
|
### Compatibility
|
|
109
109
|
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
110
|
+
The gemspec supports installation on MRI Ruby 2.4.0+ and concordant releases
|
|
111
|
+
of JRuby and TruffleRuby so dependent gems can retain their own legacy runtime
|
|
112
|
+
floors. Kettle Dev's command-line and developer tooling is developed and
|
|
113
|
+
supported on current Ruby releases. CI/Appraisal jobs still exercise the legacy
|
|
114
|
+
installation floor, while specs that require current tooling are explicitly
|
|
115
|
+
pending there via `rspec-pending_for`.
|
|
115
116
|
|
|
116
117
|
<a href="https://github.com/kettle-dev"><img alt="kettle-dev Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/kettle-dev/avatar-128px.svg" width="14%" align="right"/></a>
|
|
117
118
|
|
|
@@ -120,15 +121,15 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
120
121
|
<details markdown="1">
|
|
121
122
|
<summary>How kettle-dev manages complexity in tests</summary>
|
|
122
123
|
|
|
123
|
-
| Gem | Source | Role |
|
|
124
|
+
| Gem | Source | Role | Total downloads |
|
|
124
125
|
|-----|--------|------|---------------------|
|
|
125
|
-
| [appraisal2](https://
|
|
126
|
-
| [appraisal2-rubocop](https://
|
|
127
|
-
| [kettle-jem](https://
|
|
128
|
-
| [kettle-soup-cover](https://
|
|
129
|
-
| [kettle-test](https://
|
|
130
|
-
| [rubocop-lts](https://
|
|
131
|
-
| [turbo_tests2](https://
|
|
126
|
+
| [appraisal2](https://clickgems.clickhouse.com/dashboard/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [](https://clickgems.clickhouse.com/dashboard/appraisal2) |
|
|
127
|
+
| [appraisal2-rubocop](https://clickgems.clickhouse.com/dashboard/appraisal2-rubocop) | [GitHub](https://github.com/appraisal-rb/appraisal2-rubocop) | RuboCop Appraisal generator integration | [](https://clickgems.clickhouse.com/dashboard/appraisal2-rubocop) |
|
|
128
|
+
| [kettle-jem](https://clickgems.clickhouse.com/dashboard/kettle-jem) | [GitHub](https://github.com/kettle-dev/kettle-jem) | Appraisals & CI workflow templates | [](https://clickgems.clickhouse.com/dashboard/kettle-jem) |
|
|
129
|
+
| [kettle-soup-cover](https://clickgems.clickhouse.com/dashboard/kettle-soup-cover) | [GitHub](https://github.com/kettle-dev/kettle-soup-cover) | SimpleCov coverage policy and reporting | [](https://clickgems.clickhouse.com/dashboard/kettle-soup-cover) |
|
|
130
|
+
| [kettle-test](https://clickgems.clickhouse.com/dashboard/kettle-test) | [GitHub](https://github.com/kettle-dev/kettle-test) | standard test runner and coverage harness | [](https://clickgems.clickhouse.com/dashboard/kettle-test) |
|
|
131
|
+
| [rubocop-lts](https://clickgems.clickhouse.com/dashboard/rubocop-lts) | [GitHub](https://github.com/rubocop-lts/rubocop-lts) | Ruby-version-aware linting | [](https://clickgems.clickhouse.com/dashboard/rubocop-lts) |
|
|
132
|
+
| [turbo_tests2](https://clickgems.clickhouse.com/dashboard/turbo_tests2) | [GitHub](https://github.com/galtzo-floss/turbo_tests2) | parallel test execution | [](https://clickgems.clickhouse.com/dashboard/turbo_tests2) |
|
|
132
133
|
|
|
133
134
|
</details>
|
|
134
135
|
|
|
@@ -856,7 +857,7 @@ Thanks for RTFM. ☺️
|
|
|
856
857
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
857
858
|
[⛳️gem-namespace]: https://github.com/kettle-dev/kettle-dev
|
|
858
859
|
[⛳️namespace-img]: https://img.shields.io/badge/namespace-Kettle::Dev-3C2D2D.svg?style=square&logo=ruby&logoColor=white
|
|
859
|
-
[⛳️gem-name]: https://
|
|
860
|
+
[⛳️gem-name]: https://clickgems.clickhouse.com/dashboard/kettle-dev
|
|
860
861
|
[⛳️name-img]: https://img.shields.io/badge/name-kettle--dev-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
|
|
861
862
|
[⛳️tag-img]: https://img.shields.io/github/tag/kettle-dev/kettle-dev.svg
|
|
862
863
|
[⛳️tag]: https://github.com/kettle-dev/kettle-dev/releases
|
|
@@ -905,9 +906,9 @@ Thanks for RTFM. ☺️
|
|
|
905
906
|
[📜gh-wiki]: https://github.com/kettle-dev/kettle-dev/wiki
|
|
906
907
|
[📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
|
|
907
908
|
[📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
|
|
908
|
-
[👽dl-rank]: https://
|
|
909
|
-
[👽dl-ranki]: https://img.shields.io/gem/
|
|
910
|
-
[👽version]: https://
|
|
909
|
+
[👽dl-rank]: https://clickgems.clickhouse.com/dashboard/kettle-dev
|
|
910
|
+
[👽dl-ranki]: https://img.shields.io/gem/dt/kettle-dev.svg
|
|
911
|
+
[👽version]: https://clickgems.clickhouse.com/dashboard/kettle-dev
|
|
911
912
|
[👽versioni]: https://img.shields.io/gem/v/kettle-dev.svg
|
|
912
913
|
[🏀qlty-mnt]: https://qlty.sh/gh/kettle-dev/projects/kettle-dev
|
|
913
914
|
[🏀qlty-mnti]: https://qlty.sh/gh/kettle-dev/projects/kettle-dev/maintainability.svg
|
|
@@ -1005,7 +1006,7 @@ Thanks for RTFM. ☺️
|
|
|
1005
1006
|
[📌gitmoji]: https://gitmoji.dev
|
|
1006
1007
|
[📌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
1008
|
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
|
1008
|
-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-5.
|
|
1009
|
+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-5.787-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
|
1009
1010
|
[🔐security]: https://github.com/kettle-dev/kettle-dev/blob/main/SECURITY.md
|
|
1010
1011
|
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
|
1011
1012
|
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
|
@@ -5,6 +5,7 @@ require "json"
|
|
|
5
5
|
require "net/http"
|
|
6
6
|
require "uri"
|
|
7
7
|
require "fileutils"
|
|
8
|
+
require "yaml"
|
|
8
9
|
require "kettle/ndjson"
|
|
9
10
|
|
|
10
11
|
module Kettle
|
|
@@ -915,11 +916,31 @@ module Kettle
|
|
|
915
916
|
"K_SOUP_COV_MULTI_FORMATTERS" => "false",
|
|
916
917
|
"K_SOUP_COV_OPEN_BIN" => ""
|
|
917
918
|
)
|
|
919
|
+
env.merge!(changelog_coverage_workflow_thresholds)
|
|
918
920
|
gemfile = File.join(@coverage_root, "Gemfile")
|
|
919
921
|
env["BUNDLE_GEMFILE"] = gemfile if File.file?(gemfile)
|
|
920
922
|
env
|
|
921
923
|
end
|
|
922
924
|
|
|
925
|
+
# The changelog coverage run is the final local test gate before a
|
|
926
|
+
# release commit is pushed. Reuse the checked-in CI workflow thresholds
|
|
927
|
+
# rather than silently falling back to kettle-soup-cover defaults.
|
|
928
|
+
def changelog_coverage_workflow_thresholds
|
|
929
|
+
path = ["coverage.yml", "coverage.yaml"]
|
|
930
|
+
.map { |name| File.join(@coverage_root, ".github", "workflows", name) }
|
|
931
|
+
.find { |candidate| File.file?(candidate) }
|
|
932
|
+
return {} unless path
|
|
933
|
+
|
|
934
|
+
workflow = YAML.safe_load_file(path, permitted_classes: [], aliases: false)
|
|
935
|
+
workflow_env = (workflow.is_a?(Hash) && workflow["env"].is_a?(Hash)) ? workflow["env"] : {}
|
|
936
|
+
%w[K_SOUP_COV_MIN_LINE K_SOUP_COV_MIN_BRANCH].each_with_object({}) do |key, thresholds|
|
|
937
|
+
value = workflow_env[key]
|
|
938
|
+
thresholds[key] = value.to_s unless value.nil? || value.to_s.empty?
|
|
939
|
+
end
|
|
940
|
+
rescue Psych::Exception => error
|
|
941
|
+
raise "Unable to read coverage thresholds from #{path}: #{error.message}"
|
|
942
|
+
end
|
|
943
|
+
|
|
923
944
|
def ensure_changelog_coverage_json!
|
|
924
945
|
return if File.file?(@coverage_path)
|
|
925
946
|
|
|
@@ -4,6 +4,7 @@ require "optparse"
|
|
|
4
4
|
require "English"
|
|
5
5
|
require "json"
|
|
6
6
|
require "fileutils"
|
|
7
|
+
require "open3"
|
|
7
8
|
require "yaml"
|
|
8
9
|
require "uri"
|
|
9
10
|
require "net/http"
|
|
@@ -505,11 +506,49 @@ module Kettle
|
|
|
505
506
|
end
|
|
506
507
|
|
|
507
508
|
def image_url_skipped?(url)
|
|
509
|
+
return true if github_actions_badge_for_local_workflow?(url)
|
|
510
|
+
|
|
508
511
|
@image_url_skip_patterns.any? do |pattern|
|
|
509
512
|
File.fnmatch?(pattern, url, File::FNM_CASEFOLD)
|
|
510
513
|
end
|
|
511
514
|
end
|
|
512
515
|
|
|
516
|
+
# A template run can add a workflow and its README badge in the same
|
|
517
|
+
# commit. Before that commit is pushed, GitHub correctly returns 404 for
|
|
518
|
+
# the badge even though the local workflow will make it valid.
|
|
519
|
+
def github_actions_badge_for_local_workflow?(url)
|
|
520
|
+
uri = URI.parse(url)
|
|
521
|
+
return false unless uri.host == "github.com"
|
|
522
|
+
|
|
523
|
+
segments = uri.path.split("/").reject(&:empty?)
|
|
524
|
+
return false unless segments.length == 6
|
|
525
|
+
return false unless segments[2, 2] == %w[actions workflows] && segments.last == "badge.svg"
|
|
526
|
+
return false unless local_github_repository_slug == segments.first(2).join("/")
|
|
527
|
+
|
|
528
|
+
File.file?(File.join(".github", "workflows", segments[4]))
|
|
529
|
+
rescue URI::InvalidURIError
|
|
530
|
+
false
|
|
531
|
+
end
|
|
532
|
+
|
|
533
|
+
def local_github_repository_slug
|
|
534
|
+
return @local_github_repository_slug if defined?(@local_github_repository_slug)
|
|
535
|
+
|
|
536
|
+
remote_url, status = Open3.capture2("git", "config", "--get", "remote.origin.url")
|
|
537
|
+
@local_github_repository_slug = status.success? ? github_repository_slug(remote_url) : nil
|
|
538
|
+
end
|
|
539
|
+
|
|
540
|
+
def github_repository_slug(remote_url)
|
|
541
|
+
value = remote_url.to_s.strip
|
|
542
|
+
return value.split(":", 2).last.delete_suffix(".git") if value.start_with?("git@github.com:")
|
|
543
|
+
|
|
544
|
+
uri = URI.parse(value)
|
|
545
|
+
return unless uri.host == "github.com"
|
|
546
|
+
|
|
547
|
+
uri.path.delete_prefix("/").delete_suffix(".git")
|
|
548
|
+
rescue URI::InvalidURIError
|
|
549
|
+
nil
|
|
550
|
+
end
|
|
551
|
+
|
|
513
552
|
def stringify_keys(value)
|
|
514
553
|
case value
|
|
515
554
|
when Hash
|
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.16"
|
|
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.16
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -60,7 +60,7 @@ dependencies:
|
|
|
60
60
|
version: '0.3'
|
|
61
61
|
- - ">="
|
|
62
62
|
- !ruby/object:Gem::Version
|
|
63
|
-
version: 0.3.
|
|
63
|
+
version: 0.3.5
|
|
64
64
|
type: :runtime
|
|
65
65
|
prerelease: false
|
|
66
66
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -70,7 +70,7 @@ dependencies:
|
|
|
70
70
|
version: '0.3'
|
|
71
71
|
- - ">="
|
|
72
72
|
- !ruby/object:Gem::Version
|
|
73
|
-
version: 0.3.
|
|
73
|
+
version: 0.3.5
|
|
74
74
|
- !ruby/object:Gem::Dependency
|
|
75
75
|
name: kettle-ndjson
|
|
76
76
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -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.10
|
|
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.10
|
|
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.8
|
|
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.8
|
|
114
114
|
- !ruby/object:Gem::Dependency
|
|
115
115
|
name: kettle-test
|
|
116
116
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -120,7 +120,7 @@ dependencies:
|
|
|
120
120
|
version: '2.0'
|
|
121
121
|
- - ">="
|
|
122
122
|
- !ruby/object:Gem::Version
|
|
123
|
-
version: 2.0.
|
|
123
|
+
version: 2.0.18
|
|
124
124
|
type: :runtime
|
|
125
125
|
prerelease: false
|
|
126
126
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -130,7 +130,7 @@ dependencies:
|
|
|
130
130
|
version: '2.0'
|
|
131
131
|
- - ">="
|
|
132
132
|
- !ruby/object:Gem::Version
|
|
133
|
-
version: 2.0.
|
|
133
|
+
version: 2.0.18
|
|
134
134
|
- !ruby/object:Gem::Dependency
|
|
135
135
|
name: ruby-progressbar
|
|
136
136
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -401,10 +401,10 @@ licenses:
|
|
|
401
401
|
- AGPL-3.0-only
|
|
402
402
|
metadata:
|
|
403
403
|
homepage_uri: https://kettle-dev.galtzo.com
|
|
404
|
-
source_code_uri: https://github.com/kettle-dev/kettle-dev/tree/v2.5.
|
|
405
|
-
changelog_uri: https://github.com/kettle-dev/kettle-dev/blob/v2.5.
|
|
404
|
+
source_code_uri: https://github.com/kettle-dev/kettle-dev/tree/v2.5.16
|
|
405
|
+
changelog_uri: https://github.com/kettle-dev/kettle-dev/blob/v2.5.16/CHANGELOG.md
|
|
406
406
|
bug_tracker_uri: https://github.com/kettle-dev/kettle-dev/issues
|
|
407
|
-
documentation_uri: https://www.rubydoc.info/gems/kettle-dev/2.5.
|
|
407
|
+
documentation_uri: https://www.rubydoc.info/gems/kettle-dev/2.5.16
|
|
408
408
|
funding_uri: https://github.com/sponsors/pboling
|
|
409
409
|
wiki_uri: https://github.com/kettle-dev/kettle-dev/wiki
|
|
410
410
|
news_uri: https://www.railsbling.com/tags/kettle-dev
|
metadata.gz.sig
CHANGED
|
Binary file
|