echocas-client 2.1.1

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.
metadata ADDED
@@ -0,0 +1,119 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: echocas-client
3
+ version: !ruby/object:Gem::Version
4
+ hash: 9
5
+ prerelease: false
6
+ segments:
7
+ - 2
8
+ - 1
9
+ - 1
10
+ version: 2.1.1
11
+ platform: ruby
12
+ authors:
13
+ - Matt Zukowski
14
+ - Matt Walker
15
+ - Niklas E. Cathor
16
+ autorequire:
17
+ bindir: bin
18
+ cert_chain: []
19
+
20
+ date: 2008-11-18 00:00:00 +01:00
21
+ default_executable:
22
+ dependencies:
23
+ - !ruby/object:Gem::Dependency
24
+ name: activesupport
25
+ prerelease: false
26
+ requirement: &id001 !ruby/object:Gem::Requirement
27
+ none: false
28
+ requirements:
29
+ - - ">="
30
+ - !ruby/object:Gem::Version
31
+ hash: 3
32
+ segments:
33
+ - 0
34
+ version: "0"
35
+ type: :runtime
36
+ version_requirements: *id001
37
+ - !ruby/object:Gem::Dependency
38
+ name: hoe
39
+ prerelease: false
40
+ requirement: &id002 !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ">="
44
+ - !ruby/object:Gem::Version
45
+ hash: 11
46
+ segments:
47
+ - 1
48
+ - 7
49
+ - 0
50
+ version: 1.7.0
51
+ type: :development
52
+ version_requirements: *id002
53
+ description: Client library for the Central Authentication Service (CAS) protocol.
54
+ email: matt at roughest dot net
55
+ executables: []
56
+
57
+ extensions: []
58
+
59
+ extra_rdoc_files:
60
+ - CHANGELOG.txt
61
+ - History.txt
62
+ - LICENSE.txt
63
+ - Manifest.txt
64
+ - README.rdoc
65
+ files:
66
+ - CHANGELOG.txt
67
+ - History.txt
68
+ - LICENSE.txt
69
+ - Manifest.txt
70
+ - README.rdoc
71
+ - Rakefile
72
+ - init.rb
73
+ - lib/casclient.rb
74
+ - lib/casclient/client.rb
75
+ - lib/casclient/frameworks/rails/cas_proxy_callback_controller.rb
76
+ - lib/casclient/frameworks/rails/filter.rb
77
+ - lib/casclient/frameworks/merb/strategy.rb
78
+ - lib/casclient/responses.rb
79
+ - lib/casclient/tickets.rb
80
+ - lib/casclient/version.rb
81
+ - lib/rubycas-client.rb
82
+ - setup.rb
83
+ has_rdoc: true
84
+ homepage: ""
85
+ licenses: []
86
+
87
+ post_install_message:
88
+ rdoc_options:
89
+ - --main
90
+ - README.txt
91
+ require_paths:
92
+ - lib
93
+ required_ruby_version: !ruby/object:Gem::Requirement
94
+ none: false
95
+ requirements:
96
+ - - ">="
97
+ - !ruby/object:Gem::Version
98
+ hash: 3
99
+ segments:
100
+ - 0
101
+ version: "0"
102
+ required_rubygems_version: !ruby/object:Gem::Requirement
103
+ none: false
104
+ requirements:
105
+ - - ">="
106
+ - !ruby/object:Gem::Version
107
+ hash: 3
108
+ segments:
109
+ - 0
110
+ version: "0"
111
+ requirements: []
112
+
113
+ rubyforge_project: echocas-client
114
+ rubygems_version: 1.3.7
115
+ signing_key:
116
+ specification_version: 2
117
+ summary: Client library for the Central Authentication Service (CAS) protocol.
118
+ test_files: []
119
+