rubocop-codetakt 0.8.0 → 0.8.1

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
- SHA1:
3
- metadata.gz: b56ce2513fb13a5063ff35726a15e6ade6078ac5
4
- data.tar.gz: 8c39902a6c5dc87a51c1cc90af71be1a1fd3efae
2
+ SHA256:
3
+ metadata.gz: ee42fb99b3e00097e300c7b3670021fd3bb6acd1ffc9c55ff41c0e333a478937
4
+ data.tar.gz: da4c62c1e912c7752e691ef63ca9495d686cac261940ce64532362e68915a464
5
5
  SHA512:
6
- metadata.gz: e2df4e477c248af1d60918efbbc5b59849ee4ac660e8ab23d4458afa9a75a5e5e94a4056a2facaaf79f68f4f004eb290bf743da512c3969d07549a6cc176aa5f
7
- data.tar.gz: 9c70b1b66fbae0d67d442e16d51eb6221996a42b0ade137d89a7ef10b4e08971fe229c5ddbc737ca391d7d31d413bf6d462293606134b6f12e4aad10e3991127
6
+ metadata.gz: 592cf58e4566c5ea4b1573f26355ac21623206c77da5fc5ff74c729357491477c8051a03302b6528c320f46f9b2880123a008f496ab2cfb500e3cdbcb27a7594
7
+ data.tar.gz: fbf273ca0c94bf71f3f331dfe20446062f95c23813836fa5878d124375a0f6c9a1098f0c523b20627cf3c3eeae4b2c1d3f3456021b4c6348f79764245b1839e3
data/config/rails.yml CHANGED
@@ -1,6 +1,3 @@
1
1
  inherit_gem:
2
2
  onkcop:
3
3
  - config/rails.yml
4
-
5
- Layout/IndentationConsistency:
6
- EnforcedStyle: normal
data/config/rubocop.yml CHANGED
@@ -21,6 +21,9 @@ Metrics/MethodLength:
21
21
  Metrics/PerceivedComplexity:
22
22
  Max: 10
23
23
 
24
+ Layout/IndentationConsistency:
25
+ EnforcedStyle: normal
26
+
24
27
  Style/MethodCalledOnDoEndBlock:
25
28
  Enabled: false
26
29
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-codetakt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - codeTakt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-19 00:00:00.000000000 Z
11
+ date: 2018-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: onkcop
@@ -84,7 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
84
  version: '0'
85
85
  requirements: []
86
86
  rubyforge_project:
87
- rubygems_version: 2.6.11
87
+ rubygems_version: 2.7.3
88
88
  signing_key:
89
89
  specification_version: 4
90
90
  summary: codeTakt's Ruby convention using RuboCop.