rspec-pending_for 0.1.27 → 0.1.28
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 +20 -1
- data/LICENSE.md +1 -1
- data/README.md +4 -2
- data/lib/rspec/pending_for/version.rb +1 -1
- 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: 79629c0d34859ac640c50a926eb2e7ed2f275b67922a4cf38c43f35a65e3a9e3
|
|
4
|
+
data.tar.gz: 9780149846d94b72b6bd416cc670eddb060356bc01a4ff4d36a1ea97cd939ef6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5de493c6c26e0910224952b341289dd141253a38b419ab7a90c9c9658224aa3a32b331f9cd932b15050410f73a9bcd74ad846d98f6ab18f1ea2fe7777abb30b2
|
|
7
|
+
data.tar.gz: 38bcc4641c869e04447861a5b8f52d03df875b15247ef518cea719c4b09db6d74c71d0007663b5ee49e1958897feb502d48622af07e11a29c827dad9c6705eb1
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,23 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [0.1.28] - 2026-09-11
|
|
34
|
+
|
|
35
|
+
- TAG: [v0.1.28][0.1.28t]
|
|
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 18 project files:
|
|
43
|
+
- dependencies (18)
|
|
44
|
+
|
|
45
|
+
- [kc] kettle-jem/template: updated 21 project files:
|
|
46
|
+
- code and tests (2)
|
|
47
|
+
- dependencies (18)
|
|
48
|
+
- other (1)
|
|
49
|
+
|
|
33
50
|
## [0.1.27] - 2026-08-13
|
|
34
51
|
|
|
35
52
|
- TAG: [v0.1.27][0.1.27t]
|
|
@@ -271,7 +288,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
271
288
|
- Compatibility with truffleruby (maybe? not able to run it in CI yet)
|
|
272
289
|
- Fixed compatibility with Ruby < 2
|
|
273
290
|
|
|
274
|
-
[Unreleased]: https://github.com/galtzo-floss/rspec-pending_for/compare/v0.1.
|
|
291
|
+
[Unreleased]: https://github.com/galtzo-floss/rspec-pending_for/compare/v0.1.28...HEAD
|
|
292
|
+
[0.1.28]: https://github.com/galtzo-floss/rspec-pending_for/compare/v0.1.27...v0.1.28
|
|
293
|
+
[0.1.28t]: https://github.com/galtzo-floss/rspec-pending_for/releases/tag/v0.1.28
|
|
275
294
|
[0.1.27]: https://github.com/galtzo-floss/rspec-pending_for/compare/v0.1.26...v0.1.27
|
|
276
295
|
[0.1.27t]: https://github.com/galtzo-floss/rspec-pending_for/releases/tag/v0.1.27
|
|
277
296
|
[0.1.26]: https://github.com/galtzo-floss/rspec-pending_for/compare/v0.1.25...v0.1.26
|
data/LICENSE.md
CHANGED
data/README.md
CHANGED
|
@@ -101,7 +101,9 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
101
101
|
|
|
102
102
|
</details>
|
|
103
103
|
|
|
104
|
-
### Enterprise Support
|
|
104
|
+
### Enterprise Support
|
|
105
|
+
|
|
106
|
+
[](https://tidelift.com/subscription/pkg/rubygems-rspec-pending_for?utm_source=rubygems-rspec-pending_for&utm_medium=referral&utm_campaign=readme)
|
|
105
107
|
|
|
106
108
|
Available as part of the Tidelift Subscription.
|
|
107
109
|
|
|
@@ -493,7 +495,7 @@ See [LICENSE.md][📄license] for the official copyright notice.
|
|
|
493
495
|
<summary>Copyright holders</summary>
|
|
494
496
|
|
|
495
497
|
- Copyright (c) 2015, 2017-2018, 2020-2022, 2025-2026 Peter H. Boling
|
|
496
|
-
- Copyright (c) 2025
|
|
498
|
+
- Copyright (c) 2025 Annibelle Boling
|
|
497
499
|
|
|
498
500
|
</details>
|
|
499
501
|
|
|
@@ -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.28"
|
|
9
9
|
end
|
|
10
10
|
# Current gem version exposed at the traditional constant location.
|
|
11
11
|
VERSION = Version::VERSION # Traditional Constant Location
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
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.28
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
8
|
+
- Annibelle Boling
|
|
8
9
|
bindir: exe
|
|
9
10
|
cert_chain:
|
|
10
11
|
- |
|
|
@@ -85,20 +86,20 @@ dependencies:
|
|
|
85
86
|
requirements:
|
|
86
87
|
- - "~>"
|
|
87
88
|
- !ruby/object:Gem::Version
|
|
88
|
-
version: '3.
|
|
89
|
+
version: '3.1'
|
|
89
90
|
- - ">="
|
|
90
91
|
- !ruby/object:Gem::Version
|
|
91
|
-
version: 3.0
|
|
92
|
+
version: 3.1.0
|
|
92
93
|
type: :development
|
|
93
94
|
prerelease: false
|
|
94
95
|
version_requirements: !ruby/object:Gem::Requirement
|
|
95
96
|
requirements:
|
|
96
97
|
- - "~>"
|
|
97
98
|
- !ruby/object:Gem::Version
|
|
98
|
-
version: '3.
|
|
99
|
+
version: '3.1'
|
|
99
100
|
- - ">="
|
|
100
101
|
- !ruby/object:Gem::Version
|
|
101
|
-
version: 3.0
|
|
102
|
+
version: 3.1.0
|
|
102
103
|
- !ruby/object:Gem::Dependency
|
|
103
104
|
name: bundler-audit
|
|
104
105
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -176,7 +177,7 @@ dependencies:
|
|
|
176
177
|
version: '3.2'
|
|
177
178
|
- - ">="
|
|
178
179
|
- !ruby/object:Gem::Version
|
|
179
|
-
version: 3.2.
|
|
180
|
+
version: 3.2.3
|
|
180
181
|
type: :development
|
|
181
182
|
prerelease: false
|
|
182
183
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -186,7 +187,7 @@ dependencies:
|
|
|
186
187
|
version: '3.2'
|
|
187
188
|
- - ">="
|
|
188
189
|
- !ruby/object:Gem::Version
|
|
189
|
-
version: 3.2.
|
|
190
|
+
version: 3.2.3
|
|
190
191
|
- !ruby/object:Gem::Dependency
|
|
191
192
|
name: kettle-test
|
|
192
193
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -196,7 +197,7 @@ dependencies:
|
|
|
196
197
|
version: '2.0'
|
|
197
198
|
- - ">="
|
|
198
199
|
- !ruby/object:Gem::Version
|
|
199
|
-
version: 2.0.
|
|
200
|
+
version: 2.0.21
|
|
200
201
|
type: :development
|
|
201
202
|
prerelease: false
|
|
202
203
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -206,7 +207,7 @@ dependencies:
|
|
|
206
207
|
version: '2.0'
|
|
207
208
|
- - ">="
|
|
208
209
|
- !ruby/object:Gem::Version
|
|
209
|
-
version: 2.0.
|
|
210
|
+
version: 2.0.21
|
|
210
211
|
- !ruby/object:Gem::Dependency
|
|
211
212
|
name: turbo_tests2
|
|
212
213
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -216,7 +217,7 @@ dependencies:
|
|
|
216
217
|
version: '3.2'
|
|
217
218
|
- - ">="
|
|
218
219
|
- !ruby/object:Gem::Version
|
|
219
|
-
version: 3.2.
|
|
220
|
+
version: 3.2.8
|
|
220
221
|
type: :development
|
|
221
222
|
prerelease: false
|
|
222
223
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -226,7 +227,7 @@ dependencies:
|
|
|
226
227
|
version: '3.2'
|
|
227
228
|
- - ">="
|
|
228
229
|
- !ruby/object:Gem::Version
|
|
229
|
-
version: 3.2.
|
|
230
|
+
version: 3.2.8
|
|
230
231
|
- !ruby/object:Gem::Dependency
|
|
231
232
|
name: ruby-progressbar
|
|
232
233
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -250,7 +251,7 @@ dependencies:
|
|
|
250
251
|
version: '1.0'
|
|
251
252
|
- - ">="
|
|
252
253
|
- !ruby/object:Gem::Version
|
|
253
|
-
version: 1.0.
|
|
254
|
+
version: 1.0.9
|
|
254
255
|
type: :development
|
|
255
256
|
prerelease: false
|
|
256
257
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -260,7 +261,7 @@ dependencies:
|
|
|
260
261
|
version: '1.0'
|
|
261
262
|
- - ">="
|
|
262
263
|
- !ruby/object:Gem::Version
|
|
263
|
-
version: 1.0.
|
|
264
|
+
version: 1.0.9
|
|
264
265
|
- !ruby/object:Gem::Dependency
|
|
265
266
|
name: gitmoji-regex
|
|
266
267
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -270,7 +271,7 @@ dependencies:
|
|
|
270
271
|
version: '2.0'
|
|
271
272
|
- - ">="
|
|
272
273
|
- !ruby/object:Gem::Version
|
|
273
|
-
version: 2.0.
|
|
274
|
+
version: 2.0.13
|
|
274
275
|
type: :development
|
|
275
276
|
prerelease: false
|
|
276
277
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -280,7 +281,7 @@ dependencies:
|
|
|
280
281
|
version: '2.0'
|
|
281
282
|
- - ">="
|
|
282
283
|
- !ruby/object:Gem::Version
|
|
283
|
-
version: 2.0.
|
|
284
|
+
version: 2.0.13
|
|
284
285
|
description: "⏳️ Mark specs pending or skipped for specific Ruby engine (e.g. MRI
|
|
285
286
|
or JRuby) & versions, or version ranges. Fund overlooked open source projects -
|
|
286
287
|
bottom of stack, dev/test dependencies: floss-funding.dev"
|
|
@@ -305,10 +306,10 @@ licenses:
|
|
|
305
306
|
- MIT
|
|
306
307
|
metadata:
|
|
307
308
|
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.
|
|
309
|
+
source_code_uri: https://github.com/galtzo-floss/rspec-pending_for/tree/v0.1.28
|
|
310
|
+
changelog_uri: https://github.com/galtzo-floss/rspec-pending_for/blob/v0.1.28/CHANGELOG.md
|
|
310
311
|
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.
|
|
312
|
+
documentation_uri: https://www.rubydoc.info/gems/rspec-pending_for/0.1.28
|
|
312
313
|
funding_uri: https://github.com/sponsors/pboling
|
|
313
314
|
wiki_uri: https://github.com/galtzo-floss/rspec-pending_for/wiki
|
|
314
315
|
news_uri: https://www.railsbling.com/tags/rspec-pending_for
|
metadata.gz.sig
CHANGED
|
Binary file
|