rspec-pending_for 0.1.22 → 0.1.24

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: 7523d7581ddf0ed8f869f362bf354eff53e087b07118ac3d224b2521cd4fc1ce
4
- data.tar.gz: 939e477f5e940a4521e8335a75a706929056d557bf75a47e4bd3ed099cf93f9c
3
+ metadata.gz: 703f169a87a18cc3d3b36bcda5738f27e272a827be018a7ffdb495ae20e68e06
4
+ data.tar.gz: e12514b1459ab0cf8d6a5822ab43411e7f3420e2b528de1e1dd7d4382333b16c
5
5
  SHA512:
6
- metadata.gz: da2a65d1df0609d0fb71940909ea87acfb102946729c1a6ed87e4e2bb431b870683b205366e5e529251ca7b48cd0d6f2a3cfbfb6c45db2777da2f3635100b977
7
- data.tar.gz: 9b489590ccc5b8190dfbc9e151592dbf9931c26288e1e1cfb568e9adbb5542ef15d1436155813cf8ae74e3d5aa14c0687c9a5bfd19162196ddf9b0c3d8e8e44f
6
+ metadata.gz: fc6e656bcd2f238f60b6f7c96d07b6dafac83067abaeb493acda22015bb7b71fbc5b515ebdf910187748808fb8bcf95f927aec5929e3a86e0937f652a1b25979
7
+ data.tar.gz: eceaefdd17de2bc0348e797bf22d9c3f00401eaad37d4975819cf6ef16a789f104241f57a1dbf1fe65e20a7d4cd4d7665731d272fb2277271a51b4339ab0e1c7
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,66 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [0.1.24] - 2026-07-28
34
+
35
+ - TAG: [v0.1.24][0.1.24t]
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
+ ### Fixed
41
+
42
+ - kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
43
+ missing canonical version spec when a project only has shim namespace version
44
+ specs.
45
+
46
+ - kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
47
+ legacy manual bundle install path, avoiding setup-time Bundler full-index
48
+ failures against `gem.coop`.
49
+
50
+ ## [0.1.23] - 2026-07-28
51
+
52
+ - TAG: [v0.1.23][0.1.23t]
53
+ - COVERAGE: 100.00% -- 100/100 lines in 6 files
54
+ - BRANCH COVERAGE: 100.00% -- 43/43 branches in 6 files
55
+ - 72.73% documented
56
+
57
+ ### Added
58
+
59
+ - Documentation linting now has its generated `yard-lint` dependency and severity config available in the local bundle.
60
+
61
+ - kettle-jem-template-20260726-001 - Projects now include YARD lint
62
+ configuration and documentation dependencies so documentation issues fail
63
+ before generated docs are refreshed.
64
+
65
+ - kettle-jem-template-20260727-001 - Spec harness documentation now lists the
66
+ RSpec helpers provided by `kettle-test`.
67
+
68
+ ### Changed
69
+
70
+ - kettle-jem-template-20260728-001 - Generated Ruby workflows now use clearer
71
+ setup-ruby-flash planning and can prepare appraisal-only jobs without
72
+ installing the main Gemfile bundle.
73
+
74
+ ### Fixed
75
+
76
+ - kettle-jem-template-20260726-002 - Generated version files now document their
77
+ version namespace and constants, reducing warning-only YARD lint output.
78
+
79
+ - kettle-jem-template-20260726-003 - Coverage upload steps now treat Coveralls,
80
+ QLTY, and Codecov as optional, so provider outages do not fail CI when local
81
+ coverage thresholds still pass.
82
+ - kettle-jem-template-20260728-002 - Generated RuboCop configs now ignore the
83
+ same `gemfiles/vendor/bundle` tree as `.gitignore`, so vendored dependency
84
+ installs are not reported as project lint debt.
85
+ - kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
86
+ TruffleRuby jobs with current RubyGems and Bundler, avoiding setup failures
87
+ before the test suite starts.
88
+
89
+ - kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
90
+ setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
91
+ lockfile parser failures on Git and path dependencies.
92
+
33
93
  ## [0.1.22] - 2026-07-25
34
94
 
35
95
  - TAG: [v0.1.22][0.1.22t]
@@ -153,7 +213,11 @@ Please file a bug if you notice a violation of semantic versioning.
153
213
  - Compatibility with truffleruby (maybe? not able to run it in CI yet)
154
214
  - Fixed compatibility with Ruby < 2
155
215
 
156
- [Unreleased]: https://github.com/galtzo-floss/rspec-pending_for/compare/v0.1.22...HEAD
216
+ [Unreleased]: https://github.com/galtzo-floss/rspec-pending_for/compare/v0.1.24...HEAD
217
+ [0.1.24]: https://github.com/galtzo-floss/rspec-pending_for/compare/v0.1.23...v0.1.24
218
+ [0.1.24t]: https://github.com/galtzo-floss/rspec-pending_for/releases/tag/v0.1.24
219
+ [0.1.23]: https://github.com/galtzo-floss/rspec-pending_for/compare/v0.1.22...v0.1.23
220
+ [0.1.23t]: https://github.com/galtzo-floss/rspec-pending_for/releases/tag/v0.1.23
157
221
  [0.1.22]: https://github.com/galtzo-floss/rspec-pending_for/compare/v0.1.21...v0.1.22
158
222
  [0.1.22t]: https://github.com/galtzo-floss/rspec-pending_for/releases/tag/v0.1.22
159
223
  [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
- VERSION = "0.1.22"
7
+ # Current gem version.
8
+ VERSION = "0.1.24"
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
@@ -19,7 +19,6 @@ module Rspec
19
19
  # RSpec.configure do |c|
20
20
  # c.include Rspec::PendingFor
21
21
  # end
22
- #
23
22
  module PendingFor
24
23
  # How to pend specs that break due to bugs in Ruby interpreters or versions
25
24
  #
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.22
4
+ version: 0.1.24
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.15
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.15
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.1
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.1
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.6
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.6
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.5
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.5
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.22
309
- changelog_uri: https://github.com/galtzo-floss/rspec-pending_for/blob/v0.1.22/CHANGELOG.md
308
+ source_code_uri: https://github.com/galtzo-floss/rspec-pending_for/tree/v0.1.24
309
+ changelog_uri: https://github.com/galtzo-floss/rspec-pending_for/blob/v0.1.24/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.22
311
+ documentation_uri: https://www.rubydoc.info/gems/rspec-pending_for/0.1.24
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