rspec-pending_for 0.1.23 → 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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +20 -1
- data/lib/rspec/pending_for/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +4 -4
- 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: 703f169a87a18cc3d3b36bcda5738f27e272a827be018a7ffdb495ae20e68e06
|
|
4
|
+
data.tar.gz: e12514b1459ab0cf8d6a5822ab43411e7f3420e2b528de1e1dd7d4382333b16c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fc6e656bcd2f238f60b6f7c96d07b6dafac83067abaeb493acda22015bb7b71fbc5b515ebdf910187748808fb8bcf95f927aec5929e3a86e0937f652a1b25979
|
|
7
|
+
data.tar.gz: eceaefdd17de2bc0348e797bf22d9c3f00401eaad37d4975819cf6ef16a789f104241f57a1dbf1fe65e20a7d4cd4d7665731d272fb2277271a51b4339ab0e1c7
|
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.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
|
+
|
|
33
50
|
## [0.1.23] - 2026-07-28
|
|
34
51
|
|
|
35
52
|
- TAG: [v0.1.23][0.1.23t]
|
|
@@ -196,7 +213,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
196
213
|
- Compatibility with truffleruby (maybe? not able to run it in CI yet)
|
|
197
214
|
- Fixed compatibility with Ruby < 2
|
|
198
215
|
|
|
199
|
-
[Unreleased]: https://github.com/galtzo-floss/rspec-pending_for/compare/v0.1.
|
|
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
|
|
200
219
|
[0.1.23]: https://github.com/galtzo-floss/rspec-pending_for/compare/v0.1.22...v0.1.23
|
|
201
220
|
[0.1.23t]: https://github.com/galtzo-floss/rspec-pending_for/releases/tag/v0.1.23
|
|
202
221
|
[0.1.22]: https://github.com/galtzo-floss/rspec-pending_for/compare/v0.1.21...v0.1.22
|
|
@@ -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.24"
|
|
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.24
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -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.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.
|
|
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
|