rspec-pending_for 0.1.26 → 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 +18 -1
- data/lib/rspec/pending_for/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +8 -8
- 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,21 @@ 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
|
+
|
|
33
48
|
## [0.1.26] - 2026-08-12
|
|
34
49
|
|
|
35
50
|
- TAG: [v0.1.26][0.1.26t]
|
|
@@ -256,7 +271,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
256
271
|
- Compatibility with truffleruby (maybe? not able to run it in CI yet)
|
|
257
272
|
- Fixed compatibility with Ruby < 2
|
|
258
273
|
|
|
259
|
-
[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
|
|
260
277
|
[0.1.26]: https://github.com/galtzo-floss/rspec-pending_for/compare/v0.1.25...v0.1.26
|
|
261
278
|
[0.1.26t]: https://github.com/galtzo-floss/rspec-pending_for/releases/tag/v0.1.26
|
|
262
279
|
[0.1.25]: https://github.com/galtzo-floss/rspec-pending_for/compare/v0.1.24...v0.1.25
|
|
@@ -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.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
|
|
@@ -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
|
|
@@ -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
|