quipper-rubocop-config 0.1.3 → 0.1.4

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
  SHA256:
3
- metadata.gz: 0c0361bbcb5a4375af54d1cd77bc4995846bcac7e50d36266031bc78d5a3741e
4
- data.tar.gz: eff382e9e64ce381dd59d32d0b2b8cba74fe0a5790cd075b578c11ce645958da
3
+ metadata.gz: 1304f26c55d149e8d1bc013be4e551510a84d95744af2c8b74f2f42c743b8930
4
+ data.tar.gz: 99f706ec4b2229370a100e706bc0ba784a79f6e14be0d5a122387a34634c82d1
5
5
  SHA512:
6
- metadata.gz: d35dd9d2d086ed8abbbac10124a034fbebbed576d38b826639e35407ff8251c33c81240a5842d63adf9aa10764f202722371e3c2d77c0c69e34baa04353e6b71
7
- data.tar.gz: 14750752db57f6a516862a99ee568c81dcef6af1e9053c42ed49ad813712bd8c3a420fa755fea38c8eaf929f67e243156683b490b2c964b7cd669254582d3aeb
6
+ metadata.gz: 218943de493e0cc1646810a7503a8ae55d0cde49e1f2c2ccee625a6c056a8cc231fa0af0594eab837cecafae8104c1dfae7293494781b443654539c60f16151e
7
+ data.tar.gz: fcb845db7eacb1744690d2d3bdfd4353d71d1676764515b95993fcfc985deeec23572320f203e8d3101d46700d49f21183e95adf58195fcaa96c64444c780eef
data/config/rubocop.yml CHANGED
@@ -2,8 +2,7 @@ Style/StringLiterals:
2
2
  Enabled: false
3
3
 
4
4
  Layout/DotPosition:
5
- EnforcedStyle: leading
6
- Enabled: true
5
+ EnforcedStyle: trailing
7
6
 
8
7
  Layout/SpaceInsideHashLiteralBraces:
9
8
  EnforcedStyle: space
@@ -3,7 +3,7 @@
3
3
  module Quipper
4
4
  module Rubocop
5
5
  module Config
6
- VERSION = "0.1.3"
6
+ VERSION = "0.1.4"
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quipper-rubocop-config
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Drew Terry
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-01-25 00:00:00.000000000 Z
11
+ date: 2019-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop