kettle-test 2.0.15 → 2.0.17
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 +95 -1
- data/README.md +14 -14
- data/exe/kettle-test +4 -1
- data/exe/kettle-test.sh +3 -2
- data/lib/kettle/test/version.rb +4 -1
- data.tar.gz.sig +0 -0
- metadata +29 -8
- 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: e5c8d30ed21678d68bbed5eb6a8d48ad1f74e7f2513785d3efd30d4f87f95998
|
|
4
|
+
data.tar.gz: 2d77b516497038885b23e4006d37aa9eae913ae265db570adc50405e3f6dcbb7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: caa09365a38dc696925ce21191edec68dda0bcdcb59e5835a4c4dc9a5b249b1326316a48230d2b7b028df67dabc42b8354243962d23d32b2590d24ef70abf3c8
|
|
7
|
+
data.tar.gz: 7fd90ea303ee512be3abefe0dc94f730800476ca1c52eca28f0d08cc21efdd74cefd5e7f2893a2ce331a389b127d5e86f220755f0421454e6f222f8b83d9976a
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,96 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [2.0.17] - 2026-07-30
|
|
34
|
+
|
|
35
|
+
- TAG: [v2.0.17][2.0.17t]
|
|
36
|
+
- COVERAGE: 96.84% -- 92/95 lines in 17 files
|
|
37
|
+
- BRANCH COVERAGE: 100.00% -- 2/2 branches in 17 files
|
|
38
|
+
- 100.00% 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
|
+
### Fixed
|
|
47
|
+
|
|
48
|
+
- kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
|
|
49
|
+
TruffleRuby jobs with current RubyGems and Bundler, avoiding setup failures
|
|
50
|
+
before the test suite starts.
|
|
51
|
+
- kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
|
|
52
|
+
setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
|
|
53
|
+
lockfile parser failures on Git and path dependencies.
|
|
54
|
+
- kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
|
|
55
|
+
missing canonical version spec when a project only has shim namespace version
|
|
56
|
+
specs.
|
|
57
|
+
- kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
|
|
58
|
+
legacy manual bundle install path, avoiding setup-time Bundler full-index
|
|
59
|
+
failures against `gem.coop`.
|
|
60
|
+
- kettle-jem-template-20260729-002 - VersionGem bootstrap now preserves
|
|
61
|
+
and templates dedicated `version_gem.rb` entrypoints even when the gemspec
|
|
62
|
+
dependency is intentionally omitted, and generated anonymous-loader specs
|
|
63
|
+
cover both `version.rb` and `version_gem.rb`.
|
|
64
|
+
- kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
|
|
65
|
+
floor now get managed minimal `version.rb` files and anonymous-loader version
|
|
66
|
+
specs without adding `version_gem`.
|
|
67
|
+
|
|
68
|
+
- kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
|
|
69
|
+
relative to the gemspec directory, so packaged template assets are included
|
|
70
|
+
even when the gemspec is loaded from another working directory.
|
|
71
|
+
|
|
72
|
+
- Generated gemspec package file enumeration now avoids `Array#filter_map`, so
|
|
73
|
+
JRuby 9.2 / Ruby 2.5 workflow jobs can parse the gemspec during Bundler
|
|
74
|
+
install.
|
|
75
|
+
|
|
76
|
+
## [2.0.16] - 2026-07-28
|
|
77
|
+
|
|
78
|
+
- TAG: [v2.0.16][2.0.16t]
|
|
79
|
+
- COVERAGE: 92.63% -- 88/95 lines in 17 files
|
|
80
|
+
- BRANCH COVERAGE: 100.00% -- 2/2 branches in 17 files
|
|
81
|
+
- 100.00% documented
|
|
82
|
+
|
|
83
|
+
### Added
|
|
84
|
+
|
|
85
|
+
- kettle-jem-template-20260726-001 - Projects now include YARD lint
|
|
86
|
+
configuration and documentation dependencies so documentation issues fail
|
|
87
|
+
before generated docs are refreshed.
|
|
88
|
+
|
|
89
|
+
- kettle-jem-template-20260727-001 - Spec harness documentation now lists the
|
|
90
|
+
RSpec helpers provided by `kettle-test`.
|
|
91
|
+
|
|
92
|
+
### Changed
|
|
93
|
+
|
|
94
|
+
- The `kettle-test` executable startup header is now shown only when
|
|
95
|
+
`--verbose` is passed; `-v` and `--version` still print just the executable
|
|
96
|
+
version and exit.
|
|
97
|
+
|
|
98
|
+
- kettle-jem-template-20260725-001 - Release pull request branches beginning
|
|
99
|
+
with `feature/release` now run JRuby and TruffleRuby workflows.
|
|
100
|
+
- kettle-jem-template-20260725-002 - Version specs now use `anonymous_loader` to
|
|
101
|
+
cover `version.rb` without redefining constants, or are removed when version
|
|
102
|
+
specs are not managed for the project.
|
|
103
|
+
|
|
104
|
+
- kettle-jem-template-20260728-001 - Generated Ruby workflows now use clearer
|
|
105
|
+
setup-ruby-flash planning and can prepare appraisal-only jobs without
|
|
106
|
+
installing the main Gemfile bundle.
|
|
107
|
+
|
|
108
|
+
### Fixed
|
|
109
|
+
|
|
110
|
+
- kettle-jem-template-20260726-002 - Generated version files now document their
|
|
111
|
+
version namespace and constants, reducing warning-only YARD lint output.
|
|
112
|
+
|
|
113
|
+
- kettle-jem-template-20260726-003 - Coverage upload steps now treat Coveralls,
|
|
114
|
+
QLTY, and Codecov as optional, so provider outages do not fail CI when local
|
|
115
|
+
coverage thresholds still pass.
|
|
116
|
+
- kettle-jem-template-20260728-002 - Generated RuboCop configs now ignore the
|
|
117
|
+
same `gemfiles/vendor/bundle` tree as `.gitignore`, so vendored dependency
|
|
118
|
+
installs are not reported as project lint debt.
|
|
119
|
+
|
|
120
|
+
- TruffleRuby dep-heads CI now uses current RubyGems and Bundler during setup,
|
|
121
|
+
avoiding setup failures before the test suite starts.
|
|
122
|
+
|
|
33
123
|
## [2.0.15] - 2026-07-24
|
|
34
124
|
|
|
35
125
|
- TAG: [v2.0.15][2.0.15t]
|
|
@@ -478,7 +568,11 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
478
568
|
- silent_stream
|
|
479
569
|
- timecop-rspec
|
|
480
570
|
|
|
481
|
-
[Unreleased]: https://github.com/kettle-dev/kettle-test/compare/v2.0.
|
|
571
|
+
[Unreleased]: https://github.com/kettle-dev/kettle-test/compare/v2.0.17...HEAD
|
|
572
|
+
[2.0.17]: https://github.com/kettle-dev/kettle-test/compare/v2.0.16...v2.0.17
|
|
573
|
+
[2.0.17t]: https://github.com/kettle-dev/kettle-test/releases/tag/v2.0.17
|
|
574
|
+
[2.0.16]: https://github.com/kettle-dev/kettle-test/compare/v2.0.15...v2.0.16
|
|
575
|
+
[2.0.16t]: https://github.com/kettle-dev/kettle-test/releases/tag/v2.0.16
|
|
482
576
|
[2.0.15]: https://github.com/kettle-dev/kettle-test/compare/v2.0.14...v2.0.15
|
|
483
577
|
[2.0.15t]: https://github.com/kettle-dev/kettle-test/releases/tag/v2.0.15
|
|
484
578
|
[2.0.14]: https://github.com/kettle-dev/kettle-test/compare/v2.0.13...v2.0.14
|
data/README.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
# 🍲 Kettle::Test
|
|
4
4
|
|
|
5
|
-
[![Version][👽versioni]][👽version] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: AGPL-3.0-only OR PolyForm-Small-Business-1.0.0][📄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 OR PolyForm-Small-Business-1.0.0][📄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
|
|
|
@@ -100,17 +100,14 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
100
100
|
<details markdown="1">
|
|
101
101
|
<summary>Find this repo on federated forges (Coming soon!)</summary>
|
|
102
102
|
|
|
103
|
-
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
|
|
104
|
-
|
|
105
|
-
| 🧪 [kettle-dev/kettle-test on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
|
|
106
|
-
| 🧊 [kettle-dev/kettle-test on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
|
|
107
|
-
| 🐙 [kettle-dev/kettle-test on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
|
|
108
|
-
| 🎮️ [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] |
|
|
103
|
+
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
|
|
104
|
+
|-------------------------------------------------|-------------------------------------------|-------------------|------------------|-----------------|----------------|
|
|
105
|
+
| 🧪 [kettle-dev/kettle-test on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
|
|
106
|
+
| 🧊 [kettle-dev/kettle-test on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
|
|
107
|
+
| 🐙 [kettle-dev/kettle-test on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
|
|
109
108
|
|
|
110
109
|
</details>
|
|
111
110
|
|
|
112
|
-
[gh-discussions]: https://github.com/kettle-dev/kettle-test/discussions
|
|
113
|
-
|
|
114
111
|
### Enterprise Support [](https://tidelift.com/subscription/pkg/rubygems-kettle-test?utm_source=rubygems-kettle-test&utm_medium=referral&utm_campaign=readme)
|
|
115
112
|
|
|
116
113
|
Available as part of the Tidelift Subscription.
|
|
@@ -128,6 +125,7 @@ The maintainers of this and thousands of other packages are working with Tidelif
|
|
|
128
125
|
|
|
129
126
|
Alternatively:
|
|
130
127
|
|
|
128
|
+
- [![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
|
|
131
129
|
- [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
132
130
|
- [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork]
|
|
133
131
|
- [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor]
|
|
@@ -609,11 +607,12 @@ I'm hoping to be able to pay for my kids' health insurance this month,
|
|
|
609
607
|
so if you value the work I am doing, I need your support.
|
|
610
608
|
Please consider sponsoring me or the project.
|
|
611
609
|
|
|
612
|
-
To join the community or get help
|
|
610
|
+
To join the community or get help, use the RubyForum or Discord.
|
|
613
611
|
|
|
612
|
+
[![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
|
|
614
613
|
[![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
615
614
|
|
|
616
|
-
To say "thanks!" ☝️ Join the
|
|
615
|
+
To say "thanks!" ☝️ Join the community or 👇️ send money.
|
|
617
616
|
|
|
618
617
|
[![Sponsor kettle-dev/kettle-test 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]
|
|
619
618
|
|
|
@@ -654,8 +653,9 @@ Thanks for RTFM. ☺️
|
|
|
654
653
|
[✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
|
|
655
654
|
[✉️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
|
|
656
655
|
[✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
|
|
657
|
-
[✉️ruby-forum-img]: https://img.shields.io/
|
|
658
|
-
[✉️ruby-forum]: https://www.rubyforum.org
|
|
656
|
+
[✉️ruby-forum-top-img]: https://img.shields.io/discourse/topics?server=https://www.rubyforum.org&style=flat&logo=discourse&label=Ruby%20Users%20Forum
|
|
657
|
+
[✉️ruby-forum-img]: https://img.shields.io/discourse/topics?server=https://www.rubyforum.org&style=for-the-badge&logo=discourse&label=Ruby%20Users%20Forum
|
|
658
|
+
[✉️ruby-forum]: https://www.rubyforum.org/tag/kettle-dev
|
|
659
659
|
|
|
660
660
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
661
661
|
[⛳️gem-namespace]: https://github.com/kettle-dev/kettle-test
|
data/exe/kettle-test
CHANGED
|
@@ -11,7 +11,10 @@ if ARGV.any? { |arg| arg == "-v" || arg == "--version" }
|
|
|
11
11
|
puts Kettle::Test::Version::VERSION
|
|
12
12
|
exit(0)
|
|
13
13
|
end
|
|
14
|
-
|
|
14
|
+
if ARGV.delete("--verbose")
|
|
15
|
+
puts "== #{script_basename} v#{Kettle::Test::Version::VERSION} =="
|
|
16
|
+
$stdout.flush
|
|
17
|
+
end
|
|
15
18
|
|
|
16
19
|
bin_dir = File.expand_path(__dir__)
|
|
17
20
|
bash_script = File.join(bin_dir, "kettle-test.sh")
|
data/exe/kettle-test.sh
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# Provided by the kettle-test gem.
|
|
5
5
|
#
|
|
6
6
|
# Usage:
|
|
7
|
-
# bundle exec kettle-test [SPEC_ARGS...]
|
|
7
|
+
# bundle exec kettle-test [--verbose] [SPEC_ARGS...]
|
|
8
8
|
#
|
|
9
9
|
# By default this runs `bundle exec turbo_tests2`, so projects get parallel
|
|
10
10
|
# RSpec execution with the same command used by CI and Rake tasks. Set
|
|
@@ -39,7 +39,7 @@ for arg in "$@"; do
|
|
|
39
39
|
-h|--help)
|
|
40
40
|
cat <<'HELP'
|
|
41
41
|
Usage:
|
|
42
|
-
bundle exec kettle-test [SPEC_ARGS...]
|
|
42
|
+
bundle exec kettle-test [--verbose] [SPEC_ARGS...]
|
|
43
43
|
|
|
44
44
|
Runs RSpec through the configured runner and prints a compact summary.
|
|
45
45
|
|
|
@@ -49,6 +49,7 @@ By default this uses:
|
|
|
49
49
|
Set KETTLE_TEST_RUNNER=rspec to force direct RSpec execution.
|
|
50
50
|
|
|
51
51
|
Options:
|
|
52
|
+
--verbose Show the executable startup header.
|
|
52
53
|
-h, --help Show this help and exit without running specs.
|
|
53
54
|
|
|
54
55
|
Environment:
|
data/lib/kettle/test/version.rb
CHANGED
|
@@ -2,9 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
module Kettle
|
|
4
4
|
module Test
|
|
5
|
+
# Version namespace for this gem.
|
|
5
6
|
module Version
|
|
6
|
-
|
|
7
|
+
# Current gem version.
|
|
8
|
+
VERSION = "2.0.17"
|
|
7
9
|
end
|
|
10
|
+
# Current gem version exposed at the traditional constant location.
|
|
8
11
|
VERSION = Version::VERSION # Traditional Constant Location
|
|
9
12
|
end
|
|
10
13
|
end
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kettle-test
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.17
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -287,6 +287,26 @@ dependencies:
|
|
|
287
287
|
- - ">="
|
|
288
288
|
- !ruby/object:Gem::Version
|
|
289
289
|
version: 1.0.4
|
|
290
|
+
- !ruby/object:Gem::Dependency
|
|
291
|
+
name: anonymous_loader
|
|
292
|
+
requirement: !ruby/object:Gem::Requirement
|
|
293
|
+
requirements:
|
|
294
|
+
- - "~>"
|
|
295
|
+
- !ruby/object:Gem::Version
|
|
296
|
+
version: '0.1'
|
|
297
|
+
- - ">="
|
|
298
|
+
- !ruby/object:Gem::Version
|
|
299
|
+
version: 0.1.3
|
|
300
|
+
type: :development
|
|
301
|
+
prerelease: false
|
|
302
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
303
|
+
requirements:
|
|
304
|
+
- - "~>"
|
|
305
|
+
- !ruby/object:Gem::Version
|
|
306
|
+
version: '0.1'
|
|
307
|
+
- - ">="
|
|
308
|
+
- !ruby/object:Gem::Version
|
|
309
|
+
version: 0.1.3
|
|
290
310
|
- !ruby/object:Gem::Dependency
|
|
291
311
|
name: ruby-progressbar
|
|
292
312
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -310,7 +330,7 @@ dependencies:
|
|
|
310
330
|
version: '1.0'
|
|
311
331
|
- - ">="
|
|
312
332
|
- !ruby/object:Gem::Version
|
|
313
|
-
version: 1.0.
|
|
333
|
+
version: 1.0.7
|
|
314
334
|
type: :development
|
|
315
335
|
prerelease: false
|
|
316
336
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -320,7 +340,7 @@ dependencies:
|
|
|
320
340
|
version: '1.0'
|
|
321
341
|
- - ">="
|
|
322
342
|
- !ruby/object:Gem::Version
|
|
323
|
-
version: 1.0.
|
|
343
|
+
version: 1.0.7
|
|
324
344
|
- !ruby/object:Gem::Dependency
|
|
325
345
|
name: gitmoji-regex
|
|
326
346
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -330,7 +350,7 @@ dependencies:
|
|
|
330
350
|
version: '2.0'
|
|
331
351
|
- - ">="
|
|
332
352
|
- !ruby/object:Gem::Version
|
|
333
|
-
version: 2.0.
|
|
353
|
+
version: 2.0.10
|
|
334
354
|
type: :development
|
|
335
355
|
prerelease: false
|
|
336
356
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -340,7 +360,7 @@ dependencies:
|
|
|
340
360
|
version: '2.0'
|
|
341
361
|
- - ">="
|
|
342
362
|
- !ruby/object:Gem::Version
|
|
343
|
-
version: 2.0.
|
|
363
|
+
version: 2.0.10
|
|
344
364
|
description: "\U0001F372 Kettle::Test is a meta tool from kettle-dev to streamline
|
|
345
365
|
testing. Acts as a shim dependency, pulling in many other dependencies, to give
|
|
346
366
|
you OOTB productivity with a RubyGem, or Ruby app project. Configures RSpec w/ syntactic
|
|
@@ -384,14 +404,15 @@ licenses:
|
|
|
384
404
|
- PolyForm-Small-Business-1.0.0
|
|
385
405
|
metadata:
|
|
386
406
|
homepage_uri: https://kettle-test.galtzo.com
|
|
387
|
-
source_code_uri: https://github.com/kettle-dev/kettle-test/tree/v2.0.
|
|
388
|
-
changelog_uri: https://github.com/kettle-dev/kettle-test/blob/v2.0.
|
|
407
|
+
source_code_uri: https://github.com/kettle-dev/kettle-test/tree/v2.0.17
|
|
408
|
+
changelog_uri: https://github.com/kettle-dev/kettle-test/blob/v2.0.17/CHANGELOG.md
|
|
389
409
|
bug_tracker_uri: https://github.com/kettle-dev/kettle-test/issues
|
|
390
|
-
documentation_uri: https://www.rubydoc.info/gems/kettle-test/2.0.
|
|
410
|
+
documentation_uri: https://www.rubydoc.info/gems/kettle-test/2.0.17
|
|
391
411
|
funding_uri: https://github.com/sponsors/pboling
|
|
392
412
|
wiki_uri: https://github.com/kettle-dev/kettle-test/wiki
|
|
393
413
|
news_uri: https://www.railsbling.com/tags/kettle-test
|
|
394
414
|
discord_uri: https://discord.gg/3qme4XHNKN
|
|
415
|
+
mailing_list_uri: https://www.rubyforum.org/tag/kettle-dev
|
|
395
416
|
rubygems_mfa_required: 'true'
|
|
396
417
|
rdoc_options:
|
|
397
418
|
- "--title"
|
metadata.gz.sig
CHANGED
|
Binary file
|