old_sql 0.18.0 → 0.19.0

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.
@@ -36,8 +36,10 @@ Old SQL works with devise. Checking for a current installation of devise!
36
36
  puts "Looks like you don't have devise install! We'll install it for you!"
37
37
 
38
38
  if !user_model_exists?
39
+ puts 'User Model Does Not Exist'
39
40
  invoke 'devise:install'
40
41
  elsif !user_model_has_devise?
42
+ puts 'User Model Does Not Have Devise Support'
41
43
  invoke 'old_sql:install_devise_migrations'
42
44
  #todo add devise stuff to users
43
45
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: old_sql
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.18.0
5
+ version: 0.19.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Eddie Gonzales
@@ -191,7 +191,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
191
191
  requirements:
192
192
  - - ">="
193
193
  - !ruby/object:Gem::Version
194
- hash: 1657993977260470537
194
+ hash: 3425452216955812304
195
195
  segments:
196
196
  - 0
197
197
  version: "0"