quipper-rubocop-config 0.1.0 → 0.1.1

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: 39849ee3faaf88c0150a90c7205f44c5c2d711f0
4
- data.tar.gz: 8f4662baa1e1233a65a8b96e81f1229b2fef081d
3
+ metadata.gz: c17816399e95d775f59c63a00090a194fdcd7906
4
+ data.tar.gz: 2fed66f1e9ccf42f9f58d26d8b4535065e88873d
5
5
  SHA512:
6
- metadata.gz: 2eb33470f7f7e94e1877ee1a9b8351ff0aa5f3cfb126d980a7d35a87df02a455be9aa2c75cec09e0f3aa8ae1f344bc861fbfe210cb40fc983a40fa4f66ca57a2
7
- data.tar.gz: 8731b6aadd1682ee0f8d3116d7fc855957c624682bb3c6cb30d65c79bfc210a6814f9987f520dadd35d9de72e9373a975f6878c8c0f00f500aad509cf277e5ac
6
+ metadata.gz: dbcfc464575771d6cc164ad8ce97e873f3d4bbe3af3b8615b69976049093a37122efe86ec839e5aa7862db8d945a88dfed6dea64f4462acfea89155a093ffcc4
7
+ data.tar.gz: 65a4833c0695640963b6077ba044b3e7b43e1a0341e294f164a8c8ca78fd275b3948a7e21a81645a27fb6009da7d4b11f08d851fae602bfe8a133e8d6b666ac1
data/README.md CHANGED
@@ -7,7 +7,7 @@ Adds Rubocop and holds the default rubocop config for Quipper that can be shared
7
7
  Add this line to your application's Gemfile:
8
8
 
9
9
  ```ruby
10
- quipper_gem 'quipper-rubocop-config'
10
+ gem 'quipper-rubocop-config'
11
11
  ```
12
12
 
13
13
  And then execute:
data/config/rubocop.yml CHANGED
@@ -1,6 +1,5 @@
1
1
  Style/StringLiterals:
2
- EnforcedStyle: double_quotes
3
- Enabled: true
2
+ Enabled: false
4
3
 
5
4
  Layout/DotPosition:
6
5
  EnforcedStyle: leading
@@ -3,7 +3,7 @@
3
3
  module Quipper
4
4
  module Rubocop
5
5
  module Config
6
- VERSION = "0.1.0"
6
+ VERSION = "0.1.1"
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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Drew Terry
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-08-03 00:00:00.000000000 Z
11
+ date: 2018-09-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop