avo-setup 0.0.31 → 0.0.32

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Avo
2
- VERSION = "0.0.31"
2
+ VERSION = "0.0.32"
3
3
  end
@@ -14,8 +14,7 @@ module Avo
14
14
  #Devise
15
15
  if yes?("Would you like to use Devise for authentication?")
16
16
  gem("devise", :git => 'git://github.com/plataformatec/devise', :branch => 'master')
17
- invoke Bundle::CLI, :update
18
-
17
+ run('bundle update')
19
18
  generate("devise:install")
20
19
  model_name = ask("What would you like the user model to be called? [user]")
21
20
  model_name = "user" if model_name.blank?
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 31
9
- version: 0.0.31
8
+ - 32
9
+ version: 0.0.32
10
10
  platform: ruby
11
11
  authors:
12
12
  - Avocado