simplecov-rspec 0.4.4 → 1.1.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.
@@ -6,8 +6,8 @@
6
6
  "package-name": "simplecov-rspec",
7
7
  "changelog-path": "CHANGELOG.md",
8
8
  "version-file": "lib/simplecov-rspec/version.rb",
9
- "bump-minor-pre-major": true,
10
- "bump-patch-for-minor-pre-major": true,
9
+ "bump-minor-pre-major": false,
10
+ "bump-patch-for-minor-pre-major": false,
11
11
  "draft": false,
12
12
  "prerelease": false,
13
13
  "include-component-in-tag": false,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplecov-rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Couball
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '0.22'
18
+ version: '1.0'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '0.22'
25
+ version: '1.0'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: bundler-audit
28
28
  requirement: !ruby/object:Gem::Requirement
@@ -85,14 +85,14 @@ dependencies:
85
85
  requirements:
86
86
  - - "~>"
87
87
  - !ruby/object:Gem::Version
88
- version: '13.2'
88
+ version: '13.4'
89
89
  type: :development
90
90
  prerelease: false
91
91
  version_requirements: !ruby/object:Gem::Requirement
92
92
  requirements:
93
93
  - - "~>"
94
94
  - !ruby/object:Gem::Version
95
- version: '13.2'
95
+ version: '13.4'
96
96
  - !ruby/object:Gem::Dependency
97
97
  name: rspec
98
98
  requirement: !ruby/object:Gem::Requirement
@@ -113,14 +113,14 @@ dependencies:
113
113
  requirements:
114
114
  - - "~>"
115
115
  - !ruby/object:Gem::Version
116
- version: '1.66'
116
+ version: '1.89'
117
117
  type: :development
118
118
  prerelease: false
119
119
  version_requirements: !ruby/object:Gem::Requirement
120
120
  requirements:
121
121
  - - "~>"
122
122
  - !ruby/object:Gem::Version
123
- version: '1.66'
123
+ version: '1.89'
124
124
  - !ruby/object:Gem::Dependency
125
125
  name: simplecov-lcov
126
126
  requirement: !ruby/object:Gem::Requirement
@@ -149,6 +149,20 @@ dependencies:
149
149
  - - "~>"
150
150
  - !ruby/object:Gem::Version
151
151
  version: '4.4'
152
+ - !ruby/object:Gem::Dependency
153
+ name: irb
154
+ requirement: !ruby/object:Gem::Requirement
155
+ requirements:
156
+ - - "~>"
157
+ - !ruby/object:Gem::Version
158
+ version: '1.13'
159
+ type: :development
160
+ prerelease: false
161
+ version_requirements: !ruby/object:Gem::Requirement
162
+ requirements:
163
+ - - "~>"
164
+ - !ruby/object:Gem::Version
165
+ version: '1.13'
152
166
  - !ruby/object:Gem::Dependency
153
167
  name: redcarpet
154
168
  requirement: !ruby/object:Gem::Requirement
@@ -198,9 +212,10 @@ dependencies:
198
212
  - !ruby/object:Gem::Version
199
213
  version: '0.9'
200
214
  description: |
201
- Configures RSpec to fail (and exit with with a non-zero exitcode) if the
202
- test coverage is below the configured threshold and (optionally) list the
203
- lines of code not covered by tests.
215
+ Configures SimpleCov's line, branch, and method coverage thresholds for RSpec,
216
+ suppresses failures during RSpec dry runs, and (optionally) lists or summarizes
217
+ the lines, branches, and methods not covered by tests, either for the whole
218
+ project or scoped to the code the run described.
204
219
  email:
205
220
  - jcouball@yahoo.com
206
221
  executables: []
@@ -220,6 +235,10 @@ files:
220
235
  - README.md
221
236
  - Rakefile
222
237
  - lib/simplecov-rspec.rb
238
+ - lib/simplecov-rspec/described_source_files.rb
239
+ - lib/simplecov-rspec/list_uncovered_files_option.rb
240
+ - lib/simplecov-rspec/list_uncovered_option.rb
241
+ - lib/simplecov-rspec/uncovered_report.rb
223
242
  - lib/simplecov-rspec/version.rb
224
243
  - package.json
225
244
  - release-please-config.json
@@ -230,8 +249,8 @@ metadata:
230
249
  allowed_push_host: https://rubygems.org
231
250
  homepage_uri: https://github.com/main-branch/simplecov-rspec
232
251
  source_code_uri: https://github.com/main-branch/simplecov-rspec
233
- documentation_uri: https://rubydoc.info/gems/simplecov-rspec/0.4.4
234
- changelog_uri: https://rubydoc.info/gems/simplecov-rspec/0.4.4/file/CHANGELOG.md
252
+ documentation_uri: https://rubydoc.info/gems/simplecov-rspec/1.1.0
253
+ changelog_uri: https://rubydoc.info/gems/simplecov-rspec/1.1.0/file/CHANGELOG.md
235
254
  rubygems_mfa_required: 'true'
236
255
  rdoc_options: []
237
256
  require_paths:
@@ -240,7 +259,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
240
259
  requirements:
241
260
  - - ">="
242
261
  - !ruby/object:Gem::Version
243
- version: 3.1.0
262
+ version: 3.2.0
244
263
  required_rubygems_version: !ruby/object:Gem::Requirement
245
264
  requirements:
246
265
  - - ">="
@@ -248,9 +267,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
248
267
  version: '0'
249
268
  requirements:
250
269
  - 'Platform: Mac, Linux, or Windows'
251
- - 'Ruby: MRI 3.1 or later, TruffleRuby 24 or later, or JRuby 9.4 or later'
252
- rubygems_version: 4.0.6
270
+ - 'Ruby: MRI 3.2 or later, TruffleRuby 24 or later, or JRuby 10 or later'
271
+ rubygems_version: 4.0.16
253
272
  specification_version: 4
254
- summary: Configure SimpleCov to fail RSpec if the test coverage falls below a given
255
- threshold
273
+ summary: Configure SimpleCov coverage thresholds and uncovered item reporting for
274
+ RSpec
256
275
  test_files: []