rubocop-codetakt 0.8.2 → 0.8.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +5 -5
  2. data/config/rails.yml +7 -0
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: e5fc4b81292ed87a5f4e003a057a013303e9f21a66bc67a6ab90ab6cb9ecc799
4
- data.tar.gz: ff5fe0547dd20586262f1bc2c1a2347c664522c97369e43c5ef63f128489c37a
2
+ SHA1:
3
+ metadata.gz: 522846b797b0be9708aefe4d4cf5d3a6f7449b07
4
+ data.tar.gz: 8776202149ed8fbf097e249075c2ba9cee198707
5
5
  SHA512:
6
- metadata.gz: 667c25375e3eae42d7da67324f69b8f45010ac4c8baa8ebb0805dffa7db06949edadc233facab7560db44401bd3e1566cda045747ea7a8a83eea9a281a8ea5c5
7
- data.tar.gz: 38d5a2270dc655ed81e81b40a4a13ee42bee26146a7804eba1913b52e0caece5b92d87d55dd5a0d067175528164c7662399dc4f924269440cf1f29afa15f0459
6
+ metadata.gz: f5bc33466f70a7ebdfc220babaffbbba60e1cf0b81525d4e8e3214ae881dfe5248490863ddbf7b01c212550c38cc0002bd470cc672d0a4402b893360337593c4
7
+ data.tar.gz: 2d81438efb563c52226da826f28c656ef0c329f84a7e9dda4b739bcae61f51b226dadb079c5c5fe472a07fde4096cf212a7413610c90f79cc48ab453dbbe4b19
data/config/rails.yml CHANGED
@@ -1,3 +1,10 @@
1
1
  inherit_gem:
2
2
  onkcop:
3
3
  - config/rails.yml
4
+
5
+ # Migrations are must not depend to the ApplicationRecord,
6
+ # because the AR is mutable.
7
+ # So each migration should be reproducible in the future.
8
+ Rails/ApplicationRecord:
9
+ Exclude:
10
+ - "db/migrate/*.rb"
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.2
4
+ version: 0.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - codeTakt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-06 00:00:00.000000000 Z
11
+ date: 2018-05-18 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.7.3
87
+ rubygems_version: 2.5.2
88
88
  signing_key:
89
89
  specification_version: 4
90
90
  summary: codeTakt's Ruby convention using RuboCop.