old_sql 0.13.0 → 0.14.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.
@@ -10,6 +10,13 @@ module OldSql
10
10
  Old SQL works with devise. Checking for a current installation of devise!
11
11
  "
12
12
 
13
+
14
+ app_path = Rails.public_path.split("/")
15
+ app_path.delete_at(-1)
16
+ app_path = app_path.join("/")
17
+
18
+ puts "User model at #{app_path+'/app/models/user.rb'} exists? #{File.exists?(app_path+'/app/models/user.rb')}"
19
+
13
20
  if defined?(Devise)
14
21
  check_for_devise_models
15
22
  else
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: old_sql
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.13.0
5
+ version: 0.14.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: -1295089846390912984
194
+ hash: 2199591958331863898
195
195
  segments:
196
196
  - 0
197
197
  version: "0"