vibes-rubycas-client 2.3.0.alpha5 → 2.3.0.alpha6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.3.0.alpha5
1
+ 2.3.0.alpha6
@@ -30,7 +30,7 @@ module CASClient
30
30
  else
31
31
  log.warn("Couldn't destroy session with SessionIndex #{si} because no corresponding session id could be looked up.")
32
32
  end
33
- session_id, session
33
+ [session_id, session]
34
34
  end
35
35
 
36
36
  def store_service_session_lookup(st, controller)
@@ -30,7 +30,8 @@ module CASClient
30
30
 
31
31
  def get_session_for_service_ticket(st)
32
32
  st = st.ticket if st.kind_of? ServiceTicket
33
- ActiveRecord::SessionStore::Session.find_by_service_ticket(st)
33
+ session = ActiveRecord::SessionStore::Session.find_by_service_ticket(st)
34
+ [session.session_id, session]
34
35
  end
35
36
 
36
37
  def cleanup_service_session_lookup(st)
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{vibes-rubycas-client}
8
- s.version = "2.3.0.alpha5"
8
+ s.version = "2.3.0.alpha6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Matt Campbell", "Rahul Joshi", "Matt Zukowski", "Matt Walker"]
12
- s.date = %q{2011-06-14}
12
+ s.date = %q{2011-06-15}
13
13
  s.description = %q{We've taken the rubycas-client and added some enterprisey features and improved compatibility with JASIG's CAS server}
14
14
  s.extra_rdoc_files = [
15
15
  "LICENSE.txt",
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vibes-rubycas-client
3
3
  version: !ruby/object:Gem::Version
4
- hash: -3702664410
4
+ hash: -3702664416
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 2
8
8
  - 3
9
9
  - 0
10
10
  - alpha
11
- - 5
12
- version: 2.3.0.alpha5
11
+ - 6
12
+ version: 2.3.0.alpha6
13
13
  platform: ruby
14
14
  authors:
15
15
  - Matt Campbell
@@ -20,7 +20,7 @@ autorequire:
20
20
  bindir: bin
21
21
  cert_chain: []
22
22
 
23
- date: 2011-06-14 00:00:00 -05:00
23
+ date: 2011-06-15 00:00:00 -05:00
24
24
  default_executable:
25
25
  dependencies:
26
26
  - !ruby/object:Gem::Dependency