rubocop-codetakt 0.3.0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/rubocop.yml +0 -6
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e8819d6f9b9dfb0b4ab3db48d59f964f6159ed95
|
4
|
+
data.tar.gz: 93f8c3e1e88c8fb30e8dafe4f072cc7d154f1b98
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19171b3e8290386aca3e4966aae8635847ee2e12d62dd02bb1a3c4add4f79c826a5d19ead12db31ed41f4989f479179701c1c4afd5d76f0faa6173140f71b30a
|
7
|
+
data.tar.gz: 7c6af397e971a68eadd971674f0221173f28e06f85be3a1cb125905784317eef3c7f35ff8ab9fc5068b6ab21f07bea8a574bd6893f28009a014ca6b3711f1bf1
|
data/config/rubocop.yml
CHANGED
@@ -27,12 +27,6 @@ Style/StringLiterals:
|
|
27
27
|
Style/StringLiteralsInInterpolation:
|
28
28
|
EnforcedStyle: single_quotes
|
29
29
|
|
30
|
-
Style/SymbolArray:
|
31
|
-
Enabled: true
|
32
|
-
|
33
30
|
Style/TrailingCommaInLiteral:
|
34
31
|
Enabled: true
|
35
32
|
EnforcedStyleForMultiline: no_comma
|
36
|
-
|
37
|
-
Style/WordArray:
|
38
|
-
Enabled: true
|
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.
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- codeTakt
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-04-
|
11
|
+
date: 2017-04-07 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.5.
|
87
|
+
rubygems_version: 2.5.1
|
88
88
|
signing_key:
|
89
89
|
specification_version: 4
|
90
90
|
summary: codeTakt's Ruby convention using RuboCop.
|