avo-setup 0.0.27 → 0.0.28

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.
data/Gemfile CHANGED
@@ -1,8 +1,5 @@
1
1
  source "http://rubygems.org"
2
2
 
3
- gem "devise"
4
- gem "simple_form"
5
- gem "cancan"
6
3
  # Specify your gem's dependencies in avo-setup.gemspec
7
4
  gemspec
8
5
 
@@ -1,3 +1,3 @@
1
1
  module Avo
2
- VERSION = "0.0.27"
2
+ VERSION = "0.0.28"
3
3
  end
@@ -9,7 +9,7 @@ module Avo
9
9
  generate("avo:layout")
10
10
  end
11
11
  if yes?("Would you like to use simple-form for form generation?")
12
- gem("simple-form")
12
+ gem("simple_form")
13
13
  end
14
14
  #Devise
15
15
  if yes?("Would you like to use Devise for authentication?")
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 27
9
- version: 0.0.27
8
+ - 28
9
+ version: 0.0.28
10
10
  platform: ruby
11
11
  authors:
12
12
  - Avocado