kettle-test 2.0.3 → 2.0.5
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 +44 -1
- data/CITATION.cff +2 -2
- data/CONTRIBUTING.md +9 -9
- data/FUNDING.md +12 -12
- data/LICENSE.md +1 -1
- data/README.md +92 -92
- data/SECURITY.md +1 -1
- data/lib/kettle/test/config/int/rspec/rspec_core.rb +4 -0
- data/lib/kettle/test/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +15 -15
- 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: 15409d03765bf3d7e3d226c2c881740c804d4616f56dcecc99501c34621417cc
|
|
4
|
+
data.tar.gz: c6090590d3165bbd9b4e27257915328f187b96e8dfdc0c66b2a77a39b4aa7fff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c1c383a81350617203179cfdb269bf8c88d204a503c2ba8f1547c627a458ce3ab58ad193810028180de666097c2dbe409398d1eccd0b087e1bca61682dcc0ee
|
|
7
|
+
data.tar.gz: e20c868ff0d355bf307e0657dfb26476dc802ba5cd87b67788c720e8524bdfe296f5dac403f931f4cb9543b3e2e1a77fef44e6a3df964fb68def7420154865f8
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,45 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [2.0.5] - 2026-06-10
|
|
34
|
+
|
|
35
|
+
- TAG: [v2.0.5][2.0.5t]
|
|
36
|
+
- COVERAGE: 100.00% -- 91/91 lines in 15 files
|
|
37
|
+
- BRANCH COVERAGE: 100.00% -- 2/2 branches in 15 files
|
|
38
|
+
- 90.00% documented
|
|
39
|
+
|
|
40
|
+
### Changed
|
|
41
|
+
|
|
42
|
+
- Retemplated project metadata and development tooling for `kettle-dev` 2.2.1
|
|
43
|
+
and `yard-fence` 0.9.3.
|
|
44
|
+
|
|
45
|
+
- Retemplated development tooling for `kettle-dev` 2.2.3 and
|
|
46
|
+
`kettle-soup-cover` 2.0.2.
|
|
47
|
+
|
|
48
|
+
### Fixed
|
|
49
|
+
|
|
50
|
+
- Restored `docs/CNAME` so the generated documentation site keeps its custom domain.
|
|
51
|
+
|
|
52
|
+
- Updated generated project metadata links to use the migrated `kettle-dev`
|
|
53
|
+
GitHub organization.
|
|
54
|
+
|
|
55
|
+
## [2.0.4] - 2026-06-08
|
|
56
|
+
|
|
57
|
+
- TAG: [v2.0.4][2.0.4t]
|
|
58
|
+
- COVERAGE: 100.00% -- 91/91 lines in 15 files
|
|
59
|
+
- BRANCH COVERAGE: 100.00% -- 2/2 branches in 15 files
|
|
60
|
+
- 90.00% documented
|
|
61
|
+
|
|
62
|
+
### Changed
|
|
63
|
+
|
|
64
|
+
- Retemplated project workflows with the current kettle-jem template and raised
|
|
65
|
+
the runtime `turbo_tests2` dependency floor to v3.1.2.
|
|
66
|
+
|
|
67
|
+
### Fixed
|
|
68
|
+
|
|
69
|
+
- `kettle-test` now configures RSpec random ordering so run highlights include
|
|
70
|
+
the randomization seed needed to reproduce order-dependent failures.
|
|
71
|
+
|
|
33
72
|
## [2.0.3] - 2026-06-02
|
|
34
73
|
|
|
35
74
|
- TAG: [v2.0.3][2.0.3t]
|
|
@@ -295,7 +334,11 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
295
334
|
- silent_stream
|
|
296
335
|
- timecop-rspec
|
|
297
336
|
|
|
298
|
-
[Unreleased]: https://github.com/kettle-
|
|
337
|
+
[Unreleased]: https://github.com/kettle-dev/kettle-test/compare/v2.0.5...HEAD
|
|
338
|
+
[2.0.5]: https://github.com/kettle-dev/kettle-test/compare/v2.0.4...v2.0.5
|
|
339
|
+
[2.0.5t]: https://github.com/kettle-dev/kettle-test/releases/tag/v2.0.5
|
|
340
|
+
[2.0.4]: https://github.com/kettle-rb/kettle-test/compare/v2.0.3...v2.0.4
|
|
341
|
+
[2.0.4t]: https://github.com/kettle-rb/kettle-test/releases/tag/v2.0.4
|
|
299
342
|
[2.0.3]: https://github.com/kettle-rb/kettle-test/compare/v2.0.2...v2.0.3
|
|
300
343
|
[2.0.3t]: https://github.com/kettle-rb/kettle-test/releases/tag/v2.0.3
|
|
301
344
|
[2.0.2]: https://github.com/kettle-rb/kettle-test/compare/v2.0.1...v2.0.2
|
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
|
@@ -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
|
@@ -10,10 +10,10 @@ Many paths lead to being a sponsor or a backer of this project. Are you on such
|
|
|
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
19
|
[🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
|
|
@@ -46,7 +46,7 @@ To join the community or get help 👇️ Join the Discord.
|
|
|
46
46
|
|
|
47
47
|
To say "thanks!" ☝️ Join the Discord or 👇️ send money.
|
|
48
48
|
|
|
49
|
-
[![Sponsor kettle-
|
|
49
|
+
[![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
50
|
|
|
51
51
|
# Another Way to Support Open Source Software
|
|
52
52
|
|
|
@@ -59,13 +59,13 @@ I’m developing a new library, [floss_funding][🖇floss-funding-gem], designed
|
|
|
59
59
|
**[Floss-Funding.dev][🖇floss-funding.dev]: 👉️ No network calls. 👉️ No tracking. 👉️ No oversight. 👉️ Minimal crypto hashing. 💡 Easily disabled nags**
|
|
60
60
|
|
|
61
61
|
[⛳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-
|
|
62
|
+
[🖇osc-all-img]: https://img.shields.io/opencollective/all/kettle-dev
|
|
63
|
+
[🖇osc-sponsors-img]: https://img.shields.io/opencollective/sponsors/kettle-dev
|
|
64
|
+
[🖇osc-backers-img]: https://img.shields.io/opencollective/backers/kettle-dev
|
|
65
|
+
[🖇osc-all-bottom-img]: https://img.shields.io/opencollective/all/kettle-dev?style=for-the-badge
|
|
66
|
+
[🖇osc-sponsors-bottom-img]: https://img.shields.io/opencollective/sponsors/kettle-dev?style=for-the-badge
|
|
67
|
+
[🖇osc-backers-bottom-img]: https://img.shields.io/opencollective/backers/kettle-dev?style=for-the-badge
|
|
68
|
+
[🖇osc]: https://opencollective.com/kettle-dev
|
|
69
69
|
[🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
|
|
70
70
|
[🖇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
71
|
[🖇paypal-bottom-img]: https://img.shields.io/badge/donate-paypal-a51611.svg?style=for-the-badge&logo=paypal&color=0A0A0A
|
data/LICENSE.md
CHANGED
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
|
|
|
@@ -87,14 +87,14 @@ not practical for the current toolchain.
|
|
|
87
87
|
|
|
88
88
|
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI | Discussions |
|
|
89
89
|
|-------------------------------------------------|-----------------------------------------------------------------------|---------------------------|--------------------------|---------------------------|--------------------------|------------------------------|
|
|
90
|
-
| 🧪 [kettle-
|
|
91
|
-
| 🧊 [kettle-
|
|
92
|
-
| 🐙 [kettle-
|
|
90
|
+
| 🧪 [kettle-dev/kettle-test on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix | ➖ |
|
|
91
|
+
| 🧊 [kettle-dev/kettle-test on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix | ➖ |
|
|
92
|
+
| 🐙 [kettle-dev/kettle-test on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix | [💚][gh-discussions] |
|
|
93
93
|
| 🎮️ [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
94
|
|
|
95
95
|
</details>
|
|
96
96
|
|
|
97
|
-
[gh-discussions]: https://github.com/kettle-
|
|
97
|
+
[gh-discussions]: https://github.com/kettle-dev/kettle-test/discussions
|
|
98
98
|
|
|
99
99
|
### Enterprise Support [](https://tidelift.com/subscription/pkg/rubygems-kettle-test?utm_source=rubygems-kettle-test&utm_medium=referral&utm_campaign=readme)
|
|
100
100
|
|
|
@@ -522,16 +522,16 @@ chat rooms and mailing lists agrees to follow the [![Contributor Covenant 2.1][
|
|
|
522
522
|
|
|
523
523
|
Made with [contributors-img][🖐contrib-rocks].
|
|
524
524
|
|
|
525
|
-
Also see GitLab Contributors: [https://gitlab.com/kettle-
|
|
525
|
+
Also see GitLab Contributors: [https://gitlab.com/kettle-dev/kettle-test/-/graphs/main][🚎contributors-gl]
|
|
526
526
|
|
|
527
527
|
<details>
|
|
528
528
|
<summary>⭐️ Star History</summary>
|
|
529
529
|
|
|
530
|
-
<a href="https://star-history.com/kettle-
|
|
530
|
+
<a href="https://star-history.com/kettle-dev/kettle-test&Date">
|
|
531
531
|
<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-
|
|
532
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=kettle-dev/kettle-test&type=Date&theme=dark" />
|
|
533
|
+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=kettle-dev/kettle-test&type=Date" />
|
|
534
|
+
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=kettle-dev/kettle-test&type=Date" />
|
|
535
535
|
</picture>
|
|
536
536
|
</a>
|
|
537
537
|
|
|
@@ -596,7 +596,7 @@ To join the community or get help 👇️ Join the Discord.
|
|
|
596
596
|
|
|
597
597
|
To say "thanks!" ☝️ Join the Discord or 👇️ send money.
|
|
598
598
|
|
|
599
|
-
[![Sponsor kettle-
|
|
599
|
+
[![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
600
|
|
|
601
601
|
### Please give the project a star ⭐ ♥.
|
|
602
602
|
|
|
@@ -607,17 +607,17 @@ Thanks for RTFM. ☺️
|
|
|
607
607
|
[⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&color=a51611&style=flat
|
|
608
608
|
[⛳liberapay-bottom-img]: https://img.shields.io/liberapay/goal/pboling.svg?style=for-the-badge&logo=liberapay&color=a51611
|
|
609
609
|
[⛳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-
|
|
610
|
+
[🖇osc-all-img]: https://img.shields.io/opencollective/all/kettle-dev
|
|
611
|
+
[🖇osc-sponsors-img]: https://img.shields.io/opencollective/sponsors/kettle-dev
|
|
612
|
+
[🖇osc-backers-img]: https://img.shields.io/opencollective/backers/kettle-dev
|
|
613
|
+
[🖇osc-backers]: https://opencollective.com/kettle-dev#backer
|
|
614
|
+
[🖇osc-backers-i]: https://opencollective.com/kettle-dev/backers/badge.svg?style=flat
|
|
615
|
+
[🖇osc-sponsors]: https://opencollective.com/kettle-dev#sponsor
|
|
616
|
+
[🖇osc-sponsors-i]: https://opencollective.com/kettle-dev/sponsors/badge.svg?style=flat
|
|
617
|
+
[🖇osc-all-bottom-img]: https://img.shields.io/opencollective/all/kettle-dev?style=for-the-badge
|
|
618
|
+
[🖇osc-sponsors-bottom-img]: https://img.shields.io/opencollective/sponsors/kettle-dev?style=for-the-badge
|
|
619
|
+
[🖇osc-backers-bottom-img]: https://img.shields.io/opencollective/backers/kettle-dev?style=for-the-badge
|
|
620
|
+
[🖇osc]: https://opencollective.com/kettle-dev
|
|
621
621
|
[🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
|
|
622
622
|
[🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
|
|
623
623
|
[🖇sponsor]: https://github.com/sponsors/pboling
|
|
@@ -641,12 +641,12 @@ Thanks for RTFM. ☺️
|
|
|
641
641
|
[✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
|
|
642
642
|
|
|
643
643
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
644
|
-
[⛳️gem-namespace]: https://github.com/kettle-
|
|
644
|
+
[⛳️gem-namespace]: https://github.com/kettle-dev/kettle-test
|
|
645
645
|
[⛳️namespace-img]: https://img.shields.io/badge/namespace-Kettle::Test-3C2D2D.svg?style=square&logo=ruby&logoColor=white
|
|
646
646
|
[⛳️gem-name]: https://bestgems.org/gems/kettle-test
|
|
647
647
|
[⛳️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-
|
|
648
|
+
[⛳️tag-img]: https://img.shields.io/github/tag/kettle-dev/kettle-test.svg
|
|
649
|
+
[⛳️tag]: https://github.com/kettle-dev/kettle-test/releases
|
|
650
650
|
[🚂maint-blog]: http://www.railsbling.com/tags/kettle-test
|
|
651
651
|
[🚂maint-blog-img]: https://img.shields.io/badge/blog-railsbling-0093D0.svg?style=for-the-badge&logo=rubyonrails&logoColor=orange
|
|
652
652
|
[🚂maint-contact]: http://www.railsbling.com/contact
|
|
@@ -681,64 +681,64 @@ Thanks for RTFM. ☺️
|
|
|
681
681
|
[💁🏼♂️peterboling]: http://www.peterboling.com
|
|
682
682
|
[🚂railsbling]: http://www.railsbling.com
|
|
683
683
|
[📜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-
|
|
684
|
+
[📜src-gl]: https://gitlab.com/kettle-dev/kettle-test
|
|
685
685
|
[📜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-
|
|
686
|
+
[📜src-cb]: https://codeberg.org/kettle-dev/kettle-test
|
|
687
687
|
[📜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-
|
|
688
|
+
[📜src-gh]: https://github.com/kettle-dev/kettle-test
|
|
689
689
|
[📜docs-cr-rd-img]: https://img.shields.io/badge/RubyDoc-Current_Release-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
|
690
690
|
[📜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-
|
|
691
|
+
[📜gl-wiki]: https://gitlab.com/kettle-dev/kettle-test/-/wikis/home
|
|
692
|
+
[📜gh-wiki]: https://github.com/kettle-dev/kettle-test/wiki
|
|
693
693
|
[📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
|
|
694
694
|
[📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
|
|
695
695
|
[👽dl-rank]: https://bestgems.org/gems/kettle-test
|
|
696
696
|
[👽dl-ranki]: https://img.shields.io/gem/rd/kettle-test.svg
|
|
697
697
|
[👽version]: https://bestgems.org/gems/kettle-test
|
|
698
698
|
[👽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
|
-
[🚎truby-22.3-wf]: https://github.com/kettle-
|
|
720
|
-
[🚎truby-23.0-wf]: https://github.com/kettle-
|
|
721
|
-
[🚎truby-23.1-wf]: https://github.com/kettle-
|
|
722
|
-
[🚎truby-24.2-wf]: https://github.com/kettle-
|
|
723
|
-
[🚎truby-25.0-wf]: https://github.com/kettle-
|
|
724
|
-
[🚎2-cov-wf]: https://github.com/kettle-
|
|
725
|
-
[🚎2-cov-wfi]: https://github.com/kettle-
|
|
726
|
-
[🚎3-hd-wf]: https://github.com/kettle-
|
|
727
|
-
[🚎3-hd-wfi]: https://github.com/kettle-
|
|
728
|
-
[🚎5-st-wf]: https://github.com/kettle-
|
|
729
|
-
[🚎5-st-wfi]: https://github.com/kettle-
|
|
730
|
-
[🚎9-t-wf]: https://github.com/kettle-
|
|
731
|
-
[🚎9-t-wfi]: https://github.com/kettle-
|
|
732
|
-
[🚎10-j-wf]: https://github.com/kettle-
|
|
733
|
-
[🚎10-j-wfi]: https://github.com/kettle-
|
|
734
|
-
[🚎11-c-wf]: https://github.com/kettle-
|
|
735
|
-
[🚎11-c-wfi]: https://github.com/kettle-
|
|
736
|
-
[🚎12-crh-wf]: https://github.com/kettle-
|
|
737
|
-
[🚎12-crh-wfi]: https://github.com/kettle-
|
|
738
|
-
[🚎13-🔒️-wf]: https://github.com/kettle-
|
|
739
|
-
[🚎13-🔒️-wfi]: https://github.com/kettle-
|
|
740
|
-
[🚎14-🔓️-wf]: https://github.com/kettle-
|
|
741
|
-
[🚎14-🔓️-wfi]: https://github.com/kettle-
|
|
699
|
+
[🏀qlty-mnt]: https://qlty.sh/gh/kettle-dev/projects/kettle-test
|
|
700
|
+
[🏀qlty-mnti]: https://qlty.sh/gh/kettle-dev/projects/kettle-test/maintainability.svg
|
|
701
|
+
[🏀qlty-cov]: https://qlty.sh/gh/kettle-dev/projects/kettle-test/metrics/code?sort=coverageRating
|
|
702
|
+
[🏀qlty-covi]: https://qlty.sh/gh/kettle-dev/projects/kettle-test/coverage.svg
|
|
703
|
+
[🏀codecov]: https://codecov.io/gh/kettle-dev/kettle-test
|
|
704
|
+
[🏀codecovi]: https://codecov.io/gh/kettle-dev/kettle-test/graph/badge.svg
|
|
705
|
+
[🏀coveralls]: https://coveralls.io/github/kettle-dev/kettle-test?branch=main
|
|
706
|
+
[🏀coveralls-img]: https://coveralls.io/repos/github/kettle-dev/kettle-test/badge.svg?branch=main
|
|
707
|
+
[🚎ruby-2.4-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/ruby-2.4.yml
|
|
708
|
+
[🚎ruby-2.5-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/ruby-2.5.yml
|
|
709
|
+
[🚎ruby-2.6-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/ruby-2.6.yml
|
|
710
|
+
[🚎ruby-2.7-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/ruby-2.7.yml
|
|
711
|
+
[🚎ruby-3.0-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/ruby-3.0.yml
|
|
712
|
+
[🚎ruby-3.1-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/ruby-3.1.yml
|
|
713
|
+
[🚎ruby-3.2-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/ruby-3.2.yml
|
|
714
|
+
[🚎ruby-3.3-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/ruby-3.3.yml
|
|
715
|
+
[🚎ruby-3.4-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/ruby-3.4.yml
|
|
716
|
+
[🚎jruby-9.2-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/jruby-9.2.yml
|
|
717
|
+
[🚎jruby-9.3-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/jruby-9.3.yml
|
|
718
|
+
[🚎jruby-9.4-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/jruby-9.4.yml
|
|
719
|
+
[🚎truby-22.3-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/truffleruby-22.3.yml
|
|
720
|
+
[🚎truby-23.0-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/truffleruby-23.0.yml
|
|
721
|
+
[🚎truby-23.1-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/truffleruby-23.1.yml
|
|
722
|
+
[🚎truby-24.2-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/truffleruby-24.2.yml
|
|
723
|
+
[🚎truby-25.0-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/truffleruby-25.0.yml
|
|
724
|
+
[🚎2-cov-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/coverage.yml
|
|
725
|
+
[🚎2-cov-wfi]: https://github.com/kettle-dev/kettle-test/actions/workflows/coverage.yml/badge.svg
|
|
726
|
+
[🚎3-hd-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/heads.yml
|
|
727
|
+
[🚎3-hd-wfi]: https://github.com/kettle-dev/kettle-test/actions/workflows/heads.yml/badge.svg
|
|
728
|
+
[🚎5-st-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/style.yml
|
|
729
|
+
[🚎5-st-wfi]: https://github.com/kettle-dev/kettle-test/actions/workflows/style.yml/badge.svg
|
|
730
|
+
[🚎9-t-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/truffle.yml
|
|
731
|
+
[🚎9-t-wfi]: https://github.com/kettle-dev/kettle-test/actions/workflows/truffle.yml/badge.svg
|
|
732
|
+
[🚎10-j-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/jruby.yml
|
|
733
|
+
[🚎10-j-wfi]: https://github.com/kettle-dev/kettle-test/actions/workflows/jruby.yml/badge.svg
|
|
734
|
+
[🚎11-c-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/current.yml
|
|
735
|
+
[🚎11-c-wfi]: https://github.com/kettle-dev/kettle-test/actions/workflows/current.yml/badge.svg
|
|
736
|
+
[🚎12-crh-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/dep-heads.yml
|
|
737
|
+
[🚎12-crh-wfi]: https://github.com/kettle-dev/kettle-test/actions/workflows/dep-heads.yml/badge.svg
|
|
738
|
+
[🚎13-🔒️-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/locked_deps.yml
|
|
739
|
+
[🚎13-🔒️-wfi]: https://github.com/kettle-dev/kettle-test/actions/workflows/locked_deps.yml/badge.svg
|
|
740
|
+
[🚎14-🔓️-wf]: https://github.com/kettle-dev/kettle-test/actions/workflows/unlocked_deps.yml
|
|
741
|
+
[🚎14-🔓️-wfi]: https://github.com/kettle-dev/kettle-test/actions/workflows/unlocked_deps.yml/badge.svg
|
|
742
742
|
[💎ruby-2.4i]: https://img.shields.io/badge/Ruby-2.4-DF00CA?style=for-the-badge&logo=ruby&logoColor=white
|
|
743
743
|
[💎ruby-2.5i]: https://img.shields.io/badge/Ruby-2.5-DF00CA?style=for-the-badge&logo=ruby&logoColor=white
|
|
744
744
|
[💎ruby-2.6i]: https://img.shields.io/badge/Ruby-2.6-DF00CA?style=for-the-badge&logo=ruby&logoColor=white
|
|
@@ -762,48 +762,48 @@ Thanks for RTFM. ☺️
|
|
|
762
762
|
[💎jruby-9.4i]: https://img.shields.io/badge/JRuby-9.4-FBE742?style=for-the-badge&logo=ruby&logoColor=red
|
|
763
763
|
[💎jruby-c-i]: https://img.shields.io/badge/JRuby-current-FBE742?style=for-the-badge&logo=ruby&logoColor=green
|
|
764
764
|
[💎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-
|
|
765
|
+
[🤝gh-issues]: https://github.com/kettle-dev/kettle-test/issues
|
|
766
|
+
[🤝gh-pulls]: https://github.com/kettle-dev/kettle-test/pulls
|
|
767
|
+
[🤝gl-issues]: https://gitlab.com/kettle-dev/kettle-test/-/issues
|
|
768
|
+
[🤝gl-pulls]: https://gitlab.com/kettle-dev/kettle-test/-/merge_requests
|
|
769
|
+
[🤝cb-issues]: https://codeberg.org/kettle-dev/kettle-test/issues
|
|
770
|
+
[🤝cb-pulls]: https://codeberg.org/kettle-dev/kettle-test/pulls
|
|
771
771
|
[🤝cb-donate]: https://donate.codeberg.org/
|
|
772
|
-
[🤝contributing]: https://github.com/kettle-
|
|
773
|
-
[🏀codecov-g]: https://codecov.io/gh/kettle-
|
|
772
|
+
[🤝contributing]: https://github.com/kettle-dev/kettle-test/blob/main/CONTRIBUTING.md
|
|
773
|
+
[🏀codecov-g]: https://codecov.io/gh/kettle-dev/kettle-test/graph/badge.svg
|
|
774
774
|
[🖐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-
|
|
775
|
+
[🖐contributors]: https://github.com/kettle-dev/kettle-test/graphs/contributors
|
|
776
|
+
[🖐contributors-img]: https://contrib.rocks/image?repo=kettle-dev/kettle-test
|
|
777
|
+
[🚎contributors-gl]: https://gitlab.com/kettle-dev/kettle-test/-/graphs/main
|
|
778
|
+
[🪇conduct]: https://github.com/kettle-dev/kettle-test/blob/main/CODE_OF_CONDUCT.md
|
|
779
779
|
[🪇conduct-img]: https://img.shields.io/badge/Contributor_Covenant-2.1-259D6C.svg
|
|
780
780
|
[📌pvc]: http://guides.rubygems.org/patterns/#pessimistic-version-constraint
|
|
781
781
|
[📌semver]: https://semver.org/spec/v2.0.0.html
|
|
782
782
|
[📌semver-img]: https://img.shields.io/badge/semver-2.0.0-259D6C.svg?style=flat
|
|
783
783
|
[📌semver-breaking]: https://github.com/semver/semver/issues/716#issuecomment-869336139
|
|
784
784
|
[📌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-
|
|
785
|
+
[📌changelog]: https://github.com/kettle-dev/kettle-test/blob/main/CHANGELOG.md
|
|
786
786
|
[📗keep-changelog]: https://keepachangelog.com/en/1.0.0/
|
|
787
787
|
[📗keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-34495e.svg?style=flat
|
|
788
788
|
[📌gitmoji]: https://gitmoji.dev
|
|
789
789
|
[📌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
790
|
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
|
791
791
|
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.091-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
|
792
|
-
[🔐security]: https://github.com/kettle-
|
|
792
|
+
[🔐security]: https://github.com/kettle-dev/kettle-test/blob/main/SECURITY.md
|
|
793
793
|
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
|
794
794
|
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
|
795
795
|
[📄license]: LICENSE.md
|
|
796
796
|
[📄license-ref]: LICENSE.md
|
|
797
797
|
[📄license-img]: https://img.shields.io/badge/License-AGPL--3.0--only_OR_PolyForm--Small--Business--1.0.0-259D6C.svg
|
|
798
798
|
[📄license-compat]: https://www.apache.org/legal/resolved.html#category-x
|
|
799
|
-
[📄license-compat-img]: https://img.shields.io/badge/Apache_Incompatible:_Category_X
|
|
799
|
+
[📄license-compat-img]: https://img.shields.io/badge/Apache_Incompatible:_Category_X-%E2%9C%97-C0392B.svg?style=flat&logo=Apache
|
|
800
800
|
|
|
801
801
|
[📄ilo-declaration]: https://www.ilo.org/declaration/lang--en/index.htm
|
|
802
802
|
[📄ilo-declaration-img]: https://img.shields.io/badge/ILO_Fundamental_Principles-✓-259D6C.svg?style=flat
|
|
803
803
|
[🚎yard-current]: http://rubydoc.info/gems/kettle-test
|
|
804
804
|
[🚎yard-head]: https://kettle-test.galtzo.com
|
|
805
805
|
[💎stone_checksums]: https://github.com/galtzo-floss/stone_checksums
|
|
806
|
-
[💎SHA_checksums]: https://gitlab.com/kettle-
|
|
806
|
+
[💎SHA_checksums]: https://gitlab.com/kettle-dev/kettle-test/-/tree/main/checksums
|
|
807
807
|
[💎rlts]: https://github.com/rubocop-lts/rubocop-lts
|
|
808
808
|
[💎rlts-img]: https://img.shields.io/badge/code_style_&_linting-rubocop--lts-34495e.svg?plastic&logo=ruby&logoColor=white
|
|
809
809
|
[💎appraisal2]: https://github.com/appraisal-rb/appraisal2
|
|
@@ -815,8 +815,8 @@ Thanks for RTFM. ☺️
|
|
|
815
815
|
|---|---|
|
|
816
816
|
| Package | kettle-test |
|
|
817
817
|
| 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-
|
|
818
|
+
| Homepage | https://github.com/kettle-dev/kettle-test |
|
|
819
|
+
| Source | https://github.com/kettle-dev/kettle-test/tree/v2.0.5 |
|
|
820
820
|
| License | `AGPL-3.0-only` OR `PolyForm-Small-Business-1.0.0` |
|
|
821
|
-
| Funding | https://github.com/sponsors/pboling, https://issuehunt.io/u/pboling, https://ko-fi.com/pboling, https://liberapay.com/pboling/donate, https://opencollective.com/kettle-
|
|
821
|
+
| Funding | https://github.com/sponsors/pboling, https://issuehunt.io/u/pboling, https://ko-fi.com/pboling, https://liberapay.com/pboling/donate, https://opencollective.com/kettle-dev, https://patreon.com/galtzo, https://polar.sh/pboling, https://thanks.dev/u/gh/pboling, https://tidelift.com/funding/github/rubygems/kettle-test, https://www.buymeacoffee.com/pboling |
|
|
822
822
|
<!-- kettle-jem:metadata:end -->
|
data/SECURITY.md
CHANGED
|
@@ -21,6 +21,10 @@ RSpec.configure do |config|
|
|
|
21
21
|
# Disable RSpec exposing methods globally on `Module` and `main`
|
|
22
22
|
config.disable_monkey_patching!
|
|
23
23
|
|
|
24
|
+
# Run examples in random order and print the seed so failures are reproducible.
|
|
25
|
+
config.order = :random
|
|
26
|
+
Kernel.srand config.seed
|
|
27
|
+
|
|
24
28
|
# Optionally turn on full backtrace
|
|
25
29
|
config.full_backtrace = Kettle::Test::FULL_BACKTRACE
|
|
26
30
|
|
data/lib/kettle/test/version.rb
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.5
|
|
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.2
|
|
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.2
|
|
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.11
|
|
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.11
|
|
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.3
|
|
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.3
|
|
262
262
|
- !ruby/object:Gem::Dependency
|
|
263
263
|
name: bundler-audit
|
|
264
264
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -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.5
|
|
424
|
+
changelog_uri: https://github.com/kettle-dev/kettle-test/blob/v2.0.5/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.5
|
|
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
|