otacop 0.5.1 → 0.5.2

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
  SHA1:
3
- metadata.gz: 90bb57a5ebeff791d75d6d01c663a59091004ee6
4
- data.tar.gz: c4ed25c0a1c248e9a232e45c1188b7843e56346e
3
+ metadata.gz: ae15db8f65ba12dfd07a5cc1fd45d693768eda61
4
+ data.tar.gz: 24c4a8d09765486cb684af4cad2a54514045f06a
5
5
  SHA512:
6
- metadata.gz: b3c7f774f9efbf7a9c3d68a779d463525ac9c4b7d15d60259c46368035fd228884d2c393987214633885f9d3cbba0bcfcae864bb537813842a928d638bbbd9fe
7
- data.tar.gz: 726d2648cd17e5731369e9b640479a358d9b9a5b03172339ee236426a21bf004935c78c21837a941d41b5780b77bb288de8566bea59fba0e18d3eea817e83368
6
+ metadata.gz: 1bf50be27ec45e85ac49c1b80ed0ab9aa16a5a7975dbf0c979b7a396a9765a869a9eea7c94e06661bc7cb276330650cce0272531cf4e958247a58e985542c26b
7
+ data.tar.gz: cc44a88994eaf855e73e38f34c76e55f5195535b2004201b2dd297d65349def60e96cca73cda3f46435c294844a64db85fdeabcecd3575338b31b088557aa35e
data/config/default.yml CHANGED
@@ -3,10 +3,16 @@ inherit_from:
3
3
  - disabled.yml
4
4
 
5
5
  AllCops:
6
- DisplayCopNames: true
7
6
  Exclude:
8
7
  - 'vendor/**/*'
9
8
  # TODO
10
9
  # - 'bin/*'
11
10
  # - 'db/schema.rb'
12
11
  # - 'tmp/**/*'
12
+ DisplayCopNames: true
13
+
14
+ Style/IndentationConsistency:
15
+ EnforcedStyle: rails
16
+
17
+ Metrics/LineLength:
18
+ Max: 200
data/config/disabled.yml CHANGED
@@ -4,5 +4,11 @@ Style/AsciiComments:
4
4
  Style/Documentation:
5
5
  Enabled: false
6
6
 
7
+ Style/DoubleNegation:
8
+ Enabled: false
9
+
10
+ Style/EmptyLinesAroundAccessModifier:
11
+ Enabled: false
12
+
7
13
  Style/StringLiterals:
8
14
  Enabled: false
data/config/enabled.yml CHANGED
@@ -1,2 +0,0 @@
1
- Metrics/LineLength:
2
- Max: 200
data/config/rails.yml CHANGED
@@ -1,5 +1,2 @@
1
1
  Rails:
2
2
  Enabled: true
3
-
4
- Style/IndentationConsistency:
5
- Enabled: false
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Otacop
3
- VERSION = "0.5.1"
3
+ VERSION = "0.5.2"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: otacop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryoji Yoshioka
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-18 00:00:00.000000000 Z
11
+ date: 2017-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop