simplecov-rspec 0.4.3 → 0.4.4
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
- data/.release-please-manifest.json +1 -1
- data/CHANGELOG.md +7 -0
- data/lib/simplecov-rspec/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 484e82254055894678693503184af02dd373567de941c2e23b5171a2b1d43099
|
|
4
|
+
data.tar.gz: 2b75d02a33e196bb9a8d0e802d88e5ff56cf4b5afccf6518d5d45db49548aee3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 55816daa25c63ff70efaa2ecd127467384d9cc70bfa6bd0006789dbf4ae731f41a0423a803d8e6d56ec9139c08a98ce72d6577181c8845ae5d85e592e884de42
|
|
7
|
+
data.tar.gz: f6e35a9fa9fb61073e1881112be2b035955089b65f86ed7c22beda11aef5d67b4c1d943ecd2a67f964220e6c449445fee8b1d32b3b4214891ce3b62595ad3c8b
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,13 @@ Changes for each release are listed in this file.
|
|
|
4
4
|
|
|
5
5
|
This project adheres to [Semantic Versioning](https://semver.org/) for its releases.
|
|
6
6
|
|
|
7
|
+
## [0.4.4](https://github.com/main-branch/simplecov-rspec/compare/v0.4.3...v0.4.4) (2026-04-24)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Other Changes
|
|
11
|
+
|
|
12
|
+
* **dependencies:** Update dependencies for all GitHub Actions workflows ([8e0f4a7](https://github.com/main-branch/simplecov-rspec/commit/8e0f4a7501ba6933d963616ceb122247380fb8ea))
|
|
13
|
+
|
|
7
14
|
## [0.4.3](https://github.com/main-branch/simplecov-rspec/compare/v0.4.2...v0.4.3) (2025-04-18)
|
|
8
15
|
|
|
9
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: simplecov-rspec
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Couball
|
|
@@ -230,8 +230,8 @@ metadata:
|
|
|
230
230
|
allowed_push_host: https://rubygems.org
|
|
231
231
|
homepage_uri: https://github.com/main-branch/simplecov-rspec
|
|
232
232
|
source_code_uri: https://github.com/main-branch/simplecov-rspec
|
|
233
|
-
documentation_uri: https://rubydoc.info/gems/simplecov-rspec/0.4.
|
|
234
|
-
changelog_uri: https://rubydoc.info/gems/simplecov-rspec/0.4.
|
|
233
|
+
documentation_uri: https://rubydoc.info/gems/simplecov-rspec/0.4.4
|
|
234
|
+
changelog_uri: https://rubydoc.info/gems/simplecov-rspec/0.4.4/file/CHANGELOG.md
|
|
235
235
|
rubygems_mfa_required: 'true'
|
|
236
236
|
rdoc_options: []
|
|
237
237
|
require_paths:
|
|
@@ -249,7 +249,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
249
249
|
requirements:
|
|
250
250
|
- 'Platform: Mac, Linux, or Windows'
|
|
251
251
|
- 'Ruby: MRI 3.1 or later, TruffleRuby 24 or later, or JRuby 9.4 or later'
|
|
252
|
-
rubygems_version:
|
|
252
|
+
rubygems_version: 4.0.6
|
|
253
253
|
specification_version: 4
|
|
254
254
|
summary: Configure SimpleCov to fail RSpec if the test coverage falls below a given
|
|
255
255
|
threshold
|