avo-setup 0.0.28 → 0.0.29

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