simple_cov-formatter-terminal 0.1.0 → 0.2.0
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 +9 -0
- data/Gemfile.lock +3 -3
- data/lib/simple_cov/formatter/terminal/version.rb +1 -1
- metadata +1 -2
- data/.release_assistant.yml +0 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dacf6c8cf18db4e0378e20e553fe623f32622e80fbe284360ee2a8d2fa8662a7
|
|
4
|
+
data.tar.gz: 0fb6c1af267cee05d1f868a7c214d626f6075a882b664c5d2f484da744bce1c0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e0901873ad9cdd23f8aed5910b0c8f423bed942b17335105486802ffe6cfdb36c97420e58bea4861119ea9425657de2ba890b1841dab4a26e595c9d9ed295b40
|
|
7
|
+
data.tar.gz: 4be67fc7da751fb60776a21cca4b8c72f6f78dd012ef80ff2665d09984a4748b15db04b9c9a34e4a3267effe71a987abb5a6ae0821eaa6766f750a8e3e49bc7d
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -18,7 +18,7 @@ GIT
|
|
|
18
18
|
PATH
|
|
19
19
|
remote: .
|
|
20
20
|
specs:
|
|
21
|
-
simple_cov-formatter-terminal (0.
|
|
21
|
+
simple_cov-formatter-terminal (0.2.0)
|
|
22
22
|
activesupport (>= 7.0.4, < 8)
|
|
23
23
|
memoist (>= 0.16.2, < 1)
|
|
24
24
|
rouge (>= 4.0.0, < 5)
|
|
@@ -62,7 +62,7 @@ GEM
|
|
|
62
62
|
rake (13.0.6)
|
|
63
63
|
regexp_parser (2.6.1)
|
|
64
64
|
rexml (3.2.5)
|
|
65
|
-
rouge (4.0.
|
|
65
|
+
rouge (4.0.1)
|
|
66
66
|
rspec (3.11.0)
|
|
67
67
|
rspec-core (~> 3.11.0)
|
|
68
68
|
rspec-expectations (~> 3.11.0)
|
|
@@ -128,4 +128,4 @@ RUBY VERSION
|
|
|
128
128
|
ruby 3.2.0p0
|
|
129
129
|
|
|
130
130
|
BUNDLED WITH
|
|
131
|
-
2.
|
|
131
|
+
2.4.2
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: simple_cov-formatter-terminal
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Runger
|
|
@@ -117,7 +117,6 @@ executables: []
|
|
|
117
117
|
extensions: []
|
|
118
118
|
extra_rdoc_files: []
|
|
119
119
|
files:
|
|
120
|
-
- ".release_assistant.yml"
|
|
121
120
|
- ".rspec"
|
|
122
121
|
- ".rubocop.yml"
|
|
123
122
|
- CHANGELOG.md
|
data/.release_assistant.yml
DELETED