carwow_rubocop 4.0.2 → 4.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: c9e7c523fde37bcd34c81d97c5e5469dcdd54847c49037305202401cda4795b6
4
- data.tar.gz: 59126df5d4eebbb7f0924396a95dd5ecd5cf9ae405d6e214dba606f1abf349b0
3
+ metadata.gz: e9ec4ea9bcc5094de0f6f17bac06586c938d99eeb4628023fbf90e2688806972
4
+ data.tar.gz: de5321a1ccf3919514f9ca076fa56a658dc376f106b27e20b167ef3577b13efe
5
5
  SHA512:
6
- metadata.gz: '007331498b901c890b99c599d8a124fbf520527eb87cd5386681ac964cba04ad8eb8aa6cc10d2886e7a8f2dba1a746a7545a90af0996977857a99ef020b1b9e7'
7
- data.tar.gz: 3bb9f8592367f4e95a7c8e3a5dbbf36b75ed909fcd2a7855265478b56d65192b27a48604b64980811fef68eda54d08a8def62b2133381adf3873a9be0304192f
6
+ metadata.gz: 7c380c6e192b972b9953d412558255a8a5bc4a322fb7bd34b8743edfc291b7a0b59771968f421ae75803d1e8c1ed3659b7811d892faf316d7a91259d8ebdce77
7
+ data.tar.gz: b69d7c287621cdddcfbf8830339507c6dbe9e083b4aa9dc652d7f2d799dab687231bbe71f889cede1ec9fb14bb8dd9f7551327cab318a709b8cdfd5cac73a06a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- carwow_rubocop (4.0.2)
4
+ carwow_rubocop (4.1.0)
5
5
  rubocop (>= 0.93)
6
6
  rubocop-performance
7
7
  rubocop-rspec
@@ -11,49 +11,54 @@ GEM
11
11
  specs:
12
12
  ast (2.4.2)
13
13
  coderay (1.1.3)
14
- diff-lcs (1.4.4)
14
+ diff-lcs (1.5.0)
15
+ json (2.6.3)
15
16
  method_source (1.0.0)
16
- parallel (1.21.0)
17
- parser (3.0.2.0)
17
+ parallel (1.22.1)
18
+ parser (3.2.0.0)
18
19
  ast (~> 2.4.1)
19
- pry (0.14.1)
20
+ pry (0.14.2)
20
21
  coderay (~> 1.1)
21
22
  method_source (~> 1.0)
22
- rainbow (3.0.0)
23
+ rainbow (3.1.1)
23
24
  rake (13.0.6)
24
- regexp_parser (2.1.1)
25
+ regexp_parser (2.6.2)
25
26
  rexml (3.2.5)
26
- rspec (3.10.0)
27
- rspec-core (~> 3.10.0)
28
- rspec-expectations (~> 3.10.0)
29
- rspec-mocks (~> 3.10.0)
30
- rspec-core (3.10.1)
31
- rspec-support (~> 3.10.0)
32
- rspec-expectations (3.10.1)
27
+ rspec (3.12.0)
28
+ rspec-core (~> 3.12.0)
29
+ rspec-expectations (~> 3.12.0)
30
+ rspec-mocks (~> 3.12.0)
31
+ rspec-core (3.12.0)
32
+ rspec-support (~> 3.12.0)
33
+ rspec-expectations (3.12.2)
33
34
  diff-lcs (>= 1.2.0, < 2.0)
34
- rspec-support (~> 3.10.0)
35
- rspec-mocks (3.10.2)
35
+ rspec-support (~> 3.12.0)
36
+ rspec-mocks (3.12.3)
36
37
  diff-lcs (>= 1.2.0, < 2.0)
37
- rspec-support (~> 3.10.0)
38
- rspec-support (3.10.2)
39
- rubocop (1.22.3)
38
+ rspec-support (~> 3.12.0)
39
+ rspec-support (3.12.0)
40
+ rubocop (1.44.0)
41
+ json (~> 2.3)
40
42
  parallel (~> 1.10)
41
- parser (>= 3.0.0.0)
43
+ parser (>= 3.2.0.0)
42
44
  rainbow (>= 2.2.2, < 4.0)
43
45
  regexp_parser (>= 1.8, < 3.0)
44
- rexml
45
- rubocop-ast (>= 1.12.0, < 2.0)
46
+ rexml (>= 3.2.5, < 4.0)
47
+ rubocop-ast (>= 1.24.1, < 2.0)
46
48
  ruby-progressbar (~> 1.7)
47
- unicode-display_width (>= 1.4.0, < 3.0)
48
- rubocop-ast (1.13.0)
49
- parser (>= 3.0.1.1)
50
- rubocop-performance (1.12.0)
49
+ unicode-display_width (>= 2.4.0, < 3.0)
50
+ rubocop-ast (1.24.1)
51
+ parser (>= 3.1.1.0)
52
+ rubocop-capybara (2.17.0)
53
+ rubocop (~> 1.41)
54
+ rubocop-performance (1.15.2)
51
55
  rubocop (>= 1.7.0, < 2.0)
52
56
  rubocop-ast (>= 0.4.0)
53
- rubocop-rspec (2.6.0)
54
- rubocop (~> 1.19)
57
+ rubocop-rspec (2.18.1)
58
+ rubocop (~> 1.33)
59
+ rubocop-capybara (~> 2.17)
55
60
  ruby-progressbar (1.11.0)
56
- unicode-display_width (2.1.0)
61
+ unicode-display_width (2.4.2)
57
62
 
58
63
  PLATFORMS
59
64
  ruby
@@ -66,4 +71,4 @@ DEPENDENCIES
66
71
  rspec
67
72
 
68
73
  BUNDLED WITH
69
- 2.2.27
74
+ 2.4.4
@@ -36,4 +36,7 @@ Gem::Specification.new do |spec|
36
36
  spec.add_dependency 'rubocop', '>= 0.93'
37
37
  spec.add_dependency 'rubocop-performance'
38
38
  spec.add_dependency 'rubocop-rspec'
39
+ spec.metadata = {
40
+ 'rubygems_mfa_required' => 'true'
41
+ }
39
42
  end
@@ -1,5 +1,8 @@
1
1
  Gemspec/OrderedDependencies:
2
2
  Enabled: false
3
+
4
+ Gemspec/DevelopmentDependencies:
5
+ Enabled: false
3
6
 
4
7
  Gemspec/RequiredRubyVersion:
5
8
  Description: Checks that `required_ruby_version` of gemspec and `TargetRubyVersion` of
@@ -6,7 +6,7 @@ RSpec:
6
6
  - _spec.rb
7
7
  - "(?:^|/)spec/"
8
8
  RSpec/FactoryBot:
9
- Patterns:
9
+ Include:
10
10
  - spec/factories/**/*.rb
11
11
  - features/support/factories/**/*.rb
12
12
 
@@ -9,3 +9,6 @@ Style/DoubleNegation:
9
9
 
10
10
  Style/FrozenStringLiteralComment:
11
11
  Enabled: false
12
+
13
+ Style/OpenStructUse:
14
+ Enabled: false
@@ -1,5 +1,5 @@
1
1
  module RuboCop
2
2
  module Carwow
3
- VERSION = '4.0.2'.freeze
3
+ VERSION = '4.1.0'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carwow_rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.2
4
+ version: 4.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - carwow Developers
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-11-12 00:00:00.000000000 Z
11
+ date: 2023-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -152,8 +152,8 @@ homepage: https://github.com/carwow/carwow_rubocop
152
152
  licenses:
153
153
  - MIT
154
154
  metadata:
155
- allowed_push_host: https://rubygems.org
156
- post_install_message:
155
+ rubygems_mfa_required: 'true'
156
+ post_install_message:
157
157
  rdoc_options: []
158
158
  require_paths:
159
159
  - lib
@@ -168,8 +168,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
168
168
  - !ruby/object:Gem::Version
169
169
  version: '0'
170
170
  requirements: []
171
- rubygems_version: 3.2.31
172
- signing_key:
171
+ rubygems_version: 3.1.6
172
+ signing_key:
173
173
  specification_version: 4
174
174
  summary: carwow's rubocop configuration
175
175
  test_files: []