rspec-pending_for 0.1.22 → 0.1.23
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 +46 -1
- data/README.md +11 -0
- data/lib/rspec/pending_for/version.rb +4 -1
- data/lib/rspec/pending_for.rb +0 -1
- data.tar.gz.sig +0 -0
- metadata +12 -12
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 39f1b7093bfd6619aa29f51d6952df73a5ae1252f83d8b7c13e904883cd39745
|
|
4
|
+
data.tar.gz: 044b6b3c21d3651f4a1d1e615a05d30ef7c18c0a860c827b9a44bc7d5e0480cd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0dbb11776c006869d7a93fe8ca2bfe359086d8453b0c114e8995afc40d8014e20682244cce00905c4b0a934790012d998ff03714481db6d6a070ce55ce915957
|
|
7
|
+
data.tar.gz: 946de59e77777bb59478651d0982829872ac770280e93b34c09e6fa8d4fc5d3dec91c46042ff619cdf0d4836095ea7eefc89bda8b991d98ac829262bbda8ac89
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,49 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [0.1.23] - 2026-07-28
|
|
34
|
+
|
|
35
|
+
- TAG: [v0.1.23][0.1.23t]
|
|
36
|
+
- COVERAGE: 100.00% -- 100/100 lines in 6 files
|
|
37
|
+
- BRANCH COVERAGE: 100.00% -- 43/43 branches in 6 files
|
|
38
|
+
- 72.73% documented
|
|
39
|
+
|
|
40
|
+
### Added
|
|
41
|
+
|
|
42
|
+
- Documentation linting now has its generated `yard-lint` dependency and severity config available in the local bundle.
|
|
43
|
+
|
|
44
|
+
- kettle-jem-template-20260726-001 - Projects now include YARD lint
|
|
45
|
+
configuration and documentation dependencies so documentation issues fail
|
|
46
|
+
before generated docs are refreshed.
|
|
47
|
+
|
|
48
|
+
- kettle-jem-template-20260727-001 - Spec harness documentation now lists the
|
|
49
|
+
RSpec helpers provided by `kettle-test`.
|
|
50
|
+
|
|
51
|
+
### Changed
|
|
52
|
+
|
|
53
|
+
- kettle-jem-template-20260728-001 - Generated Ruby workflows now use clearer
|
|
54
|
+
setup-ruby-flash planning and can prepare appraisal-only jobs without
|
|
55
|
+
installing the main Gemfile bundle.
|
|
56
|
+
|
|
57
|
+
### Fixed
|
|
58
|
+
|
|
59
|
+
- kettle-jem-template-20260726-002 - Generated version files now document their
|
|
60
|
+
version namespace and constants, reducing warning-only YARD lint output.
|
|
61
|
+
|
|
62
|
+
- kettle-jem-template-20260726-003 - Coverage upload steps now treat Coveralls,
|
|
63
|
+
QLTY, and Codecov as optional, so provider outages do not fail CI when local
|
|
64
|
+
coverage thresholds still pass.
|
|
65
|
+
- kettle-jem-template-20260728-002 - Generated RuboCop configs now ignore the
|
|
66
|
+
same `gemfiles/vendor/bundle` tree as `.gitignore`, so vendored dependency
|
|
67
|
+
installs are not reported as project lint debt.
|
|
68
|
+
- kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
|
|
69
|
+
TruffleRuby jobs with current RubyGems and Bundler, avoiding setup failures
|
|
70
|
+
before the test suite starts.
|
|
71
|
+
|
|
72
|
+
- kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
|
|
73
|
+
setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
|
|
74
|
+
lockfile parser failures on Git and path dependencies.
|
|
75
|
+
|
|
33
76
|
## [0.1.22] - 2026-07-25
|
|
34
77
|
|
|
35
78
|
- TAG: [v0.1.22][0.1.22t]
|
|
@@ -153,7 +196,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
153
196
|
- Compatibility with truffleruby (maybe? not able to run it in CI yet)
|
|
154
197
|
- Fixed compatibility with Ruby < 2
|
|
155
198
|
|
|
156
|
-
[Unreleased]: https://github.com/galtzo-floss/rspec-pending_for/compare/v0.1.
|
|
199
|
+
[Unreleased]: https://github.com/galtzo-floss/rspec-pending_for/compare/v0.1.23...HEAD
|
|
200
|
+
[0.1.23]: https://github.com/galtzo-floss/rspec-pending_for/compare/v0.1.22...v0.1.23
|
|
201
|
+
[0.1.23t]: https://github.com/galtzo-floss/rspec-pending_for/releases/tag/v0.1.23
|
|
157
202
|
[0.1.22]: https://github.com/galtzo-floss/rspec-pending_for/compare/v0.1.21...v0.1.22
|
|
158
203
|
[0.1.22t]: https://github.com/galtzo-floss/rspec-pending_for/releases/tag/v0.1.22
|
|
159
204
|
[0.1.21]: https://github.com/galtzo-floss/rspec-pending_for/compare/v0.1.20...v0.1.21
|
data/README.md
CHANGED
|
@@ -751,3 +751,14 @@ Thanks for RTFM. ☺️
|
|
|
751
751
|
[💎appraisal2]: https://github.com/appraisal-rb/appraisal2
|
|
752
752
|
[💎appraisal2-img]: https://img.shields.io/badge/appraised_by-appraisal2-34495e.svg?plastic&logo=ruby&logoColor=white
|
|
753
753
|
[💎d-in-dvcs]: https://railsbling.com/posts/dvcs/put_the_d_in_dvcs/
|
|
754
|
+
|
|
755
|
+
<!-- kettle-jem:metadata:start -->
|
|
756
|
+
| Field | Value |
|
|
757
|
+
|---|---|
|
|
758
|
+
| Package | rspec-pending_for |
|
|
759
|
+
| Description | ⏳️ Mark specs pending or skipped for specific Ruby engine (e.g. MRI or JRuby) & versions, or version ranges. Fund overlooked open source projects - bottom of stack, dev/test dependencies: floss-funding.dev |
|
|
760
|
+
| Homepage | https://github.com/galtzo-floss/rspec-pending_for |
|
|
761
|
+
| Source | https://github.com/galtzo-floss/rspec-pending_for |
|
|
762
|
+
| License | `MIT` |
|
|
763
|
+
| Funding | https://github.com/sponsors/pboling, https://ko-fi.com/pboling, https://liberapay.com/pboling/donate, https://opencollective.com/galtzo-floss, https://thanks.dev/u/gh/pboling, https://tidelift.com/funding/github/rubygems/rspec-pending_for, https://www.buymeacoffee.com/pboling |
|
|
764
|
+
<!-- kettle-jem:metadata:end -->
|
|
@@ -2,9 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
module Rspec
|
|
4
4
|
module PendingFor
|
|
5
|
+
# Version namespace for this gem.
|
|
5
6
|
module Version
|
|
6
|
-
|
|
7
|
+
# Current gem version.
|
|
8
|
+
VERSION = "0.1.23"
|
|
7
9
|
end
|
|
10
|
+
# Current gem version exposed at the traditional constant location.
|
|
8
11
|
VERSION = Version::VERSION # Traditional Constant Location
|
|
9
12
|
end
|
|
10
13
|
end
|
data/lib/rspec/pending_for.rb
CHANGED
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.23
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -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.16
|
|
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.16
|
|
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.3
|
|
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.3
|
|
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.7
|
|
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.7
|
|
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.8
|
|
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.8
|
|
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.23
|
|
309
|
+
changelog_uri: https://github.com/galtzo-floss/rspec-pending_for/blob/v0.1.23/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.23
|
|
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
|