onotole 1.2.1 → 1.2.2

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
  SHA1:
3
- metadata.gz: 8cae16451d3b970f84a1e2b0265234be738d6abf
4
- data.tar.gz: c7b5c8e4add3cd7f6d25d84b6679842278f8c82d
3
+ metadata.gz: 7ea2b3314222aea02ff136c665ef0faf9cf6a45f
4
+ data.tar.gz: d1f4c9f6937b88bbc7061fd8a931104c9ea621f8
5
5
  SHA512:
6
- metadata.gz: 00f7fefe24c0720aef97453a5774eff9d847ce3fc3c7e58c5e22d392db0355239a7e6490ee40db4478aa613da24a07a9d5f64473b24a60cd2256b7be97e4d118
7
- data.tar.gz: 54006eabbe106a8cd5f51179ae07ca381c8618ca53decfb80524d2112c2a750d4f1b9be691d4bd991a4ce75a394744a5da8a8f4bf310f075df2ccf2d3e470048
6
+ metadata.gz: 15ed5373749662f60c96b58d995fe837f7c1e897cc39957a810b2e04d3bb3a4fcfd1b82bb3a7e6dc62a83637ae59292a5a4eca1cad0d37bc56bc2aef9df2ccb1
7
+ data.tar.gz: 3fcb3b9d0e98ab1ffc41540ce2cc9c820315ef116db3511975a1fdf6da550f888032ab1d0811cb60ec9798922b443f57b362ed37841f713e8cb820faa70c7cd7
@@ -328,12 +328,11 @@ DATA
328
328
  append_file '.env', 'REDIS_PATH=redis://localhost:6379/0'
329
329
  append_file '.env.production', 'REDIS_PATH=redis://localhost:6379/0'
330
330
 
331
- rubocop_todo_conf = <<-DATA
331
+ rubocop_conf = <<-DATA
332
332
  Style/GlobalVars:
333
- Exclude:
334
- - 'config/initializers/redis.rb'
333
+ Enabled: false
335
334
  DATA
336
- File.open('.rubocop_todo.yml', 'a') { |f| f.write rubocop_todo_conf }
335
+ File.open('.rubocop.yml', 'a') { |f| f.write rubocop_conf } if user_choose? :rubocop
337
336
  end
338
337
 
339
338
  def after_install_redis_namespace
@@ -2,5 +2,5 @@
2
2
  module Onotole
3
3
  RAILS_VERSION = '~> 4.2.0'
4
4
  RUBY_VERSION = IO.read("#{File.dirname(__FILE__)}/../../.ruby-version").strip
5
- VERSION = '1.2.1'
5
+ VERSION = '1.2.2'
6
6
  end
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: 1.2.1
4
+ version: 1.2.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-04-17 00:00:00.000000000 Z
12
+ date: 2016-04-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler