echocas-client 2.1.1 → 2.1.2
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/Rakefile +6 -6
- data/examples/merb/README.textile +12 -0
- data/examples/merb/Rakefile +35 -0
- data/examples/merb/merb.thor +2020 -0
- data/examples/merb/merb_auth_cas.rb +67 -0
- data/examples/merb/spec/spec_helper.rb +24 -0
- data/lib/casclient/frameworks/merb/filter.rb +105 -0
- data/lib/casclient/frameworks/rails/filter.rb +76 -71
- data/lib/casclient/version.rb +1 -1
- metadata +53 -16
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: echocas-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 15
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 2.1.
|
9
|
+
- 2
|
10
|
+
version: 2.1.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Matt Zukowski
|
@@ -17,7 +17,7 @@ autorequire:
|
|
17
17
|
bindir: bin
|
18
18
|
cert_chain: []
|
19
19
|
|
20
|
-
date:
|
20
|
+
date: 2010-06-29 00:00:00 +02:00
|
21
21
|
default_executable:
|
22
22
|
dependencies:
|
23
23
|
- !ruby/object:Gem::Dependency
|
@@ -35,22 +35,54 @@ dependencies:
|
|
35
35
|
type: :runtime
|
36
36
|
version_requirements: *id001
|
37
37
|
- !ruby/object:Gem::Dependency
|
38
|
-
name:
|
38
|
+
name: rubyforge
|
39
39
|
prerelease: false
|
40
40
|
requirement: &id002 !ruby/object:Gem::Requirement
|
41
41
|
none: false
|
42
42
|
requirements:
|
43
43
|
- - ">="
|
44
44
|
- !ruby/object:Gem::Version
|
45
|
-
hash:
|
45
|
+
hash: 9
|
46
46
|
segments:
|
47
|
-
-
|
48
|
-
- 7
|
47
|
+
- 2
|
49
48
|
- 0
|
50
|
-
|
49
|
+
- 3
|
50
|
+
version: 2.0.3
|
51
51
|
type: :development
|
52
52
|
version_requirements: *id002
|
53
|
-
|
53
|
+
- !ruby/object:Gem::Dependency
|
54
|
+
name: gemcutter
|
55
|
+
prerelease: false
|
56
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
57
|
+
none: false
|
58
|
+
requirements:
|
59
|
+
- - ">="
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
hash: 11
|
62
|
+
segments:
|
63
|
+
- 0
|
64
|
+
- 5
|
65
|
+
- 0
|
66
|
+
version: 0.5.0
|
67
|
+
type: :development
|
68
|
+
version_requirements: *id003
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: hoe
|
71
|
+
prerelease: false
|
72
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
73
|
+
none: false
|
74
|
+
requirements:
|
75
|
+
- - ">="
|
76
|
+
- !ruby/object:Gem::Version
|
77
|
+
hash: 27
|
78
|
+
segments:
|
79
|
+
- 2
|
80
|
+
- 5
|
81
|
+
- 0
|
82
|
+
version: 2.5.0
|
83
|
+
type: :development
|
84
|
+
version_requirements: *id004
|
85
|
+
description: Client library for the Central Authentication Service (CAS) protocol. (this version specially prepared for echologic)
|
54
86
|
email: matt at roughest dot net
|
55
87
|
executables: []
|
56
88
|
|
@@ -61,7 +93,6 @@ extra_rdoc_files:
|
|
61
93
|
- History.txt
|
62
94
|
- LICENSE.txt
|
63
95
|
- Manifest.txt
|
64
|
-
- README.rdoc
|
65
96
|
files:
|
66
97
|
- CHANGELOG.txt
|
67
98
|
- History.txt
|
@@ -69,19 +100,25 @@ files:
|
|
69
100
|
- Manifest.txt
|
70
101
|
- README.rdoc
|
71
102
|
- Rakefile
|
103
|
+
- examples/merb/README.textile
|
104
|
+
- examples/merb/Rakefile
|
105
|
+
- examples/merb/merb.thor
|
106
|
+
- examples/merb/merb_auth_cas.rb
|
107
|
+
- examples/merb/spec/spec_helper.rb
|
72
108
|
- init.rb
|
73
109
|
- lib/casclient.rb
|
74
110
|
- lib/casclient/client.rb
|
111
|
+
- lib/casclient/frameworks/merb/filter.rb
|
112
|
+
- lib/casclient/frameworks/merb/strategy.rb
|
75
113
|
- lib/casclient/frameworks/rails/cas_proxy_callback_controller.rb
|
76
114
|
- lib/casclient/frameworks/rails/filter.rb
|
77
|
-
- lib/casclient/frameworks/merb/strategy.rb
|
78
115
|
- lib/casclient/responses.rb
|
79
116
|
- lib/casclient/tickets.rb
|
80
117
|
- lib/casclient/version.rb
|
81
118
|
- lib/rubycas-client.rb
|
82
119
|
- setup.rb
|
83
120
|
has_rdoc: true
|
84
|
-
homepage:
|
121
|
+
homepage: http://rubycas-client.rubyforge.org
|
85
122
|
licenses: []
|
86
123
|
|
87
124
|
post_install_message:
|
@@ -110,10 +147,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
110
147
|
version: "0"
|
111
148
|
requirements: []
|
112
149
|
|
113
|
-
rubyforge_project:
|
150
|
+
rubyforge_project: rubycas-client
|
114
151
|
rubygems_version: 1.3.7
|
115
152
|
signing_key:
|
116
|
-
specification_version:
|
117
|
-
summary: Client library for the Central Authentication Service (CAS) protocol.
|
153
|
+
specification_version: 3
|
154
|
+
summary: Client library for the Central Authentication Service (CAS) protocol. (this version specially prepared for echologic)
|
118
155
|
test_files: []
|
119
156
|
|