simplecov-rspec 0.2.0 → 0.2.1
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/CHANGELOG.md +11 -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: 6cd20182766238dffc8bc1cbce5e10e8535c4f7b161061613b6b6a74e03d18ce
|
|
4
|
+
data.tar.gz: 2451f8c6723de90f596a0d475562245acb1aad4b143bdd22669d31c107eda8ff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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)
|
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.
|
|
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-
|
|
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.
|
|
213
|
-
documentation_uri: https://rubydoc.info/gems/simplecov-rspec/0.2.
|
|
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: []
|