simple_cov-formatter-terminal 1.2.0 → 1.3.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: d3cbbe891968042c9f55e0b4e1d336faaceb0a12fdbf0abf52def68d8bc9923e
4
- data.tar.gz: f6bb4a00f0aa5508611a4b8650a27afe2739be292259caf0b9df0de49155c286
3
+ metadata.gz: ff0a8830c6b2de767299678ae7fbff95b236ae0d79de1f5f6abede949bb6f394
4
+ data.tar.gz: 48d18ad9742d24dfa1b6a70fc77bd56ebd6574e8c429ab680e4ac6e823946297
5
5
  SHA512:
6
- metadata.gz: ce615520ae322f55a2c4ae0f5b2e6e03e8234f4e8ddf1a62960b5f178973dca0a0212c900fec3b07c0f68fae59527aa134163dea8abbf048974c156b31cc1dbf
7
- data.tar.gz: 9215801f8e95cf0b19a56da63d6fccc8795de24563e92038ea5413f34c3b5da35454f6c7c2151a9872d5022e344cda4b01a301ae994f0184bfd42afc4dacdd11
6
+ metadata.gz: 5477653a52035b2835c64273a3f0f415ba67d8c66aee98921f6d243b3d698282c4126375cddfc11d37ba58f608bb5600d583b51177e7dab9a4446e38868977e4
7
+ data.tar.gz: 446961414ac5865814ed77700635c6243df80f0b064e9b38041bf4639e3cc776c5f2fac4e8d2c82afc5bd40ef8946e01c0afb8e18be45a24db1535027663117f
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## v1.3.0 (2024-06-28)
2
+ - Enforce only major and minor parts of required Ruby version (loosening the required Ruby version from 3.3.3 to 3.3.0)
3
+
1
4
  ## v1.2.0 (2024-06-15)
2
5
  - Rename primary branch from `master` to `main`
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.2.0)
4
+ simple_cov-formatter-terminal (1.3.0)
5
5
  activesupport (>= 7.0.4, < 8)
6
6
  memo_wise (>= 1.7.0, < 2)
7
7
  rouge (>= 4.0.0, < 5)
@@ -38,8 +38,8 @@ GEM
38
38
  json (2.7.2)
39
39
  language_server-protocol (3.17.0.3)
40
40
  memo_wise (1.9.0)
41
- method_source (1.0.0)
42
- minitest (5.23.1)
41
+ method_source (1.1.0)
42
+ minitest (5.24.0)
43
43
  mutex_m (0.2.0)
44
44
  parallel (1.25.1)
45
45
  parser (3.3.3.0)
@@ -56,22 +56,22 @@ GEM
56
56
  rainbow (3.1.1)
57
57
  rake (13.2.1)
58
58
  regexp_parser (2.9.2)
59
- rexml (3.3.0)
59
+ rexml (3.3.1)
60
60
  strscan
61
- rouge (4.2.1)
61
+ rouge (4.3.0)
62
62
  rspec (3.13.0)
63
63
  rspec-core (~> 3.13.0)
64
64
  rspec-expectations (~> 3.13.0)
65
65
  rspec-mocks (~> 3.13.0)
66
66
  rspec-core (3.13.0)
67
67
  rspec-support (~> 3.13.0)
68
- rspec-expectations (3.13.0)
68
+ rspec-expectations (3.13.1)
69
69
  diff-lcs (>= 1.2.0, < 2.0)
70
70
  rspec-support (~> 3.13.0)
71
- rspec-mocks (3.13.0)
71
+ rspec-mocks (3.13.1)
72
72
  diff-lcs (>= 1.2.0, < 2.0)
73
73
  rspec-support (~> 3.13.0)
74
- rspec-support (3.13.0)
74
+ rspec-support (3.13.1)
75
75
  rubocop (1.64.1)
76
76
  json (~> 2.3)
77
77
  language_server-protocol (>= 3.17.0)
@@ -85,20 +85,20 @@ GEM
85
85
  unicode-display_width (>= 2.4.0, < 3.0)
86
86
  rubocop-ast (1.31.3)
87
87
  parser (>= 3.3.1.0)
88
- rubocop-performance (1.21.0)
88
+ rubocop-performance (1.21.1)
89
89
  rubocop (>= 1.48.1, < 2.0)
90
90
  rubocop-ast (>= 1.31.1, < 2.0)
91
91
  rubocop-rspec (3.0.1)
92
92
  rubocop (~> 1.61)
93
93
  ruby-progressbar (1.13.0)
94
- runger_config (5.0.0)
94
+ runger_config (5.1.0)
95
95
  activesupport (>= 7.1.2)
96
96
  runger_release_assistant (0.8.0)
97
97
  activesupport (>= 6, < 8)
98
98
  memo_wise (>= 1.7, < 2)
99
99
  rainbow (>= 3.0, < 4)
100
100
  slop (~> 4.8)
101
- runger_style (2.6.0)
101
+ runger_style (2.8.0)
102
102
  prism (>= 0.24.0)
103
103
  rubocop (>= 1.38.0, < 2)
104
104
  simplecov (0.22.0)
@@ -32,7 +32,7 @@ class SimpleCov::Formatter::Terminal::FileDeterminer
32
32
  executed_spec_file.sub(spec_file_regex, app_file_substitution)
33
33
  end
34
34
  end.first&.sub(/_spec\.rb\z/, '.rb') ||
35
- raise("Could not map executed spec file #{executed_spec_file} to application file!")
35
+ raise("Could not map executed spec file #{executed_spec_file} to application file!")
36
36
  end
37
37
 
38
38
  memo_wise \
@@ -43,7 +43,7 @@ class SimpleCov::Formatter::Terminal::FileDeterminer
43
43
  memo_wise \
44
44
  def spec_to_app_file_map
45
45
  SimpleCov::Formatter::Terminal.config.spec_to_app_file_map ||
46
- SimpleCov::Formatter::Terminal::SpecToAppMapping.default_spec_to_app_map
46
+ SimpleCov::Formatter::Terminal::SpecToAppMapping.default_spec_to_app_map
47
47
  end
48
48
 
49
49
  memo_wise \
@@ -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.2.0'
8
+ VERSION = '1.3.0'
9
9
  end
10
10
  # rubocop:enable Style/StaticClass
@@ -12,7 +12,8 @@ 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 = ">= #{File.read('.ruby-version').rstrip}"
15
+ required_ruby_version = File.read('.ruby-version').rstrip.sub(/\A(\d+\.\d+)\.\d+\z/, '\1.0')
16
+ spec.required_ruby_version = ">= #{required_ruby_version}"
16
17
 
17
18
  spec.metadata['homepage_uri'] = spec.homepage
18
19
  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.2.0
4
+ version: 1.3.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-06-16 00:00:00.000000000 Z
11
+ date: 2024-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -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.3
173
+ version: 3.3.0
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.11
180
+ rubygems_version: 3.5.14
181
181
  signing_key:
182
182
  specification_version: 4
183
183
  summary: Print detailed code coverage info to the terminal