gunark-rubycas-client 2.0.99

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,92 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: gunark-rubycas-client
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.0.99
5
+ platform: ruby
6
+ authors:
7
+ - Matt Zukowski
8
+ - Matt Walker
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+
13
+ date: 2008-11-18 00:00:00 -08:00
14
+ default_executable:
15
+ dependencies:
16
+ - !ruby/object:Gem::Dependency
17
+ name: activesupport
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: "0"
24
+ version:
25
+ - !ruby/object:Gem::Dependency
26
+ name: hoe
27
+ version_requirement:
28
+ version_requirements: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 1.7.0
33
+ version:
34
+ description: Client library for the Central Authentication Service (CAS) protocol.
35
+ email: matt at roughest dot net
36
+ executables: []
37
+
38
+ extensions: []
39
+
40
+ extra_rdoc_files:
41
+ - CHANGELOG.txt
42
+ - History.txt
43
+ - LICENSE.txt
44
+ - Manifest.txt
45
+ - README.txt
46
+ files:
47
+ - CHANGELOG.txt
48
+ - History.txt
49
+ - LICENSE.txt
50
+ - Manifest.txt
51
+ - README.txt
52
+ - Rakefile
53
+ - init.rb
54
+ - lib/casclient.rb
55
+ - lib/casclient/client.rb
56
+ - lib/casclient/frameworks/rails/cas_proxy_callback_controller.rb
57
+ - lib/casclient/frameworks/rails/filter.rb
58
+ - lib/casclient/frameworks/merb/strategy.rb
59
+ - lib/casclient/responses.rb
60
+ - lib/casclient/tickets.rb
61
+ - lib/casclient/version.rb
62
+ - lib/rubycas-client.rb
63
+ - setup.rb
64
+ has_rdoc: true
65
+ homepage: http://rubycas-client.rubyforge.org
66
+ post_install_message:
67
+ rdoc_options:
68
+ - --main
69
+ - README.txt
70
+ require_paths:
71
+ - lib
72
+ required_ruby_version: !ruby/object:Gem::Requirement
73
+ requirements:
74
+ - - ">="
75
+ - !ruby/object:Gem::Version
76
+ version: "0"
77
+ version:
78
+ required_rubygems_version: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: "0"
83
+ version:
84
+ requirements: []
85
+
86
+ rubyforge_project: rubycas-client
87
+ rubygems_version: 1.2.0
88
+ signing_key:
89
+ specification_version: 2
90
+ summary: Client library for the Central Authentication Service (CAS) protocol.
91
+ test_files: []
92
+