simplecov-rspec 0.3.1 → 0.3.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/README.md +1 -0
- data/lib/simplecov-rspec/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c140510851befaa363a4a01c35f0db12b18966dd7cb94312f4f32fe0d8772029
|
|
4
|
+
data.tar.gz: 399fb0c4494b9bbdbccd3e7c3e9b2be5a7856a4ef71b73e2712faff1b1dc6ea2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 402fb8ea61162c1efb934779af412e61836c872335f5c5a0264d0bd6b09be57c3ef0164210ae7336a3b9d21d4a8cbcd92c6e632653afe1fee018a9a5c95d7949
|
|
7
|
+
data.tar.gz: 27ef5ca48e03a7db7c2a57842f59c849aa3e210faa02bd0e749868147ed9e8dd4370efc9615083fbe5889b23cec905680dac4c7cec62dd950d3f417d9e4f06e0
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,16 @@ 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.3.2 (2024-09-17)
|
|
8
|
+
|
|
9
|
+
[Full Changelog](https://github.com/main-branch/simplecov-rspec/compare/v0.3.1..v0.3.2)
|
|
10
|
+
|
|
11
|
+
Changes since v0.3.1:
|
|
12
|
+
|
|
13
|
+
* 7da8291 Update links in gemspec
|
|
14
|
+
* c050356 Add Slack badge for this project in README
|
|
15
|
+
* b9e3dfb Release v0.3.1
|
|
16
|
+
|
|
7
17
|
## v0.3.1 (2024-09-16)
|
|
8
18
|
|
|
9
19
|
[Full Changelog](https://github.com/main-branch/simplecov-rspec/compare/v0.3.0..v0.3.1)
|
data/README.md
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
[](https://github.com/main-branch/simplecov-rspec/actions/workflows/continuous_integration.yml)
|
|
7
7
|
[](https://codeclimate.com/github/main-branch/simplecov-rspec/maintainability)
|
|
8
8
|
[](https://codeclimate.com/github/main-branch/simplecov-rspec/test_coverage)
|
|
9
|
+
[](https://main-branch.slack.com/archives/C07MCM9J72B)
|
|
9
10
|
|
|
10
11
|
`simplecov-rspec` is a Ruby gem that integrates SimpleCov with RSpec to ensure your
|
|
11
12
|
tests meet a minimum coverage threshold. It enhances your test suite by automatically
|
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.3.
|
|
4
|
+
version: 0.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Couball
|
|
@@ -211,8 +211,9 @@ licenses:
|
|
|
211
211
|
metadata:
|
|
212
212
|
allowed_push_host: https://rubygems.org
|
|
213
213
|
homepage_uri: https://github.com/main-branch/simplecov-rspec
|
|
214
|
-
|
|
215
|
-
documentation_uri: https://rubydoc.info/gems/simplecov-rspec/0.3.
|
|
214
|
+
source_code_uri: https://github.com/main-branch/simplecov-rspec
|
|
215
|
+
documentation_uri: https://rubydoc.info/gems/simplecov-rspec/0.3.2
|
|
216
|
+
changelog_uri: https://rubydoc.info/gems/simplecov-rspec/0.3.2/file/CHANGELOG.md
|
|
216
217
|
rubygems_mfa_required: 'true'
|
|
217
218
|
post_install_message:
|
|
218
219
|
rdoc_options: []
|