simplecov-rspec 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5f85ad1153e6f9763be15065fb878d655e678c2b25822fc0cfd0c34702d8555f
4
- data.tar.gz: efb0fcb94e7391d3d2179fa77d31a1964bcdce7de6f84c503e9deb082c9d1b12
3
+ metadata.gz: 6cd20182766238dffc8bc1cbce5e10e8535c4f7b161061613b6b6a74e03d18ce
4
+ data.tar.gz: 2451f8c6723de90f596a0d475562245acb1aad4b143bdd22669d31c107eda8ff
5
5
  SHA512:
6
- metadata.gz: 0507b2f6bcc191dcde75aa43c5a78b808fbb0437b1894751028e44f31c96b5f07499a837aa768e681d8b0ba149363ddb3c410e2a677c053383de24dfb32efd39
7
- data.tar.gz: 65a297b875d450c10533d0186ccc5612ab9687a9b8fc2074528713d377ff3d37f3713128a0f8ba08976674c3566c1bf5b91bd4316687f8f9c7de79eafee9c5c7
6
+ metadata.gz: fd4d19e6e3376ad8b391d5e59cf80c6e135e726b861d6063e3e3ee3920efddc08133f6549d79d0391d745cea73405ebe12faac31136a50b053569b59e2c58288
7
+ data.tar.gz: 1063210e9667c592a51e2e48d86c7df0e6233bda9e5e38016d987c6c61f261e297d814ae9ca6f6f1529056474883b5221f14a6e6ed66cf0b17779f2c0160694e
data/CHANGELOG.md CHANGED
@@ -4,6 +4,17 @@ 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
+ ## v0.2.1 (2024-09-10)
8
+
9
+ [Full Changelog](https://github.com/main-branch/simplecov-rspec/compare/v0.2.0..v0.2.1)
10
+
11
+ Changes since v0.2.0:
12
+
13
+ * d714b58 Simplify how the experimental ruby builds are triggered
14
+ * de79d66 Use a reusable workflow for the Semver PR label check
15
+ * d29ecac Add Semver PR Label workflow
16
+ * 0fed875 Update the version of code climate test coverage reporter
17
+
7
18
  ## v0.2.0 (2024-09-08)
8
19
 
9
20
  [Full Changelog](https://github.com/main-branch/simplecov-rspec/compare/v0.1.0..v0.2.0)
@@ -3,6 +3,6 @@
3
3
  module Simplecov
4
4
  class Rspec
5
5
  # This gem's version
6
- VERSION = '0.2.0'
6
+ VERSION = '0.2.1'
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplecov-rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Couball
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-09-08 00:00:00.000000000 Z
11
+ date: 2024-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler-audit
@@ -209,8 +209,8 @@ licenses:
209
209
  metadata:
210
210
  allowed_push_host: https://rubygems.org
211
211
  homepage_uri: https://github.com/main-branch/simplecov-rspec
212
- changelog_uri: https://rubydoc.info/gems/simplecov-rspec/0.2.0/file/CHANGELOG.md
213
- documentation_uri: https://rubydoc.info/gems/simplecov-rspec/0.2.0
212
+ changelog_uri: https://rubydoc.info/gems/simplecov-rspec/0.2.1/file/CHANGELOG.md
213
+ documentation_uri: https://rubydoc.info/gems/simplecov-rspec/0.2.1
214
214
  rubygems_mfa_required: 'true'
215
215
  post_install_message:
216
216
  rdoc_options: []