simple_cov-formatter-terminal 1.1.0 → 1.2.0

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: 164533360be57abef4ee1b0ef4db51005eb3f4996a305a4775f6cfe1d41f43bb
4
- data.tar.gz: 8a32fb03951705a7398de652eefc087c3b8855f48a0f9dbaeb81c00be8d582b0
3
+ metadata.gz: d3cbbe891968042c9f55e0b4e1d336faaceb0a12fdbf0abf52def68d8bc9923e
4
+ data.tar.gz: f6bb4a00f0aa5508611a4b8650a27afe2739be292259caf0b9df0de49155c286
5
5
  SHA512:
6
- metadata.gz: afc86c9d1b7dd20633afca75d5799810b691695c497f03e3e73ed60e35604c27d5935ab09354a9ecd584b227e2a01cf9542e1f9db3fc298e9b3a4770b0f94ff2
7
- data.tar.gz: d570247ffb5d6fe6633b418879e202bde2f9c38844cdcec24e2db2af5f44268416343f271dba571165ad40e0fa8a3384fb7c3a135501d22d516c4e7cff7abdb8
6
+ metadata.gz: ce615520ae322f55a2c4ae0f5b2e6e03e8234f4e8ddf1a62960b5f178973dca0a0212c900fec3b07c0f68fae59527aa134163dea8abbf048974c156b31cc1dbf
7
+ data.tar.gz: 9215801f8e95cf0b19a56da63d6fccc8795de24563e92038ea5413f34c3b5da35454f6c7c2151a9872d5022e344cda4b01a301ae994f0184bfd42afc4dacdd11
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.3.0
1
+ 3.3.3
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## v1.2.0 (2024-06-15)
2
+ - Rename primary branch from `master` to `main`
3
+
1
4
  ## v1.1.0 (2024-02-02)
2
5
  - Source Ruby version from `.ruby-version` file
3
6
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- simple_cov-formatter-terminal (1.1.0)
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.5)
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.2.3)
31
+ concurrent-ruby (1.3.3)
32
32
  connection_pool (2.4.1)
33
- diff-lcs (1.5.0)
33
+ diff-lcs (1.5.1)
34
34
  docile (1.4.0)
35
- drb (2.2.0)
36
- ruby2_keywords
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.1)
38
+ json (2.7.2)
40
39
  language_server-protocol (3.17.0.3)
41
- memo_wise (1.8.0)
40
+ memo_wise (1.9.0)
42
41
  method_source (1.0.0)
43
- minitest (5.21.1)
42
+ minitest (5.23.1)
44
43
  mutex_m (0.2.0)
45
- parallel (1.24.0)
46
- parser (3.3.0.5)
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.7.3)
55
+ racc (1.8.0)
56
56
  rainbow (3.1.1)
57
- rake (13.1.0)
58
- regexp_parser (2.9.0)
59
- rexml (3.2.6)
60
- rouge (4.2.0)
61
- rspec (3.12.0)
62
- rspec-core (~> 3.12.0)
63
- rspec-expectations (~> 3.12.0)
64
- rspec-mocks (~> 3.12.0)
65
- rspec-core (3.12.2)
66
- rspec-support (~> 3.12.0)
67
- rspec-expectations (3.12.3)
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.12.0)
70
- rspec-mocks (3.12.6)
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.12.0)
73
- rspec-support (3.12.1)
74
- rubocop (1.60.2)
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.30.0, < 2.0)
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.30.0)
86
- parser (>= 3.2.1.0)
87
- rubocop-capybara (2.20.0)
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.30.0, < 2.0)
94
- rubocop-rspec (2.26.1)
95
- rubocop (~> 1.40)
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.5.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 (0.6.0)
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.0p0
139
+ ruby 3.3.3p89
144
140
 
145
141
  BUNDLED WITH
146
- 2.5.5
142
+ 2.5.11
@@ -5,6 +5,6 @@ module SimpleCov::Formatter; end
5
5
 
6
6
  # rubocop:disable Style/StaticClass
7
7
  class SimpleCov::Formatter::Terminal
8
- VERSION = '1.1.0'
8
+ VERSION = '1.2.0'
9
9
  end
10
10
  # rubocop:enable Style/StaticClass
@@ -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 = Gem::Requirement.new(">= #{File.read('.ruby-version').rstrip}")
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/master/CHANGELOG.md'
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.1.0
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-02-02 00:00:00.000000000 Z
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/master/CHANGELOG.md
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.0
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.3
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