simple_cov-formatter-terminal 1.0.0 → 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: 4db18a36e921abc3e6b93834345228e9934853e4c4a95a5768c2ea700e287fa7
4
- data.tar.gz: c2cb1e6aaa8a5d9987b8c5f39024deceb65107b450d725c5e5237bf0fd9e5407
3
+ metadata.gz: 164533360be57abef4ee1b0ef4db51005eb3f4996a305a4775f6cfe1d41f43bb
4
+ data.tar.gz: 8a32fb03951705a7398de652eefc087c3b8855f48a0f9dbaeb81c00be8d582b0
5
5
  SHA512:
6
- metadata.gz: c88a1e23d20e254924353d38aa0ceebf3be48a6b4ebfb40d5517ba7bcd7bb907568928b21c3982595a0952fb8f9a60820abc2914ff07da66191564d6a813a255
7
- data.tar.gz: 973a6418c591631ed1cd25017b6b502c7a937f6b0601b2215f0c556c2f5a37ae120cc855f4d1f5fff24c29130d25346d8429f697ccfdc7191412da89545e9240
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,6 @@
1
+ ## v1.1.0 (2024-02-02)
2
+ - Source Ruby version from `.ruby-version` file
3
+
1
4
  ## v1.0.0 (2023-12-30)
2
5
  [no unreleased changes yet]
3
6
 
data/Gemfile CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- ruby '3.3.0'
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 (1.0.0)
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)
@@ -28,7 +28,7 @@ GEM
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)
@@ -40,10 +40,10 @@ GEM
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
45
  parallel (1.24.0)
46
- parser (3.2.2.4)
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.3)
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,11 +71,11 @@ 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.59.0)
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)
@@ -84,14 +84,14 @@ GEM
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.20.1)
89
+ rubocop-factory_bot (2.25.1)
90
+ rubocop (~> 1.41)
91
+ rubocop-performance (1.20.2)
92
92
  rubocop (>= 1.48.1, < 2.0)
93
93
  rubocop-ast (>= 1.30.0, < 2.0)
94
- rubocop-rspec (2.25.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)
@@ -143,4 +143,4 @@ RUBY VERSION
143
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 = '1.0.0'
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: 1.0.0
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-12-30 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,7 +170,7 @@ 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
  - - ">="