rubocop-vnda 0.1.0 → 0.2.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: 48f5a796759f597e9d91595726f78a0dab907dcbedf20b835f79050475607c80
4
- data.tar.gz: bcb0f30e728249646f5afe8259725cf83ff2e5f3bf6c70c0e2d389a0eb835552
3
+ metadata.gz: 70492f6a3b05070170370529757c0f13a03bd846de9c28ad12477c7f9745b799
4
+ data.tar.gz: 8fa8886d61ba1982ffffc59c94ce145e9eca5549e781f5a615eaf71292646aa4
5
5
  SHA512:
6
- metadata.gz: e893a07955084dc8245cc0a945e37d9d2a403634157df7b1d9ef2eaf660c5042cc1fac7f40f4f0a4d9d7bc878c71ff2188c857daf4753dd1e951c7a46c0f76c9
7
- data.tar.gz: 29619d7d8cb74057bb336cfe7de07ea881489188ae5b0e503d267fc7162a5b74d26720dab938a9fc02d386718a4cdb8487f3d74d1b722ca245630ac6e08f8a2f
6
+ metadata.gz: 20ec6756b001ce0bb9950d7c30cfbec9c9c61cd8abe25f59d0422a3a167fbf53d5ada817eb0e81801a5a411fd660bc3fbbc5eaaf0d762e5f9e63c51aa402f3b6
7
+ data.tar.gz: 06f8fed5914e5f2fcba5cd3a64431b6e98b0db7438b222abee6f89f84412e8567cb8a295b5f979f0dc152382358c183b095997c45fec36feb2928cc273ab75a9
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rubocop-vnda (0.1.0)
4
+ rubocop-vnda (0.2.0)
5
5
  rubocop-rails (= 2.13.0)
6
6
  rubocop-rspec (= 2.7.0)
7
7
  standard (= 1.5.0)
@@ -9,7 +9,7 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- activesupport (7.0.0)
12
+ activesupport (7.0.1)
13
13
  concurrent-ruby (~> 1.0, >= 1.0.2)
14
14
  i18n (>= 1.6, < 2)
15
15
  minitest (>= 5.1)
@@ -23,7 +23,7 @@ GEM
23
23
  parser (3.1.0.0)
24
24
  ast (~> 2.4.1)
25
25
  rack (2.2.3)
26
- rainbow (3.0.0)
26
+ rainbow (3.1.1)
27
27
  rake (13.0.6)
28
28
  regexp_parser (2.2.0)
29
29
  rexml (3.2.5)
@@ -57,6 +57,7 @@ GEM
57
57
 
58
58
  PLATFORMS
59
59
  x86_64-darwin-18
60
+ x86_64-darwin-21
60
61
 
61
62
  DEPENDENCIES
62
63
  rake (~> 13.0)
data/Rakefile CHANGED
@@ -1,8 +1,3 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require "bundler/gem_tasks"
4
- require "rspec/core/rake_task"
5
-
6
- RSpec::Core::RakeTask.new(:spec)
7
-
8
- task default: :spec
data/default.yml CHANGED
@@ -14,3 +14,11 @@ AllCops:
14
14
 
15
15
  RSpec/MultipleExpectations:
16
16
  Enabled: false
17
+
18
+ RSpec/DescribeClass:
19
+ IgnoredMetadata:
20
+ type:
21
+ - request
22
+ - controller
23
+ - task
24
+ - lambda
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Vnda
5
- VERSION = "0.1.0"
5
+ VERSION = "0.2.0"
6
6
  end
7
7
  end
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
13
  spec.homepage = 'https://github.com/vnda/rubocop-vnda'
14
14
  spec.required_ruby_version = '>= 2.5.5'
15
15
 
16
- spec.metadata['allowed_push_host'] = 'https://rubygems.org'
16
+ spec.metadata['allowed_push_host'] = "https://rubygems.org"
17
17
 
18
18
  spec.metadata['homepage_uri'] = spec.homepage
19
19
  spec.metadata['source_code_uri'] = 'https://github.com/vnda/rubocop'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-vnda
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rafael Souza
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-01-04 00:00:00.000000000 Z
11
+ date: 2022-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard
@@ -67,7 +67,7 @@ files:
67
67
  - default.yml
68
68
  - lib/rubocop/vnda.rb
69
69
  - lib/rubocop/vnda/version.rb
70
- - rubocop-olist.gemspec
70
+ - rubocop-vnda.gemspec
71
71
  homepage: https://github.com/vnda/rubocop-vnda
72
72
  licenses: []
73
73
  metadata: