onotole 2.0.1 → 2.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.overcommit +1 -1
- data/.overcommit.yml +1 -1
- data/lib/onotole/add_user_gems/before_bundle_patch.rb +1 -1
- data/lib/onotole/default_scripts.rb +1 -1
- data/lib/onotole/version.rb +1 -1
- data/templates/Gemfile.erb +1 -0
- metadata +2 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c2c90b07795d54fc36e0294febe968cb964992e8
|
4
|
+
data.tar.gz: e0063c79271c594b49209b4716c9640b02d48dda
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 267018d01b7215bd135ef4ac21ee16486d4214166937c45b8e77215b26241dbb491634e0597fd5c46665dfa6190ec14147f4b2be40dc2648267bc6275c1aea4e
|
7
|
+
data.tar.gz: 63133a92555e88e4bf00e95d87746742a6eec14f1ffe0e34b3f956be1f1b829aeac34daef195ef04ec27a99053feb5f1676e35c67d55bc870fd344aafc5cfb34
|
data/.overcommit
CHANGED
@@ -64,7 +64,7 @@ PreCommit:
|
|
64
64
|
required_executable: 'grep'
|
65
65
|
flags: ['-IHn', "^<<<<<<<[ \t]"]
|
66
66
|
RuboCop:
|
67
|
-
enabled:
|
67
|
+
enabled: true
|
68
68
|
description: 'Analyzing with RuboCop'
|
69
69
|
required_executable: 'rubocop'
|
70
70
|
flags: ['--format=emacs', '--force-exclusion', '--display-cop-names']
|
data/.overcommit.yml
CHANGED
@@ -64,7 +64,7 @@ PreCommit:
|
|
64
64
|
required_executable: 'grep'
|
65
65
|
flags: ['-IHn', "^<<<<<<<[ \t]"]
|
66
66
|
RuboCop:
|
67
|
-
enabled:
|
67
|
+
enabled: true
|
68
68
|
description: 'Analyzing with RuboCop'
|
69
69
|
required_executable: 'rubocop'
|
70
70
|
flags: ['--format=emacs', '--force-exclusion', '--display-cop-names']
|
@@ -142,7 +142,7 @@ module Onotole
|
|
142
142
|
copy_file 'onotole_overcommit.yml', '.overcommit.yml'
|
143
143
|
rubocop_overcommit = <<-OVER
|
144
144
|
RuboCop:
|
145
|
-
enabled:
|
145
|
+
enabled: true
|
146
146
|
description: 'Analyzing with RuboCop'
|
147
147
|
required_executable: 'rubocop'
|
148
148
|
flags: ['--format=emacs', '--force-exclusion', '--display-cop-names']
|
data/lib/onotole/version.rb
CHANGED
data/templates/Gemfile.erb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: onotole
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- kvokka
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-
|
12
|
+
date: 2016-09-02 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -212,4 +212,3 @@ signing_key:
|
|
212
212
|
specification_version: 4
|
213
213
|
summary: Generate a Rails app using Onotole knowledge with kvokka fingers.
|
214
214
|
test_files: []
|
215
|
-
has_rdoc:
|