jorahood-rubycas-client 2.0.99.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,94 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jorahood-rubycas-client
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.0.99.1
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
+ type: :runtime
19
+ version_requirement:
20
+ version_requirements: !ruby/object:Gem::Requirement
21
+ requirements:
22
+ - - ">="
23
+ - !ruby/object:Gem::Version
24
+ version: "0"
25
+ version:
26
+ - !ruby/object:Gem::Dependency
27
+ name: hoe
28
+ type: :runtime
29
+ version_requirement:
30
+ version_requirements: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: 1.7.0
35
+ version:
36
+ description: Client library for the Central Authentication Service (CAS) protocol, modified to work with Indiana University's CAS server.
37
+ email: jorahood at indiana dot edu
38
+ executables: []
39
+
40
+ extensions: []
41
+
42
+ extra_rdoc_files:
43
+ - CHANGELOG.txt
44
+ - History.txt
45
+ - LICENSE.txt
46
+ - Manifest.txt
47
+ - README.rdoc
48
+ files:
49
+ - CHANGELOG.txt
50
+ - History.txt
51
+ - LICENSE.txt
52
+ - Manifest.txt
53
+ - README.rdoc
54
+ - Rakefile
55
+ - init.rb
56
+ - lib/casclient.rb
57
+ - lib/casclient/client.rb
58
+ - lib/casclient/frameworks/rails/cas_proxy_callback_controller.rb
59
+ - lib/casclient/frameworks/rails/filter.rb
60
+ - lib/casclient/frameworks/merb/strategy.rb
61
+ - lib/casclient/responses.rb
62
+ - lib/casclient/tickets.rb
63
+ - lib/casclient/version.rb
64
+ - lib/rubycas-client.rb
65
+ - setup.rb
66
+ has_rdoc: true
67
+ homepage: http://rubycas-client.rubyforge.org
68
+ post_install_message:
69
+ rdoc_options:
70
+ - --main
71
+ - README.txt
72
+ require_paths:
73
+ - lib
74
+ required_ruby_version: !ruby/object:Gem::Requirement
75
+ requirements:
76
+ - - ">="
77
+ - !ruby/object:Gem::Version
78
+ version: "0"
79
+ version:
80
+ required_rubygems_version: !ruby/object:Gem::Requirement
81
+ requirements:
82
+ - - ">="
83
+ - !ruby/object:Gem::Version
84
+ version: "0"
85
+ version:
86
+ requirements: []
87
+
88
+ rubyforge_project: rubycas-client
89
+ rubygems_version: 1.2.0
90
+ signing_key:
91
+ specification_version: 2
92
+ summary: Client library for the Central Authentication Service (CAS) protocol, modified to work with Indiana University's CAS server.
93
+ test_files: []
94
+