rspec-pending_for 0.1.25 → 0.1.27
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 +51 -16
- data/README.md +18 -32
- data/lib/rspec/pending_for/version.rb +1 -1
- data/lib/rspec/pending_for.rb +1 -2
- data.tar.gz.sig +0 -0
- metadata +18 -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: fe916e061e2c750fa8894eb3b8616417e8d281df3d929c63d3d8213ae6f8c9bb
|
|
4
|
+
data.tar.gz: 5cca4768e844f04c4a26e9d15aa719d02a3e8067184ef5f9f6e7f63370bb2715
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cd2d4f6e6221d51487e6a0e3abffdfbff881e7a3ad06b552c35f1fa1816ce40103c6aa4a0edc628303446bdb17efd4c1946744a2be2ad28fb233d2d32648d20b
|
|
7
|
+
data.tar.gz: 841455f0c49df8e55acbe6ed0725fd5d12dc7da5b625124eebfd1a75d29ab09570e3fdd24a3738989828f4cb233fce0249aa069374ac2d2b62b709a93e6162ba
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,52 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [0.1.27] - 2026-08-13
|
|
34
|
+
|
|
35
|
+
- TAG: [v0.1.27][0.1.27t]
|
|
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
|
+
- [kc] kettle-jem/prepare: updated 4 project files:
|
|
43
|
+
- dependencies (4)
|
|
44
|
+
|
|
45
|
+
- [kc] kettle-jem/template: updated 1 project file:
|
|
46
|
+
- code and tests (1)
|
|
47
|
+
|
|
48
|
+
## [0.1.26] - 2026-08-12
|
|
49
|
+
|
|
50
|
+
- TAG: [v0.1.26][0.1.26t]
|
|
51
|
+
- COVERAGE: 100.00% -- 99/99 lines in 6 files
|
|
52
|
+
- BRANCH COVERAGE: 100.00% -- 43/43 branches in 6 files
|
|
53
|
+
- 72.73% documented
|
|
54
|
+
|
|
55
|
+
### Changed
|
|
56
|
+
|
|
57
|
+
- kettle-jem-template-20260801-001 - Generated README gem dashboard links now
|
|
58
|
+
use ClickGems instead of BestGems.
|
|
59
|
+
|
|
60
|
+
- Prepare project for kettle-jem templates: updated 19 project files across dependencies (19).
|
|
61
|
+
|
|
62
|
+
- Apply kettle-jem templates: updated 8 project files across code and tests (2), configuration (1), dependencies (1), documentation (1), other (3).
|
|
63
|
+
|
|
64
|
+
### Fixed
|
|
65
|
+
|
|
66
|
+
- kettle-jem-template-20260801-002 - Generated RSpec helpers now normalize
|
|
67
|
+
managed configuration block bindings structurally, preventing mixed block
|
|
68
|
+
parameter names from producing invalid configuration after a merge.
|
|
69
|
+
- kettle-jem-template-20260801-003 - Generated project metadata and
|
|
70
|
+
documentation now normalize configured underscore hostnames to valid
|
|
71
|
+
hyphenated hostnames.
|
|
72
|
+
- kettle-jem-template-20260801-004 - Generated organization README logos now
|
|
73
|
+
use GitHub's stable organization avatar endpoint instead of assuming a
|
|
74
|
+
matching Galtzo-hosted asset exists.
|
|
75
|
+
|
|
76
|
+
- kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
|
|
77
|
+
preserving comments and trailing commas during template updates.
|
|
78
|
+
|
|
33
79
|
## [0.1.25] - 2026-07-31
|
|
34
80
|
|
|
35
81
|
- TAG: [v0.1.25][0.1.25t]
|
|
@@ -39,17 +85,8 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
39
85
|
|
|
40
86
|
### Added
|
|
41
87
|
|
|
42
|
-
- kettle-jem-template-20260729-005 - Gemspec metadata now publishes this
|
|
43
|
-
project's RubyForum tag as `mailing_list_uri`, and support docs link to the
|
|
44
|
-
tagged RubyForum community alongside Discord.
|
|
45
|
-
|
|
46
88
|
### Fixed
|
|
47
89
|
|
|
48
|
-
- kettle-jem-template-20260729-002 - VersionGem bootstrap now preserves
|
|
49
|
-
and templates dedicated `version_gem.rb` entrypoints even when the gemspec
|
|
50
|
-
dependency is intentionally omitted, and generated anonymous-loader specs
|
|
51
|
-
cover both `version.rb` and `version_gem.rb`.
|
|
52
|
-
|
|
53
90
|
- kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
|
|
54
91
|
floor now get managed minimal `version.rb` files and anonymous-loader version
|
|
55
92
|
specs without adding `version_gem`.
|
|
@@ -126,18 +163,12 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
126
163
|
|
|
127
164
|
### Changed
|
|
128
165
|
|
|
129
|
-
- kettle-jem-template-20260716-001 - Shim gemspec manifests now include
|
|
130
|
-
`LICENSE.md` instead of nonexistent `LICENSE.txt`.
|
|
131
166
|
- kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
|
|
132
167
|
repository-only files by default to reduce downstream distro packaging churn.
|
|
133
|
-
- kettle-jem-template-20260720-001 - Generated READMEs can now render
|
|
134
|
-
template-managed corporate sponsor logos from project or family config.
|
|
135
168
|
- kettle-jem-template-20260720-002 - Generated development Gemfiles now use the
|
|
136
169
|
released `tree_sitter_language_pack` gem 1.13.3 or newer by default.
|
|
137
170
|
- kettle-jem-template-20260720-003 - Generated StructuredMerge Git diff driver
|
|
138
171
|
config now uses the installed `smorg-rb` Ruby driver name.
|
|
139
|
-
- kettle-jem-template-20260720-004 - Generated multi-engine workflow files now
|
|
140
|
-
omit JRuby and TruffleRuby jobs when project config declares MRI-only engines.
|
|
141
172
|
- kettle-jem-template-20260720-005 - Generated README Support & Community rows
|
|
142
173
|
now include a RubyForum help badge.
|
|
143
174
|
- kettle-jem-template-20260725-001 - Generated JRuby and TruffleRuby workflow
|
|
@@ -240,7 +271,11 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
240
271
|
- Compatibility with truffleruby (maybe? not able to run it in CI yet)
|
|
241
272
|
- Fixed compatibility with Ruby < 2
|
|
242
273
|
|
|
243
|
-
[Unreleased]: https://github.com/galtzo-floss/rspec-pending_for/compare/v0.1.
|
|
274
|
+
[Unreleased]: https://github.com/galtzo-floss/rspec-pending_for/compare/v0.1.27...HEAD
|
|
275
|
+
[0.1.27]: https://github.com/galtzo-floss/rspec-pending_for/compare/v0.1.26...v0.1.27
|
|
276
|
+
[0.1.27t]: https://github.com/galtzo-floss/rspec-pending_for/releases/tag/v0.1.27
|
|
277
|
+
[0.1.26]: https://github.com/galtzo-floss/rspec-pending_for/compare/v0.1.25...v0.1.26
|
|
278
|
+
[0.1.26t]: https://github.com/galtzo-floss/rspec-pending_for/releases/tag/v0.1.26
|
|
244
279
|
[0.1.25]: https://github.com/galtzo-floss/rspec-pending_for/compare/v0.1.24...v0.1.25
|
|
245
280
|
[0.1.25t]: https://github.com/galtzo-floss/rspec-pending_for/releases/tag/v0.1.25
|
|
246
281
|
[0.1.24]: https://github.com/galtzo-floss/rspec-pending_for/compare/v0.1.23...v0.1.24
|
data/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
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] [![Ruby Users Forum][✉️ruby-forum-top-img]][✉️ruby-forum] [![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
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
|
|
|
@@ -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
|
|
|
@@ -418,8 +418,7 @@ See [SECURITY.md][🔐security].
|
|
|
418
418
|
## 🤝 Contributing
|
|
419
419
|
|
|
420
420
|
If you need some ideas of where to help, you could work on adding more code coverage,
|
|
421
|
-
|
|
422
|
-
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.
|
|
423
422
|
|
|
424
423
|
We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
|
|
425
424
|
|
|
@@ -455,19 +454,6 @@ Made with [contributors-img][🖐contrib-rocks].
|
|
|
455
454
|
|
|
456
455
|
Also see GitLab Contributors: [https://gitlab.com/galtzo-floss/rspec-pending_for/-/graphs/main][🚎contributors-gl]
|
|
457
456
|
|
|
458
|
-
<details markdown="1">
|
|
459
|
-
<summary>⭐️ Star History</summary>
|
|
460
|
-
|
|
461
|
-
<a href="https://star-history.com/galtzo-floss/rspec-pending_for&Date">
|
|
462
|
-
<picture>
|
|
463
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/rspec-pending_for&type=Date&theme=dark" />
|
|
464
|
-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/rspec-pending_for&type=Date" />
|
|
465
|
-
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=galtzo-floss/rspec-pending_for&type=Date" />
|
|
466
|
-
</picture>
|
|
467
|
-
</a>
|
|
468
|
-
|
|
469
|
-
</details>
|
|
470
|
-
|
|
471
457
|
## 📌 Versioning
|
|
472
458
|
|
|
473
459
|
This library follows [![Semantic Versioning 2.0.0][📌semver-img]][📌semver] for its public API where practical.
|
|
@@ -573,7 +559,7 @@ Thanks for RTFM. ☺️
|
|
|
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.27"
|
|
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.27
|
|
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.6
|
|
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.6
|
|
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.12
|
|
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.12
|
|
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,10 +305,10 @@ 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.27
|
|
309
|
+
changelog_uri: https://github.com/galtzo-floss/rspec-pending_for/blob/v0.1.27/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.27
|
|
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
|
metadata.gz.sig
CHANGED
|
Binary file
|