authentasaurus 0.6.2 → 0.6.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,8 @@
1
1
  module ActiveRecord::Authenticatable
2
2
  def self.included(base)
3
3
  base.send :extend, ClassMethods
4
+
5
+ base.send :unloadable
4
6
  end
5
7
 
6
8
  module ClassMethods
@@ -6,8 +6,6 @@ module Authentasaurus::Models::Session
6
6
  base.send :extend, ClassMethods
7
7
  base.send :include, InstanceMethods
8
8
 
9
- base.send :unloadable
10
-
11
9
  base.send :attr_accessor, :username, :password, :remember
12
10
  base.send :attr_accessor, :errors
13
11
  base.send :attr_reader, :user
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: 3
4
+ hash: 1
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 2
10
- version: 0.6.2
9
+ - 3
10
+ version: 0.6.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Omar Mekky
@@ -18,7 +18,7 @@ autorequire:
18
18
  bindir: bin
19
19
  cert_chain: []
20
20
 
21
- date: 2010-08-10 00:00:00 +03:00
21
+ date: 2010-08-12 00:00:00 +02:00
22
22
  default_executable:
23
23
  dependencies: []
24
24