vibes-rubycas-client 2.3.0.alpha2 → 2.3.0.alpha3
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 +4 -4
- data/vibes-rubycas-client.gemspec +2 -2
- metadata +4 -4
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.3.0.
|
|
1
|
+
2.3.0.alpha3
|
data/lib/casclient/responses.rb
CHANGED
|
@@ -77,10 +77,10 @@ module CASClient
|
|
|
77
77
|
@extra_attributes.each do |k, v|
|
|
78
78
|
if v.blank?
|
|
79
79
|
@extra_attributes[k] = nil
|
|
80
|
-
elsif v.kind_of?(String)
|
|
81
|
-
|
|
82
|
-
elsif conf.has_key?('encode_extra_attributes_as') && conf_options[:encode_extra_attributes_as] == :json
|
|
83
|
-
|
|
80
|
+
#elsif v.kind_of?(String)
|
|
81
|
+
# @extra_attributes[k] = v
|
|
82
|
+
#elsif conf.has_key?('encode_extra_attributes_as') && conf_options[:encode_extra_attributes_as] == :json
|
|
83
|
+
# @extra_attributes[k] = JSON.parse(v)
|
|
84
84
|
else
|
|
85
85
|
@extra_attributes[k] = YAML.load(v)
|
|
86
86
|
end
|
|
@@ -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.
|
|
8
|
+
s.version = "2.3.0.alpha3"
|
|
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-
|
|
12
|
+
s.date = %q{2011-06-13}
|
|
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: -
|
|
4
|
+
hash: -3702664406
|
|
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
|
+
- 3
|
|
12
|
+
version: 2.3.0.alpha3
|
|
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-
|
|
23
|
+
date: 2011-06-13 00:00:00 -05:00
|
|
24
24
|
default_executable:
|
|
25
25
|
dependencies:
|
|
26
26
|
- !ruby/object:Gem::Dependency
|