kettle-test 2.0.5 → 2.0.6
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 +53 -33
- data/CONTRIBUTING.md +2 -2
- data/FUNDING.md +1 -5
- data/README.md +32 -17
- data/lib/kettle/test/config/int/rspec/rspec_core.rb +2 -2
- data/lib/kettle/test/config/int/rspec_block_is_expected.rb +2 -2
- data/lib/kettle/test/rspec.rb +2 -2
- data/lib/kettle/test/version.rb +1 -1
- data/sig/kettle/test.rbs +0 -4
- 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: 5c6fc327d4e02d87be8228eb550091f39299211142cdbf192faaae805d10cc76
|
|
4
|
+
data.tar.gz: 4ab2f350eee5e28a7d9e6ff52de3d068b6fbabd3deafc54cf6d5ccf8cb73d96f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6a6d1e5fde302aad4bbd56f2dbc7787a14576b8a2bd2fcfd7291890a450f2fcf9085a88aa2781429689f97211ff0f04345215f9cb441be3a53681ca05158ffa2
|
|
7
|
+
data.tar.gz: 4a2d16438bdf8f0236683fdfc7dffd0178f5e7c6b65f5ee4729890a71b8f637c2ac74831358f6d9bc576b469815731c8bc0ca6a896a578319e07480b7304cf10
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,24 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [2.0.6] - 2026-06-21
|
|
34
|
+
|
|
35
|
+
- TAG: [v2.0.6][2.0.6t]
|
|
36
|
+
- COVERAGE: 96.81% -- 91/94 lines in 16 files
|
|
37
|
+
- BRANCH COVERAGE: 100.00% -- 2/2 branches in 16 files
|
|
38
|
+
- 90.00% documented
|
|
39
|
+
|
|
40
|
+
### Added
|
|
41
|
+
|
|
42
|
+
- Support JRuby 10.1, truffleruby 34.0
|
|
43
|
+
|
|
44
|
+
- Added support for JRuby 10.1 and TruffleRuby 34.0.
|
|
45
|
+
|
|
46
|
+
### Changed
|
|
47
|
+
|
|
48
|
+
- Retemplated project metadata and CI/development automation with `kettle-jem` v7.0.0.
|
|
49
|
+
- Runtime dependency `turbo_tests2` now requires v3.1.4 or newer.
|
|
50
|
+
|
|
33
51
|
## [2.0.5] - 2026-06-10
|
|
34
52
|
|
|
35
53
|
- TAG: [v2.0.5][2.0.5t]
|
|
@@ -334,38 +352,40 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
334
352
|
- silent_stream
|
|
335
353
|
- timecop-rspec
|
|
336
354
|
|
|
337
|
-
[Unreleased]: https://github.com/kettle-dev/kettle-test/compare/v2.0.
|
|
355
|
+
[Unreleased]: https://github.com/kettle-dev/kettle-test/compare/v2.0.6...HEAD
|
|
356
|
+
[2.0.6]: https://github.com/kettle-dev/kettle-test/compare/v2.0.5...v2.0.6
|
|
357
|
+
[2.0.6t]: https://github.com/kettle-dev/kettle-test/releases/tag/v2.0.6
|
|
338
358
|
[2.0.5]: https://github.com/kettle-dev/kettle-test/compare/v2.0.4...v2.0.5
|
|
339
359
|
[2.0.5t]: https://github.com/kettle-dev/kettle-test/releases/tag/v2.0.5
|
|
340
|
-
[2.0.4]: https://github.com/kettle-
|
|
341
|
-
[2.0.4t]: https://github.com/kettle-
|
|
342
|
-
[2.0.3]: https://github.com/kettle-
|
|
343
|
-
[2.0.3t]: https://github.com/kettle-
|
|
344
|
-
[2.0.2]: https://github.com/kettle-
|
|
345
|
-
[2.0.2t]: https://github.com/kettle-
|
|
346
|
-
[2.0.1]: https://github.com/kettle-
|
|
347
|
-
[2.0.1t]: https://github.com/kettle-
|
|
348
|
-
[2.0.0]: https://github.com/kettle-
|
|
349
|
-
[2.0.0t]: https://github.com/kettle-
|
|
350
|
-
[1.0.10]: https://github.com/kettle-
|
|
351
|
-
[1.0.10t]: https://github.com/kettle-
|
|
352
|
-
[1.0.9]: https://github.com/kettle-
|
|
353
|
-
[1.0.9t]: https://github.com/kettle-
|
|
354
|
-
[1.0.8]: https://github.com/kettle-
|
|
355
|
-
[1.0.8t]: https://github.com/kettle-
|
|
356
|
-
[1.0.7]: https://github.com/kettle-
|
|
357
|
-
[1.0.7t]: https://github.com/kettle-
|
|
358
|
-
[1.0.6]: https://github.com/kettle-
|
|
359
|
-
[1.0.6t]: https://github.com/kettle-
|
|
360
|
-
[1.0.5]: https://github.com/kettle-
|
|
361
|
-
[1.0.5t]: https://github.com/kettle-
|
|
362
|
-
[1.0.4]: https://github.com/kettle-
|
|
363
|
-
[1.0.4t]: https://github.com/kettle-
|
|
364
|
-
[1.0.3]: https://github.com/kettle-
|
|
365
|
-
[1.0.3t]: https://github.com/kettle-
|
|
366
|
-
[1.0.2]: https://github.com/kettle-
|
|
367
|
-
[1.0.2t]: https://github.com/kettle-
|
|
368
|
-
[1.0.1]: https://github.com/kettle-
|
|
369
|
-
[1.0.1t]: https://github.com/kettle-
|
|
370
|
-
[1.0.0]: https://github.com/kettle-
|
|
371
|
-
[1.0.0t]: https://github.com/kettle-
|
|
360
|
+
[2.0.4]: https://github.com/kettle-dev/kettle-test/compare/v2.0.3...v2.0.4
|
|
361
|
+
[2.0.4t]: https://github.com/kettle-dev/kettle-test/releases/tag/v2.0.4
|
|
362
|
+
[2.0.3]: https://github.com/kettle-dev/kettle-test/compare/v2.0.2...v2.0.3
|
|
363
|
+
[2.0.3t]: https://github.com/kettle-dev/kettle-test/releases/tag/v2.0.3
|
|
364
|
+
[2.0.2]: https://github.com/kettle-dev/kettle-test/compare/v2.0.1...v2.0.2
|
|
365
|
+
[2.0.2t]: https://github.com/kettle-dev/kettle-test/releases/tag/v2.0.2
|
|
366
|
+
[2.0.1]: https://github.com/kettle-dev/kettle-test/compare/v2.0.0...v2.0.1
|
|
367
|
+
[2.0.1t]: https://github.com/kettle-dev/kettle-test/releases/tag/v2.0.1
|
|
368
|
+
[2.0.0]: https://github.com/kettle-dev/kettle-test/compare/v1.0.10...v2.0.0
|
|
369
|
+
[2.0.0t]: https://github.com/kettle-dev/kettle-test/releases/tag/v2.0.0
|
|
370
|
+
[1.0.10]: https://github.com/kettle-dev/kettle-test/compare/v1.0.9...v1.0.10
|
|
371
|
+
[1.0.10t]: https://github.com/kettle-dev/kettle-test/releases/tag/v1.0.10
|
|
372
|
+
[1.0.9]: https://github.com/kettle-dev/kettle-test/compare/v1.0.8...v1.0.9
|
|
373
|
+
[1.0.9t]: https://github.com/kettle-dev/kettle-test/releases/tag/v1.0.9
|
|
374
|
+
[1.0.8]: https://github.com/kettle-dev/kettle-test/compare/v1.0.7...v1.0.8
|
|
375
|
+
[1.0.8t]: https://github.com/kettle-dev/kettle-test/releases/tag/v1.0.8
|
|
376
|
+
[1.0.7]: https://github.com/kettle-dev/kettle-test/compare/v1.0.6...v1.0.7
|
|
377
|
+
[1.0.7t]: https://github.com/kettle-dev/kettle-test/releases/tag/v1.0.7
|
|
378
|
+
[1.0.6]: https://github.com/kettle-dev/kettle-test/compare/v1.0.5...v1.0.6
|
|
379
|
+
[1.0.6t]: https://github.com/kettle-dev/kettle-test/releases/tag/v1.0.6
|
|
380
|
+
[1.0.5]: https://github.com/kettle-dev/kettle-test/compare/v1.0.4...v1.0.5
|
|
381
|
+
[1.0.5t]: https://github.com/kettle-dev/kettle-test/releases/tag/v1.0.5
|
|
382
|
+
[1.0.4]: https://github.com/kettle-dev/kettle-test/compare/v1.0.3...v1.0.4
|
|
383
|
+
[1.0.4t]: https://github.com/kettle-dev/kettle-test/releases/tag/v1.0.4
|
|
384
|
+
[1.0.3]: https://github.com/kettle-dev/kettle-test/compare/v1.0.2...v1.0.3
|
|
385
|
+
[1.0.3t]: https://github.com/kettle-dev/kettle-test/releases/tag/v1.0.3
|
|
386
|
+
[1.0.2]: https://github.com/kettle-dev/kettle-test/compare/v1.0.1...v1.0.2
|
|
387
|
+
[1.0.2t]: https://github.com/kettle-dev/kettle-test/releases/tag/v1.0.2
|
|
388
|
+
[1.0.1]: https://github.com/kettle-dev/kettle-test/compare/v1.0.0...v1.0.1
|
|
389
|
+
[1.0.1t]: https://github.com/kettle-dev/kettle-test/releases/tag/v1.0.1
|
|
390
|
+
[1.0.0]: https://github.com/kettle-dev/kettle-test/compare/baed02cf1ca1e0e8c75c11fd188edaf1a4f5f08b...v1.0.0
|
|
391
|
+
[1.0.0t]: https://github.com/kettle-dev/kettle-test/releases/tag/v1.0.0
|
data/CONTRIBUTING.md
CHANGED
|
@@ -109,14 +109,14 @@ Git diff driver setup
|
|
|
109
109
|
- Git hosting forges generally ignore external diff drivers, so pull request views may still show raw textual diffs even when local `git diff` uses semantic drivers.
|
|
110
110
|
|
|
111
111
|
```console
|
|
112
|
-
K_JEM_TEMPLATING=true
|
|
112
|
+
K_JEM_TEMPLATING=true kettle-jem install
|
|
113
113
|
```
|
|
114
114
|
|
|
115
115
|
Troubleshooting Git diffs
|
|
116
116
|
- Use `git diff --no-ext-diff` to compare against Git's built-in diff output.
|
|
117
117
|
- Use `git diff --no-textconv` when a textconv projection obscures the raw file bytes you need to inspect.
|
|
118
118
|
- If Git reports a missing `smorg-*` executable, rerun `bundle install` and the setup command above, then check `git config --local --get-regexp '^diff\.smorg-'`.
|
|
119
|
-
- To remove managed local entries, run `K_JEM_TEMPLATING=true
|
|
119
|
+
- To remove managed local entries, run `K_JEM_TEMPLATING=true kettle-jem install --undo`; remove global command registrations with `git config --global --unset-all diff.smorg-ruby.command`.
|
|
120
120
|
|
|
121
121
|
For a quick starting point, this repository’s `mise.toml` defines the shared defaults, and `.env.local` can override them locally. Copy `.env.local.example` to `.env.local`, use `KEY=value` lines, and either activate `mise` in your shell or run commands through `mise exec -C /path/to/project -- ...`.
|
|
122
122
|
|
data/FUNDING.md
CHANGED
|
@@ -6,7 +6,7 @@ Many paths lead to being a sponsor or a backer of this project. Are you on such
|
|
|
6
6
|
|
|
7
7
|
[![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal]
|
|
8
8
|
|
|
9
|
-
[![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate
|
|
9
|
+
[![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate to my FLOSS efforts at ko-fi.com][🖇kofi-img]][🖇kofi]
|
|
10
10
|
|
|
11
11
|
[⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&color=a51611&style=flat
|
|
12
12
|
[⛳liberapay]: https://liberapay.com/pboling/donate
|
|
@@ -16,12 +16,8 @@ Many paths lead to being a sponsor or a backer of this project. Are you on such
|
|
|
16
16
|
[🖇osc-sponsors-i]: https://opencollective.com/kettle-dev/sponsors/badge.svg?style=flat
|
|
17
17
|
[🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
|
|
18
18
|
[🖇sponsor]: https://github.com/sponsors/pboling
|
|
19
|
-
[🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
|
|
20
|
-
[🖇polar]: https://polar.sh/pboling
|
|
21
19
|
[🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
|
|
22
20
|
[🖇kofi]: https://ko-fi.com/pboling
|
|
23
|
-
[🖇patreon-img]: https://img.shields.io/badge/patreon-donate-a51611.svg?style=flat
|
|
24
|
-
[🖇patreon]: https://patreon.com/galtzo
|
|
25
21
|
[🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
|
|
26
22
|
[🖇buyme]: https://www.buymeacoffee.com/pboling
|
|
27
23
|
[🖇paypal-img]: https://img.shields.io/badge/donate-paypal-a51611.svg?style=flat&logo=paypal
|
data/README.md
CHANGED
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
|
|
11
11
|
`if ci_badges.map(&:color).all? { it == "green"}` 👇️ send money so I can do more of this. FLOSS maintenance is now my full-time job.
|
|
12
12
|
|
|
13
|
-
[![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate
|
|
13
|
+
[![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate at ko-fi.com][🖇kofi-img]][🖇kofi]
|
|
14
14
|
|
|
15
|
-
<details>
|
|
15
|
+
<details markdown="1">
|
|
16
16
|
<summary>👣 How will this project approach the September 2025 hostile takeover of RubyGems? 🚑️</summary>
|
|
17
17
|
|
|
18
18
|
I've summarized my thoughts in [this blog post](https://dev.to/galtzo/hostile-takeover-of-rubygems-my-thoughts-5hlo).
|
|
@@ -55,9 +55,9 @@ and concordant releases of JRuby, and TruffleRuby.
|
|
|
55
55
|
|
|
56
56
|
| Tokens to Remember | [![Gem name][⛳️name-img]][⛳️gem-name] [![Gem namespace][⛳️namespace-img]][⛳️gem-namespace] |
|
|
57
57
|
|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
58
|
-
| Works with JRuby | [![JRuby 9.2 Compat][💎jruby-9.2i]][🚎jruby-9.2-wf] [![JRuby 9.3 Compat][💎jruby-9.3i]][🚎jruby-9.3-wf] <br/> [![JRuby 9.4 Compat][💎jruby-9.4i]][🚎jruby-9.4-wf] [![JRuby current Compat][💎jruby-c-i]][🚎10-j-wf] [![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf]|
|
|
59
|
-
| Works with Truffle Ruby | [![Truffle Ruby 22.3 Compat][💎truby-22.3i]][🚎truby-22.3-wf] [![Truffle Ruby 23.0 Compat][💎truby-23.0i]][🚎truby-23.0-wf] [![Truffle Ruby 23.1 Compat][💎truby-23.1i]][🚎truby-23.1-wf] <br/> [![Truffle Ruby 24.2 Compat][💎truby-24.2i]][🚎truby-24.2-wf] [![Truffle Ruby 25.0 Compat][💎truby-25.0i]][🚎truby-25.0-wf] [![Truffle Ruby current Compat][💎truby-c-i]][🚎9-t-wf]|
|
|
60
|
-
| Works with MRI Ruby 4 | [![Ruby
|
|
58
|
+
| Works with JRuby | [![JRuby 9.2 Compat][💎jruby-9.2i]][🚎jruby-9.2-wf] [![JRuby 9.3 Compat][💎jruby-9.3i]][🚎jruby-9.3-wf] <br/> [![JRuby 9.4 Compat][💎jruby-9.4i]][🚎jruby-9.4-wf] [![JRuby 10.0 Compat][💎jruby-10.0i]][🚎jruby-10.0-wf] [![JRuby current Compat][💎jruby-c-i]][🚎10-j-wf] [![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf]|
|
|
59
|
+
| Works with Truffle Ruby | [![Truffle Ruby 22.3 Compat][💎truby-22.3i]][🚎truby-22.3-wf] [![Truffle Ruby 23.0 Compat][💎truby-23.0i]][🚎truby-23.0-wf] [![Truffle Ruby 23.1 Compat][💎truby-23.1i]][🚎truby-23.1-wf] <br/> [![Truffle Ruby 24.2 Compat][💎truby-24.2i]][🚎truby-24.2-wf] [![Truffle Ruby 25.0 Compat][💎truby-25.0i]][🚎truby-25.0-wf] [![Truffle Ruby 33.0 Compat][💎truby-33.0i]][🚎truby-33.0-wf] [![Truffle Ruby current Compat][💎truby-c-i]][🚎9-t-wf] [![Truffle Ruby HEAD Compat][💎truby-headi]][🚎3-hd-wf]|
|
|
60
|
+
| Works with MRI Ruby 4 | [![Ruby current Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf]|
|
|
61
61
|
| Works with MRI Ruby 3 | [![Ruby 3.0 Compat][💎ruby-3.0i]][🚎ruby-3.0-wf] [![Ruby 3.1 Compat][💎ruby-3.1i]][🚎ruby-3.1-wf] [![Ruby 3.2 Compat][💎ruby-3.2i]][🚎ruby-3.2-wf] [![Ruby 3.3 Compat][💎ruby-3.3i]][🚎ruby-3.3-wf] [![Ruby 3.4 Compat][💎ruby-3.4i]][🚎ruby-3.4-wf]|
|
|
62
62
|
| Works with MRI Ruby 2 | [![Ruby 2.4 Compat][💎ruby-2.4i]][🚎ruby-2.4-wf] [![Ruby 2.5 Compat][💎ruby-2.5i]][🚎ruby-2.5-wf] [![Ruby 2.6 Compat][💎ruby-2.6i]][🚎ruby-2.6-wf] [![Ruby 2.7 Compat][💎ruby-2.7i]][🚎ruby-2.7-wf]|
|
|
63
63
|
| Support & Community | [![Join Me on Daily.dev's RubyFriends][✉️ruby-friends-img]][✉️ruby-friends] [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork] [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor] |
|
|
@@ -76,9 +76,24 @@ This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
|
|
|
76
76
|
may be higher than the gem's runtime compatibility floor when legacy Rubies are
|
|
77
77
|
not practical for the current toolchain.
|
|
78
78
|
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
79
|
+
<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>
|
|
80
|
+
|
|
81
|
+
The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
82
|
+
|
|
83
|
+
<details markdown="1">
|
|
84
|
+
<summary>How kettle-dev manages complexity in tests</summary>
|
|
85
|
+
|
|
86
|
+
| Gem | Source | Role | Daily download rank |
|
|
87
|
+
|-----|--------|------|---------------------|
|
|
88
|
+
| [appraisal2](https://bestgems.org/gems/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [](https://bestgems.org/gems/appraisal2) |
|
|
89
|
+
| [appraisal2-rubocop](https://bestgems.org/gems/appraisal2-rubocop) | [GitHub](https://github.com/appraisal-rb/appraisal2-rubocop) | RuboCop Appraisal generator integration | [](https://bestgems.org/gems/appraisal2-rubocop) |
|
|
90
|
+
| [kettle-dev](https://bestgems.org/gems/kettle-dev) | [GitHub](https://github.com/kettle-dev/kettle-dev) | development, release, and CI workflow tooling | [](https://bestgems.org/gems/kettle-dev) |
|
|
91
|
+
| [kettle-jem](https://bestgems.org/gems/kettle-jem) | [GitHub](https://github.com/kettle-dev/kettle-jem) | Appraisals & CI workflow templates | [](https://bestgems.org/gems/kettle-jem) |
|
|
92
|
+
| [kettle-soup-cover](https://bestgems.org/gems/kettle-soup-cover) | [GitHub](https://github.com/kettle-dev/kettle-soup-cover) | SimpleCov coverage policy and reporting | [](https://bestgems.org/gems/kettle-soup-cover) |
|
|
93
|
+
| [rubocop-lts](https://bestgems.org/gems/rubocop-lts) | [GitHub](https://github.com/rubocop-lts/rubocop-lts) | Ruby-version-aware linting | [](https://bestgems.org/gems/rubocop-lts) |
|
|
94
|
+
| [turbo_tests2](https://bestgems.org/gems/turbo_tests2) | [GitHub](https://github.com/galtzo-floss/turbo_tests2) | parallel test execution | [](https://bestgems.org/gems/turbo_tests2) |
|
|
95
|
+
|
|
96
|
+
</details>
|
|
82
97
|
|
|
83
98
|
### Federated DVCS
|
|
84
99
|
|
|
@@ -524,7 +539,7 @@ Made with [contributors-img][🖐contrib-rocks].
|
|
|
524
539
|
|
|
525
540
|
Also see GitLab Contributors: [https://gitlab.com/kettle-dev/kettle-test/-/graphs/main][🚎contributors-gl]
|
|
526
541
|
|
|
527
|
-
<details>
|
|
542
|
+
<details markdown="1">
|
|
528
543
|
<summary>⭐️ Star History</summary>
|
|
529
544
|
|
|
530
545
|
<a href="https://star-history.com/kettle-dev/kettle-test&Date">
|
|
@@ -621,12 +636,8 @@ Thanks for RTFM. ☺️
|
|
|
621
636
|
[🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
|
|
622
637
|
[🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
|
|
623
638
|
[🖇sponsor]: https://github.com/sponsors/pboling
|
|
624
|
-
[🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
|
|
625
|
-
[🖇polar]: https://polar.sh/pboling
|
|
626
639
|
[🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
|
|
627
640
|
[🖇kofi]: https://ko-fi.com/pboling
|
|
628
|
-
[🖇patreon-img]: https://img.shields.io/badge/patreon-donate-a51611.svg?style=flat
|
|
629
|
-
[🖇patreon]: https://patreon.com/galtzo
|
|
630
641
|
[🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
|
|
631
642
|
[🖇buyme-img]: https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20latte&emoji=&slug=pboling&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff
|
|
632
643
|
[🖇buyme]: https://www.buymeacoffee.com/pboling
|
|
@@ -716,11 +727,13 @@ Thanks for RTFM. ☺️
|
|
|
716
727
|
[🚎jruby-9.2-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/jruby-9.2.yml
|
|
717
728
|
[🚎jruby-9.3-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/jruby-9.3.yml
|
|
718
729
|
[🚎jruby-9.4-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/jruby-9.4.yml
|
|
730
|
+
[🚎jruby-10.0-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/jruby-10.0.yml
|
|
719
731
|
[🚎truby-22.3-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/truffleruby-22.3.yml
|
|
720
732
|
[🚎truby-23.0-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/truffleruby-23.0.yml
|
|
721
733
|
[🚎truby-23.1-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/truffleruby-23.1.yml
|
|
722
734
|
[🚎truby-24.2-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/truffleruby-24.2.yml
|
|
723
735
|
[🚎truby-25.0-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/truffleruby-25.0.yml
|
|
736
|
+
[🚎truby-33.0-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/truffleruby-33.0.yml
|
|
724
737
|
[🚎2-cov-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/coverage.yml
|
|
725
738
|
[🚎2-cov-wfi]: https://github.com/kettle-dev/kettle-test/actions/workflows/coverage.yml/badge.svg
|
|
726
739
|
[🚎3-hd-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/heads.yml
|
|
@@ -748,7 +761,6 @@ Thanks for RTFM. ☺️
|
|
|
748
761
|
[💎ruby-3.2i]: https://img.shields.io/badge/Ruby-3.2-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
749
762
|
[💎ruby-3.3i]: https://img.shields.io/badge/Ruby-3.3-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
750
763
|
[💎ruby-3.4i]: https://img.shields.io/badge/Ruby-3.4-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
751
|
-
[💎ruby-4.0i]: https://img.shields.io/badge/Ruby-4.0-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
752
764
|
[💎ruby-c-i]: https://img.shields.io/badge/Ruby-current-CC342D?style=for-the-badge&logo=ruby&logoColor=green
|
|
753
765
|
[💎ruby-headi]: https://img.shields.io/badge/Ruby-HEAD-CC342D?style=for-the-badge&logo=ruby&logoColor=blue
|
|
754
766
|
[💎truby-22.3i]: https://img.shields.io/badge/Truffle_Ruby-22.3-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
@@ -756,10 +768,13 @@ Thanks for RTFM. ☺️
|
|
|
756
768
|
[💎truby-23.1i]: https://img.shields.io/badge/Truffle_Ruby-23.1-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
757
769
|
[💎truby-24.2i]: https://img.shields.io/badge/Truffle_Ruby-24.2-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
758
770
|
[💎truby-25.0i]: https://img.shields.io/badge/Truffle_Ruby-25.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
771
|
+
[💎truby-33.0i]: https://img.shields.io/badge/Truffle_Ruby-33.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
759
772
|
[💎truby-c-i]: https://img.shields.io/badge/Truffle_Ruby-current-34BCB1?style=for-the-badge&logo=ruby&logoColor=green
|
|
773
|
+
[💎truby-headi]: https://img.shields.io/badge/Truffle_Ruby-HEAD-34BCB1?style=for-the-badge&logo=ruby&logoColor=blue
|
|
760
774
|
[💎jruby-9.2i]: https://img.shields.io/badge/JRuby-9.2-FBE742?style=for-the-badge&logo=ruby&logoColor=red
|
|
761
775
|
[💎jruby-9.3i]: https://img.shields.io/badge/JRuby-9.3-FBE742?style=for-the-badge&logo=ruby&logoColor=red
|
|
762
776
|
[💎jruby-9.4i]: https://img.shields.io/badge/JRuby-9.4-FBE742?style=for-the-badge&logo=ruby&logoColor=red
|
|
777
|
+
[💎jruby-10.0i]: https://img.shields.io/badge/JRuby-10.0-FBE742?style=for-the-badge&logo=ruby&logoColor=red
|
|
763
778
|
[💎jruby-c-i]: https://img.shields.io/badge/JRuby-current-FBE742?style=for-the-badge&logo=ruby&logoColor=green
|
|
764
779
|
[💎jruby-headi]: https://img.shields.io/badge/JRuby-HEAD-FBE742?style=for-the-badge&logo=ruby&logoColor=blue
|
|
765
780
|
[🤝gh-issues]: https://github.com/kettle-dev/kettle-test/issues
|
|
@@ -788,7 +803,7 @@ Thanks for RTFM. ☺️
|
|
|
788
803
|
[📌gitmoji]: https://gitmoji.dev
|
|
789
804
|
[📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
|
|
790
805
|
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
|
791
|
-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.
|
|
806
|
+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.094-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
|
792
807
|
[🔐security]: https://github.com/kettle-dev/kettle-test/blob/main/SECURITY.md
|
|
793
808
|
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
|
794
809
|
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
|
@@ -816,7 +831,7 @@ Thanks for RTFM. ☺️
|
|
|
816
831
|
| Package | kettle-test |
|
|
817
832
|
| Description | 🍲 Kettle::Test is a meta tool from kettle-rb to streamline testing. Acts as a shim dependency, pulling in many other dependencies, to give you OOTB productivity with a RubyGem, or Ruby app project. Configures RSpec w/ syntactic sugar to make writing tests, and testing more scenarios, easier.Configures each dependency library for proper use in the test suite, so they arrive ready to go. Fund overlooked open source projects - bottom of stack, dev/test dependencies: floss-funding.dev |
|
|
818
833
|
| Homepage | https://github.com/kettle-dev/kettle-test |
|
|
819
|
-
| Source | https://github.com/kettle-dev/kettle-test
|
|
834
|
+
| Source | https://github.com/kettle-dev/kettle-test |
|
|
820
835
|
| License | `AGPL-3.0-only` OR `PolyForm-Small-Business-1.0.0` |
|
|
821
|
-
| Funding | https://github.com/sponsors/pboling, https://
|
|
836
|
+
| Funding | https://github.com/sponsors/pboling, https://ko-fi.com/pboling, https://liberapay.com/pboling/donate, https://opencollective.com/kettle-dev, https://thanks.dev/u/gh/pboling, https://tidelift.com/funding/github/rubygems/kettle-test, https://www.buymeacoffee.com/pboling |
|
|
822
837
|
<!-- kettle-jem:metadata:end -->
|
|
@@ -4,7 +4,7 @@ RSpec.configure do |config|
|
|
|
4
4
|
# Settings that only exist in RSpec v3+ are unavailable during transpec's RSpec syntax upgrade.
|
|
5
5
|
# Other settings may be easier to upgrade to modern defaults after the uograde,
|
|
6
6
|
# so we leave them alone during transpec.
|
|
7
|
-
# :
|
|
7
|
+
# simplecov:disable
|
|
8
8
|
if Kettle::Test::TRANSPEC
|
|
9
9
|
config.expect_with(:rspec) do |c|
|
|
10
10
|
c.syntax = [:expect, :should]
|
|
@@ -37,5 +37,5 @@ RSpec.configure do |config|
|
|
|
37
37
|
config.filter_run_excluding(skip_ci: true)
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
|
-
# :
|
|
40
|
+
# simplecov:enable
|
|
41
41
|
end
|
data/lib/kettle/test/rspec.rb
CHANGED
|
@@ -16,6 +16,6 @@ require_relative "internal"
|
|
|
16
16
|
|
|
17
17
|
# A gem's test harness should do require "rake" if it is their dependency,
|
|
18
18
|
# and they define a rake task they want to test.
|
|
19
|
-
# :
|
|
19
|
+
# simplecov:disable
|
|
20
20
|
require_relative "support/shared_contexts/with_rake" if defined?(Rake)
|
|
21
|
-
# :
|
|
21
|
+
# simplecov:enable
|
data/lib/kettle/test/version.rb
CHANGED
data/sig/kettle/test.rbs
CHANGED
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.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -208,7 +208,7 @@ dependencies:
|
|
|
208
208
|
version: '3.1'
|
|
209
209
|
- - ">="
|
|
210
210
|
- !ruby/object:Gem::Version
|
|
211
|
-
version: 3.1.
|
|
211
|
+
version: 3.1.4
|
|
212
212
|
type: :runtime
|
|
213
213
|
prerelease: false
|
|
214
214
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -218,7 +218,7 @@ dependencies:
|
|
|
218
218
|
version: '3.1'
|
|
219
219
|
- - ">="
|
|
220
220
|
- !ruby/object:Gem::Version
|
|
221
|
-
version: 3.1.
|
|
221
|
+
version: 3.1.4
|
|
222
222
|
- !ruby/object:Gem::Dependency
|
|
223
223
|
name: version_gem
|
|
224
224
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -228,7 +228,7 @@ dependencies:
|
|
|
228
228
|
version: '1.1'
|
|
229
229
|
- - ">="
|
|
230
230
|
- !ruby/object:Gem::Version
|
|
231
|
-
version: 1.1.
|
|
231
|
+
version: 1.1.12
|
|
232
232
|
type: :runtime
|
|
233
233
|
prerelease: false
|
|
234
234
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -238,7 +238,7 @@ dependencies:
|
|
|
238
238
|
version: '1.1'
|
|
239
239
|
- - ">="
|
|
240
240
|
- !ruby/object:Gem::Version
|
|
241
|
-
version: 1.1.
|
|
241
|
+
version: 1.1.12
|
|
242
242
|
- !ruby/object:Gem::Dependency
|
|
243
243
|
name: kettle-dev
|
|
244
244
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -248,7 +248,7 @@ dependencies:
|
|
|
248
248
|
version: '2.2'
|
|
249
249
|
- - ">="
|
|
250
250
|
- !ruby/object:Gem::Version
|
|
251
|
-
version: 2.2.
|
|
251
|
+
version: 2.2.15
|
|
252
252
|
type: :development
|
|
253
253
|
prerelease: false
|
|
254
254
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -258,7 +258,7 @@ dependencies:
|
|
|
258
258
|
version: '2.2'
|
|
259
259
|
- - ">="
|
|
260
260
|
- !ruby/object:Gem::Version
|
|
261
|
-
version: 2.2.
|
|
261
|
+
version: 2.2.15
|
|
262
262
|
- !ruby/object:Gem::Dependency
|
|
263
263
|
name: bundler-audit
|
|
264
264
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -350,7 +350,7 @@ dependencies:
|
|
|
350
350
|
version: '2.0'
|
|
351
351
|
- - ">="
|
|
352
352
|
- !ruby/object:Gem::Version
|
|
353
|
-
version: 2.0.
|
|
353
|
+
version: 2.0.2
|
|
354
354
|
type: :development
|
|
355
355
|
prerelease: false
|
|
356
356
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -360,7 +360,7 @@ dependencies:
|
|
|
360
360
|
version: '2.0'
|
|
361
361
|
- - ">="
|
|
362
362
|
- !ruby/object:Gem::Version
|
|
363
|
-
version: 2.0.
|
|
363
|
+
version: 2.0.2
|
|
364
364
|
description: "\U0001F372 Kettle::Test is a meta tool from kettle-rb to streamline
|
|
365
365
|
testing. Acts as a shim dependency, pulling in many other dependencies, to give
|
|
366
366
|
you OOTB productivity with a RubyGem, or Ruby app project. Configures RSpec w/ syntactic
|
|
@@ -420,10 +420,10 @@ licenses:
|
|
|
420
420
|
- PolyForm-Small-Business-1.0.0
|
|
421
421
|
metadata:
|
|
422
422
|
homepage_uri: https://kettle-test.galtzo.com
|
|
423
|
-
source_code_uri: https://github.com/kettle-dev/kettle-test/tree/v2.0.
|
|
424
|
-
changelog_uri: https://github.com/kettle-dev/kettle-test/blob/v2.0.
|
|
423
|
+
source_code_uri: https://github.com/kettle-dev/kettle-test/tree/v2.0.6
|
|
424
|
+
changelog_uri: https://github.com/kettle-dev/kettle-test/blob/v2.0.6/CHANGELOG.md
|
|
425
425
|
bug_tracker_uri: https://github.com/kettle-dev/kettle-test/issues
|
|
426
|
-
documentation_uri: https://www.rubydoc.info/gems/kettle-test/2.0.
|
|
426
|
+
documentation_uri: https://www.rubydoc.info/gems/kettle-test/2.0.6
|
|
427
427
|
funding_uri: https://github.com/sponsors/pboling
|
|
428
428
|
wiki_uri: https://github.com/kettle-dev/kettle-test/wiki
|
|
429
429
|
news_uri: https://www.railsbling.com/tags/kettle-test
|
metadata.gz.sig
CHANGED
|
Binary file
|