simplecov-rspec 0.4.1 → 0.4.2

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: 87a2ca379dd6c7b82d24adfcade3be186112c3a99bf3fdbc6287242d81f94d97
4
- data.tar.gz: 5cfb879e90d193616d037bab89703064ff96e81bf904b6245fda30fc11a90b08
3
+ metadata.gz: d3859bae4a7ca3615a70b85ecb7fbe6693ef9acd48bd70458a7487b4d58d8815
4
+ data.tar.gz: 6122ddfd08b1566bc2b27f4e46cdc5d64714d796a2c46c26b41ed4cc192cc85a
5
5
  SHA512:
6
- metadata.gz: eb709f134eec4e8517e3d0e8b013e3f54983e145552f5b34ef226d2015e286aa255f1d4da56756d78a246ba3c538a448ad1c69eaedaa57957ff82610237ccefe
7
- data.tar.gz: 94ba9238a621933d1e8abb3c303502627043cc49854b564f59396b53793d1a4ed6a62654d5ec5d4c1964c89c412034831c9a3593c3ae3b743d8f8ae469964047
6
+ metadata.gz: ebdb3f63ed023bce8ce812f8055fa099b00eb28fc811ce3c988060de0a3a82f290381cac064d271f603b50409337de8803895e91be6eff4a8290c23af02a7c9f
7
+ data.tar.gz: 82cd1ac5aa92c65c0c1418a853cd6c622d63b8e68e367dfce68c9e5a4efae26139d6b7f0770bb3da63dcc7b97d0830cf04e96ffbb66099f329725929949236a4
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "0.4.1"
2
+ ".": "0.4.2"
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.2](https://github.com/main-branch/simplecov-rspec/compare/v0.4.1...v0.4.2) (2025-04-17)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * Do not trigger build workflows after merging to main or for release PRs ([6ff9a4c](https://github.com/main-branch/simplecov-rspec/commit/6ff9a4ca3cff10079f04e2dab4c6191e27dfa860))
13
+
7
14
  ## [0.4.1](https://github.com/main-branch/simplecov-rspec/compare/v0.4.0...v0.4.1) (2025-04-16)
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.1'
6
+ VERSION = '0.4.2'
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.1
4
+ version: 0.4.2
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.1
234
- changelog_uri: https://rubydoc.info/gems/simplecov-rspec/0.4.1/file/CHANGELOG.md
233
+ documentation_uri: https://rubydoc.info/gems/simplecov-rspec/0.4.2
234
+ changelog_uri: https://rubydoc.info/gems/simplecov-rspec/0.4.2/file/CHANGELOG.md
235
235
  rubygems_mfa_required: 'true'
236
236
  rdoc_options: []
237
237
  require_paths: