getaround-rubocop 0.2.6 → 0.2.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop-performance.yml +2 -0
- data/.rubocop-rails.yml +2 -0
- data/.rubocop-rspec.yml +0 -2
- data/.ruby-version +1 -1
- data/Gemfile.lock +53 -21
- data/getaround-rubocop.gemspec +6 -4
- metadata +41 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8bff592a92a6f8a0646302a65df6c5459565f420b24e748ae14e29aeb3c9d742
|
4
|
+
data.tar.gz: 669d34424cde0e1b370b9dcd9238e96c407b32340efda2e0d47c6d5cb0ae289b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 33a55977bde8a0e7be73e54b34309dfe4c01556feaa5a18e5fdb9477c81bf32b11b83163bccc454f30f6db6096d639dff5f5b3ef1d1972a0018e9e4b551ee299
|
7
|
+
data.tar.gz: 19d208b34bc96ca6123255271407ae5675d772c67b4bbc16768e1a368f0cda7382e5f48be8231b1129d62b5e30525f6f0b521b85caa52d143a7546d8ba970e1b
|
data/.rubocop-rails.yml
ADDED
data/.rubocop-rspec.yml
CHANGED
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
ruby-2.
|
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.
|
4
|
+
getaround-rubocop (0.2.7)
|
5
5
|
relaxed-rubocop (= 2.5)
|
6
|
-
rubocop (= 1.
|
7
|
-
rubocop-
|
6
|
+
rubocop (= 1.55.0)
|
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
|
-
|
14
|
-
|
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)
|
16
|
-
|
17
|
-
|
29
|
+
racc
|
30
|
+
racc (1.7.1)
|
31
|
+
rack (3.0.8)
|
32
|
+
rainbow (3.1.1)
|
33
|
+
regexp_parser (2.8.1)
|
18
34
|
relaxed-rubocop (2.5)
|
19
|
-
rexml (3.2.
|
20
|
-
rubocop (1.
|
35
|
+
rexml (3.2.6)
|
36
|
+
rubocop (1.55.0)
|
37
|
+
json (~> 2.3)
|
38
|
+
language_server-protocol (>= 3.17.0)
|
21
39
|
parallel (~> 1.10)
|
22
|
-
parser (>= 3.
|
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.
|
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 (>=
|
29
|
-
rubocop-ast (1.
|
30
|
-
parser (>= 3.
|
31
|
-
rubocop-
|
32
|
-
rubocop (~> 1.
|
33
|
-
|
34
|
-
|
35
|
-
|
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.
|
76
|
+
2.3.16
|
data/getaround-rubocop.gemspec
CHANGED
@@ -2,20 +2,22 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |gem|
|
4
4
|
gem.name = "getaround-rubocop"
|
5
|
-
gem.version = '0.2.
|
5
|
+
gem.version = '0.2.8'
|
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.
|
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.
|
20
|
-
gem.add_runtime_dependency 'rubocop-rspec', '= 2.
|
19
|
+
gem.add_runtime_dependency 'rubocop', '= 1.55.0'
|
20
|
+
gem.add_runtime_dependency 'rubocop-rspec', '= 2.23.0'
|
21
|
+
gem.add_runtime_dependency 'rubocop-rails', '= 2.20.2'
|
22
|
+
gem.add_runtime_dependency 'rubocop-performance', '= 1.18.0'
|
21
23
|
end
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: getaround-rubocop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Drivy
|
8
8
|
- Laurent Humez
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2023-07-31 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.
|
34
|
+
version: 1.55.0
|
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.
|
41
|
+
version: 1.55.0
|
42
42
|
- !ruby/object:Gem::Dependency
|
43
43
|
name: rubocop-rspec
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
45
45
|
requirements:
|
46
46
|
- - '='
|
47
47
|
- !ruby/object:Gem::Version
|
48
|
-
version: 2.
|
48
|
+
version: 2.23.0
|
49
49
|
type: :runtime
|
50
50
|
prerelease: false
|
51
51
|
version_requirements: !ruby/object:Gem::Requirement
|
52
52
|
requirements:
|
53
53
|
- - '='
|
54
54
|
- !ruby/object:Gem::Version
|
55
|
-
version: 2.
|
55
|
+
version: 2.23.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
|
70
|
+
- !ruby/object:Gem::Dependency
|
71
|
+
name: rubocop-performance
|
72
|
+
requirement: !ruby/object:Gem::Requirement
|
73
|
+
requirements:
|
74
|
+
- - '='
|
75
|
+
- !ruby/object:Gem::Version
|
76
|
+
version: 1.18.0
|
77
|
+
type: :runtime
|
78
|
+
prerelease: false
|
79
|
+
version_requirements: !ruby/object:Gem::Requirement
|
80
|
+
requirements:
|
81
|
+
- - '='
|
82
|
+
- !ruby/object:Gem::Version
|
83
|
+
version: 1.18.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"
|
@@ -73,7 +103,7 @@ homepage: https://github.com/drivy
|
|
73
103
|
licenses:
|
74
104
|
- MIT
|
75
105
|
metadata: {}
|
76
|
-
post_install_message:
|
106
|
+
post_install_message:
|
77
107
|
rdoc_options: []
|
78
108
|
require_paths:
|
79
109
|
- lib
|
@@ -81,15 +111,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
81
111
|
requirements:
|
82
112
|
- - ">="
|
83
113
|
- !ruby/object:Gem::Version
|
84
|
-
version: '2.
|
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.
|
92
|
-
signing_key:
|
121
|
+
rubygems_version: 3.1.6
|
122
|
+
signing_key:
|
93
123
|
specification_version: 4
|
94
124
|
summary: Backend configuration files
|
95
125
|
test_files: []
|