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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6399452f6672306de000a18f752a0f4b8da07c3f
4
- data.tar.gz: c67d5661226b8ba7467788507bda0a8042ffb328
3
+ metadata.gz: c2c90b07795d54fc36e0294febe968cb964992e8
4
+ data.tar.gz: e0063c79271c594b49209b4716c9640b02d48dda
5
5
  SHA512:
6
- metadata.gz: 72428530c971a7d9cfcb066090a49efc2ef0e6d13c9593a20b895137a4178d3baa518c00b3e0f8f3be943bca5cd7263ca83dada669e2e98c08669b462941fb35
7
- data.tar.gz: c1ef5e68459e189d597abc6d8cf5871dbd66ae59abe23f278e4073fc5fe90a393a7848868eb4b8fc92cb0833caa62141d19f12ed20820dd4fbbdf3ea91859d76
6
+ metadata.gz: 267018d01b7215bd135ef4ac21ee16486d4214166937c45b8e77215b26241dbb491634e0597fd5c46665dfa6190ec14147f4b2be40dc2648267bc6275c1aea4e
7
+ data.tar.gz: 63133a92555e88e4bf00e95d87746742a6eec14f1ffe0e34b3f956be1f1b829aeac34daef195ef04ec27a99053feb5f1676e35c67d55bc870fd344aafc5cfb34
@@ -64,7 +64,7 @@ PreCommit:
64
64
  required_executable: 'grep'
65
65
  flags: ['-IHn', "^<<<<<<<[ \t]"]
66
66
  RuboCop:
67
- enabled: ture
67
+ enabled: true
68
68
  description: 'Analyzing with RuboCop'
69
69
  required_executable: 'rubocop'
70
70
  flags: ['--format=emacs', '--force-exclusion', '--display-cop-names']
@@ -64,7 +64,7 @@ PreCommit:
64
64
  required_executable: 'grep'
65
65
  flags: ['-IHn', "^<<<<<<<[ \t]"]
66
66
  RuboCop:
67
- enabled: ture
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: ture
145
+ enabled: true
146
146
  description: 'Analyzing with RuboCop'
147
147
  required_executable: 'rubocop'
148
148
  flags: ['--format=emacs', '--force-exclusion', '--display-cop-names']
@@ -225,7 +225,7 @@ end
225
225
  end
226
226
 
227
227
  def copy_application_record
228
- copy_file 'application_record.rb', 'app/models/application_record.rb'
228
+ copy_file 'application_record.rb', 'app/models/application_record.rb', force: true
229
229
  end
230
230
  end
231
231
  end
@@ -2,5 +2,5 @@
2
2
  module Onotole
3
3
  RAILS_VERSION = '~> 5.0.0'
4
4
  RUBY_VERSION = IO.read("#{File.dirname(__FILE__)}/../../.ruby-version").strip
5
- VERSION = '2.0.1'
5
+ VERSION = '2.0.2'
6
6
  end
@@ -39,6 +39,7 @@ group :development do
39
39
  gem 'better_errors'
40
40
  gem 'binding_of_caller'
41
41
  gem "hirb"
42
+ gem "listen"
42
43
  end
43
44
 
44
45
  group :development, :test do
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.1
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-07-08 00:00:00.000000000 Z
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: