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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fe916e061e2c750fa8894eb3b8616417e8d281df3d929c63d3d8213ae6f8c9bb
4
- data.tar.gz: 5cca4768e844f04c4a26e9d15aa719d02a3e8067184ef5f9f6e7f63370bb2715
3
+ metadata.gz: 79629c0d34859ac640c50a926eb2e7ed2f275b67922a4cf38c43f35a65e3a9e3
4
+ data.tar.gz: 9780149846d94b72b6bd416cc670eddb060356bc01a4ff4d36a1ea97cd939ef6
5
5
  SHA512:
6
- metadata.gz: cd2d4f6e6221d51487e6a0e3abffdfbff881e7a3ad06b552c35f1fa1816ce40103c6aa4a0edc628303446bdb17efd4c1946744a2be2ad28fb233d2d32648d20b
7
- data.tar.gz: 841455f0c49df8e55acbe6ed0725fd5d12dc7da5b625124eebfd1a75d29ab09570e3fdd24a3738989828f4cb233fce0249aa069374ac2d2b62b709a93e6162ba
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.27...HEAD
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
@@ -8,4 +8,4 @@ Choose the option that best fits your use case:
8
8
  ## Copyright Notice
9
9
 
10
10
  - Copyright (c) 2015, 2017-2018, 2020-2022, 2025-2026 Peter H. Boling
11
- - Copyright (c) 2025 Aboling0
11
+ - Copyright (c) 2025 Annibelle Boling
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 [![Tidelift](https://tidelift.com/badges/package/rubygems/rspec-pending_for)](https://tidelift.com/subscription/pkg/rubygems-rspec-pending_for?utm_source=rubygems-rspec-pending_for&utm_medium=referral&utm_campaign=readme)
104
+ ### Enterprise Support
105
+
106
+ [![Tidelift](https://tidelift.com/badges/package/rubygems/rspec-pending_for)](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 Aboling0
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.27"
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.27
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.0'
89
+ version: '3.1'
89
90
  - - ">="
90
91
  - !ruby/object:Gem::Version
91
- version: 3.0.6
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.0'
99
+ version: '3.1'
99
100
  - - ">="
100
101
  - !ruby/object:Gem::Version
101
- version: 3.0.6
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.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.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.19
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.19
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.6
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.6
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.8
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.8
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.12
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.12
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.27
309
- changelog_uri: https://github.com/galtzo-floss/rspec-pending_for/blob/v0.1.27/CHANGELOG.md
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.27
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