simple_cov-formatter-terminal 1.1.0 → 1.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/.ruby-version +1 -1
- data/CHANGELOG.md +3 -0
- data/Gemfile.lock +44 -48
- data/lib/simple_cov/formatter/terminal/version.rb +1 -1
- data/simple_cov-formatter-terminal.gemspec +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d3cbbe891968042c9f55e0b4e1d336faaceb0a12fdbf0abf52def68d8bc9923e
|
|
4
|
+
data.tar.gz: f6bb4a00f0aa5508611a4b8650a27afe2739be292259caf0b9df0de49155c286
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce615520ae322f55a2c4ae0f5b2e6e03e8234f4e8ddf1a62960b5f178973dca0a0212c900fec3b07c0f68fae59527aa134163dea8abbf048974c156b31cc1dbf
|
|
7
|
+
data.tar.gz: 9215801f8e95cf0b19a56da63d6fccc8795de24563e92038ea5413f34c3b5da35454f6c7c2151a9872d5022e344cda4b01a301ae994f0184bfd42afc4dacdd11
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.3.
|
|
1
|
+
3.3.3
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
simple_cov-formatter-terminal (1.
|
|
4
|
+
simple_cov-formatter-terminal (1.2.0)
|
|
5
5
|
activesupport (>= 7.0.4, < 8)
|
|
6
6
|
memo_wise (>= 1.7.0, < 2)
|
|
7
7
|
rouge (>= 4.0.0, < 5)
|
|
@@ -12,7 +12,7 @@ PATH
|
|
|
12
12
|
GEM
|
|
13
13
|
remote: https://rubygems.org/
|
|
14
14
|
specs:
|
|
15
|
-
activesupport (7.1.3)
|
|
15
|
+
activesupport (7.1.3.4)
|
|
16
16
|
base64
|
|
17
17
|
bigdecimal
|
|
18
18
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
@@ -24,54 +24,55 @@ GEM
|
|
|
24
24
|
tzinfo (~> 2.0)
|
|
25
25
|
ast (2.4.2)
|
|
26
26
|
base64 (0.2.0)
|
|
27
|
-
bigdecimal (3.1.
|
|
27
|
+
bigdecimal (3.1.8)
|
|
28
28
|
byebug (11.1.3)
|
|
29
29
|
climate_control (1.2.0)
|
|
30
30
|
coderay (1.1.3)
|
|
31
|
-
concurrent-ruby (1.
|
|
31
|
+
concurrent-ruby (1.3.3)
|
|
32
32
|
connection_pool (2.4.1)
|
|
33
|
-
diff-lcs (1.5.
|
|
33
|
+
diff-lcs (1.5.1)
|
|
34
34
|
docile (1.4.0)
|
|
35
|
-
drb (2.2.
|
|
36
|
-
|
|
37
|
-
i18n (1.14.1)
|
|
35
|
+
drb (2.2.1)
|
|
36
|
+
i18n (1.14.5)
|
|
38
37
|
concurrent-ruby (~> 1.0)
|
|
39
|
-
json (2.7.
|
|
38
|
+
json (2.7.2)
|
|
40
39
|
language_server-protocol (3.17.0.3)
|
|
41
|
-
memo_wise (1.
|
|
40
|
+
memo_wise (1.9.0)
|
|
42
41
|
method_source (1.0.0)
|
|
43
|
-
minitest (5.
|
|
42
|
+
minitest (5.23.1)
|
|
44
43
|
mutex_m (0.2.0)
|
|
45
|
-
parallel (1.
|
|
46
|
-
parser (3.3.0
|
|
44
|
+
parallel (1.25.1)
|
|
45
|
+
parser (3.3.3.0)
|
|
47
46
|
ast (~> 2.4.1)
|
|
48
47
|
racc
|
|
48
|
+
prism (0.30.0)
|
|
49
49
|
pry (0.14.2)
|
|
50
50
|
coderay (~> 1.1)
|
|
51
51
|
method_source (~> 1.0)
|
|
52
52
|
pry-byebug (3.10.1)
|
|
53
53
|
byebug (~> 11.0)
|
|
54
54
|
pry (>= 0.13, < 0.15)
|
|
55
|
-
racc (1.
|
|
55
|
+
racc (1.8.0)
|
|
56
56
|
rainbow (3.1.1)
|
|
57
|
-
rake (13.1
|
|
58
|
-
regexp_parser (2.9.
|
|
59
|
-
rexml (3.
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
rspec-
|
|
64
|
-
rspec-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
57
|
+
rake (13.2.1)
|
|
58
|
+
regexp_parser (2.9.2)
|
|
59
|
+
rexml (3.3.0)
|
|
60
|
+
strscan
|
|
61
|
+
rouge (4.2.1)
|
|
62
|
+
rspec (3.13.0)
|
|
63
|
+
rspec-core (~> 3.13.0)
|
|
64
|
+
rspec-expectations (~> 3.13.0)
|
|
65
|
+
rspec-mocks (~> 3.13.0)
|
|
66
|
+
rspec-core (3.13.0)
|
|
67
|
+
rspec-support (~> 3.13.0)
|
|
68
|
+
rspec-expectations (3.13.0)
|
|
68
69
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
69
|
-
rspec-support (~> 3.
|
|
70
|
-
rspec-mocks (3.
|
|
70
|
+
rspec-support (~> 3.13.0)
|
|
71
|
+
rspec-mocks (3.13.0)
|
|
71
72
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
72
|
-
rspec-support (~> 3.
|
|
73
|
-
rspec-support (3.
|
|
74
|
-
rubocop (1.
|
|
73
|
+
rspec-support (~> 3.13.0)
|
|
74
|
+
rspec-support (3.13.0)
|
|
75
|
+
rubocop (1.64.1)
|
|
75
76
|
json (~> 2.3)
|
|
76
77
|
language_server-protocol (>= 3.17.0)
|
|
77
78
|
parallel (~> 1.10)
|
|
@@ -79,32 +80,26 @@ GEM
|
|
|
79
80
|
rainbow (>= 2.2.2, < 4.0)
|
|
80
81
|
regexp_parser (>= 1.8, < 3.0)
|
|
81
82
|
rexml (>= 3.2.5, < 4.0)
|
|
82
|
-
rubocop-ast (>= 1.
|
|
83
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
|
83
84
|
ruby-progressbar (~> 1.7)
|
|
84
85
|
unicode-display_width (>= 2.4.0, < 3.0)
|
|
85
|
-
rubocop-ast (1.
|
|
86
|
-
parser (>= 3.
|
|
87
|
-
rubocop-
|
|
88
|
-
rubocop (~> 1.41)
|
|
89
|
-
rubocop-factory_bot (2.25.1)
|
|
90
|
-
rubocop (~> 1.41)
|
|
91
|
-
rubocop-performance (1.20.2)
|
|
86
|
+
rubocop-ast (1.31.3)
|
|
87
|
+
parser (>= 3.3.1.0)
|
|
88
|
+
rubocop-performance (1.21.0)
|
|
92
89
|
rubocop (>= 1.48.1, < 2.0)
|
|
93
|
-
rubocop-ast (>= 1.
|
|
94
|
-
rubocop-rspec (
|
|
95
|
-
rubocop (~> 1.
|
|
96
|
-
rubocop-capybara (~> 2.17)
|
|
97
|
-
rubocop-factory_bot (~> 2.22)
|
|
90
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
|
91
|
+
rubocop-rspec (3.0.1)
|
|
92
|
+
rubocop (~> 1.61)
|
|
98
93
|
ruby-progressbar (1.13.0)
|
|
99
|
-
ruby2_keywords (0.0.5)
|
|
100
94
|
runger_config (5.0.0)
|
|
101
95
|
activesupport (>= 7.1.2)
|
|
102
|
-
runger_release_assistant (0.
|
|
96
|
+
runger_release_assistant (0.8.0)
|
|
103
97
|
activesupport (>= 6, < 8)
|
|
104
98
|
memo_wise (>= 1.7, < 2)
|
|
105
99
|
rainbow (>= 3.0, < 4)
|
|
106
100
|
slop (~> 4.8)
|
|
107
|
-
runger_style (
|
|
101
|
+
runger_style (2.6.0)
|
|
102
|
+
prism (>= 0.24.0)
|
|
108
103
|
rubocop (>= 1.38.0, < 2)
|
|
109
104
|
simplecov (0.22.0)
|
|
110
105
|
docile (~> 1.1)
|
|
@@ -116,6 +111,7 @@ GEM
|
|
|
116
111
|
simplecov-html (0.12.3)
|
|
117
112
|
simplecov_json_formatter (0.1.4)
|
|
118
113
|
slop (4.10.1)
|
|
114
|
+
strscan (3.1.0)
|
|
119
115
|
tzinfo (2.0.6)
|
|
120
116
|
concurrent-ruby (~> 1.0)
|
|
121
117
|
unicode-display_width (2.5.0)
|
|
@@ -140,7 +136,7 @@ DEPENDENCIES
|
|
|
140
136
|
simplecov-cobertura
|
|
141
137
|
|
|
142
138
|
RUBY VERSION
|
|
143
|
-
ruby 3.3.
|
|
139
|
+
ruby 3.3.3p89
|
|
144
140
|
|
|
145
141
|
BUNDLED WITH
|
|
146
|
-
2.5.
|
|
142
|
+
2.5.11
|
|
@@ -12,12 +12,12 @@ Gem::Specification.new do |spec|
|
|
|
12
12
|
spec.description = 'Print detailed code coverage info to the terminal'
|
|
13
13
|
spec.homepage = 'https://github.com/davidrunger/simple_cov-formatter-terminal'
|
|
14
14
|
spec.license = 'MIT'
|
|
15
|
-
spec.required_ruby_version =
|
|
15
|
+
spec.required_ruby_version = ">= #{File.read('.ruby-version').rstrip}"
|
|
16
16
|
|
|
17
17
|
spec.metadata['homepage_uri'] = spec.homepage
|
|
18
18
|
spec.metadata['source_code_uri'] = 'https://github.com/davidrunger/simple_cov-formatter-terminal'
|
|
19
19
|
spec.metadata['changelog_uri'] =
|
|
20
|
-
'https://github.com/davidrunger/simple_cov-formatter-terminal/blob/
|
|
20
|
+
'https://github.com/davidrunger/simple_cov-formatter-terminal/blob/main/CHANGELOG.md'
|
|
21
21
|
|
|
22
22
|
# Specify which files should be added to the gem when it is released.
|
|
23
23
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
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: 1.
|
|
4
|
+
version: 1.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Runger
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-06-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -160,7 +160,7 @@ licenses:
|
|
|
160
160
|
metadata:
|
|
161
161
|
homepage_uri: https://github.com/davidrunger/simple_cov-formatter-terminal
|
|
162
162
|
source_code_uri: https://github.com/davidrunger/simple_cov-formatter-terminal
|
|
163
|
-
changelog_uri: https://github.com/davidrunger/simple_cov-formatter-terminal/blob/
|
|
163
|
+
changelog_uri: https://github.com/davidrunger/simple_cov-formatter-terminal/blob/main/CHANGELOG.md
|
|
164
164
|
rubygems_mfa_required: 'true'
|
|
165
165
|
post_install_message:
|
|
166
166
|
rdoc_options: []
|
|
@@ -170,14 +170,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
170
170
|
requirements:
|
|
171
171
|
- - ">="
|
|
172
172
|
- !ruby/object:Gem::Version
|
|
173
|
-
version: 3.3.
|
|
173
|
+
version: 3.3.3
|
|
174
174
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
175
175
|
requirements:
|
|
176
176
|
- - ">="
|
|
177
177
|
- !ruby/object:Gem::Version
|
|
178
178
|
version: '0'
|
|
179
179
|
requirements: []
|
|
180
|
-
rubygems_version: 3.5.
|
|
180
|
+
rubygems_version: 3.5.11
|
|
181
181
|
signing_key:
|
|
182
182
|
specification_version: 4
|
|
183
183
|
summary: Print detailed code coverage info to the terminal
|