getaround-rubocop 0.2.10 → 0.2.11
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 +4 -4
- data/.rubocop-performance.yml +1 -1
- data/.rubocop-rails.yml +1 -1
- data/.rubocop-rspec.yml +1 -1
- data/.ruby-version +1 -1
- data/Gemfile.lock +62 -44
- data/getaround-rubocop.gemspec +7 -7
- metadata +25 -25
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5f8aaca19fc8193c892b6fd872b0a254ce181aa37ace9c66ca25b57daedd8c1e
|
4
|
+
data.tar.gz: f216ab4d4238b365f2d3da315410b8a4bb9460dbbc79be051238514b12c7843d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c8e03daa0d8ae044b0b9696b4fb76a25e4921c7ace86fad6d7e68a013a51c47015dc40bcccd2cf58db9d1d32c59ecbd12447a31ce5d096aaaf47359510eda5a7
|
7
|
+
data.tar.gz: 340c68f50add99fc08e0c633cd6aa39eb05cffd22e4259e75b0e821e8dffa5f7df2bb138b28e213304501ec02a9b8b38fb0d9b9941a80ff96493f03510e218d6
|
data/.rubocop-performance.yml
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
|
1
|
+
plugins:
|
2
2
|
- rubocop-performance
|
data/.rubocop-rails.yml
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
|
1
|
+
plugins:
|
2
2
|
- rubocop-rails
|
data/.rubocop-rspec.yml
CHANGED
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
ruby-3.
|
1
|
+
ruby-3.3.5
|
data/Gemfile.lock
CHANGED
@@ -1,70 +1,88 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
getaround-rubocop (0.2.
|
5
|
-
relaxed-rubocop (
|
6
|
-
rubocop (
|
7
|
-
rubocop-performance (
|
8
|
-
rubocop-rails (
|
9
|
-
rubocop-rspec (
|
4
|
+
getaround-rubocop (0.2.11)
|
5
|
+
relaxed-rubocop (~> 2.5)
|
6
|
+
rubocop (~> 1.0)
|
7
|
+
rubocop-performance (~> 1.0)
|
8
|
+
rubocop-rails (~> 2.0)
|
9
|
+
rubocop-rspec (~> 3.0)
|
10
10
|
|
11
11
|
GEM
|
12
12
|
remote: https://rubygems.org/
|
13
13
|
specs:
|
14
|
-
activesupport (
|
15
|
-
|
14
|
+
activesupport (8.0.2)
|
15
|
+
base64
|
16
|
+
benchmark (>= 0.3)
|
17
|
+
bigdecimal
|
18
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
19
|
+
connection_pool (>= 2.2.5)
|
20
|
+
drb
|
16
21
|
i18n (>= 1.6, < 2)
|
22
|
+
logger (>= 1.4.2)
|
17
23
|
minitest (>= 5.1)
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
24
|
+
securerandom (>= 0.3)
|
25
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
26
|
+
uri (>= 0.13.1)
|
27
|
+
ast (2.4.3)
|
28
|
+
base64 (0.2.0)
|
29
|
+
benchmark (0.4.0)
|
30
|
+
bigdecimal (3.1.9)
|
31
|
+
concurrent-ruby (1.3.5)
|
32
|
+
connection_pool (2.5.3)
|
33
|
+
drb (2.2.3)
|
34
|
+
i18n (1.14.7)
|
22
35
|
concurrent-ruby (~> 1.0)
|
23
|
-
json (2.
|
24
|
-
language_server-protocol (3.17.0.
|
25
|
-
|
26
|
-
|
27
|
-
|
36
|
+
json (2.12.2)
|
37
|
+
language_server-protocol (3.17.0.5)
|
38
|
+
lint_roller (1.1.0)
|
39
|
+
logger (1.7.0)
|
40
|
+
minitest (5.25.5)
|
41
|
+
parallel (1.27.0)
|
42
|
+
parser (3.3.8.0)
|
28
43
|
ast (~> 2.4.1)
|
29
44
|
racc
|
30
|
-
|
31
|
-
|
45
|
+
prism (1.4.0)
|
46
|
+
racc (1.8.1)
|
47
|
+
rack (3.1.15)
|
32
48
|
rainbow (3.1.1)
|
33
|
-
regexp_parser (2.
|
49
|
+
regexp_parser (2.10.0)
|
34
50
|
relaxed-rubocop (2.5)
|
35
|
-
|
36
|
-
rubocop (1.55.1)
|
51
|
+
rubocop (1.75.7)
|
37
52
|
json (~> 2.3)
|
38
|
-
language_server-protocol (
|
53
|
+
language_server-protocol (~> 3.17.0.2)
|
54
|
+
lint_roller (~> 1.1.0)
|
39
55
|
parallel (~> 1.10)
|
40
|
-
parser (>= 3.
|
56
|
+
parser (>= 3.3.0.2)
|
41
57
|
rainbow (>= 2.2.2, < 4.0)
|
42
|
-
regexp_parser (>=
|
43
|
-
|
44
|
-
rubocop-ast (>= 1.28.1, < 2.0)
|
58
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
59
|
+
rubocop-ast (>= 1.44.0, < 2.0)
|
45
60
|
ruby-progressbar (~> 1.7)
|
46
|
-
unicode-display_width (>= 2.4.0, <
|
47
|
-
rubocop-ast (1.
|
48
|
-
parser (>= 3.
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
rubocop (
|
53
|
-
|
54
|
-
|
55
|
-
rubocop-ast (>= 0.4.0)
|
56
|
-
rubocop-rails (2.20.2)
|
61
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
62
|
+
rubocop-ast (1.44.1)
|
63
|
+
parser (>= 3.3.7.2)
|
64
|
+
prism (~> 1.4)
|
65
|
+
rubocop-performance (1.25.0)
|
66
|
+
lint_roller (~> 1.1)
|
67
|
+
rubocop (>= 1.75.0, < 2.0)
|
68
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
69
|
+
rubocop-rails (2.32.0)
|
57
70
|
activesupport (>= 4.2.0)
|
71
|
+
lint_roller (~> 1.1)
|
58
72
|
rack (>= 1.1)
|
59
|
-
rubocop (>= 1.
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
rubocop
|
73
|
+
rubocop (>= 1.75.0, < 2.0)
|
74
|
+
rubocop-ast (>= 1.44.0, < 2.0)
|
75
|
+
rubocop-rspec (3.6.0)
|
76
|
+
lint_roller (~> 1.1)
|
77
|
+
rubocop (~> 1.72, >= 1.72.1)
|
64
78
|
ruby-progressbar (1.13.0)
|
79
|
+
securerandom (0.4.1)
|
65
80
|
tzinfo (2.0.6)
|
66
81
|
concurrent-ruby (~> 1.0)
|
67
|
-
unicode-display_width (
|
82
|
+
unicode-display_width (3.1.4)
|
83
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
84
|
+
unicode-emoji (4.0.4)
|
85
|
+
uri (1.0.3)
|
68
86
|
|
69
87
|
PLATFORMS
|
70
88
|
ruby
|
data/getaround-rubocop.gemspec
CHANGED
@@ -2,22 +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.11'
|
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 = '>= 3.
|
12
|
+
gem.required_ruby_version = '>= 3.3'
|
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
|
-
gem.add_runtime_dependency 'relaxed-rubocop', '
|
19
|
-
gem.add_runtime_dependency 'rubocop', '
|
20
|
-
gem.add_runtime_dependency 'rubocop-performance', '
|
21
|
-
gem.add_runtime_dependency 'rubocop-rails', '
|
22
|
-
gem.add_runtime_dependency 'rubocop-rspec', '
|
18
|
+
gem.add_runtime_dependency 'relaxed-rubocop', '~> 2.5'
|
19
|
+
gem.add_runtime_dependency 'rubocop', '~> 1.0'
|
20
|
+
gem.add_runtime_dependency 'rubocop-performance', '~> 1.0'
|
21
|
+
gem.add_runtime_dependency 'rubocop-rails', '~> 2.0'
|
22
|
+
gem.add_runtime_dependency 'rubocop-rspec', '~> 3.0'
|
23
23
|
end
|
metadata
CHANGED
@@ -1,86 +1,86 @@
|
|
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.11
|
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: 2025-05-28 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: relaxed-rubocop
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
17
17
|
requirements:
|
18
|
-
- -
|
18
|
+
- - "~>"
|
19
19
|
- !ruby/object:Gem::Version
|
20
20
|
version: '2.5'
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
|
-
- -
|
25
|
+
- - "~>"
|
26
26
|
- !ruby/object:Gem::Version
|
27
27
|
version: '2.5'
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: rubocop
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
31
31
|
requirements:
|
32
|
-
- -
|
32
|
+
- - "~>"
|
33
33
|
- !ruby/object:Gem::Version
|
34
|
-
version: 1.
|
34
|
+
version: '1.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.0'
|
42
42
|
- !ruby/object:Gem::Dependency
|
43
43
|
name: rubocop-performance
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
45
45
|
requirements:
|
46
|
-
- -
|
46
|
+
- - "~>"
|
47
47
|
- !ruby/object:Gem::Version
|
48
|
-
version: 1.
|
48
|
+
version: '1.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: 1.
|
55
|
+
version: '1.0'
|
56
56
|
- !ruby/object:Gem::Dependency
|
57
57
|
name: rubocop-rails
|
58
58
|
requirement: !ruby/object:Gem::Requirement
|
59
59
|
requirements:
|
60
|
-
- -
|
60
|
+
- - "~>"
|
61
61
|
- !ruby/object:Gem::Version
|
62
|
-
version: 2.
|
62
|
+
version: '2.0'
|
63
63
|
type: :runtime
|
64
64
|
prerelease: false
|
65
65
|
version_requirements: !ruby/object:Gem::Requirement
|
66
66
|
requirements:
|
67
|
-
- -
|
67
|
+
- - "~>"
|
68
68
|
- !ruby/object:Gem::Version
|
69
|
-
version: 2.
|
69
|
+
version: '2.0'
|
70
70
|
- !ruby/object:Gem::Dependency
|
71
71
|
name: rubocop-rspec
|
72
72
|
requirement: !ruby/object:Gem::Requirement
|
73
73
|
requirements:
|
74
|
-
- -
|
74
|
+
- - "~>"
|
75
75
|
- !ruby/object:Gem::Version
|
76
|
-
version:
|
76
|
+
version: '3.0'
|
77
77
|
type: :runtime
|
78
78
|
prerelease: false
|
79
79
|
version_requirements: !ruby/object:Gem::Requirement
|
80
80
|
requirements:
|
81
|
-
- -
|
81
|
+
- - "~>"
|
82
82
|
- !ruby/object:Gem::Version
|
83
|
-
version:
|
83
|
+
version: '3.0'
|
84
84
|
description: Shared base configuration for Getaround Backend Applications.
|
85
85
|
email:
|
86
86
|
- oss@drivy.com
|
@@ -103,7 +103,7 @@ homepage: https://github.com/drivy
|
|
103
103
|
licenses:
|
104
104
|
- MIT
|
105
105
|
metadata: {}
|
106
|
-
post_install_message:
|
106
|
+
post_install_message:
|
107
107
|
rdoc_options: []
|
108
108
|
require_paths:
|
109
109
|
- lib
|
@@ -111,15 +111,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
111
111
|
requirements:
|
112
112
|
- - ">="
|
113
113
|
- !ruby/object:Gem::Version
|
114
|
-
version: '3.
|
114
|
+
version: '3.3'
|
115
115
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
116
116
|
requirements:
|
117
117
|
- - ">="
|
118
118
|
- !ruby/object:Gem::Version
|
119
119
|
version: '0'
|
120
120
|
requirements: []
|
121
|
-
rubygems_version: 3.
|
122
|
-
signing_key:
|
121
|
+
rubygems_version: 3.5.16
|
122
|
+
signing_key:
|
123
123
|
specification_version: 4
|
124
124
|
summary: Backend configuration files
|
125
125
|
test_files: []
|