rubochief 0.2.0 → 0.3.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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/rubochief.gemspec +1 -1
  3. data/rubochief.yml +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b9e65242b12a1ad1dcc9d35ee597725b2971b4b4
4
- data.tar.gz: 633d4482fe81c725f8e6a3ec3779d9365a41fd79
3
+ metadata.gz: 93ff76cb800a47816b27bdd2d4f77f3880031552
4
+ data.tar.gz: ebde34759d04f010ca3eaf7c934ec01880f73d21
5
5
  SHA512:
6
- metadata.gz: b2d8a8641ad81dc500e3a2be0342f3d63f56172b170752390a1cfeb6e68ef94b71d52520e8a851b5d48da52de42dd2a83cd7099014146c0c8fae372b0320dcd4
7
- data.tar.gz: 88337149c2138a88be13b47605a804d96dd44915dd3e627c4e7f10e72feae27f08028c9585499b26ec91784e7c6991c229597d166b35d4dafbe2ee4cfbf2abfa
6
+ metadata.gz: 0a702ad81f1a810242524435c6c2727cd943a8aa37dd94bd621bf28894618dfac866afadc004a703fcb396ccdc1fe00bf0ed0519b15aa962ee68a18aea32ed30
7
+ data.tar.gz: 49b78033ce6320c7f283e3258c3592201867d84efb24c1aad23a16e597e36a91a4cb718c2b4fe3364174df860a10953dce6d5de7961145fd68fb9f09b35ebdee
data/rubochief.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'rubochief'
3
- s.version = '0.2.0'
3
+ s.version = '0.3.0'
4
4
  s.date = '2017-05-18'
5
5
  s.summary = 'A centralized rubocop config'
6
6
  s.description = 'Configuration files for rubocop to keep styles consistent' \
data/rubochief.yml CHANGED
@@ -71,5 +71,5 @@ Style/Documentation:
71
71
  Style/ClassAndModuleChildren:
72
72
  Enabled: false
73
73
 
74
- Style/SpaceAroundEqualsInParameterDefault:
74
+ Layout/SpaceAroundEqualsInParameterDefault:
75
75
  EnforcedStyle: no_space
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubochief
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pete Cass