rubocop-codetakt 0.3.0 → 0.4.0

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/config/rubocop.yml +0 -6
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2e0856db740e13915d1e02f165c225160e5fc017
4
- data.tar.gz: 1eeed782cac1c7a503a5a212e92d619eb67c1660
3
+ metadata.gz: e8819d6f9b9dfb0b4ab3db48d59f964f6159ed95
4
+ data.tar.gz: 93f8c3e1e88c8fb30e8dafe4f072cc7d154f1b98
5
5
  SHA512:
6
- metadata.gz: 72cd07be5fbdbaf853d43a1b79e33622eba49c6f64829c235545c4948e7f09d52ada406199028ffecbfc5e50440f2960f372d481fc2a2a6539c45f763f0ddb8e
7
- data.tar.gz: 820098188f14927d336f16d7f98d55dd355b50786e547e752d03125c5d838545ffa0828d0cee243af2494d60118b85de38d1d645e0e82324a281646206aaaca7
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.3.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-02 00:00:00.000000000 Z
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.2
87
+ rubygems_version: 2.5.1
88
88
  signing_key:
89
89
  specification_version: 4
90
90
  summary: codeTakt's Ruby convention using RuboCop.