old_sql 0.12.0 → 0.13.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -46,7 +46,7 @@ Old SQL works with devise. Checking for a current installation of devise!
46
46
  end
47
47
  end
48
48
 
49
- def user_model_exists
49
+ def user_model_exists?
50
50
  app_path = Rails.public_path.split("/")
51
51
  app_path.delete_at(-1)
52
52
  app_path = app_path.join("/")
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: old_sql
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.12.0
5
+ version: 0.13.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: -2413425905091992699
194
+ hash: -1295089846390912984
195
195
  segments:
196
196
  - 0
197
197
  version: "0"