simple_cov-formatter-terminal 0.3.1 → 1.1.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: 90e4e8e76c6fbea7e49f8587759bdd94ccd6f01167b89cb80c7890987b50bdbd
4
- data.tar.gz: af7ffaab304cfc8288dea90e273e2fa623b122c2b5ac08ff62b2bc2324fb3d72
3
+ metadata.gz: 164533360be57abef4ee1b0ef4db51005eb3f4996a305a4775f6cfe1d41f43bb
4
+ data.tar.gz: 8a32fb03951705a7398de652eefc087c3b8855f48a0f9dbaeb81c00be8d582b0
5
5
  SHA512:
6
- metadata.gz: baf0349637b76e0c9d57604dc638951433e358c69efc448ab2bad036784167c02640911948e2bcf639ca977a8c4a3413b6a1b1e8b850ed9a65084a82ab57e61a
7
- data.tar.gz: 7fd74494139368a76d01731af52c2c1383789eb6c9f822b6e9988690a6485f8e390862fc9b491cada1e1d42bfee3348015bc15b775ade8e36e01c0c479b503b7
6
+ metadata.gz: afc86c9d1b7dd20633afca75d5799810b691695c497f03e3e73ed60e35604c27d5935ab09354a9ecd584b227e2a01cf9542e1f9db3fc298e9b3a4770b0f94ff2
7
+ data.tar.gz: d570247ffb5d6fe6633b418879e202bde2f9c38844cdcec24e2db2af5f44268416343f271dba571165ad40e0fa8a3384fb7c3a135501d22d516c4e7cff7abdb8
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 3.3.0
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## v1.1.0 (2024-02-02)
2
+ - Source Ruby version from `.ruby-version` file
3
+
4
+ ## v1.0.0 (2023-12-30)
5
+ [no unreleased changes yet]
6
+
1
7
  ## v0.3.1 (2023-11-19)
2
8
  ### Dependencies
3
9
  - Bump runger_config from 3.0.1 to 4.0.0
data/Gemfile CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- ruby '3.2.2'
3
+ ruby file: '.ruby-version'
4
4
 
5
5
  source 'https://rubygems.org'
6
6
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- simple_cov-formatter-terminal (0.3.1)
4
+ simple_cov-formatter-terminal (1.1.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.2)
15
+ activesupport (7.1.3)
16
16
  base64
17
17
  bigdecimal
18
18
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -24,11 +24,11 @@ GEM
24
24
  tzinfo (~> 2.0)
25
25
  ast (2.4.2)
26
26
  base64 (0.2.0)
27
- bigdecimal (3.1.4)
27
+ bigdecimal (3.1.5)
28
28
  byebug (11.1.3)
29
29
  climate_control (1.2.0)
30
30
  coderay (1.1.3)
31
- concurrent-ruby (1.2.2)
31
+ concurrent-ruby (1.2.3)
32
32
  connection_pool (2.4.1)
33
33
  diff-lcs (1.5.0)
34
34
  docile (1.4.0)
@@ -36,14 +36,14 @@ GEM
36
36
  ruby2_keywords
37
37
  i18n (1.14.1)
38
38
  concurrent-ruby (~> 1.0)
39
- json (2.6.3)
39
+ json (2.7.1)
40
40
  language_server-protocol (3.17.0.3)
41
41
  memo_wise (1.8.0)
42
42
  method_source (1.0.0)
43
- minitest (5.20.0)
43
+ minitest (5.21.1)
44
44
  mutex_m (0.2.0)
45
- parallel (1.23.0)
46
- parser (3.2.2.4)
45
+ parallel (1.24.0)
46
+ parser (3.3.0.5)
47
47
  ast (~> 2.4.1)
48
48
  racc
49
49
  pry (0.14.2)
@@ -55,7 +55,7 @@ GEM
55
55
  racc (1.7.3)
56
56
  rainbow (3.1.1)
57
57
  rake (13.1.0)
58
- regexp_parser (2.8.2)
58
+ regexp_parser (2.9.0)
59
59
  rexml (3.2.6)
60
60
  rouge (4.2.0)
61
61
  rspec (3.12.0)
@@ -71,40 +71,40 @@ GEM
71
71
  diff-lcs (>= 1.2.0, < 2.0)
72
72
  rspec-support (~> 3.12.0)
73
73
  rspec-support (3.12.1)
74
- rubocop (1.57.2)
74
+ rubocop (1.60.2)
75
75
  json (~> 2.3)
76
76
  language_server-protocol (>= 3.17.0)
77
77
  parallel (~> 1.10)
78
- parser (>= 3.2.2.4)
78
+ parser (>= 3.3.0.2)
79
79
  rainbow (>= 2.2.2, < 4.0)
80
80
  regexp_parser (>= 1.8, < 3.0)
81
81
  rexml (>= 3.2.5, < 4.0)
82
- rubocop-ast (>= 1.28.1, < 2.0)
82
+ rubocop-ast (>= 1.30.0, < 2.0)
83
83
  ruby-progressbar (~> 1.7)
84
84
  unicode-display_width (>= 2.4.0, < 3.0)
85
85
  rubocop-ast (1.30.0)
86
86
  parser (>= 3.2.1.0)
87
- rubocop-capybara (2.19.0)
87
+ rubocop-capybara (2.20.0)
88
88
  rubocop (~> 1.41)
89
- rubocop-factory_bot (2.24.0)
90
- rubocop (~> 1.33)
91
- rubocop-performance (1.19.1)
92
- rubocop (>= 1.7.0, < 2.0)
93
- rubocop-ast (>= 0.4.0)
94
- rubocop-rspec (2.25.0)
89
+ rubocop-factory_bot (2.25.1)
90
+ rubocop (~> 1.41)
91
+ rubocop-performance (1.20.2)
92
+ rubocop (>= 1.48.1, < 2.0)
93
+ rubocop-ast (>= 1.30.0, < 2.0)
94
+ rubocop-rspec (2.26.1)
95
95
  rubocop (~> 1.40)
96
96
  rubocop-capybara (~> 2.17)
97
97
  rubocop-factory_bot (~> 2.22)
98
98
  ruby-progressbar (1.13.0)
99
99
  ruby2_keywords (0.0.5)
100
- runger_config (4.0.0)
100
+ runger_config (5.0.0)
101
101
  activesupport (>= 7.1.2)
102
102
  runger_release_assistant (0.5.0)
103
103
  activesupport (>= 6, < 8)
104
104
  memo_wise (>= 1.7, < 2)
105
105
  rainbow (>= 3.0, < 4)
106
106
  slop (~> 4.8)
107
- runger_style (0.5.1)
107
+ runger_style (0.6.0)
108
108
  rubocop (>= 1.38.0, < 2)
109
109
  simplecov (0.22.0)
110
110
  docile (~> 1.1)
@@ -140,7 +140,7 @@ DEPENDENCIES
140
140
  simplecov-cobertura
141
141
 
142
142
  RUBY VERSION
143
- ruby 3.2.2p53
143
+ ruby 3.3.0p0
144
144
 
145
145
  BUNDLED WITH
146
- 2.4.13
146
+ 2.5.5
@@ -5,6 +5,6 @@ module SimpleCov::Formatter; end
5
5
 
6
6
  # rubocop:disable Style/StaticClass
7
7
  class SimpleCov::Formatter::Terminal
8
- VERSION = '0.3.1'
8
+ VERSION = '1.1.0'
9
9
  end
10
10
  # rubocop:enable Style/StaticClass
@@ -12,7 +12,7 @@ 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 = '>= 3.2.0'
15
+ spec.required_ruby_version = Gem::Requirement.new(">= #{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'
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.3.1
4
+ version: 1.1.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: 2023-11-20 00:00:00.000000000 Z
11
+ date: 2024-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -134,6 +134,7 @@ files:
134
134
  - ".release_assistant.yml"
135
135
  - ".rspec"
136
136
  - ".rubocop.yml"
137
+ - ".ruby-version"
137
138
  - CHANGELOG.md
138
139
  - Gemfile
139
140
  - Gemfile.lock
@@ -169,14 +170,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
169
170
  requirements:
170
171
  - - ">="
171
172
  - !ruby/object:Gem::Version
172
- version: 3.2.0
173
+ version: 3.3.0
173
174
  required_rubygems_version: !ruby/object:Gem::Requirement
174
175
  requirements:
175
176
  - - ">="
176
177
  - !ruby/object:Gem::Version
177
178
  version: '0'
178
179
  requirements: []
179
- rubygems_version: 3.4.22
180
+ rubygems_version: 3.5.3
180
181
  signing_key:
181
182
  specification_version: 4
182
183
  summary: Print detailed code coverage info to the terminal