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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ce63ea74fa12c0809b94f73c6af2e698180c443ec36c2d731edb9990268d9e3e
4
- data.tar.gz: 2e9e5b310eda37b14550c0bc4c25ae4e068755275c2388eeae2a94d5b7823c9c
3
+ metadata.gz: 484e82254055894678693503184af02dd373567de941c2e23b5171a2b1d43099
4
+ data.tar.gz: 2b75d02a33e196bb9a8d0e802d88e5ff56cf4b5afccf6518d5d45db49548aee3
5
5
  SHA512:
6
- metadata.gz: 4c60ced018da2f3658d95983137036e9284ef20bd654e403a2d472c3501a35b0ad153a6b9f72f4665863a5196c6dd0da94522fcb8a527363cc4e6b1adf1ce59b
7
- data.tar.gz: 996e559d2fc92099a8094da7b80278c0c2fc9cbee878cbc25d38a7037bfbebcb157a883beb287a0c42dcac64b671033ec1011d3024d41a116db9faaebb0d5df6
6
+ metadata.gz: 55816daa25c63ff70efaa2ecd127467384d9cc70bfa6bd0006789dbf4ae731f41a0423a803d8e6d56ec9139c08a98ce72d6577181c8845ae5d85e592e884de42
7
+ data.tar.gz: f6e35a9fa9fb61073e1881112be2b035955089b65f86ed7c22beda11aef5d67b4c1d943ecd2a67f964220e6c449445fee8b1d32b3b4214891ce3b62595ad3c8b
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "0.4.3"
2
+ ".": "0.4.4"
3
3
  }
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
 
@@ -3,6 +3,6 @@
3
3
  module Simplecov
4
4
  class Rspec
5
5
  # This gem's version
6
- VERSION = '0.4.3'
6
+ VERSION = '0.4.4'
7
7
  end
8
8
  end
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.3
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.3
234
- changelog_uri: https://rubydoc.info/gems/simplecov-rspec/0.4.3/file/CHANGELOG.md
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: 3.6.7
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