authentasaurus 0.6.3 → 0.6.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,6 @@
1
1
  module ActiveRecord::Authenticatable
2
2
  def self.included(base)
3
3
  base.send :extend, ClassMethods
4
-
5
- base.send :unloadable
6
4
  end
7
5
 
8
6
  module ClassMethods
@@ -8,6 +8,7 @@ module ActiveResource::Authenticatable
8
8
  module ClassMethods
9
9
 
10
10
  def authenticatable(*args)
11
+ self.unloadable
11
12
  options = args.extract_options!
12
13
 
13
14
  self.site = options[:site] || AUTHENTASAURUS[:modules][:remote][self.name.underscore.gsub(/_sync/, "").to_sym][:site]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: authentasaurus
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1
4
+ hash: 15
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 3
10
- version: 0.6.3
9
+ - 4
10
+ version: 0.6.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Omar Mekky