kettle-test 2.0.4 → 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 +77 -33
- data/CITATION.cff +2 -2
- data/CONTRIBUTING.md +11 -11
- data/FUNDING.md +13 -17
- data/README.md +122 -107
- 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 +17 -17
- 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,46 @@ 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
|
+
|
|
51
|
+
## [2.0.5] - 2026-06-10
|
|
52
|
+
|
|
53
|
+
- TAG: [v2.0.5][2.0.5t]
|
|
54
|
+
- COVERAGE: 100.00% -- 91/91 lines in 15 files
|
|
55
|
+
- BRANCH COVERAGE: 100.00% -- 2/2 branches in 15 files
|
|
56
|
+
- 90.00% documented
|
|
57
|
+
|
|
58
|
+
### Changed
|
|
59
|
+
|
|
60
|
+
- Retemplated project metadata and development tooling for `kettle-dev` 2.2.1
|
|
61
|
+
and `yard-fence` 0.9.3.
|
|
62
|
+
|
|
63
|
+
- Retemplated development tooling for `kettle-dev` 2.2.3 and
|
|
64
|
+
`kettle-soup-cover` 2.0.2.
|
|
65
|
+
|
|
66
|
+
### Fixed
|
|
67
|
+
|
|
68
|
+
- Restored `docs/CNAME` so the generated documentation site keeps its custom domain.
|
|
69
|
+
|
|
70
|
+
- Updated generated project metadata links to use the migrated `kettle-dev`
|
|
71
|
+
GitHub organization.
|
|
72
|
+
|
|
33
73
|
## [2.0.4] - 2026-06-08
|
|
34
74
|
|
|
35
75
|
- TAG: [v2.0.4][2.0.4t]
|
|
@@ -312,36 +352,40 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
312
352
|
- silent_stream
|
|
313
353
|
- timecop-rspec
|
|
314
354
|
|
|
315
|
-
[Unreleased]: https://github.com/kettle-
|
|
316
|
-
[2.0.
|
|
317
|
-
[2.0.
|
|
318
|
-
[2.0.
|
|
319
|
-
[2.0.
|
|
320
|
-
[2.0.
|
|
321
|
-
[2.0.
|
|
322
|
-
[2.0.
|
|
323
|
-
[2.0.
|
|
324
|
-
[2.0.
|
|
325
|
-
[2.0.
|
|
326
|
-
[
|
|
327
|
-
[
|
|
328
|
-
[
|
|
329
|
-
[
|
|
330
|
-
[1.0.
|
|
331
|
-
[1.0.
|
|
332
|
-
[1.0.
|
|
333
|
-
[1.0.
|
|
334
|
-
[1.0.
|
|
335
|
-
[1.0.
|
|
336
|
-
[1.0.
|
|
337
|
-
[1.0.
|
|
338
|
-
[1.0.
|
|
339
|
-
[1.0.
|
|
340
|
-
[1.0.
|
|
341
|
-
[1.0.
|
|
342
|
-
[1.0.
|
|
343
|
-
[1.0.
|
|
344
|
-
[1.0.
|
|
345
|
-
[1.0.
|
|
346
|
-
[1.0.
|
|
347
|
-
[1.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
|
|
358
|
+
[2.0.5]: https://github.com/kettle-dev/kettle-test/compare/v2.0.4...v2.0.5
|
|
359
|
+
[2.0.5t]: https://github.com/kettle-dev/kettle-test/releases/tag/v2.0.5
|
|
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/CITATION.cff
CHANGED
|
@@ -12,9 +12,9 @@ authors:
|
|
|
12
12
|
orcid: 'https://orcid.org/0009-0008-8519-441X'
|
|
13
13
|
identifiers:
|
|
14
14
|
- type: url
|
|
15
|
-
value: 'https://github.com/kettle-
|
|
15
|
+
value: 'https://github.com/kettle-dev/kettle-test'
|
|
16
16
|
description: "kettle-test"
|
|
17
|
-
repository-code: 'https://github.com/kettle-
|
|
17
|
+
repository-code: 'https://github.com/kettle-dev/kettle-test'
|
|
18
18
|
abstract: >-
|
|
19
19
|
kettle-test
|
|
20
20
|
license: See license file
|
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
|
|
|
@@ -198,7 +198,7 @@ Your picture could be here!
|
|
|
198
198
|
|
|
199
199
|
Made with [contributors-img][🖐contrib-rocks].
|
|
200
200
|
|
|
201
|
-
Also see GitLab Contributors: [https://gitlab.com/kettle-
|
|
201
|
+
Also see GitLab Contributors: [https://gitlab.com/kettle-dev/kettle-test/-/graphs/main][🚎contributors-gl]
|
|
202
202
|
|
|
203
203
|
## For Maintainers
|
|
204
204
|
|
|
@@ -249,15 +249,15 @@ NOTE: To build without signing the gem set `SKIP_GEM_SIGNING` to any value in th
|
|
|
249
249
|
14. Run `bundle exec rake release` which will create a git tag for the version,
|
|
250
250
|
push git commits and tags, and push the `.gem` file to the gem host configured in the gemspec.
|
|
251
251
|
|
|
252
|
-
[📜src-gl]: https://gitlab.com/kettle-
|
|
253
|
-
[📜src-cb]: https://codeberg.org/kettle-
|
|
254
|
-
[📜src-gh]: https://github.com/kettle-
|
|
255
|
-
[🧪build]: https://github.com/kettle-
|
|
256
|
-
[🤝conduct]: https://github.com/kettle-
|
|
252
|
+
[📜src-gl]: https://gitlab.com/kettle-dev/kettle-test
|
|
253
|
+
[📜src-cb]: https://codeberg.org/kettle-dev/kettle-test
|
|
254
|
+
[📜src-gh]: https://github.com/kettle-dev/kettle-test
|
|
255
|
+
[🧪build]: https://github.com/kettle-dev/kettle-test/actions
|
|
256
|
+
[🤝conduct]: https://github.com/kettle-dev/kettle-test/blob/main/CODE_OF_CONDUCT.md
|
|
257
257
|
[🖐contrib-rocks]: https://contrib.rocks
|
|
258
|
-
[🖐contributors]: https://github.com/kettle-
|
|
259
|
-
[🚎contributors-gl]: https://gitlab.com/kettle-
|
|
260
|
-
[🖐contributors-img]: https://contrib.rocks/image?repo=kettle-
|
|
258
|
+
[🖐contributors]: https://github.com/kettle-dev/kettle-test/graphs/contributors
|
|
259
|
+
[🚎contributors-gl]: https://gitlab.com/kettle-dev/kettle-test/-/graphs/main
|
|
260
|
+
[🖐contributors-img]: https://contrib.rocks/image?repo=kettle-dev/kettle-test
|
|
261
261
|
[💎gem-coop]: https://gem.coop
|
|
262
262
|
[🔒️rubygems-security-guide]: https://guides.rubygems.org/security/#building-gems
|
|
263
263
|
[🔒️rubygems-checksums-pr]: https://github.com/rubygems/rubygems/pull/6022
|
data/FUNDING.md
CHANGED
|
@@ -6,22 +6,18 @@ 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
|
|
13
|
-
[🖇osc-backers]: https://opencollective.com/kettle-
|
|
14
|
-
[🖇osc-backers-i]: https://opencollective.com/kettle-
|
|
15
|
-
[🖇osc-sponsors]: https://opencollective.com/kettle-
|
|
16
|
-
[🖇osc-sponsors-i]: https://opencollective.com/kettle-
|
|
13
|
+
[🖇osc-backers]: https://opencollective.com/kettle-dev#backer
|
|
14
|
+
[🖇osc-backers-i]: https://opencollective.com/kettle-dev/backers/badge.svg?style=flat
|
|
15
|
+
[🖇osc-sponsors]: https://opencollective.com/kettle-dev#sponsor
|
|
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
|
|
@@ -46,7 +42,7 @@ To join the community or get help 👇️ Join the Discord.
|
|
|
46
42
|
|
|
47
43
|
To say "thanks!" ☝️ Join the Discord or 👇️ send money.
|
|
48
44
|
|
|
49
|
-
[![Sponsor kettle-
|
|
45
|
+
[![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]
|
|
50
46
|
|
|
51
47
|
# Another Way to Support Open Source Software
|
|
52
48
|
|
|
@@ -59,13 +55,13 @@ I’m developing a new library, [floss_funding][🖇floss-funding-gem], designed
|
|
|
59
55
|
**[Floss-Funding.dev][🖇floss-funding.dev]: 👉️ No network calls. 👉️ No tracking. 👉️ No oversight. 👉️ Minimal crypto hashing. 💡 Easily disabled nags**
|
|
60
56
|
|
|
61
57
|
[⛳liberapay-bottom-img]: https://img.shields.io/liberapay/goal/pboling.svg?style=for-the-badge&logo=liberapay&color=a51611
|
|
62
|
-
[🖇osc-all-img]: https://img.shields.io/opencollective/all/kettle-
|
|
63
|
-
[🖇osc-sponsors-img]: https://img.shields.io/opencollective/sponsors/kettle-
|
|
64
|
-
[🖇osc-backers-img]: https://img.shields.io/opencollective/backers/kettle-
|
|
65
|
-
[🖇osc-all-bottom-img]: https://img.shields.io/opencollective/all/kettle-
|
|
66
|
-
[🖇osc-sponsors-bottom-img]: https://img.shields.io/opencollective/sponsors/kettle-
|
|
67
|
-
[🖇osc-backers-bottom-img]: https://img.shields.io/opencollective/backers/kettle-
|
|
68
|
-
[🖇osc]: https://opencollective.com/kettle-
|
|
58
|
+
[🖇osc-all-img]: https://img.shields.io/opencollective/all/kettle-dev
|
|
59
|
+
[🖇osc-sponsors-img]: https://img.shields.io/opencollective/sponsors/kettle-dev
|
|
60
|
+
[🖇osc-backers-img]: https://img.shields.io/opencollective/backers/kettle-dev
|
|
61
|
+
[🖇osc-all-bottom-img]: https://img.shields.io/opencollective/all/kettle-dev?style=for-the-badge
|
|
62
|
+
[🖇osc-sponsors-bottom-img]: https://img.shields.io/opencollective/sponsors/kettle-dev?style=for-the-badge
|
|
63
|
+
[🖇osc-backers-bottom-img]: https://img.shields.io/opencollective/backers/kettle-dev?style=for-the-badge
|
|
64
|
+
[🖇osc]: https://opencollective.com/kettle-dev
|
|
69
65
|
[🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
|
|
70
66
|
[🖇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
|
|
71
67
|
[🖇paypal-bottom-img]: https://img.shields.io/badge/donate-paypal-a51611.svg?style=for-the-badge&logo=paypal&color=0A0A0A
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<a href="https://github.com/kettle-
|
|
1
|
+
<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>
|
|
2
2
|
|
|
3
3
|
# 🍲 Kettle::Test
|
|
4
4
|
|
|
@@ -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
|
|
|
@@ -87,14 +102,14 @@ not practical for the current toolchain.
|
|
|
87
102
|
|
|
88
103
|
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI | Discussions |
|
|
89
104
|
|-------------------------------------------------|-----------------------------------------------------------------------|---------------------------|--------------------------|---------------------------|--------------------------|------------------------------|
|
|
90
|
-
| 🧪 [kettle-
|
|
91
|
-
| 🧊 [kettle-
|
|
92
|
-
| 🐙 [kettle-
|
|
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 | [💚][gh-discussions] |
|
|
93
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] |
|
|
94
109
|
|
|
95
110
|
</details>
|
|
96
111
|
|
|
97
|
-
[gh-discussions]: https://github.com/kettle-
|
|
112
|
+
[gh-discussions]: https://github.com/kettle-dev/kettle-test/discussions
|
|
98
113
|
|
|
99
114
|
### Enterprise Support [](https://tidelift.com/subscription/pkg/rubygems-kettle-test?utm_source=rubygems-kettle-test&utm_medium=referral&utm_campaign=readme)
|
|
100
115
|
|
|
@@ -522,16 +537,16 @@ chat rooms and mailing lists agrees to follow the [![Contributor Covenant 2.1][
|
|
|
522
537
|
|
|
523
538
|
Made with [contributors-img][🖐contrib-rocks].
|
|
524
539
|
|
|
525
|
-
Also see GitLab Contributors: [https://gitlab.com/kettle-
|
|
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
|
-
<a href="https://star-history.com/kettle-
|
|
545
|
+
<a href="https://star-history.com/kettle-dev/kettle-test&Date">
|
|
531
546
|
<picture>
|
|
532
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=kettle-
|
|
533
|
-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=kettle-
|
|
534
|
-
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=kettle-
|
|
547
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=kettle-dev/kettle-test&type=Date&theme=dark" />
|
|
548
|
+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=kettle-dev/kettle-test&type=Date" />
|
|
549
|
+
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=kettle-dev/kettle-test&type=Date" />
|
|
535
550
|
</picture>
|
|
536
551
|
</a>
|
|
537
552
|
|
|
@@ -596,7 +611,7 @@ To join the community or get help 👇️ Join the Discord.
|
|
|
596
611
|
|
|
597
612
|
To say "thanks!" ☝️ Join the Discord or 👇️ send money.
|
|
598
613
|
|
|
599
|
-
[![Sponsor kettle-
|
|
614
|
+
[![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]
|
|
600
615
|
|
|
601
616
|
### Please give the project a star ⭐ ♥.
|
|
602
617
|
|
|
@@ -607,26 +622,22 @@ Thanks for RTFM. ☺️
|
|
|
607
622
|
[⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&color=a51611&style=flat
|
|
608
623
|
[⛳liberapay-bottom-img]: https://img.shields.io/liberapay/goal/pboling.svg?style=for-the-badge&logo=liberapay&color=a51611
|
|
609
624
|
[⛳liberapay]: https://liberapay.com/pboling/donate
|
|
610
|
-
[🖇osc-all-img]: https://img.shields.io/opencollective/all/kettle-
|
|
611
|
-
[🖇osc-sponsors-img]: https://img.shields.io/opencollective/sponsors/kettle-
|
|
612
|
-
[🖇osc-backers-img]: https://img.shields.io/opencollective/backers/kettle-
|
|
613
|
-
[🖇osc-backers]: https://opencollective.com/kettle-
|
|
614
|
-
[🖇osc-backers-i]: https://opencollective.com/kettle-
|
|
615
|
-
[🖇osc-sponsors]: https://opencollective.com/kettle-
|
|
616
|
-
[🖇osc-sponsors-i]: https://opencollective.com/kettle-
|
|
617
|
-
[🖇osc-all-bottom-img]: https://img.shields.io/opencollective/all/kettle-
|
|
618
|
-
[🖇osc-sponsors-bottom-img]: https://img.shields.io/opencollective/sponsors/kettle-
|
|
619
|
-
[🖇osc-backers-bottom-img]: https://img.shields.io/opencollective/backers/kettle-
|
|
620
|
-
[🖇osc]: https://opencollective.com/kettle-
|
|
625
|
+
[🖇osc-all-img]: https://img.shields.io/opencollective/all/kettle-dev
|
|
626
|
+
[🖇osc-sponsors-img]: https://img.shields.io/opencollective/sponsors/kettle-dev
|
|
627
|
+
[🖇osc-backers-img]: https://img.shields.io/opencollective/backers/kettle-dev
|
|
628
|
+
[🖇osc-backers]: https://opencollective.com/kettle-dev#backer
|
|
629
|
+
[🖇osc-backers-i]: https://opencollective.com/kettle-dev/backers/badge.svg?style=flat
|
|
630
|
+
[🖇osc-sponsors]: https://opencollective.com/kettle-dev#sponsor
|
|
631
|
+
[🖇osc-sponsors-i]: https://opencollective.com/kettle-dev/sponsors/badge.svg?style=flat
|
|
632
|
+
[🖇osc-all-bottom-img]: https://img.shields.io/opencollective/all/kettle-dev?style=for-the-badge
|
|
633
|
+
[🖇osc-sponsors-bottom-img]: https://img.shields.io/opencollective/sponsors/kettle-dev?style=for-the-badge
|
|
634
|
+
[🖇osc-backers-bottom-img]: https://img.shields.io/opencollective/backers/kettle-dev?style=for-the-badge
|
|
635
|
+
[🖇osc]: https://opencollective.com/kettle-dev
|
|
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
|
|
@@ -641,12 +652,12 @@ Thanks for RTFM. ☺️
|
|
|
641
652
|
[✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
|
|
642
653
|
|
|
643
654
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
644
|
-
[⛳️gem-namespace]: https://github.com/kettle-
|
|
655
|
+
[⛳️gem-namespace]: https://github.com/kettle-dev/kettle-test
|
|
645
656
|
[⛳️namespace-img]: https://img.shields.io/badge/namespace-Kettle::Test-3C2D2D.svg?style=square&logo=ruby&logoColor=white
|
|
646
657
|
[⛳️gem-name]: https://bestgems.org/gems/kettle-test
|
|
647
658
|
[⛳️name-img]: https://img.shields.io/badge/name-kettle--test-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
|
|
648
|
-
[⛳️tag-img]: https://img.shields.io/github/tag/kettle-
|
|
649
|
-
[⛳️tag]: https://github.com/kettle-
|
|
659
|
+
[⛳️tag-img]: https://img.shields.io/github/tag/kettle-dev/kettle-test.svg
|
|
660
|
+
[⛳️tag]: https://github.com/kettle-dev/kettle-test/releases
|
|
650
661
|
[🚂maint-blog]: http://www.railsbling.com/tags/kettle-test
|
|
651
662
|
[🚂maint-blog-img]: https://img.shields.io/badge/blog-railsbling-0093D0.svg?style=for-the-badge&logo=rubyonrails&logoColor=orange
|
|
652
663
|
[🚂maint-contact]: http://www.railsbling.com/contact
|
|
@@ -681,64 +692,66 @@ Thanks for RTFM. ☺️
|
|
|
681
692
|
[💁🏼♂️peterboling]: http://www.peterboling.com
|
|
682
693
|
[🚂railsbling]: http://www.railsbling.com
|
|
683
694
|
[📜src-gl-img]: https://img.shields.io/badge/GitLab-FBA326?style=for-the-badge&logo=Gitlab&logoColor=orange
|
|
684
|
-
[📜src-gl]: https://gitlab.com/kettle-
|
|
695
|
+
[📜src-gl]: https://gitlab.com/kettle-dev/kettle-test
|
|
685
696
|
[📜src-cb-img]: https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&logo=CodeBerg&logoColor=blue
|
|
686
|
-
[📜src-cb]: https://codeberg.org/kettle-
|
|
697
|
+
[📜src-cb]: https://codeberg.org/kettle-dev/kettle-test
|
|
687
698
|
[📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=Github&logoColor=green
|
|
688
|
-
[📜src-gh]: https://github.com/kettle-
|
|
699
|
+
[📜src-gh]: https://github.com/kettle-dev/kettle-test
|
|
689
700
|
[📜docs-cr-rd-img]: https://img.shields.io/badge/RubyDoc-Current_Release-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
|
690
701
|
[📜docs-head-rd-img]: https://img.shields.io/badge/YARD_on_Galtzo.com-HEAD-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
|
691
|
-
[📜gl-wiki]: https://gitlab.com/kettle-
|
|
692
|
-
[📜gh-wiki]: https://github.com/kettle-
|
|
702
|
+
[📜gl-wiki]: https://gitlab.com/kettle-dev/kettle-test/-/wikis/home
|
|
703
|
+
[📜gh-wiki]: https://github.com/kettle-dev/kettle-test/wiki
|
|
693
704
|
[📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
|
|
694
705
|
[📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
|
|
695
706
|
[👽dl-rank]: https://bestgems.org/gems/kettle-test
|
|
696
707
|
[👽dl-ranki]: https://img.shields.io/gem/rd/kettle-test.svg
|
|
697
708
|
[👽version]: https://bestgems.org/gems/kettle-test
|
|
698
709
|
[👽versioni]: https://img.shields.io/gem/v/kettle-test.svg
|
|
699
|
-
[🏀qlty-mnt]: https://qlty.sh/gh/kettle-
|
|
700
|
-
[🏀qlty-mnti]: https://qlty.sh/gh/kettle-
|
|
701
|
-
[🏀qlty-cov]: https://qlty.sh/gh/kettle-
|
|
702
|
-
[🏀qlty-covi]: https://qlty.sh/gh/kettle-
|
|
703
|
-
[🏀codecov]: https://codecov.io/gh/kettle-
|
|
704
|
-
[🏀codecovi]: https://codecov.io/gh/kettle-
|
|
705
|
-
[🏀coveralls]: https://coveralls.io/github/kettle-
|
|
706
|
-
[🏀coveralls-img]: https://coveralls.io/repos/github/kettle-
|
|
707
|
-
[🚎ruby-2.4-wf]: https://github.com/kettle-
|
|
708
|
-
[🚎ruby-2.5-wf]: https://github.com/kettle-
|
|
709
|
-
[🚎ruby-2.6-wf]: https://github.com/kettle-
|
|
710
|
-
[🚎ruby-2.7-wf]: https://github.com/kettle-
|
|
711
|
-
[🚎ruby-3.0-wf]: https://github.com/kettle-
|
|
712
|
-
[🚎ruby-3.1-wf]: https://github.com/kettle-
|
|
713
|
-
[🚎ruby-3.2-wf]: https://github.com/kettle-
|
|
714
|
-
[🚎ruby-3.3-wf]: https://github.com/kettle-
|
|
715
|
-
[🚎ruby-3.4-wf]: https://github.com/kettle-
|
|
716
|
-
[🚎jruby-9.2-wf]: https://github.com/kettle-
|
|
717
|
-
[🚎jruby-9.3-wf]: https://github.com/kettle-
|
|
718
|
-
[🚎jruby-9.4-wf]: https://github.com/kettle-
|
|
719
|
-
[🚎
|
|
720
|
-
[🚎truby-
|
|
721
|
-
[🚎truby-23.
|
|
722
|
-
[🚎truby-
|
|
723
|
-
[🚎truby-
|
|
724
|
-
[🚎
|
|
725
|
-
[🚎
|
|
726
|
-
[🚎
|
|
727
|
-
[🚎
|
|
728
|
-
[🚎
|
|
729
|
-
[🚎
|
|
730
|
-
[🚎
|
|
731
|
-
[🚎
|
|
732
|
-
[🚎
|
|
733
|
-
[🚎
|
|
734
|
-
[🚎
|
|
735
|
-
[🚎
|
|
736
|
-
[🚎
|
|
737
|
-
[🚎
|
|
738
|
-
[🚎
|
|
739
|
-
[🚎
|
|
740
|
-
[🚎
|
|
741
|
-
[🚎
|
|
710
|
+
[🏀qlty-mnt]: https://qlty.sh/gh/kettle-dev/projects/kettle-test
|
|
711
|
+
[🏀qlty-mnti]: https://qlty.sh/gh/kettle-dev/projects/kettle-test/maintainability.svg
|
|
712
|
+
[🏀qlty-cov]: https://qlty.sh/gh/kettle-dev/projects/kettle-test/metrics/code?sort=coverageRating
|
|
713
|
+
[🏀qlty-covi]: https://qlty.sh/gh/kettle-dev/projects/kettle-test/coverage.svg
|
|
714
|
+
[🏀codecov]: https://codecov.io/gh/kettle-dev/kettle-test
|
|
715
|
+
[🏀codecovi]: https://codecov.io/gh/kettle-dev/kettle-test/graph/badge.svg
|
|
716
|
+
[🏀coveralls]: https://coveralls.io/github/kettle-dev/kettle-test?branch=main
|
|
717
|
+
[🏀coveralls-img]: https://coveralls.io/repos/github/kettle-dev/kettle-test/badge.svg?branch=main
|
|
718
|
+
[🚎ruby-2.4-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/ruby-2.4.yml
|
|
719
|
+
[🚎ruby-2.5-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/ruby-2.5.yml
|
|
720
|
+
[🚎ruby-2.6-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/ruby-2.6.yml
|
|
721
|
+
[🚎ruby-2.7-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/ruby-2.7.yml
|
|
722
|
+
[🚎ruby-3.0-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/ruby-3.0.yml
|
|
723
|
+
[🚎ruby-3.1-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/ruby-3.1.yml
|
|
724
|
+
[🚎ruby-3.2-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/ruby-3.2.yml
|
|
725
|
+
[🚎ruby-3.3-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/ruby-3.3.yml
|
|
726
|
+
[🚎ruby-3.4-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/ruby-3.4.yml
|
|
727
|
+
[🚎jruby-9.2-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/jruby-9.2.yml
|
|
728
|
+
[🚎jruby-9.3-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/jruby-9.3.yml
|
|
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
|
|
731
|
+
[🚎truby-22.3-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/truffleruby-22.3.yml
|
|
732
|
+
[🚎truby-23.0-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/truffleruby-23.0.yml
|
|
733
|
+
[🚎truby-23.1-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/truffleruby-23.1.yml
|
|
734
|
+
[🚎truby-24.2-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/truffleruby-24.2.yml
|
|
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
|
|
737
|
+
[🚎2-cov-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/coverage.yml
|
|
738
|
+
[🚎2-cov-wfi]: https://github.com/kettle-dev/kettle-test/actions/workflows/coverage.yml/badge.svg
|
|
739
|
+
[🚎3-hd-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/heads.yml
|
|
740
|
+
[🚎3-hd-wfi]: https://github.com/kettle-dev/kettle-test/actions/workflows/heads.yml/badge.svg
|
|
741
|
+
[🚎5-st-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/style.yml
|
|
742
|
+
[🚎5-st-wfi]: https://github.com/kettle-dev/kettle-test/actions/workflows/style.yml/badge.svg
|
|
743
|
+
[🚎9-t-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/truffle.yml
|
|
744
|
+
[🚎9-t-wfi]: https://github.com/kettle-dev/kettle-test/actions/workflows/truffle.yml/badge.svg
|
|
745
|
+
[🚎10-j-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/jruby.yml
|
|
746
|
+
[🚎10-j-wfi]: https://github.com/kettle-dev/kettle-test/actions/workflows/jruby.yml/badge.svg
|
|
747
|
+
[🚎11-c-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/current.yml
|
|
748
|
+
[🚎11-c-wfi]: https://github.com/kettle-dev/kettle-test/actions/workflows/current.yml/badge.svg
|
|
749
|
+
[🚎12-crh-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/dep-heads.yml
|
|
750
|
+
[🚎12-crh-wfi]: https://github.com/kettle-dev/kettle-test/actions/workflows/dep-heads.yml/badge.svg
|
|
751
|
+
[🚎13-🔒️-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/locked_deps.yml
|
|
752
|
+
[🚎13-🔒️-wfi]: https://github.com/kettle-dev/kettle-test/actions/workflows/locked_deps.yml/badge.svg
|
|
753
|
+
[🚎14-🔓️-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/unlocked_deps.yml
|
|
754
|
+
[🚎14-🔓️-wfi]: https://github.com/kettle-dev/kettle-test/actions/workflows/unlocked_deps.yml/badge.svg
|
|
742
755
|
[💎ruby-2.4i]: https://img.shields.io/badge/Ruby-2.4-DF00CA?style=for-the-badge&logo=ruby&logoColor=white
|
|
743
756
|
[💎ruby-2.5i]: https://img.shields.io/badge/Ruby-2.5-DF00CA?style=for-the-badge&logo=ruby&logoColor=white
|
|
744
757
|
[💎ruby-2.6i]: https://img.shields.io/badge/Ruby-2.6-DF00CA?style=for-the-badge&logo=ruby&logoColor=white
|
|
@@ -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,54 +768,57 @@ 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
|
-
[🤝gh-issues]: https://github.com/kettle-
|
|
766
|
-
[🤝gh-pulls]: https://github.com/kettle-
|
|
767
|
-
[🤝gl-issues]: https://gitlab.com/kettle-
|
|
768
|
-
[🤝gl-pulls]: https://gitlab.com/kettle-
|
|
769
|
-
[🤝cb-issues]: https://codeberg.org/kettle-
|
|
770
|
-
[🤝cb-pulls]: https://codeberg.org/kettle-
|
|
780
|
+
[🤝gh-issues]: https://github.com/kettle-dev/kettle-test/issues
|
|
781
|
+
[🤝gh-pulls]: https://github.com/kettle-dev/kettle-test/pulls
|
|
782
|
+
[🤝gl-issues]: https://gitlab.com/kettle-dev/kettle-test/-/issues
|
|
783
|
+
[🤝gl-pulls]: https://gitlab.com/kettle-dev/kettle-test/-/merge_requests
|
|
784
|
+
[🤝cb-issues]: https://codeberg.org/kettle-dev/kettle-test/issues
|
|
785
|
+
[🤝cb-pulls]: https://codeberg.org/kettle-dev/kettle-test/pulls
|
|
771
786
|
[🤝cb-donate]: https://donate.codeberg.org/
|
|
772
|
-
[🤝contributing]: https://github.com/kettle-
|
|
773
|
-
[🏀codecov-g]: https://codecov.io/gh/kettle-
|
|
787
|
+
[🤝contributing]: https://github.com/kettle-dev/kettle-test/blob/main/CONTRIBUTING.md
|
|
788
|
+
[🏀codecov-g]: https://codecov.io/gh/kettle-dev/kettle-test/graph/badge.svg
|
|
774
789
|
[🖐contrib-rocks]: https://contrib.rocks
|
|
775
|
-
[🖐contributors]: https://github.com/kettle-
|
|
776
|
-
[🖐contributors-img]: https://contrib.rocks/image?repo=kettle-
|
|
777
|
-
[🚎contributors-gl]: https://gitlab.com/kettle-
|
|
778
|
-
[🪇conduct]: https://github.com/kettle-
|
|
790
|
+
[🖐contributors]: https://github.com/kettle-dev/kettle-test/graphs/contributors
|
|
791
|
+
[🖐contributors-img]: https://contrib.rocks/image?repo=kettle-dev/kettle-test
|
|
792
|
+
[🚎contributors-gl]: https://gitlab.com/kettle-dev/kettle-test/-/graphs/main
|
|
793
|
+
[🪇conduct]: https://github.com/kettle-dev/kettle-test/blob/main/CODE_OF_CONDUCT.md
|
|
779
794
|
[🪇conduct-img]: https://img.shields.io/badge/Contributor_Covenant-2.1-259D6C.svg
|
|
780
795
|
[📌pvc]: http://guides.rubygems.org/patterns/#pessimistic-version-constraint
|
|
781
796
|
[📌semver]: https://semver.org/spec/v2.0.0.html
|
|
782
797
|
[📌semver-img]: https://img.shields.io/badge/semver-2.0.0-259D6C.svg?style=flat
|
|
783
798
|
[📌semver-breaking]: https://github.com/semver/semver/issues/716#issuecomment-869336139
|
|
784
799
|
[📌major-versions-not-sacred]: https://tom.preston-werner.com/2022/05/23/major-version-numbers-are-not-sacred.html
|
|
785
|
-
[📌changelog]: https://github.com/kettle-
|
|
800
|
+
[📌changelog]: https://github.com/kettle-dev/kettle-test/blob/main/CHANGELOG.md
|
|
786
801
|
[📗keep-changelog]: https://keepachangelog.com/en/1.0.0/
|
|
787
802
|
[📗keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-34495e.svg?style=flat
|
|
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.
|
|
792
|
-
[🔐security]: https://github.com/kettle-
|
|
806
|
+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.094-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
|
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
|
|
795
810
|
[📄license]: LICENSE.md
|
|
796
811
|
[📄license-ref]: LICENSE.md
|
|
797
812
|
[📄license-img]: https://img.shields.io/badge/License-AGPL--3.0--only_OR_PolyForm--Small--Business--1.0.0-259D6C.svg
|
|
798
813
|
[📄license-compat]: https://www.apache.org/legal/resolved.html#category-x
|
|
799
|
-
[📄license-compat-img]: https://img.shields.io/badge/Apache_Incompatible:_Category_X
|
|
814
|
+
[📄license-compat-img]: https://img.shields.io/badge/Apache_Incompatible:_Category_X-%E2%9C%97-C0392B.svg?style=flat&logo=Apache
|
|
800
815
|
|
|
801
816
|
[📄ilo-declaration]: https://www.ilo.org/declaration/lang--en/index.htm
|
|
802
817
|
[📄ilo-declaration-img]: https://img.shields.io/badge/ILO_Fundamental_Principles-✓-259D6C.svg?style=flat
|
|
803
818
|
[🚎yard-current]: http://rubydoc.info/gems/kettle-test
|
|
804
819
|
[🚎yard-head]: https://kettle-test.galtzo.com
|
|
805
820
|
[💎stone_checksums]: https://github.com/galtzo-floss/stone_checksums
|
|
806
|
-
[💎SHA_checksums]: https://gitlab.com/kettle-
|
|
821
|
+
[💎SHA_checksums]: https://gitlab.com/kettle-dev/kettle-test/-/tree/main/checksums
|
|
807
822
|
[💎rlts]: https://github.com/rubocop-lts/rubocop-lts
|
|
808
823
|
[💎rlts-img]: https://img.shields.io/badge/code_style_&_linting-rubocop--lts-34495e.svg?plastic&logo=ruby&logoColor=white
|
|
809
824
|
[💎appraisal2]: https://github.com/appraisal-rb/appraisal2
|
|
@@ -815,8 +830,8 @@ Thanks for RTFM. ☺️
|
|
|
815
830
|
|---|---|
|
|
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
|
-
| Homepage | https://github.com/kettle-
|
|
819
|
-
| Source | https://github.com/kettle-
|
|
833
|
+
| Homepage | 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,27 +238,27 @@ 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
|
|
245
245
|
requirements:
|
|
246
246
|
- - "~>"
|
|
247
247
|
- !ruby/object:Gem::Version
|
|
248
|
-
version: '2.
|
|
248
|
+
version: '2.2'
|
|
249
249
|
- - ">="
|
|
250
250
|
- !ruby/object:Gem::Version
|
|
251
|
-
version: 2.
|
|
251
|
+
version: 2.2.15
|
|
252
252
|
type: :development
|
|
253
253
|
prerelease: false
|
|
254
254
|
version_requirements: !ruby/object:Gem::Requirement
|
|
255
255
|
requirements:
|
|
256
256
|
- - "~>"
|
|
257
257
|
- !ruby/object:Gem::Version
|
|
258
|
-
version: '2.
|
|
258
|
+
version: '2.2'
|
|
259
259
|
- - ">="
|
|
260
260
|
- !ruby/object:Gem::Version
|
|
261
|
-
version: 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
|
|
@@ -414,18 +414,18 @@ files:
|
|
|
414
414
|
- lib/kettle/test/version.rb
|
|
415
415
|
- sig/kettle/test.rbs
|
|
416
416
|
- sig/kettle/test/version.rbs
|
|
417
|
-
homepage: https://github.com/kettle-
|
|
417
|
+
homepage: https://github.com/kettle-dev/kettle-test
|
|
418
418
|
licenses:
|
|
419
419
|
- AGPL-3.0-only
|
|
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-
|
|
424
|
-
changelog_uri: https://github.com/kettle-
|
|
425
|
-
bug_tracker_uri: https://github.com/kettle-
|
|
426
|
-
documentation_uri: https://www.rubydoc.info/gems/kettle-test/2.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
|
+
bug_tracker_uri: https://github.com/kettle-dev/kettle-test/issues
|
|
426
|
+
documentation_uri: https://www.rubydoc.info/gems/kettle-test/2.0.6
|
|
427
427
|
funding_uri: https://github.com/sponsors/pboling
|
|
428
|
-
wiki_uri: https://github.com/kettle-
|
|
428
|
+
wiki_uri: https://github.com/kettle-dev/kettle-test/wiki
|
|
429
429
|
news_uri: https://www.railsbling.com/tags/kettle-test
|
|
430
430
|
discord_uri: https://discord.gg/3qme4XHNKN
|
|
431
431
|
rubygems_mfa_required: 'true'
|
metadata.gz.sig
CHANGED
|
Binary file
|