vibes-rubycas-client 2.3.0.alpha3 → 2.3.0.alpha4
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 +1 -1
- data/lib/casclient/responses.rb +1 -1
- data/vibes-rubycas-client.gemspec +1 -1
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.3.0.
|
|
1
|
+
2.3.0.alpha4
|
data/lib/casclient/responses.rb
CHANGED
|
@@ -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.
|
|
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: -
|
|
4
|
+
hash: -3702664412
|
|
5
5
|
prerelease: 6
|
|
6
6
|
segments:
|
|
7
7
|
- 2
|
|
8
8
|
- 3
|
|
9
9
|
- 0
|
|
10
10
|
- alpha
|
|
11
|
-
-
|
|
12
|
-
version: 2.3.0.
|
|
11
|
+
- 4
|
|
12
|
+
version: 2.3.0.alpha4
|
|
13
13
|
platform: ruby
|
|
14
14
|
authors:
|
|
15
15
|
- Matt Campbell
|