bashcov 3.1.2 → 3.1.3

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: e1270ef26fc4fb30e504b10fe6a02d432b4008286387ed641ee4e14be055eaa6
4
- data.tar.gz: b89bb9b99fa5c96f7415811ffaf2ee3fe27a0bb5f55842b8ea9eb7b382d49c4c
3
+ metadata.gz: 9c8df3df2f522524ce4457fd770f12eb61a96aada054b0a0b169e39ba5d02814
4
+ data.tar.gz: bcd17e12267d75c92a523df9a9e183ade9b0cabfef4634277d25dc8659bb7ca8
5
5
  SHA512:
6
- metadata.gz: 3018cfa6f39d0e50bb84f2090d42a227e615cdefc5cf1fc0bd77893b4f60e2a9e05071fb17c1fd31497735349c291c61be9b52a5f3bada2f1eec65cfa0fc82f9
7
- data.tar.gz: 8d0816079f6c775089682b1852d8b5bcdf8ead87d691110af3ba747f61470d28a28f36baf4bb04eb844763528a3b7ddff517c354422a4eb57e6d9edaa0099577
6
+ metadata.gz: a94040a727d21ca3c64d1e252e7c40728cfdc9babb5e8f56b66fc3e13fc412b2adc69570a0cce97c20765c804a20292811d706055d77ca26ab570ff2af36afd4
7
+ data.tar.gz: 525675be9f20f5191a1affef0f1e0ee2482dbc9059a57f62ab528d857d05f5231d3faaf9c6800c5c7d02440b0f5e205463a825e6658004990798910725178bbe
data/CHANGELOG.md CHANGED
@@ -1,7 +1,11 @@
1
- ## Unreleased ([changes](https://github.com/infertux/bashcov/compare/v3.1.2...master))
1
+ ## Unreleased ([changes](https://github.com/infertux/bashcov/compare/v3.1.3...master))
2
2
 
3
3
  * TBD
4
4
 
5
+ ## v3.1.3, 2024-08-29 ([changes](https://github.com/infertux/bashcov/compare/v3.1.2...v3.1.3))
6
+
7
+ * [BUGFIX] Relax simplecov version constrain for [codecov compatibility](https://github.com/infertux/bashcov/issues/88)
8
+
5
9
  ## v3.1.2, 2024-02-29 ([changes](https://github.com/infertux/bashcov/compare/v3.1.1...v3.1.2))
6
10
 
7
11
  * [BUGFIX] Upgrade `simplecov` to [calling twice bug fix](https://github.com/simplecov-ruby/simplecov/issues/1003)
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012-2023 Cédric Félizard
1
+ Copyright (c) 2012-2024 Cédric Félizard
2
2
 
3
3
  MIT License
4
4
 
@@ -3,5 +3,5 @@
3
3
  # :nodoc:
4
4
  module Bashcov
5
5
  # Current Bashcov version
6
- VERSION = "3.1.2"
6
+ VERSION = "3.1.3"
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bashcov
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.2
4
+ version: 3.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cédric Félizard
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-05 00:00:00.000000000 Z
11
+ date: 2024-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: simplecov
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.22.0
19
+ version: '0.21'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 0.22.0
26
+ version: '0.21'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: aruba
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -205,7 +205,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
205
205
  - !ruby/object:Gem::Version
206
206
  version: '0'
207
207
  requirements: []
208
- rubygems_version: 3.5.6
208
+ rubygems_version: 3.5.10
209
209
  signing_key:
210
210
  specification_version: 4
211
211
  summary: Code coverage tool for Bash