simplecov-rspec 0.3.1 → 0.3.2

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: 357d45f1e4b96c53d5522233609b282d46fddc7433f656649f0c5739e6a6cd4f
4
- data.tar.gz: 39cfacd21df933b7f17b6eaa547bfd7caaf78e05cdede1a4e71eb2d5ecabcbf8
3
+ metadata.gz: c140510851befaa363a4a01c35f0db12b18966dd7cb94312f4f32fe0d8772029
4
+ data.tar.gz: 399fb0c4494b9bbdbccd3e7c3e9b2be5a7856a4ef71b73e2712faff1b1dc6ea2
5
5
  SHA512:
6
- metadata.gz: 2fd6556e1261bdd178cf03afe828aadaf4ab9deb228dae5aaf51440e52b481808f53382d7c0e75073caf25d408802b94b91036ebae9a1ad791d5d5378a9b443a
7
- data.tar.gz: d4129677343eb1099fff8e72286f023f09124551e8d73770c9aa2fecdb4624d09c4cdc4f3331ab5d2f21a2ffcdd5fa4294430457ff93aa3de7e2738d7eac4000
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
  [![Build Status](https://github.com/main-branch/simplecov-rspec/actions/workflows/continuous_integration.yml/badge.svg)](https://github.com/main-branch/simplecov-rspec/actions/workflows/continuous_integration.yml)
7
7
  [![Maintainability](https://api.codeclimate.com/v1/badges/9a58b51d18910db724c7/maintainability)](https://codeclimate.com/github/main-branch/simplecov-rspec/maintainability)
8
8
  [![Test Coverage](https://api.codeclimate.com/v1/badges/9a58b51d18910db724c7/test_coverage)](https://codeclimate.com/github/main-branch/simplecov-rspec/test_coverage)
9
+ [![Slack](https://img.shields.io/badge/slack-main--branch/simplecov--rspec-yellow.svg?logo=slack)](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
@@ -3,6 +3,6 @@
3
3
  module Simplecov
4
4
  class Rspec
5
5
  # This gem's version
6
- VERSION = '0.3.1'
6
+ VERSION = '0.3.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.3.1
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
- changelog_uri: https://rubydoc.info/gems/simplecov-rspec/0.3.1/file/CHANGELOG.md
215
- documentation_uri: https://rubydoc.info/gems/simplecov-rspec/0.3.1
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: []