rspec-pending_for 0.1.24 → 0.1.26
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 +54 -7
- data/README.md +31 -45
- data/lib/rspec/pending_for/version.rb +1 -1
- data/lib/rspec/pending_for.rb +1 -2
- data.tar.gz.sig +0 -0
- metadata +19 -18
- 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: fec58e49585f4f0f308bafcb704950728b3467321f0e70f7930fd04d573c8d38
|
|
4
|
+
data.tar.gz: b410de449dc5ac7d886a01b5a2a8c03148f0640e343cafca2d3d87db4c2ca485
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 87353d1cca955b39c526a74e56b436901bdd9fb6f549aa5ee1bf34a7264d4477e0eb038b32217042a422415d9248fa893ebd4abecf40c71eb0692b7df785fe18
|
|
7
|
+
data.tar.gz: 6b52415cc097765cc4d156acaed0731a68ef79855fe9640df2583bc599c5cf94140c19e1dd3a90593e15fd094f4cb806382d6230fd826b8194ba02853fccaf1a
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,55 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [0.1.26] - 2026-08-12
|
|
34
|
+
|
|
35
|
+
- TAG: [v0.1.26][0.1.26t]
|
|
36
|
+
- COVERAGE: 100.00% -- 99/99 lines in 6 files
|
|
37
|
+
- BRANCH COVERAGE: 100.00% -- 43/43 branches in 6 files
|
|
38
|
+
- 72.73% documented
|
|
39
|
+
|
|
40
|
+
### Changed
|
|
41
|
+
|
|
42
|
+
- kettle-jem-template-20260801-001 - Generated README gem dashboard links now
|
|
43
|
+
use ClickGems instead of BestGems.
|
|
44
|
+
|
|
45
|
+
- Prepare project for kettle-jem templates: updated 19 project files across dependencies (19).
|
|
46
|
+
|
|
47
|
+
- Apply kettle-jem templates: updated 8 project files across code and tests (2), configuration (1), dependencies (1), documentation (1), other (3).
|
|
48
|
+
|
|
49
|
+
### Fixed
|
|
50
|
+
|
|
51
|
+
- kettle-jem-template-20260801-002 - Generated RSpec helpers now normalize
|
|
52
|
+
managed configuration block bindings structurally, preventing mixed block
|
|
53
|
+
parameter names from producing invalid configuration after a merge.
|
|
54
|
+
- kettle-jem-template-20260801-003 - Generated project metadata and
|
|
55
|
+
documentation now normalize configured underscore hostnames to valid
|
|
56
|
+
hyphenated hostnames.
|
|
57
|
+
- kettle-jem-template-20260801-004 - Generated organization README logos now
|
|
58
|
+
use GitHub's stable organization avatar endpoint instead of assuming a
|
|
59
|
+
matching Galtzo-hosted asset exists.
|
|
60
|
+
|
|
61
|
+
- kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
|
|
62
|
+
preserving comments and trailing commas during template updates.
|
|
63
|
+
|
|
64
|
+
## [0.1.25] - 2026-07-31
|
|
65
|
+
|
|
66
|
+
- TAG: [v0.1.25][0.1.25t]
|
|
67
|
+
- COVERAGE: 100.00% -- 100/100 lines in 6 files
|
|
68
|
+
- BRANCH COVERAGE: 100.00% -- 43/43 branches in 6 files
|
|
69
|
+
- 72.73% documented
|
|
70
|
+
|
|
71
|
+
### Added
|
|
72
|
+
|
|
73
|
+
### Fixed
|
|
74
|
+
|
|
75
|
+
- kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
|
|
76
|
+
floor now get managed minimal `version.rb` files and anonymous-loader version
|
|
77
|
+
specs without adding `version_gem`.
|
|
78
|
+
- kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
|
|
79
|
+
relative to the gemspec directory, so packaged template assets are included
|
|
80
|
+
even when the gemspec is loaded from another working directory.
|
|
81
|
+
|
|
33
82
|
## [0.1.24] - 2026-07-28
|
|
34
83
|
|
|
35
84
|
- TAG: [v0.1.24][0.1.24t]
|
|
@@ -99,18 +148,12 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
99
148
|
|
|
100
149
|
### Changed
|
|
101
150
|
|
|
102
|
-
- kettle-jem-template-20260716-001 - Shim gemspec manifests now include
|
|
103
|
-
`LICENSE.md` instead of nonexistent `LICENSE.txt`.
|
|
104
151
|
- kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
|
|
105
152
|
repository-only files by default to reduce downstream distro packaging churn.
|
|
106
|
-
- kettle-jem-template-20260720-001 - Generated READMEs can now render
|
|
107
|
-
template-managed corporate sponsor logos from project or family config.
|
|
108
153
|
- kettle-jem-template-20260720-002 - Generated development Gemfiles now use the
|
|
109
154
|
released `tree_sitter_language_pack` gem 1.13.3 or newer by default.
|
|
110
155
|
- kettle-jem-template-20260720-003 - Generated StructuredMerge Git diff driver
|
|
111
156
|
config now uses the installed `smorg-rb` Ruby driver name.
|
|
112
|
-
- kettle-jem-template-20260720-004 - Generated multi-engine workflow files now
|
|
113
|
-
omit JRuby and TruffleRuby jobs when project config declares MRI-only engines.
|
|
114
157
|
- kettle-jem-template-20260720-005 - Generated README Support & Community rows
|
|
115
158
|
now include a RubyForum help badge.
|
|
116
159
|
- kettle-jem-template-20260725-001 - Generated JRuby and TruffleRuby workflow
|
|
@@ -213,7 +256,11 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
213
256
|
- Compatibility with truffleruby (maybe? not able to run it in CI yet)
|
|
214
257
|
- Fixed compatibility with Ruby < 2
|
|
215
258
|
|
|
216
|
-
[Unreleased]: https://github.com/galtzo-floss/rspec-pending_for/compare/v0.1.
|
|
259
|
+
[Unreleased]: https://github.com/galtzo-floss/rspec-pending_for/compare/v0.1.26...HEAD
|
|
260
|
+
[0.1.26]: https://github.com/galtzo-floss/rspec-pending_for/compare/v0.1.25...v0.1.26
|
|
261
|
+
[0.1.26t]: https://github.com/galtzo-floss/rspec-pending_for/releases/tag/v0.1.26
|
|
262
|
+
[0.1.25]: https://github.com/galtzo-floss/rspec-pending_for/compare/v0.1.24...v0.1.25
|
|
263
|
+
[0.1.25t]: https://github.com/galtzo-floss/rspec-pending_for/releases/tag/v0.1.25
|
|
217
264
|
[0.1.24]: https://github.com/galtzo-floss/rspec-pending_for/compare/v0.1.23...v0.1.24
|
|
218
265
|
[0.1.24t]: https://github.com/galtzo-floss/rspec-pending_for/releases/tag/v0.1.24
|
|
219
266
|
[0.1.23]: https://github.com/galtzo-floss/rspec-pending_for/compare/v0.1.22...v0.1.23
|
data/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
<a href="https://github.com/galtzo-floss"><img alt="galtzo-floss Logo by
|
|
1
|
+
<a href="https://github.com/galtzo-floss"><img alt="galtzo-floss Logo by GitHub" src="https://github.com/galtzo-floss.png?size=192" width="14%" align="right"/></a>
|
|
2
2
|
|
|
3
3
|
# ⏳️ Rspec::PendingFor
|
|
4
4
|
|
|
5
|
-
[![Version][👽versioni]][👽version] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license] [![
|
|
5
|
+
[![Version][👽versioni]][👽version] [![Ruby Users Forum][✉️ruby-forum-top-img]][✉️ruby-forum] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license] [![Total downloads][👽dl-ranki]][👽dl-rank] [![CodeCov Test Coverage][🏀codecovi]][🏀codecov] [![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls] [![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov] [![QLTY Maintainability][🏀qlty-mnti]][🏀qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf] [![Apache SkyWalking Eyes License Compatibility Check][🚎15-🪪-wfi]][🚎15-🪪-wf]
|
|
6
6
|
|
|
7
|
-
`if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know][✉️discord-invite], as I may have missed the
|
|
7
|
+
`if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know on Discord][✉️discord-invite] or [RubyForum][✉️ruby-forum], as I may have missed the notification.
|
|
8
8
|
|
|
9
9
|
---
|
|
10
10
|
|
|
@@ -62,7 +62,7 @@ due to the inherent limitations of GitHub Actions.
|
|
|
62
62
|
|
|
63
63
|
### Compatibility
|
|
64
64
|
|
|
65
|
-
Compatible with MRI Ruby 1.8.7+,
|
|
65
|
+
Compatible with MRI Ruby 1.8.7+, JRuby, and TruffleRuby.
|
|
66
66
|
CI workflows and Appraisals are generated for MRI Ruby 2.4+.
|
|
67
67
|
This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
|
|
68
68
|
may be higher than the gem's runtime compatibility floor when legacy Rubies are
|
|
@@ -75,16 +75,16 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
75
75
|
<details markdown="1">
|
|
76
76
|
<summary>How kettle-dev manages complexity in tests</summary>
|
|
77
77
|
|
|
78
|
-
| Gem | Source | Role |
|
|
78
|
+
| Gem | Source | Role | Total downloads |
|
|
79
79
|
|-----|--------|------|---------------------|
|
|
80
|
-
| [appraisal2](https://
|
|
81
|
-
| [appraisal2-rubocop](https://
|
|
82
|
-
| [kettle-dev](https://
|
|
83
|
-
| [kettle-jem](https://
|
|
84
|
-
| [kettle-soup-cover](https://
|
|
85
|
-
| [kettle-test](https://
|
|
86
|
-
| [rubocop-lts](https://
|
|
87
|
-
| [turbo_tests2](https://
|
|
80
|
+
| [appraisal2](https://clickgems.clickhouse.com/dashboard/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [](https://clickgems.clickhouse.com/dashboard/appraisal2) |
|
|
81
|
+
| [appraisal2-rubocop](https://clickgems.clickhouse.com/dashboard/appraisal2-rubocop) | [GitHub](https://github.com/appraisal-rb/appraisal2-rubocop) | RuboCop Appraisal generator integration | [](https://clickgems.clickhouse.com/dashboard/appraisal2-rubocop) |
|
|
82
|
+
| [kettle-dev](https://clickgems.clickhouse.com/dashboard/kettle-dev) | [GitHub](https://github.com/kettle-dev/kettle-dev) | development, release, and CI workflow tooling | [](https://clickgems.clickhouse.com/dashboard/kettle-dev) |
|
|
83
|
+
| [kettle-jem](https://clickgems.clickhouse.com/dashboard/kettle-jem) | [GitHub](https://github.com/kettle-dev/kettle-jem) | Appraisals & CI workflow templates | [](https://clickgems.clickhouse.com/dashboard/kettle-jem) |
|
|
84
|
+
| [kettle-soup-cover](https://clickgems.clickhouse.com/dashboard/kettle-soup-cover) | [GitHub](https://github.com/kettle-dev/kettle-soup-cover) | SimpleCov coverage policy and reporting | [](https://clickgems.clickhouse.com/dashboard/kettle-soup-cover) |
|
|
85
|
+
| [kettle-test](https://clickgems.clickhouse.com/dashboard/kettle-test) | [GitHub](https://github.com/kettle-dev/kettle-test) | standard test runner and coverage harness | [](https://clickgems.clickhouse.com/dashboard/kettle-test) |
|
|
86
|
+
| [rubocop-lts](https://clickgems.clickhouse.com/dashboard/rubocop-lts) | [GitHub](https://github.com/rubocop-lts/rubocop-lts) | Ruby-version-aware linting | [](https://clickgems.clickhouse.com/dashboard/rubocop-lts) |
|
|
87
|
+
| [turbo_tests2](https://clickgems.clickhouse.com/dashboard/turbo_tests2) | [GitHub](https://github.com/galtzo-floss/turbo_tests2) | parallel test execution | [](https://clickgems.clickhouse.com/dashboard/turbo_tests2) |
|
|
88
88
|
|
|
89
89
|
</details>
|
|
90
90
|
|
|
@@ -93,17 +93,14 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
93
93
|
<details markdown="1">
|
|
94
94
|
<summary>Find this repo on federated forges (Coming soon!)</summary>
|
|
95
95
|
|
|
96
|
-
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
|
|
97
|
-
|
|
98
|
-
| 🧪 [galtzo-floss/rspec-pending_for on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
|
|
99
|
-
| 🧊 [galtzo-floss/rspec-pending_for on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
|
|
100
|
-
| 🐙 [galtzo-floss/rspec-pending_for on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
|
|
101
|
-
| 🎮️ [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] |
|
|
96
|
+
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
|
|
97
|
+
|-------------------------------------------------|-------------------------------------------|-------------------|------------------|-----------------|----------------|
|
|
98
|
+
| 🧪 [galtzo-floss/rspec-pending_for on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
|
|
99
|
+
| 🧊 [galtzo-floss/rspec-pending_for on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
|
|
100
|
+
| 🐙 [galtzo-floss/rspec-pending_for on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
|
|
102
101
|
|
|
103
102
|
</details>
|
|
104
103
|
|
|
105
|
-
[gh-discussions]: https://github.com/galtzo-floss/rspec-pending_for/discussions
|
|
106
|
-
|
|
107
104
|
### Enterprise Support [](https://tidelift.com/subscription/pkg/rubygems-rspec-pending_for?utm_source=rubygems-rspec-pending_for&utm_medium=referral&utm_campaign=readme)
|
|
108
105
|
|
|
109
106
|
Available as part of the Tidelift Subscription.
|
|
@@ -121,6 +118,7 @@ The maintainers of this and thousands of other packages are working with Tidelif
|
|
|
121
118
|
|
|
122
119
|
Alternatively:
|
|
123
120
|
|
|
121
|
+
- [![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
|
|
124
122
|
- [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
125
123
|
- [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork]
|
|
126
124
|
- [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor]
|
|
@@ -420,8 +418,7 @@ See [SECURITY.md][🔐security].
|
|
|
420
418
|
## 🤝 Contributing
|
|
421
419
|
|
|
422
420
|
If you need some ideas of where to help, you could work on adding more code coverage,
|
|
423
|
-
|
|
424
|
-
or use the gem and think about how it could be better.
|
|
421
|
+
check [issues][🤝gh-issues] or [PRs][🤝gh-pulls], or use the gem and think about how it could be better.
|
|
425
422
|
|
|
426
423
|
We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
|
|
427
424
|
|
|
@@ -457,19 +454,6 @@ Made with [contributors-img][🖐contrib-rocks].
|
|
|
457
454
|
|
|
458
455
|
Also see GitLab Contributors: [https://gitlab.com/galtzo-floss/rspec-pending_for/-/graphs/main][🚎contributors-gl]
|
|
459
456
|
|
|
460
|
-
<details markdown="1">
|
|
461
|
-
<summary>⭐️ Star History</summary>
|
|
462
|
-
|
|
463
|
-
<a href="https://star-history.com/galtzo-floss/rspec-pending_for&Date">
|
|
464
|
-
<picture>
|
|
465
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/rspec-pending_for&type=Date&theme=dark" />
|
|
466
|
-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/rspec-pending_for&type=Date" />
|
|
467
|
-
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=galtzo-floss/rspec-pending_for&type=Date" />
|
|
468
|
-
</picture>
|
|
469
|
-
</a>
|
|
470
|
-
|
|
471
|
-
</details>
|
|
472
|
-
|
|
473
457
|
## 📌 Versioning
|
|
474
458
|
|
|
475
459
|
This library follows [![Semantic Versioning 2.0.0][📌semver-img]][📌semver] for its public API where practical.
|
|
@@ -522,11 +506,12 @@ I'm hoping to be able to pay for my kids' health insurance this month,
|
|
|
522
506
|
so if you value the work I am doing, I need your support.
|
|
523
507
|
Please consider sponsoring me or the project.
|
|
524
508
|
|
|
525
|
-
To join the community or get help
|
|
509
|
+
To join the community or get help, use the RubyForum or Discord.
|
|
526
510
|
|
|
511
|
+
[![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
|
|
527
512
|
[![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
528
513
|
|
|
529
|
-
To say "thanks!" ☝️ Join the
|
|
514
|
+
To say "thanks!" ☝️ Join the community or 👇️ send money.
|
|
530
515
|
|
|
531
516
|
[![Sponsor galtzo-floss/rspec-pending_for 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]
|
|
532
517
|
|
|
@@ -567,13 +552,14 @@ Thanks for RTFM. ☺️
|
|
|
567
552
|
[✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
|
|
568
553
|
[✉️ruby-friends-img]: https://img.shields.io/badge/daily.dev-%F0%9F%92%8E_Ruby_Friends-0A0A0A?style=for-the-badge&logo=dailydotdev&logoColor=white
|
|
569
554
|
[✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
|
|
570
|
-
[✉️ruby-forum-img]: https://img.shields.io/
|
|
571
|
-
[✉️ruby-forum]: https://
|
|
555
|
+
[✉️ruby-forum-top-img]: https://img.shields.io/discourse/topics?server=https%3A%2F%2Fwww.rubyforum.org&style=flat&logo=discourse&label=Ruby%20Users%20Forum
|
|
556
|
+
[✉️ruby-forum-img]: https://img.shields.io/discourse/topics?server=https%3A%2F%2Fwww.rubyforum.org&style=for-the-badge&logo=discourse&label=Ruby%20Users%20Forum
|
|
557
|
+
[✉️ruby-forum]: https://www.rubyforum.org/tag/galtzo-floss
|
|
572
558
|
|
|
573
559
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
574
560
|
[⛳️gem-namespace]: https://github.com/galtzo-floss/rspec-pending_for
|
|
575
561
|
[⛳️namespace-img]: https://img.shields.io/badge/namespace-Rspec::PendingFor-3C2D2D.svg?style=square&logo=ruby&logoColor=white
|
|
576
|
-
[⛳️gem-name]: https://
|
|
562
|
+
[⛳️gem-name]: https://clickgems.clickhouse.com/dashboard/rspec-pending_for
|
|
577
563
|
[⛳️name-img]: https://img.shields.io/badge/name-rspec--pending__for-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
|
|
578
564
|
[⛳️tag-img]: https://img.shields.io/github/tag/galtzo-floss/rspec-pending_for.svg
|
|
579
565
|
[⛳️tag]: https://github.com/galtzo-floss/rspec-pending_for/releases
|
|
@@ -622,9 +608,9 @@ Thanks for RTFM. ☺️
|
|
|
622
608
|
[📜gh-wiki]: https://github.com/galtzo-floss/rspec-pending_for/wiki
|
|
623
609
|
[📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
|
|
624
610
|
[📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
|
|
625
|
-
[👽dl-rank]: https://
|
|
626
|
-
[👽dl-ranki]: https://img.shields.io/gem/
|
|
627
|
-
[👽version]: https://
|
|
611
|
+
[👽dl-rank]: https://clickgems.clickhouse.com/dashboard/rspec-pending_for
|
|
612
|
+
[👽dl-ranki]: https://img.shields.io/gem/dt/rspec-pending_for.svg
|
|
613
|
+
[👽version]: https://clickgems.clickhouse.com/dashboard/rspec-pending_for
|
|
628
614
|
[👽versioni]: https://img.shields.io/gem/v/rspec-pending_for.svg
|
|
629
615
|
[🏀qlty-mnt]: https://qlty.sh/gh/galtzo-floss/projects/rspec-pending_for
|
|
630
616
|
[🏀qlty-mnti]: https://qlty.sh/gh/galtzo-floss/projects/rspec-pending_for/maintainability.svg
|
|
@@ -730,7 +716,7 @@ Thanks for RTFM. ☺️
|
|
|
730
716
|
[📌gitmoji]: https://gitmoji.dev
|
|
731
717
|
[📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
|
|
732
718
|
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
|
733
|
-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.
|
|
719
|
+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.099-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
|
734
720
|
[🔐security]: https://github.com/galtzo-floss/rspec-pending_for/blob/main/SECURITY.md
|
|
735
721
|
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
|
736
722
|
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
|
@@ -5,7 +5,7 @@ module Rspec
|
|
|
5
5
|
# Version namespace for this gem.
|
|
6
6
|
module Version
|
|
7
7
|
# Current gem version.
|
|
8
|
-
VERSION = "0.1.
|
|
8
|
+
VERSION = "0.1.26"
|
|
9
9
|
end
|
|
10
10
|
# Current gem version exposed at the traditional constant location.
|
|
11
11
|
VERSION = Version::VERSION # Traditional Constant Location
|
data/lib/rspec/pending_for.rb
CHANGED
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
# External Libraries
|
|
4
|
-
require_relative "pending_for/version"
|
|
5
4
|
|
|
6
5
|
require "ruby_version"
|
|
7
6
|
require "ruby_engine"
|
|
8
7
|
|
|
9
8
|
# This gem
|
|
10
9
|
# NOTE: Switch to require_relative once dropping support for Ruby < 2.2
|
|
11
|
-
require "rspec/pending_for/version"
|
|
12
10
|
require "rspec/pending_for/engine_or_versions_required"
|
|
13
11
|
require "rspec/pending_for/build"
|
|
14
12
|
require "rspec/pending_for/rspec"
|
|
13
|
+
require_relative "pending_for/version"
|
|
15
14
|
|
|
16
15
|
module Rspec
|
|
17
16
|
# Use with Rspec by including in your example groups, just like any other Rspec helpers:
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rspec-pending_for
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.26
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -85,20 +85,20 @@ dependencies:
|
|
|
85
85
|
requirements:
|
|
86
86
|
- - "~>"
|
|
87
87
|
- !ruby/object:Gem::Version
|
|
88
|
-
version: '
|
|
88
|
+
version: '3.0'
|
|
89
89
|
- - ">="
|
|
90
90
|
- !ruby/object:Gem::Version
|
|
91
|
-
version:
|
|
91
|
+
version: 3.0.6
|
|
92
92
|
type: :development
|
|
93
93
|
prerelease: false
|
|
94
94
|
version_requirements: !ruby/object:Gem::Requirement
|
|
95
95
|
requirements:
|
|
96
96
|
- - "~>"
|
|
97
97
|
- !ruby/object:Gem::Version
|
|
98
|
-
version: '
|
|
98
|
+
version: '3.0'
|
|
99
99
|
- - ">="
|
|
100
100
|
- !ruby/object:Gem::Version
|
|
101
|
-
version:
|
|
101
|
+
version: 3.0.6
|
|
102
102
|
- !ruby/object:Gem::Dependency
|
|
103
103
|
name: bundler-audit
|
|
104
104
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -176,7 +176,7 @@ dependencies:
|
|
|
176
176
|
version: '3.2'
|
|
177
177
|
- - ">="
|
|
178
178
|
- !ruby/object:Gem::Version
|
|
179
|
-
version: 3.2.
|
|
179
|
+
version: 3.2.2
|
|
180
180
|
type: :development
|
|
181
181
|
prerelease: false
|
|
182
182
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -186,7 +186,7 @@ dependencies:
|
|
|
186
186
|
version: '3.2'
|
|
187
187
|
- - ">="
|
|
188
188
|
- !ruby/object:Gem::Version
|
|
189
|
-
version: 3.2.
|
|
189
|
+
version: 3.2.2
|
|
190
190
|
- !ruby/object:Gem::Dependency
|
|
191
191
|
name: kettle-test
|
|
192
192
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -196,7 +196,7 @@ dependencies:
|
|
|
196
196
|
version: '2.0'
|
|
197
197
|
- - ">="
|
|
198
198
|
- !ruby/object:Gem::Version
|
|
199
|
-
version: 2.0.
|
|
199
|
+
version: 2.0.19
|
|
200
200
|
type: :development
|
|
201
201
|
prerelease: false
|
|
202
202
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -206,7 +206,7 @@ dependencies:
|
|
|
206
206
|
version: '2.0'
|
|
207
207
|
- - ">="
|
|
208
208
|
- !ruby/object:Gem::Version
|
|
209
|
-
version: 2.0.
|
|
209
|
+
version: 2.0.19
|
|
210
210
|
- !ruby/object:Gem::Dependency
|
|
211
211
|
name: turbo_tests2
|
|
212
212
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -216,7 +216,7 @@ dependencies:
|
|
|
216
216
|
version: '3.2'
|
|
217
217
|
- - ">="
|
|
218
218
|
- !ruby/object:Gem::Version
|
|
219
|
-
version: 3.2.
|
|
219
|
+
version: 3.2.5
|
|
220
220
|
type: :development
|
|
221
221
|
prerelease: false
|
|
222
222
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -226,7 +226,7 @@ dependencies:
|
|
|
226
226
|
version: '3.2'
|
|
227
227
|
- - ">="
|
|
228
228
|
- !ruby/object:Gem::Version
|
|
229
|
-
version: 3.2.
|
|
229
|
+
version: 3.2.5
|
|
230
230
|
- !ruby/object:Gem::Dependency
|
|
231
231
|
name: ruby-progressbar
|
|
232
232
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -250,7 +250,7 @@ dependencies:
|
|
|
250
250
|
version: '1.0'
|
|
251
251
|
- - ">="
|
|
252
252
|
- !ruby/object:Gem::Version
|
|
253
|
-
version: 1.0.
|
|
253
|
+
version: 1.0.8
|
|
254
254
|
type: :development
|
|
255
255
|
prerelease: false
|
|
256
256
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -260,7 +260,7 @@ dependencies:
|
|
|
260
260
|
version: '1.0'
|
|
261
261
|
- - ">="
|
|
262
262
|
- !ruby/object:Gem::Version
|
|
263
|
-
version: 1.0.
|
|
263
|
+
version: 1.0.8
|
|
264
264
|
- !ruby/object:Gem::Dependency
|
|
265
265
|
name: gitmoji-regex
|
|
266
266
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -270,7 +270,7 @@ dependencies:
|
|
|
270
270
|
version: '2.0'
|
|
271
271
|
- - ">="
|
|
272
272
|
- !ruby/object:Gem::Version
|
|
273
|
-
version: 2.0.
|
|
273
|
+
version: 2.0.11
|
|
274
274
|
type: :development
|
|
275
275
|
prerelease: false
|
|
276
276
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -280,7 +280,7 @@ dependencies:
|
|
|
280
280
|
version: '2.0'
|
|
281
281
|
- - ">="
|
|
282
282
|
- !ruby/object:Gem::Version
|
|
283
|
-
version: 2.0.
|
|
283
|
+
version: 2.0.11
|
|
284
284
|
description: "⏳️ Mark specs pending or skipped for specific Ruby engine (e.g. MRI
|
|
285
285
|
or JRuby) & versions, or version ranges. Fund overlooked open source projects -
|
|
286
286
|
bottom of stack, dev/test dependencies: floss-funding.dev"
|
|
@@ -305,14 +305,15 @@ licenses:
|
|
|
305
305
|
- MIT
|
|
306
306
|
metadata:
|
|
307
307
|
homepage_uri: https://rspec-pending-for.galtzo.com/
|
|
308
|
-
source_code_uri: https://github.com/galtzo-floss/rspec-pending_for/tree/v0.1.
|
|
309
|
-
changelog_uri: https://github.com/galtzo-floss/rspec-pending_for/blob/v0.1.
|
|
308
|
+
source_code_uri: https://github.com/galtzo-floss/rspec-pending_for/tree/v0.1.26
|
|
309
|
+
changelog_uri: https://github.com/galtzo-floss/rspec-pending_for/blob/v0.1.26/CHANGELOG.md
|
|
310
310
|
bug_tracker_uri: https://github.com/galtzo-floss/rspec-pending_for/issues
|
|
311
|
-
documentation_uri: https://www.rubydoc.info/gems/rspec-pending_for/0.1.
|
|
311
|
+
documentation_uri: https://www.rubydoc.info/gems/rspec-pending_for/0.1.26
|
|
312
312
|
funding_uri: https://github.com/sponsors/pboling
|
|
313
313
|
wiki_uri: https://github.com/galtzo-floss/rspec-pending_for/wiki
|
|
314
314
|
news_uri: https://www.railsbling.com/tags/rspec-pending_for
|
|
315
315
|
discord_uri: https://discord.gg/3qme4XHNKN
|
|
316
|
+
mailing_list_uri: https://www.rubyforum.org/tag/galtzo-floss
|
|
316
317
|
rubygems_mfa_required: 'true'
|
|
317
318
|
rdoc_options:
|
|
318
319
|
- "--title"
|
metadata.gz.sig
CHANGED
|
Binary file
|