rack-cas 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -33,7 +33,7 @@ module RackCAS
|
|
33
33
|
end
|
34
34
|
|
35
35
|
def destroy_session(env, sid, options)
|
36
|
-
session = Session.where(session_id: sid).
|
36
|
+
session = Session.where(session_id: sid).delete_all
|
37
37
|
|
38
38
|
options[:drop] ? nil : generate_sid
|
39
39
|
end
|
@@ -46,4 +46,4 @@ module RackCAS
|
|
46
46
|
Marshal.load(::Base64.decode64(data)) if data
|
47
47
|
end
|
48
48
|
end
|
49
|
-
end
|
49
|
+
end
|
data/lib/rack-cas/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rack-cas
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-01-
|
12
|
+
date: 2013-01-17 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rack
|