otacop 0.5.2 → 0.5.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ae15db8f65ba12dfd07a5cc1fd45d693768eda61
4
- data.tar.gz: 24c4a8d09765486cb684af4cad2a54514045f06a
3
+ metadata.gz: 6468ff55d1049eb14b796fd30a5bb7fb3ab3c04a
4
+ data.tar.gz: a25aa9c3d401a1a3e2ce317e4b578451a7d91dba
5
5
  SHA512:
6
- metadata.gz: 1bf50be27ec45e85ac49c1b80ed0ab9aa16a5a7975dbf0c979b7a396a9765a869a9eea7c94e06661bc7cb276330650cce0272531cf4e958247a58e985542c26b
7
- data.tar.gz: cc44a88994eaf855e73e38f34c76e55f5195535b2004201b2dd297d65349def60e96cca73cda3f46435c294844a64db85fdeabcecd3575338b31b088557aa35e
6
+ metadata.gz: da18ee165cdcee6ce91ad6eb46303cf693d7fcf190fc4c83d3ffc5b36a377337deddfa604acf8c79d3c1526075bc1d1b850db456676aadef7a727e08356fbe7e
7
+ data.tar.gz: 41296e447d9182ce8111a0ec29881a67e1329f87c3d410501a9a19fff9d60fe92cd037040235878311eb01476e935026641cde457b0828f2f0e182d7c212ac36
data/README.md CHANGED
@@ -30,7 +30,11 @@ inherit_gem:
30
30
  # - "config/rails.yml"
31
31
 
32
32
  AllCops:
33
- TargetRubyVersion: 2.3
33
+ # uncomment if use rails cops
34
+ # Exclude:
35
+ # - 'db/schema.rb'
36
+ # - 'vendor/**/*'
37
+ TargetRubyVersion: 2.4
34
38
  ```
35
39
 
36
40
  ## Contributing
data/config/default.yml CHANGED
@@ -3,12 +3,6 @@ inherit_from:
3
3
  - disabled.yml
4
4
 
5
5
  AllCops:
6
- Exclude:
7
- - 'vendor/**/*'
8
- # TODO
9
- # - 'bin/*'
10
- # - 'db/schema.rb'
11
- # - 'tmp/**/*'
12
6
  DisplayCopNames: true
13
7
 
14
8
  Style/IndentationConsistency:
data/config/disabled.yml CHANGED
@@ -1,6 +1,9 @@
1
1
  Style/AsciiComments:
2
2
  Enabled: false
3
3
 
4
+ Style/ClassAndModuleChildren:
5
+ Enabled: false
6
+
4
7
  Style/Documentation:
5
8
  Enabled: false
6
9
 
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Otacop
3
- VERSION = "0.5.2"
3
+ VERSION = "0.5.3"
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.2
4
+ version: 0.5.3
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-19 00:00:00.000000000 Z
11
+ date: 2017-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop