rubocop-vnda 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 70492f6a3b05070170370529757c0f13a03bd846de9c28ad12477c7f9745b799
4
- data.tar.gz: 8fa8886d61ba1982ffffc59c94ce145e9eca5549e781f5a615eaf71292646aa4
3
+ metadata.gz: 34fba271cdb082e4700c506bb9af65d4d898d161928b5c5b854b9d46bd507620
4
+ data.tar.gz: dc75fb66ed3f4ec2d021892b8523b9ff4f55b96b1f4109900999246aca553980
5
5
  SHA512:
6
- metadata.gz: 20ec6756b001ce0bb9950d7c30cfbec9c9c61cd8abe25f59d0422a3a167fbf53d5ada817eb0e81801a5a411fd660bc3fbbc5eaaf0d762e5f9e63c51aa402f3b6
7
- data.tar.gz: 06f8fed5914e5f2fcba5cd3a64431b6e98b0db7438b222abee6f89f84412e8567cb8a295b5f979f0dc152382358c183b095997c45fec36feb2928cc273ab75a9
6
+ metadata.gz: 3e98aa38ea8dc566be94b0199b1094e45678c0bca0ad460f076731692506e256c405707a8f97693983f66e086f21fe2f6fafa55ffa0f883ce2a5a7016d7bd63b
7
+ data.tar.gz: a13ade47f40bc1fbd0d24edf74b546281824682845fbdae86410b3844bc46ba9a86914fabe864efbeaea110d30c5001f171a750706cf132db3099b07b5f5fa6f
data/Gemfile.lock CHANGED
@@ -1,10 +1,10 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rubocop-vnda (0.2.0)
5
- rubocop-rails (= 2.13.0)
6
- rubocop-rspec (= 2.7.0)
7
- standard (= 1.5.0)
4
+ rubocop-vnda (0.3.0)
5
+ rubocop-rails (= 2.13.2)
6
+ rubocop-rspec (= 2.8.0)
7
+ standard (= 1.7.0)
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
@@ -27,30 +27,30 @@ GEM
27
27
  rake (13.0.6)
28
28
  regexp_parser (2.2.0)
29
29
  rexml (3.2.5)
30
- rubocop (1.23.0)
30
+ rubocop (1.25.0)
31
31
  parallel (~> 1.10)
32
- parser (>= 3.0.0.0)
32
+ parser (>= 3.1.0.0)
33
33
  rainbow (>= 2.2.2, < 4.0)
34
34
  regexp_parser (>= 1.8, < 3.0)
35
35
  rexml
36
- rubocop-ast (>= 1.12.0, < 2.0)
36
+ rubocop-ast (>= 1.15.1, < 2.0)
37
37
  ruby-progressbar (~> 1.7)
38
38
  unicode-display_width (>= 1.4.0, < 3.0)
39
39
  rubocop-ast (1.15.1)
40
40
  parser (>= 3.0.1.1)
41
- rubocop-performance (1.12.0)
41
+ rubocop-performance (1.13.2)
42
42
  rubocop (>= 1.7.0, < 2.0)
43
43
  rubocop-ast (>= 0.4.0)
44
- rubocop-rails (2.13.0)
44
+ rubocop-rails (2.13.2)
45
45
  activesupport (>= 4.2.0)
46
46
  rack (>= 1.1)
47
47
  rubocop (>= 1.7.0, < 2.0)
48
- rubocop-rspec (2.7.0)
48
+ rubocop-rspec (2.8.0)
49
49
  rubocop (~> 1.19)
50
50
  ruby-progressbar (1.11.0)
51
- standard (1.5.0)
52
- rubocop (= 1.23.0)
53
- rubocop-performance (= 1.12.0)
51
+ standard (1.7.0)
52
+ rubocop (= 1.25.0)
53
+ rubocop-performance (= 1.13.2)
54
54
  tzinfo (2.0.4)
55
55
  concurrent-ruby (~> 1.0)
56
56
  unicode-display_width (2.1.0)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Vnda
5
- VERSION = "0.2.0"
5
+ VERSION = "0.3.0"
6
6
  end
7
7
  end
data/rubocop-vnda.gemspec CHANGED
@@ -30,9 +30,9 @@ Gem::Specification.new do |spec|
30
30
  spec.require_paths = ['lib']
31
31
 
32
32
  # Uncomment to register a new dependency of your gem
33
- spec.add_dependency 'standard', '1.5.0'
34
- spec.add_dependency 'rubocop-rails', '2.13.0'
35
- spec.add_dependency 'rubocop-rspec', '2.7.0'
33
+ spec.add_dependency 'standard', '1.7.0'
34
+ spec.add_dependency 'rubocop-rails', '2.13.2'
35
+ spec.add_dependency 'rubocop-rspec', '2.8.0'
36
36
 
37
37
  # For more information and examples about making a new gem, checkout our
38
38
  # guide at: https://bundler.io/guides/creating_gem.html
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-vnda
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rafael Souza
@@ -16,42 +16,42 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 1.5.0
19
+ version: 1.7.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 1.5.0
26
+ version: 1.7.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rubocop-rails
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 2.13.0
33
+ version: 2.13.2
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 2.13.0
40
+ version: 2.13.2
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rubocop-rspec
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - '='
46
46
  - !ruby/object:Gem::Version
47
- version: 2.7.0
47
+ version: 2.8.0
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - '='
53
53
  - !ruby/object:Gem::Version
54
- version: 2.7.0
54
+ version: 2.8.0
55
55
  description: RuboCop configuration for Ruby projects at Vnda
56
56
  email:
57
57
  - rafael.ssouza@gmail.com