simple_cov-formatter-terminal 0.2.1 → 0.2.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 +3 -0
- data/Gemfile +1 -1
- data/Gemfile.lock +24 -23
- data/lib/simple_cov/formatter/terminal/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cb1393dff2ba350038c1f5ff5f293500ce839fe93160bf50ee8503ce916f2973
|
|
4
|
+
data.tar.gz: fb9450ba3fc8b975424c051792f8355381700360f8428887f77270f1c5b70f6d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8d70d800b2845eb7b606ba2c9423a8405fbde0bf3171a985f1ac53ed57ec8a9d2be6b7710de8a2c5ac533886d907216e916d176878ae29ad3c267fef83c7ee46
|
|
7
|
+
data.tar.gz: ee2341daff71400aac631ecb1e410ab52a62b2316c62c8f369384994eab67c4a3bb1b169cbbc9e98f852c585eb61e385442554320c26380985e3a1d3eaa9a5cf
|
data/CHANGELOG.md
CHANGED
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
GIT
|
|
2
2
|
remote: https://github.com/davidrunger/release_assistant
|
|
3
|
-
revision:
|
|
3
|
+
revision: 969b3a90264da6ce73275a7240cc7e54ff5a6370
|
|
4
4
|
specs:
|
|
5
5
|
release_assistant (0.3.3.alpha)
|
|
6
6
|
activesupport (>= 6, < 8)
|
|
@@ -18,7 +18,7 @@ GIT
|
|
|
18
18
|
PATH
|
|
19
19
|
remote: .
|
|
20
20
|
specs:
|
|
21
|
-
simple_cov-formatter-terminal (0.2.
|
|
21
|
+
simple_cov-formatter-terminal (0.2.2)
|
|
22
22
|
activesupport (>= 7.0.4, < 8)
|
|
23
23
|
memoist (>= 0.16.2, < 1)
|
|
24
24
|
rouge (>= 4.0.0, < 5)
|
|
@@ -28,7 +28,7 @@ PATH
|
|
|
28
28
|
GEM
|
|
29
29
|
remote: https://rubygems.org/
|
|
30
30
|
specs:
|
|
31
|
-
activesupport (7.0.4)
|
|
31
|
+
activesupport (7.0.4.3)
|
|
32
32
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
33
33
|
i18n (>= 1.6, < 2)
|
|
34
34
|
minitest (>= 5.1)
|
|
@@ -36,21 +36,22 @@ GEM
|
|
|
36
36
|
ast (2.4.2)
|
|
37
37
|
byebug (11.1.3)
|
|
38
38
|
climate_control (1.2.0)
|
|
39
|
-
codecov (0.
|
|
40
|
-
|
|
39
|
+
codecov (0.2.12)
|
|
40
|
+
json
|
|
41
|
+
simplecov
|
|
41
42
|
coderay (1.1.3)
|
|
42
43
|
colorize (0.8.1)
|
|
43
|
-
concurrent-ruby (1.
|
|
44
|
+
concurrent-ruby (1.2.2)
|
|
44
45
|
diff-lcs (1.5.0)
|
|
45
46
|
docile (1.4.0)
|
|
46
|
-
i18n (1.
|
|
47
|
+
i18n (1.13.0)
|
|
47
48
|
concurrent-ruby (~> 1.0)
|
|
48
49
|
json (2.6.3)
|
|
49
50
|
memoist (0.16.2)
|
|
50
51
|
method_source (1.0.0)
|
|
51
|
-
minitest (5.
|
|
52
|
-
parallel (1.
|
|
53
|
-
parser (3.2.
|
|
52
|
+
minitest (5.18.0)
|
|
53
|
+
parallel (1.23.0)
|
|
54
|
+
parser (3.2.2.1)
|
|
54
55
|
ast (~> 2.4.1)
|
|
55
56
|
pry (0.14.1)
|
|
56
57
|
coderay (~> 1.1)
|
|
@@ -60,7 +61,7 @@ GEM
|
|
|
60
61
|
pry (>= 0.13, < 0.15)
|
|
61
62
|
rainbow (3.1.1)
|
|
62
63
|
rake (13.0.6)
|
|
63
|
-
regexp_parser (2.
|
|
64
|
+
regexp_parser (2.8.0)
|
|
64
65
|
rexml (3.2.5)
|
|
65
66
|
rouge (4.0.1)
|
|
66
67
|
rspec (3.11.0)
|
|
@@ -76,32 +77,32 @@ GEM
|
|
|
76
77
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
77
78
|
rspec-support (~> 3.11.0)
|
|
78
79
|
rspec-support (3.11.1)
|
|
79
|
-
rubocop (1.
|
|
80
|
+
rubocop (1.50.2)
|
|
80
81
|
json (~> 2.3)
|
|
81
82
|
parallel (~> 1.10)
|
|
82
|
-
parser (>= 3.
|
|
83
|
+
parser (>= 3.2.0.0)
|
|
83
84
|
rainbow (>= 2.2.2, < 4.0)
|
|
84
85
|
regexp_parser (>= 1.8, < 3.0)
|
|
85
86
|
rexml (>= 3.2.5, < 4.0)
|
|
86
|
-
rubocop-ast (>= 1.
|
|
87
|
+
rubocop-ast (>= 1.28.0, < 2.0)
|
|
87
88
|
ruby-progressbar (~> 1.7)
|
|
88
|
-
unicode-display_width (>=
|
|
89
|
-
rubocop-ast (1.
|
|
90
|
-
parser (>= 3.
|
|
91
|
-
rubocop-performance (1.
|
|
89
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
|
90
|
+
rubocop-ast (1.28.1)
|
|
91
|
+
parser (>= 3.2.1.0)
|
|
92
|
+
rubocop-performance (1.17.1)
|
|
92
93
|
rubocop (>= 1.7.0, < 2.0)
|
|
93
94
|
rubocop-ast (>= 0.4.0)
|
|
94
95
|
rubocop-rspec (2.13.2)
|
|
95
96
|
rubocop (~> 1.33)
|
|
96
|
-
ruby-progressbar (1.
|
|
97
|
-
simplecov (0.
|
|
97
|
+
ruby-progressbar (1.13.0)
|
|
98
|
+
simplecov (0.22.0)
|
|
98
99
|
docile (~> 1.1)
|
|
99
100
|
simplecov-html (~> 0.11)
|
|
100
101
|
simplecov_json_formatter (~> 0.1)
|
|
101
102
|
simplecov-html (0.12.3)
|
|
102
103
|
simplecov_json_formatter (0.1.4)
|
|
103
|
-
slop (4.
|
|
104
|
-
tzinfo (2.0.
|
|
104
|
+
slop (4.10.1)
|
|
105
|
+
tzinfo (2.0.6)
|
|
105
106
|
concurrent-ruby (~> 1.0)
|
|
106
107
|
unicode-display_width (2.4.2)
|
|
107
108
|
|
|
@@ -125,7 +126,7 @@ DEPENDENCIES
|
|
|
125
126
|
simplecov
|
|
126
127
|
|
|
127
128
|
RUBY VERSION
|
|
128
|
-
ruby 3.2.
|
|
129
|
+
ruby 3.2.2p53
|
|
129
130
|
|
|
130
131
|
BUNDLED WITH
|
|
131
132
|
2.4.4
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: simple_cov-formatter-terminal
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Runger
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-05-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -162,7 +162,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
162
162
|
- !ruby/object:Gem::Version
|
|
163
163
|
version: '0'
|
|
164
164
|
requirements: []
|
|
165
|
-
rubygems_version: 3.4.
|
|
165
|
+
rubygems_version: 3.4.12
|
|
166
166
|
signing_key:
|
|
167
167
|
specification_version: 4
|
|
168
168
|
summary: Print detailed code coverage info to the terminal
|