vibes-rubycas-client 2.3.0.alpha3 → 2.3.0.alpha4

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.3.0.alpha3
1
+ 2.3.0.alpha4
@@ -67,7 +67,7 @@ module CASClient
67
67
  end
68
68
 
69
69
  @extra_attributes = {}
70
- @xml.elements.to_a('//cas:authenticationSuccess/cas:attributes/*').each do |el|
70
+ @xml.elements.to_a('//cas:authenticationSuccess/cas:attributes/* | //cas:authenticationSuccess/*[local-name() != \'proxies\' and local-name() != \'proxyGrantingTicket\' and local-name() != \'user\' and local-name() != \'attributes\']').each do |el|
71
71
  # generating the hash requires prefixes to be defined, so add all of the namespaces
72
72
  el.namespaces.each {|k,v| el.add_namespace(k,v)}
73
73
  @extra_attributes.merge!(Hash.from_xml(el.to_s))
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{vibes-rubycas-client}
8
- s.version = "2.3.0.alpha3"
8
+ s.version = "2.3.0.alpha4"
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"]
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: -3702664406
4
+ hash: -3702664412
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 2
8
8
  - 3
9
9
  - 0
10
10
  - alpha
11
- - 3
12
- version: 2.3.0.alpha3
11
+ - 4
12
+ version: 2.3.0.alpha4
13
13
  platform: ruby
14
14
  authors:
15
15
  - Matt Campbell