avo-setup 0.0.29 → 0.0.30

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.
@@ -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