getaround-rubocop 0.2.7 → 0.2.9

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: 7018eb4441a79baf545d6c22df098ae8b1921d4761536d90cad2a6ae3114941f
4
- data.tar.gz: 482634544779e3eacc202216caea488ab00f5a74b75ebc13e2c325a1301e45fa
3
+ metadata.gz: ebbfebd74c55aec8e949249b86ca147fa00058f80a4c17707c95d794767aa344
4
+ data.tar.gz: 41606d9659d6484ea9b84822e67786730f260fd62ad1624f46294ccf6e1c33a2
5
5
  SHA512:
6
- metadata.gz: 6fe49c7e5fa2d5140946ec43a27a4ae9990a84c8004e0238c82993de00e38b6b04e6315dccbc954e7361313eac025f3967472bee80be9adbc6cad17053523275
7
- data.tar.gz: 0a4291ad95e4d367ce735b8f65baa05f04ca6b173bbd84f92f49ad52d3b25d07b756f771420d3a425733bf3d9cdf7ae6065045138807112ce4f70f6cf60855dd
6
+ metadata.gz: 0742bc772ba0094f11847f27b099da9940eb5391428e2a04948288be75ab73d306554234af1f40a28fbaffc99852cc0de90e3777b86ad0cd298904150f969758
7
+ data.tar.gz: 6a4b6f56e8b939cf8da7f0ff42eab774f5b1f457d1366ed27ab31e60c0bbe6035b0e882d917178f681fd82fddd244f382e4a19adba53b30ae0b6a754054237bc
@@ -0,0 +1,2 @@
1
+ require:
2
+ - rubocop-performance
@@ -0,0 +1,2 @@
1
+ require:
2
+ - rubocop-rails
data/.rubocop-rspec.yml CHANGED
@@ -1,8 +1,6 @@
1
1
  require:
2
2
  - rubocop-rspec
3
3
 
4
- inherit_from: .rubocop.yml
5
-
6
4
  RSpec/NamedSubject:
7
5
  Enabled: false # Increase spec writing complexity
8
6
 
data/.rubocop.yml CHANGED
@@ -1,6 +1,11 @@
1
1
  inherit_gem:
2
2
  relaxed-rubocop: .rubocop.yml
3
3
 
4
+ inherit_from:
5
+ - .rubocop-performance.yml
6
+ - .rubocop-rails.yml
7
+ - .rubocop-rspec.yml
8
+
4
9
  AllCops:
5
10
  Exclude:
6
11
  - vendor/**/* # Prevent validation of bundler gems
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-2.6.7
1
+ ruby-2.7.4
data/Gemfile.lock CHANGED
@@ -1,38 +1,70 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- getaround-rubocop (0.2.6)
4
+ getaround-rubocop (0.2.8)
5
5
  relaxed-rubocop (= 2.5)
6
- rubocop (= 1.25.1)
7
- rubocop-rspec (= 2.4.0)
6
+ rubocop (= 1.55.1)
7
+ rubocop-performance (= 1.18.0)
8
+ rubocop-rails (= 2.20.2)
9
+ rubocop-rspec (= 2.23.0)
8
10
 
9
11
  GEM
10
12
  remote: https://rubygems.org/
11
13
  specs:
14
+ activesupport (7.0.6)
15
+ concurrent-ruby (~> 1.0, >= 1.0.2)
16
+ i18n (>= 1.6, < 2)
17
+ minitest (>= 5.1)
18
+ tzinfo (~> 2.0)
12
19
  ast (2.4.2)
13
- parallel (1.21.0)
14
- parser (3.1.1.0)
20
+ concurrent-ruby (1.2.2)
21
+ i18n (1.14.1)
22
+ concurrent-ruby (~> 1.0)
23
+ json (2.6.3)
24
+ language_server-protocol (3.17.0.3)
25
+ minitest (5.19.0)
26
+ parallel (1.23.0)
27
+ parser (3.2.2.3)
15
28
  ast (~> 2.4.1)
29
+ racc
30
+ racc (1.7.1)
31
+ rack (3.0.8)
16
32
  rainbow (3.1.1)
17
- regexp_parser (2.2.1)
33
+ regexp_parser (2.8.1)
18
34
  relaxed-rubocop (2.5)
19
- rexml (3.2.5)
20
- rubocop (1.25.1)
35
+ rexml (3.2.6)
36
+ rubocop (1.55.1)
37
+ json (~> 2.3)
38
+ language_server-protocol (>= 3.17.0)
21
39
  parallel (~> 1.10)
22
- parser (>= 3.1.0.0)
40
+ parser (>= 3.2.2.3)
23
41
  rainbow (>= 2.2.2, < 4.0)
24
42
  regexp_parser (>= 1.8, < 3.0)
25
- rexml
26
- rubocop-ast (>= 1.15.1, < 2.0)
43
+ rexml (>= 3.2.5, < 4.0)
44
+ rubocop-ast (>= 1.28.1, < 2.0)
27
45
  ruby-progressbar (~> 1.7)
28
- unicode-display_width (>= 1.4.0, < 3.0)
29
- rubocop-ast (1.16.0)
30
- parser (>= 3.1.1.0)
31
- rubocop-rspec (2.4.0)
32
- rubocop (~> 1.0)
33
- rubocop-ast (>= 1.1.0)
34
- ruby-progressbar (1.11.0)
35
- unicode-display_width (2.1.0)
46
+ unicode-display_width (>= 2.4.0, < 3.0)
47
+ rubocop-ast (1.29.0)
48
+ parser (>= 3.2.1.0)
49
+ rubocop-capybara (2.18.0)
50
+ rubocop (~> 1.41)
51
+ rubocop-factory_bot (2.23.1)
52
+ rubocop (~> 1.33)
53
+ rubocop-performance (1.18.0)
54
+ rubocop (>= 1.7.0, < 2.0)
55
+ rubocop-ast (>= 0.4.0)
56
+ rubocop-rails (2.20.2)
57
+ activesupport (>= 4.2.0)
58
+ rack (>= 1.1)
59
+ rubocop (>= 1.33.0, < 2.0)
60
+ rubocop-rspec (2.23.0)
61
+ rubocop (~> 1.33)
62
+ rubocop-capybara (~> 2.17)
63
+ rubocop-factory_bot (~> 2.22)
64
+ ruby-progressbar (1.13.0)
65
+ tzinfo (2.0.6)
66
+ concurrent-ruby (~> 1.0)
67
+ unicode-display_width (2.4.2)
36
68
 
37
69
  PLATFORMS
38
70
  ruby
@@ -41,4 +73,4 @@ DEPENDENCIES
41
73
  getaround-rubocop!
42
74
 
43
75
  BUNDLED WITH
44
- 2.2.21
76
+ 2.3.16
@@ -2,20 +2,22 @@
2
2
 
3
3
  Gem::Specification.new do |gem|
4
4
  gem.name = "getaround-rubocop"
5
- gem.version = '0.2.7'
5
+ gem.version = '0.2.9'
6
6
  gem.summary = "Backend configuration files"
7
7
  gem.description = "Shared base configuration for Getaround Backend Applications."
8
8
  gem.authors = ["Drivy", "Laurent Humez"]
9
9
  gem.email = ["oss@drivy.com"]
10
10
  gem.homepage = "https://github.com/drivy"
11
11
  gem.license = "MIT"
12
- gem.required_ruby_version = '>= 2.6'
12
+ gem.required_ruby_version = '>= 2.7'
13
13
 
14
14
  gem.files = Dir.chdir(File.expand_path(__dir__)) do
15
15
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec)/}) }
16
16
  end
17
17
 
18
18
  gem.add_runtime_dependency 'relaxed-rubocop', '= 2.5'
19
- gem.add_runtime_dependency 'rubocop', '= 1.25.1'
20
- gem.add_runtime_dependency 'rubocop-rspec', '= 2.4.0'
19
+ gem.add_runtime_dependency 'rubocop', '= 1.55.1'
20
+ gem.add_runtime_dependency 'rubocop-performance', '= 1.18.0'
21
+ gem.add_runtime_dependency 'rubocop-rails', '= 2.20.2'
22
+ gem.add_runtime_dependency 'rubocop-rspec', '= 2.23.0'
21
23
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: getaround-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Drivy
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-02-28 00:00:00.000000000 Z
12
+ date: 2023-08-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: relaxed-rubocop
@@ -31,28 +31,56 @@ dependencies:
31
31
  requirements:
32
32
  - - '='
33
33
  - !ruby/object:Gem::Version
34
- version: 1.25.1
34
+ version: 1.55.1
35
35
  type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
39
  - - '='
40
40
  - !ruby/object:Gem::Version
41
- version: 1.25.1
41
+ version: 1.55.1
42
+ - !ruby/object:Gem::Dependency
43
+ name: rubocop-performance
44
+ requirement: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - '='
47
+ - !ruby/object:Gem::Version
48
+ version: 1.18.0
49
+ type: :runtime
50
+ prerelease: false
51
+ version_requirements: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - '='
54
+ - !ruby/object:Gem::Version
55
+ version: 1.18.0
56
+ - !ruby/object:Gem::Dependency
57
+ name: rubocop-rails
58
+ requirement: !ruby/object:Gem::Requirement
59
+ requirements:
60
+ - - '='
61
+ - !ruby/object:Gem::Version
62
+ version: 2.20.2
63
+ type: :runtime
64
+ prerelease: false
65
+ version_requirements: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - '='
68
+ - !ruby/object:Gem::Version
69
+ version: 2.20.2
42
70
  - !ruby/object:Gem::Dependency
43
71
  name: rubocop-rspec
44
72
  requirement: !ruby/object:Gem::Requirement
45
73
  requirements:
46
74
  - - '='
47
75
  - !ruby/object:Gem::Version
48
- version: 2.4.0
76
+ version: 2.23.0
49
77
  type: :runtime
50
78
  prerelease: false
51
79
  version_requirements: !ruby/object:Gem::Requirement
52
80
  requirements:
53
81
  - - '='
54
82
  - !ruby/object:Gem::Version
55
- version: 2.4.0
83
+ version: 2.23.0
56
84
  description: Shared base configuration for Getaround Backend Applications.
57
85
  email:
58
86
  - oss@drivy.com
@@ -60,6 +88,8 @@ executables: []
60
88
  extensions: []
61
89
  extra_rdoc_files: []
62
90
  files:
91
+ - ".rubocop-performance.yml"
92
+ - ".rubocop-rails.yml"
63
93
  - ".rubocop-rspec.yml"
64
94
  - ".rubocop.yml"
65
95
  - ".ruby-version"
@@ -81,14 +111,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
81
111
  requirements:
82
112
  - - ">="
83
113
  - !ruby/object:Gem::Version
84
- version: '2.6'
114
+ version: '2.7'
85
115
  required_rubygems_version: !ruby/object:Gem::Requirement
86
116
  requirements:
87
117
  - - ">="
88
118
  - !ruby/object:Gem::Version
89
119
  version: '0'
90
120
  requirements: []
91
- rubygems_version: 3.0.3.1
121
+ rubygems_version: 3.1.6
92
122
  signing_key:
93
123
  specification_version: 4
94
124
  summary: Backend configuration files