getaround-rubocop 0.1.1 → 0.1.2

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: 0aad9fcf00a7bb13e4e3bed710504d3c1b67c89b98f3158d1fe728345bcc56d2
4
- data.tar.gz: 23c14c99711b5ce8c5d09076f46f05b72afcf4cee7cb5a477afbac55352e31a7
3
+ metadata.gz: 37b9f6bf4a5fe811e8cd872757ff17294c4c30569305ce3555861c5034d2eaec
4
+ data.tar.gz: 13fca4363a6afcef9fc05f5b7cd8de6e4d1479fa762a5463baeb0c2d6681ed91
5
5
  SHA512:
6
- metadata.gz: bcbdfd0734a5b12a034b8bbfefd93e526aa1dee28d6b5bb57069011a0fbb10261f56286389e154339dc961649b2334b8e5ad5910591e010916662b1e73f884df
7
- data.tar.gz: 375502a4474c478561afd2317f85bcc8272574de3eb051d4f5d4d775515a0741ed54476b71b57c5503cfb31b3effbaa0975f5685d97fc7c97b9c834a42c23dff
6
+ metadata.gz: d3f7e0cfbf660157dc354c3924e55dbeef461eb9dd3deccf5f1422f1cefbb734d8e0f0ceb02f0a24fe47fae9048ce182ab674e87a50c14d45379fe8c952265f7
7
+ data.tar.gz: a9ffcf7dbbb9e166909dd94f3e291abf787c102ce08ce60530a5b61685c33b633a7323062484a0b8c7a0be92ede9d76c904f4527be3c7ec3fe89fcfdb0d359cb
data/.rubocop.yml CHANGED
@@ -1,10 +1,6 @@
1
1
  inherit_gem:
2
2
  relaxed-rubocop: .rubocop.yml
3
3
 
4
- Style/FrozenStringLiteralComment:
5
- Description: Useless in ruby > 2.3
6
- Enabled: false
7
-
8
4
  Style/ClassAndModuleChildren:
9
5
  EnforcedStyle: compact
10
6
 
data/Gemfile.lock CHANGED
@@ -1,21 +1,21 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- getaround-rubocop (0.1.0)
5
- relaxed-rubocop (~> 2.4, >= 2.4.0)
6
- rubocop (~> 0.75, >= 0.75.0)
4
+ getaround-rubocop (0.1.2)
5
+ relaxed-rubocop (= 2.4)
6
+ rubocop (= 0.75)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
11
  ast (2.4.0)
12
12
  jaro_winkler (1.5.4)
13
- parallel (1.18.0)
14
- parser (2.6.5.0)
13
+ parallel (1.19.1)
14
+ parser (2.7.0.2)
15
15
  ast (~> 2.4.0)
16
16
  rainbow (3.0.0)
17
17
  relaxed-rubocop (2.4)
18
- rubocop (0.76.0)
18
+ rubocop (0.75.0)
19
19
  jaro_winkler (~> 1.5.1)
20
20
  parallel (~> 1.10)
21
21
  parser (>= 2.6)
@@ -25,14 +25,14 @@ GEM
25
25
  rubocop-rspec (1.36.0)
26
26
  rubocop (>= 0.68.1)
27
27
  ruby-progressbar (1.10.1)
28
- unicode-display_width (1.6.0)
28
+ unicode-display_width (1.6.1)
29
29
 
30
30
  PLATFORMS
31
31
  ruby
32
32
 
33
33
  DEPENDENCIES
34
34
  getaround-rubocop!
35
- rubocop-rspec (~> 1.36, >= 0.36.0)
35
+ rubocop-rspec (= 1.36)
36
36
 
37
37
  BUNDLED WITH
38
- 2.0.2
38
+ 2.1.0
data/README.md CHANGED
@@ -24,9 +24,6 @@ inherit_gem:
24
24
  In your `.rubocop.yml`:
25
25
 
26
26
  ```
27
- require:
28
- - rubocop-rspec
29
-
30
27
  inherit_gem:
31
28
  getaround-rubocop:
32
29
  - .rubocop.yml
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |gem|
2
2
  gem.name = "getaround-rubocop"
3
- gem.version = '0.1.1'
3
+ gem.version = '0.1.2'
4
4
  gem.summary = "Backend configuration files"
5
5
  gem.description = "Shared base configuration for Getaround Backend Applications."
6
6
  gem.authors = ["Drivy", "Laurent Humez"]
@@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
12
12
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec)/}) }
13
13
  end
14
14
 
15
- gem.add_runtime_dependency "relaxed-rubocop", '~> 2.4', '>= 2.4.0'
16
- gem.add_runtime_dependency "rubocop", '~> 0.75', '>= 0.75.0'
17
- gem.add_development_dependency 'rubocop-rspec', '~> 1.36', '>= 0.36.0'
15
+ gem.add_runtime_dependency "relaxed-rubocop", '= 2.4'
16
+ gem.add_runtime_dependency "rubocop", '= 0.75'
17
+ gem.add_development_dependency 'rubocop-rspec', '= 1.36'
18
18
  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.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Drivy
@@ -9,66 +9,48 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-11-06 00:00:00.000000000 Z
12
+ date: 2020-01-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
- - - ">="
19
- - !ruby/object:Gem::Version
20
- version: 2.4.0
21
- - - "~>"
18
+ - - '='
22
19
  - !ruby/object:Gem::Version
23
20
  version: '2.4'
24
21
  type: :runtime
25
22
  prerelease: false
26
23
  version_requirements: !ruby/object:Gem::Requirement
27
24
  requirements:
28
- - - ">="
29
- - !ruby/object:Gem::Version
30
- version: 2.4.0
31
- - - "~>"
25
+ - - '='
32
26
  - !ruby/object:Gem::Version
33
27
  version: '2.4'
34
28
  - !ruby/object:Gem::Dependency
35
29
  name: rubocop
36
30
  requirement: !ruby/object:Gem::Requirement
37
31
  requirements:
38
- - - ">="
39
- - !ruby/object:Gem::Version
40
- version: 0.75.0
41
- - - "~>"
32
+ - - '='
42
33
  - !ruby/object:Gem::Version
43
34
  version: '0.75'
44
35
  type: :runtime
45
36
  prerelease: false
46
37
  version_requirements: !ruby/object:Gem::Requirement
47
38
  requirements:
48
- - - ">="
49
- - !ruby/object:Gem::Version
50
- version: 0.75.0
51
- - - "~>"
39
+ - - '='
52
40
  - !ruby/object:Gem::Version
53
41
  version: '0.75'
54
42
  - !ruby/object:Gem::Dependency
55
43
  name: rubocop-rspec
56
44
  requirement: !ruby/object:Gem::Requirement
57
45
  requirements:
58
- - - ">="
59
- - !ruby/object:Gem::Version
60
- version: 0.36.0
61
- - - "~>"
46
+ - - '='
62
47
  - !ruby/object:Gem::Version
63
48
  version: '1.36'
64
49
  type: :development
65
50
  prerelease: false
66
51
  version_requirements: !ruby/object:Gem::Requirement
67
52
  requirements:
68
- - - ">="
69
- - !ruby/object:Gem::Version
70
- version: 0.36.0
71
- - - "~>"
53
+ - - '='
72
54
  - !ruby/object:Gem::Version
73
55
  version: '1.36'
74
56
  description: Shared base configuration for Getaround Backend Applications.