getaround-rubocop 0.2.9 → 0.2.10
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/.ruby-version +1 -1
- data/Gemfile.lock +3 -3
- data/getaround-rubocop.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: daacdada37708525d1c79e562cf4d666f482aa226b9d7415180d143a56573a39
|
|
4
|
+
data.tar.gz: a6bb0707f10113da5a64d55d9b51bdafa2443ca9379f51821aa278f1ed149d8d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6675fc581fdfabcfabc0efd4c057971577d48a7ca4b7d15df572f5682772dc4428a97dc6bbb654f2b014fb793f2a19970b8bce803aede0280bd6cbcaf6bbee7a
|
|
7
|
+
data.tar.gz: b01e8ae522c178291afeaa6a8a073b4023dedf33620c91e78ddfb8c956126d5d994f4b15a1d1fd73a36d5aad10879e7c7102c0866fdfc1ed5258e31f57afb79d
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
ruby-
|
|
1
|
+
ruby-3.0.6
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
getaround-rubocop (0.2.
|
|
4
|
+
getaround-rubocop (0.2.10)
|
|
5
5
|
relaxed-rubocop (= 2.5)
|
|
6
6
|
rubocop (= 1.55.1)
|
|
7
7
|
rubocop-performance (= 1.18.0)
|
|
@@ -11,7 +11,7 @@ PATH
|
|
|
11
11
|
GEM
|
|
12
12
|
remote: https://rubygems.org/
|
|
13
13
|
specs:
|
|
14
|
-
activesupport (7.0.
|
|
14
|
+
activesupport (7.0.7.2)
|
|
15
15
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
16
16
|
i18n (>= 1.6, < 2)
|
|
17
17
|
minitest (>= 5.1)
|
|
@@ -73,4 +73,4 @@ DEPENDENCIES
|
|
|
73
73
|
getaround-rubocop!
|
|
74
74
|
|
|
75
75
|
BUNDLED WITH
|
|
76
|
-
2.
|
|
76
|
+
2.4.22
|
data/getaround-rubocop.gemspec
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
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.10'
|
|
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 = '>=
|
|
12
|
+
gem.required_ruby_version = '>= 3.0'
|
|
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)/}) }
|
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.
|
|
4
|
+
version: 0.2.10
|
|
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:
|
|
12
|
+
date: 2024-02-19 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: relaxed-rubocop
|
|
@@ -111,7 +111,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
111
111
|
requirements:
|
|
112
112
|
- - ">="
|
|
113
113
|
- !ruby/object:Gem::Version
|
|
114
|
-
version: '
|
|
114
|
+
version: '3.0'
|
|
115
115
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
116
116
|
requirements:
|
|
117
117
|
- - ">="
|