simple_cov-formatter-terminal 0.3.1 → 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 90e4e8e76c6fbea7e49f8587759bdd94ccd6f01167b89cb80c7890987b50bdbd
4
- data.tar.gz: af7ffaab304cfc8288dea90e273e2fa623b122c2b5ac08ff62b2bc2324fb3d72
3
+ metadata.gz: 4db18a36e921abc3e6b93834345228e9934853e4c4a95a5768c2ea700e287fa7
4
+ data.tar.gz: c2cb1e6aaa8a5d9987b8c5f39024deceb65107b450d725c5e5237bf0fd9e5407
5
5
  SHA512:
6
- metadata.gz: baf0349637b76e0c9d57604dc638951433e358c69efc448ab2bad036784167c02640911948e2bcf639ca977a8c4a3413b6a1b1e8b850ed9a65084a82ab57e61a
7
- data.tar.gz: 7fd74494139368a76d01731af52c2c1383789eb6c9f822b6e9988690a6485f8e390862fc9b491cada1e1d42bfee3348015bc15b775ade8e36e01c0c479b503b7
6
+ metadata.gz: c88a1e23d20e254924353d38aa0ceebf3be48a6b4ebfb40d5517ba7bcd7bb907568928b21c3982595a0952fb8f9a60820abc2914ff07da66191564d6a813a255
7
+ data.tar.gz: 973a6418c591631ed1cd25017b6b502c7a937f6b0601b2215f0c556c2f5a37ae120cc855f4d1f5fff24c29130d25346d8429f697ccfdc7191412da89545e9240
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## v1.0.0 (2023-12-30)
2
+ [no unreleased changes yet]
3
+
1
4
  ## v0.3.1 (2023-11-19)
2
5
  ### Dependencies
3
6
  - 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 '3.3.0'
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.0.0)
5
5
  activesupport (>= 7.0.4, < 8)
6
6
  memo_wise (>= 1.7.0, < 2)
7
7
  rouge (>= 4.0.0, < 5)
@@ -24,7 +24,7 @@ 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)
@@ -36,13 +36,13 @@ 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
43
  minitest (5.20.0)
44
44
  mutex_m (0.2.0)
45
- parallel (1.23.0)
45
+ parallel (1.24.0)
46
46
  parser (3.2.2.4)
47
47
  ast (~> 2.4.1)
48
48
  racc
@@ -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.8.3)
59
59
  rexml (3.2.6)
60
60
  rouge (4.2.0)
61
61
  rspec (3.12.0)
@@ -71,7 +71,7 @@ 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.59.0)
75
75
  json (~> 2.3)
76
76
  language_server-protocol (>= 3.17.0)
77
77
  parallel (~> 1.10)
@@ -79,7 +79,7 @@ GEM
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)
@@ -88,23 +88,23 @@ GEM
88
88
  rubocop (~> 1.41)
89
89
  rubocop-factory_bot (2.24.0)
90
90
  rubocop (~> 1.33)
91
- rubocop-performance (1.19.1)
92
- rubocop (>= 1.7.0, < 2.0)
93
- rubocop-ast (>= 0.4.0)
91
+ rubocop-performance (1.20.1)
92
+ rubocop (>= 1.48.1, < 2.0)
93
+ rubocop-ast (>= 1.30.0, < 2.0)
94
94
  rubocop-rspec (2.25.0)
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
146
  2.4.13
@@ -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.0.0'
9
9
  end
10
10
  # rubocop:enable Style/StaticClass
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.0.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: 2023-12-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -176,7 +176,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
176
176
  - !ruby/object:Gem::Version
177
177
  version: '0'
178
178
  requirements: []
179
- rubygems_version: 3.4.22
179
+ rubygems_version: 3.5.3
180
180
  signing_key:
181
181
  specification_version: 4
182
182
  summary: Print detailed code coverage info to the terminal