avo-setup 0.0.29 → 0.0.30

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.29"
2
+ VERSION = "0.0.30"
3
3
  end
@@ -13,7 +13,8 @@ module Avo
13
13
  end
14
14
  #Devise
15
15
  if yes?("Would you like to use Devise for authentication?")
16
- gem("devise", ">=1.2")
16
+ gem("devise", :git => 'git://github.com/plataformatec/devise', :branch => 'master')
17
+
17
18
  generate("devise:install")
18
19
  model_name = ask("What would you like the user model to be called? [user]")
19
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
- - 29
9
- version: 0.0.29
8
+ - 30
9
+ version: 0.0.30
10
10
  platform: ruby
11
11
  authors:
12
12
  - Avocado