launchcop 0.0.1 → 0.0.2

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: 8d3dabdf8472f5eb053e745c23e5ec9223b09b89
4
- data.tar.gz: 326865fe0654e2224883bf2e30a262ca3d0f10b5
3
+ metadata.gz: fb383cfd5c3f3e0ebf9ec9860975995639df177f
4
+ data.tar.gz: 2b95dc0df8946558aa92208c5806b6602abe4c66
5
5
  SHA512:
6
- metadata.gz: 2442a81150531d6932b27933578b278040e38971f0b3879a470184a518165638ac85712c2e4b8ca36facb5bcf48917f8c31c8305c52791f4369eee6836e21a4b
7
- data.tar.gz: 67502c37eabd2953f6997cbe682d87bdb28ba6c8292ef6beeabdea655008d3126d6e17cb42ba2f955361b1d6987162a4bc35b80ef5a77c7810cfd6edae302d15
6
+ metadata.gz: ea9c59324f97b77d55c39d4f10df179fd4e80f6d242e4682a0ae110333d49bb94152d0f2069155132a7b2813c2977e2e12369ff7c69c55bdc93764527d6a8b57
7
+ data.tar.gz: 1a01c826eb55277584e32ad1f0bbb0cbc2ebe45ff164899b7883545cbb81024c44d20bd96adae26307a66a25bfb1de3ea6cf6c5e3721c07e0a0769c6d6fc6285
data/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  LaunchCop is built on top of [RuboCop](https://github.com/bbatsov/rubocop). When
4
4
  you run `launchcop`, it actually just runs RuboCop, but with our configuration.
5
+ The goal is to eventually have a configuration that helps beginners learn best
6
+ practices without driving them crazy.
5
7
 
6
8
  ## Installation
7
9
 
@@ -23,5 +25,5 @@ is that it's going to use our default configuration.
23
25
  ## Props
24
26
 
25
27
  Props to [thoughtbot](http://thoughtbot.com/) and their style guide. The `rubocop.yml` file in this
26
- repository was actually copied from their
28
+ repository was mostly copied from their
27
29
  [Hound](https://github.com/thoughtbot/hound) project.
data/config/rubocop.yml CHANGED
@@ -188,7 +188,7 @@ SpecialGlobalVars:
188
188
  Enabled: false
189
189
 
190
190
  StringLiterals:
191
- EnforcedStyle: double_quotes
191
+ Enabled: false
192
192
 
193
193
  VariableInterpolation:
194
194
  Enabled: false
@@ -1,3 +1,3 @@
1
1
  module Launchcop
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: launchcop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Kelly