avo-setup 0.0.30 → 0.0.31

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.30"
2
+ VERSION = "0.0.31"
3
3
  end
@@ -14,6 +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
17
18
 
18
19
  generate("devise:install")
19
20
  model_name = ask("What would you like the user model to be called? [user]")
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 30
9
- version: 0.0.30
8
+ - 31
9
+ version: 0.0.31
10
10
  platform: ruby
11
11
  authors:
12
12
  - Avocado