active_record_openid_store 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -53,7 +53,7 @@ module ActiveRecordOpenidStore
|
|
53
53
|
|
54
54
|
def cleanup_associations
|
55
55
|
now = Time.now.to_i
|
56
|
-
ActiveRecordOpenidStore::Association.delete_all(['issued + lifetime
|
56
|
+
ActiveRecordOpenidStore::Association.delete_all(['issued + lifetime < ?',now])
|
57
57
|
end
|
58
58
|
end
|
59
59
|
end
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: active_record_openid_store
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.1.
|
5
|
+
version: 0.1.3
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Alan Skorkin
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-
|
13
|
+
date: 2011-08-08 00:00:00 +10:00
|
14
14
|
default_executable:
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|