gunark-rubycas-server 0.6.99.336 → 0.7.999.20090212
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/History.txt +26 -5
- data/Manifest.txt +20 -10
- data/README.txt +3 -2
- data/bin/rubycas-server +5 -4
- data/bin/rubycas-server-ctl +3 -2
- data/config/hoe.rb +9 -8
- data/config.example.yml +43 -12
- data/config.ru +21 -0
- data/lib/casserver/authenticators/google.rb +54 -0
- data/lib/casserver/authenticators/sql_rest_auth.rb +77 -0
- data/lib/casserver/cas.rb +40 -27
- data/lib/casserver/conf.rb +61 -96
- data/lib/casserver/controllers.rb +38 -31
- data/lib/casserver/environment.rb +16 -11
- data/lib/casserver/localization.rb +62 -0
- data/lib/casserver/models.rb +2 -2
- data/lib/casserver/postambles.rb +12 -12
- data/lib/casserver/version.rb +2 -2
- data/lib/casserver/views.rb +12 -12
- data/lib/casserver.rb +41 -97
- data/lib/rubycas-server.rb +1 -1
- data/po/de_DE/rubycas-server.po +91 -0
- data/po/es_ES/rubycas-server.po +90 -0
- data/po/fr_FR/rubycas-server.po +90 -0
- data/po/ja_JP/rubycas-server.po +92 -0
- data/po/pl_PL/rubycas-server.po +93 -0
- data/po/ru_RU/rubycas-server.po +91 -0
- data/po/rubycas-server.pot +82 -0
- data/resources/init.d.sh +1 -1
- data/tasks/localization.rake +11 -0
- metadata +60 -15
- data/misc/basic_cas_single_signon_mechanism_diagram.png +0 -0
- data/misc/basic_cas_single_signon_mechanism_diagram.svg +0 -652
- data/website/index.html +0 -40
- data/website/index.txt +0 -3
- data/website/javascripts/rounded_corners_lite.inc.js +0 -285
- data/website/stylesheets/screen.css +0 -138
- data/website/template.html.erb +0 -40
@@ -0,0 +1,93 @@
|
|
1
|
+
# Polish translations for RubyCAS-Server package
|
2
|
+
# Polskie tłumaczenia dla pakietu RubyCAS-Server.
|
3
|
+
# Copyright (C) 2008 THE RubyCAS-Server'S COPYRIGHT HOLDER
|
4
|
+
# This file is distributed under the same license as the RubyCAS-Server package.
|
5
|
+
# Matt Zukowski <mzukowski@urbacon.net>, 2008.
|
6
|
+
#
|
7
|
+
msgid ""
|
8
|
+
msgstr ""
|
9
|
+
"Project-Id-Version: rubycas-server \n"
|
10
|
+
"POT-Creation-Date: 2008-11-12 11:43-0500\n"
|
11
|
+
"PO-Revision-Date: 2008-11-12 11:03-0500\n"
|
12
|
+
"Last-Translator: Matt Zukowski <mzukowski@urbacon.net>\n"
|
13
|
+
"Language-Team: Polish\n"
|
14
|
+
"MIME-Version: 1.0\n"
|
15
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
16
|
+
"Content-Transfer-Encoding: 8bit\n"
|
17
|
+
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
18
|
+
"|| n%100>=20) ? 1 : 2);\n"
|
19
|
+
|
20
|
+
#: lib/casserver/controllers.rb:32
|
21
|
+
msgid ""
|
22
|
+
"You are currently logged in as '%s'. If this is not you, please log in below."
|
23
|
+
msgstr ""
|
24
|
+
"Jesteś aktualnie zalogowany jako '%s'. Jeżeli to nie jesteś ty, zaloguj się "
|
25
|
+
"tutaj."
|
26
|
+
|
27
|
+
#: lib/casserver/controllers.rb:37
|
28
|
+
msgid ""
|
29
|
+
"The client and server are unable to negotiate authentication. Please try "
|
30
|
+
"logging in again later."
|
31
|
+
msgstr ""
|
32
|
+
"Klient i serwer nie są w stanie negocjować uwierzytelniania. Proszę "
|
33
|
+
"spróbować zalogować się ponownie później."
|
34
|
+
|
35
|
+
#: lib/casserver/controllers.rb:54
|
36
|
+
msgid ""
|
37
|
+
"The server cannot fulfill this gateway request because no service parameter "
|
38
|
+
"was given."
|
39
|
+
msgstr ""
|
40
|
+
"Serwer nie może spełnić tego żądania bramowego, ponieważ nie został podany "
|
41
|
+
"parametr usługi."
|
42
|
+
|
43
|
+
#: lib/casserver/controllers.rb:59 lib/casserver/controllers.rb:195
|
44
|
+
msgid ""
|
45
|
+
"The target service your browser supplied appears to be invalid. Please "
|
46
|
+
"contact your system administrator for help."
|
47
|
+
msgstr ""
|
48
|
+
"Podany adresat usługi wydaje się nieprawidłowy. Skontaktuj się z "
|
49
|
+
"administratorem systemu żeby uzyskać pomocy."
|
50
|
+
|
51
|
+
#: lib/casserver/controllers.rb:88
|
52
|
+
msgid ""
|
53
|
+
"Could not guess the CAS login URI. Please supply a submitToURI parameter "
|
54
|
+
"with your request."
|
55
|
+
msgstr ""
|
56
|
+
"Nie można odgadnąć URI do logowania do CAS. Proszę dostarczyć parametr "
|
57
|
+
"submitToURI."
|
58
|
+
|
59
|
+
#: lib/casserver/controllers.rb:184
|
60
|
+
msgid "You have successfully logged in."
|
61
|
+
msgstr "Jesteś zalogowany."
|
62
|
+
|
63
|
+
#: lib/casserver/controllers.rb:200
|
64
|
+
msgid "Incorrect username or password."
|
65
|
+
msgstr "Niepoprawna użytkownik lub hasło."
|
66
|
+
|
67
|
+
#: lib/casserver/controllers.rb:259
|
68
|
+
msgid "You have successfully logged out."
|
69
|
+
msgstr "Jesteś wylogowany."
|
70
|
+
|
71
|
+
#: lib/casserver/controllers.rb:262
|
72
|
+
msgid " Please click on the following link to continue:"
|
73
|
+
msgstr " Proszę kliknąć na poniższy link, aby kontynuować:"
|
74
|
+
|
75
|
+
#: lib/casserver/controllers.rb:412
|
76
|
+
msgid "To generate a login ticket, you must make a POST request."
|
77
|
+
msgstr "Aby wygenerować login bilet, musisz złożyć żądanie POST."
|
78
|
+
|
79
|
+
#: lib/casserver/views.rb:41 lib/casserver/views.rb:111
|
80
|
+
msgid " Central Login"
|
81
|
+
msgstr " Centralna Usługa Uwierzytelniania"
|
82
|
+
|
83
|
+
#: lib/casserver/views.rb:71
|
84
|
+
msgid "Username"
|
85
|
+
msgstr "Użytkownik"
|
86
|
+
|
87
|
+
#: lib/casserver/views.rb:80
|
88
|
+
msgid "Password"
|
89
|
+
msgstr "Hasło"
|
90
|
+
|
91
|
+
#: lib/casserver/views.rb:92
|
92
|
+
msgid "LOGIN"
|
93
|
+
msgstr "ZALOGUJ"
|
@@ -0,0 +1,91 @@
|
|
1
|
+
# Russian translation for Rubycas server.
|
2
|
+
# Copyright (C) Matt Zukowski
|
3
|
+
# This file is distributed under the same license as the rubycas-server package.
|
4
|
+
# Antono Vasiljev <antono.vasiljev@gmail.com>, 2008.
|
5
|
+
#
|
6
|
+
msgid ""
|
7
|
+
msgstr ""
|
8
|
+
"Project-Id-Version: rubycas-server \n"
|
9
|
+
"POT-Creation-Date: 2008-11-12 11:43-0500\n"
|
10
|
+
"PO-Revision-Date: 2008-11-04 12:32+0200\n"
|
11
|
+
"Last-Translator: Antono Vasiljev <antono.vasiljev@gmail.com>\n"
|
12
|
+
"Language-Team: Russian <ru@li.org>\n"
|
13
|
+
"MIME-Version: 1.0\n"
|
14
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
15
|
+
"Content-Transfer-Encoding: 8bit\n"
|
16
|
+
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
17
|
+
|
18
|
+
#: lib/casserver/controllers.rb:32
|
19
|
+
msgid ""
|
20
|
+
"You are currently logged in as '%s'. If this is not you, please log in below."
|
21
|
+
msgstr "Вы авторизированы как '%s'."
|
22
|
+
|
23
|
+
#: lib/casserver/controllers.rb:37
|
24
|
+
msgid ""
|
25
|
+
"The client and server are unable to negotiate authentication. Please try "
|
26
|
+
"logging in again later."
|
27
|
+
msgstr ""
|
28
|
+
"Клиент и сервер не могут провести проверку прав. Попробуйте войти позже."
|
29
|
+
|
30
|
+
#: lib/casserver/controllers.rb:54
|
31
|
+
msgid ""
|
32
|
+
"The server cannot fulfill this gateway request because no service parameter "
|
33
|
+
"was given."
|
34
|
+
msgstr ""
|
35
|
+
"Этот сервер не может выполнить этот запрос, поскольку не были указаны "
|
36
|
+
"праметры сервиса."
|
37
|
+
|
38
|
+
#: lib/casserver/controllers.rb:59 lib/casserver/controllers.rb:195
|
39
|
+
msgid ""
|
40
|
+
"The target service your browser supplied appears to be invalid. Please "
|
41
|
+
"contact your system administrator for help."
|
42
|
+
msgstr ""
|
43
|
+
"Сервис, указанный вашим браузером, неверен. Свяжитесь с вашим системным "
|
44
|
+
"администратором."
|
45
|
+
|
46
|
+
#: lib/casserver/controllers.rb:88
|
47
|
+
msgid ""
|
48
|
+
"Could not guess the CAS login URI. Please supply a submitToURI parameter "
|
49
|
+
"with your request."
|
50
|
+
msgstr ""
|
51
|
+
"Не возможно угадать адрес входа на CAS. Пожалуйста, передайте с запросом "
|
52
|
+
"параметр submitToURI."
|
53
|
+
|
54
|
+
#: lib/casserver/controllers.rb:184
|
55
|
+
msgid "You have successfully logged in."
|
56
|
+
msgstr "Вы успешно вошли."
|
57
|
+
|
58
|
+
#: lib/casserver/controllers.rb:200
|
59
|
+
msgid "Incorrect username or password."
|
60
|
+
msgstr "Неверное имя пользователя или пароль."
|
61
|
+
|
62
|
+
#: lib/casserver/controllers.rb:259
|
63
|
+
msgid "You have successfully logged out."
|
64
|
+
msgstr "Вы успешно вышли."
|
65
|
+
|
66
|
+
#: lib/casserver/controllers.rb:262
|
67
|
+
msgid " Please click on the following link to continue:"
|
68
|
+
msgstr " Перейдите по ссылке чтобы продолжить: "
|
69
|
+
|
70
|
+
#: lib/casserver/controllers.rb:412
|
71
|
+
msgid "To generate a login ticket, you must make a POST request."
|
72
|
+
msgstr "Чтобы сгенерировать входной билет вы должны делать POST запрос."
|
73
|
+
|
74
|
+
#: lib/casserver/views.rb:41 lib/casserver/views.rb:111
|
75
|
+
msgid " Central Login"
|
76
|
+
msgstr " Центральный вход"
|
77
|
+
|
78
|
+
#: lib/casserver/views.rb:71
|
79
|
+
msgid "Username"
|
80
|
+
msgstr "Логин"
|
81
|
+
|
82
|
+
#: lib/casserver/views.rb:80
|
83
|
+
msgid "Password"
|
84
|
+
msgstr "Пароль"
|
85
|
+
|
86
|
+
#: lib/casserver/views.rb:92
|
87
|
+
msgid "LOGIN"
|
88
|
+
msgstr "Войти"
|
89
|
+
|
90
|
+
#~ msgid "Please wait..."
|
91
|
+
#~ msgstr "Подождите..."
|
@@ -0,0 +1,82 @@
|
|
1
|
+
# SOME DESCRIPTIVE TITLE.
|
2
|
+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
|
+
# This file is distributed under the same license as the PACKAGE package.
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5
|
+
#
|
6
|
+
#, fuzzy
|
7
|
+
msgid ""
|
8
|
+
msgstr ""
|
9
|
+
"Project-Id-Version: rubycas-server \n"
|
10
|
+
"POT-Creation-Date: 2008-11-12 11:43-0500\n"
|
11
|
+
"PO-Revision-Date: 2008-10-29 20:55+0200\n"
|
12
|
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13
|
+
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14
|
+
"MIME-Version: 1.0\n"
|
15
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
16
|
+
"Content-Transfer-Encoding: 8bit\n"
|
17
|
+
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
18
|
+
|
19
|
+
#: lib/casserver/controllers.rb:32
|
20
|
+
msgid ""
|
21
|
+
"You are currently logged in as '%s'. If this is not you, please log in below."
|
22
|
+
msgstr ""
|
23
|
+
|
24
|
+
#: lib/casserver/controllers.rb:37
|
25
|
+
msgid ""
|
26
|
+
"The client and server are unable to negotiate authentication. Please try "
|
27
|
+
"logging in again later."
|
28
|
+
msgstr ""
|
29
|
+
|
30
|
+
#: lib/casserver/controllers.rb:54
|
31
|
+
msgid ""
|
32
|
+
"The server cannot fulfill this gateway request because no service parameter "
|
33
|
+
"was given."
|
34
|
+
msgstr ""
|
35
|
+
|
36
|
+
#: lib/casserver/controllers.rb:59 lib/casserver/controllers.rb:195
|
37
|
+
msgid ""
|
38
|
+
"The target service your browser supplied appears to be invalid. Please "
|
39
|
+
"contact your system administrator for help."
|
40
|
+
msgstr ""
|
41
|
+
|
42
|
+
#: lib/casserver/controllers.rb:88
|
43
|
+
msgid ""
|
44
|
+
"Could not guess the CAS login URI. Please supply a submitToURI parameter "
|
45
|
+
"with your request."
|
46
|
+
msgstr ""
|
47
|
+
|
48
|
+
#: lib/casserver/controllers.rb:184
|
49
|
+
msgid "You have successfully logged in."
|
50
|
+
msgstr ""
|
51
|
+
|
52
|
+
#: lib/casserver/controllers.rb:200
|
53
|
+
msgid "Incorrect username or password."
|
54
|
+
msgstr ""
|
55
|
+
|
56
|
+
#: lib/casserver/controllers.rb:259
|
57
|
+
msgid "You have successfully logged out."
|
58
|
+
msgstr ""
|
59
|
+
|
60
|
+
#: lib/casserver/controllers.rb:262
|
61
|
+
msgid " Please click on the following link to continue:"
|
62
|
+
msgstr ""
|
63
|
+
|
64
|
+
#: lib/casserver/controllers.rb:412
|
65
|
+
msgid "To generate a login ticket, you must make a POST request."
|
66
|
+
msgstr ""
|
67
|
+
|
68
|
+
#: lib/casserver/views.rb:41 lib/casserver/views.rb:111
|
69
|
+
msgid " Central Login"
|
70
|
+
msgstr ""
|
71
|
+
|
72
|
+
#: lib/casserver/views.rb:71
|
73
|
+
msgid "Username"
|
74
|
+
msgstr ""
|
75
|
+
|
76
|
+
#: lib/casserver/views.rb:80
|
77
|
+
msgid "Password"
|
78
|
+
msgstr ""
|
79
|
+
|
80
|
+
#: lib/casserver/views.rb:92
|
81
|
+
msgid "LOGIN"
|
82
|
+
msgstr ""
|
data/resources/init.d.sh
CHANGED
@@ -0,0 +1,11 @@
|
|
1
|
+
desc 'Creates po files'
|
2
|
+
task :po do
|
3
|
+
require 'gettext/utils'
|
4
|
+
GetText.update_pofiles("rubycas-server", Dir.glob("{lib,bin}/**/*.{rb}"), "rubycas-server ")
|
5
|
+
end
|
6
|
+
|
7
|
+
desc 'Creates mo files from po files and puts them to locale dir'
|
8
|
+
task :mo do
|
9
|
+
require 'gettext/utils'
|
10
|
+
GetText.create_mofiles(true, "po", "locale")
|
11
|
+
end
|
metadata
CHANGED
@@ -1,17 +1,53 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gunark-rubycas-server
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.7.999.20090212
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
- Matt Zukowski
|
7
|
+
- Matt Zukowski - (c) Urbacon Limited)
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date:
|
12
|
+
date: 2009-02-12 00:00:00 -08:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
|
+
- !ruby/object:Gem::Dependency
|
16
|
+
name: activesupport
|
17
|
+
version_requirement:
|
18
|
+
version_requirements: !ruby/object:Gem::Requirement
|
19
|
+
requirements:
|
20
|
+
- - ">="
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: "0"
|
23
|
+
version:
|
24
|
+
- !ruby/object:Gem::Dependency
|
25
|
+
name: activerecord
|
26
|
+
version_requirement:
|
27
|
+
version_requirements: !ruby/object:Gem::Requirement
|
28
|
+
requirements:
|
29
|
+
- - ">="
|
30
|
+
- !ruby/object:Gem::Version
|
31
|
+
version: "0"
|
32
|
+
version:
|
33
|
+
- !ruby/object:Gem::Dependency
|
34
|
+
name: gettext
|
35
|
+
version_requirement:
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - ">="
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: "0"
|
41
|
+
version:
|
42
|
+
- !ruby/object:Gem::Dependency
|
43
|
+
name: picnic
|
44
|
+
version_requirement:
|
45
|
+
version_requirements: !ruby/object:Gem::Requirement
|
46
|
+
requirements:
|
47
|
+
- - ">="
|
48
|
+
- !ruby/object:Gem::Version
|
49
|
+
version: 0.7.999
|
50
|
+
version:
|
15
51
|
- !ruby/object:Gem::Dependency
|
16
52
|
name: hoe
|
17
53
|
version_requirement:
|
@@ -19,7 +55,7 @@ dependencies:
|
|
19
55
|
requirements:
|
20
56
|
- - ">="
|
21
57
|
- !ruby/object:Gem::Version
|
22
|
-
version: 1.
|
58
|
+
version: 1.8.2
|
23
59
|
version:
|
24
60
|
description: Provides single sign-on authentication for web applications using the CAS protocol.
|
25
61
|
email:
|
@@ -36,7 +72,7 @@ extra_rdoc_files:
|
|
36
72
|
- Manifest.txt
|
37
73
|
- PostInstall.txt
|
38
74
|
- README.txt
|
39
|
-
-
|
75
|
+
- public/restart.txt
|
40
76
|
files:
|
41
77
|
- CHANGELOG.txt
|
42
78
|
- History.txt
|
@@ -47,10 +83,8 @@ files:
|
|
47
83
|
- Rakefile
|
48
84
|
- bin/rubycas-server
|
49
85
|
- bin/rubycas-server-ctl
|
50
|
-
- casserver.db
|
51
|
-
- casserver.log
|
52
|
-
- casserver_db.log
|
53
86
|
- config.example.yml
|
87
|
+
- config.ru
|
54
88
|
- config/hoe.rb
|
55
89
|
- config/requirements.rb
|
56
90
|
- custom_views.example.rb
|
@@ -58,17 +92,20 @@ files:
|
|
58
92
|
- lib/casserver/authenticators/active_directory_ldap.rb
|
59
93
|
- lib/casserver/authenticators/base.rb
|
60
94
|
- lib/casserver/authenticators/client_certificate.rb
|
95
|
+
- lib/casserver/authenticators/google.rb
|
61
96
|
- lib/casserver/authenticators/ldap.rb
|
62
97
|
- lib/casserver/authenticators/ntlm.rb
|
63
98
|
- lib/casserver/authenticators/open_id.rb
|
64
99
|
- lib/casserver/authenticators/sql.rb
|
65
100
|
- lib/casserver/authenticators/sql_encrypted.rb
|
66
101
|
- lib/casserver/authenticators/sql_md5.rb
|
102
|
+
- lib/casserver/authenticators/sql_rest_auth.rb
|
67
103
|
- lib/casserver/authenticators/test.rb
|
68
104
|
- lib/casserver/cas.rb
|
69
105
|
- lib/casserver/conf.rb
|
70
106
|
- lib/casserver/controllers.rb
|
71
107
|
- lib/casserver/environment.rb
|
108
|
+
- lib/casserver/localization.rb
|
72
109
|
- lib/casserver/models.rb
|
73
110
|
- lib/casserver/postambles.rb
|
74
111
|
- lib/casserver/utils.rb
|
@@ -88,8 +125,20 @@ files:
|
|
88
125
|
- lib/themes/urbacon/logo.png
|
89
126
|
- lib/themes/urbacon/theme.css
|
90
127
|
- lib/themes/warning.png
|
91
|
-
-
|
92
|
-
-
|
128
|
+
- locale/de_DE/LC_MESSAGES/rubycas-server.mo
|
129
|
+
- locale/es_ES/LC_MESSAGES/rubycas-server.mo
|
130
|
+
- locale/fr_FR/LC_MESSAGES/rubycas-server.mo
|
131
|
+
- locale/ja_JP/LC_MESSAGES/rubycas-server.mo
|
132
|
+
- locale/pl_PL/LC_MESSAGES/rubycas-server.mo
|
133
|
+
- locale/ru_RU/LC_MESSAGES/rubycas-server.mo
|
134
|
+
- po/de_DE/rubycas-server.po
|
135
|
+
- po/es_ES/rubycas-server.po
|
136
|
+
- po/fr_FR/rubycas-server.po
|
137
|
+
- po/ja_JP/rubycas-server.po
|
138
|
+
- po/pl_PL/rubycas-server.po
|
139
|
+
- po/ru_RU/rubycas-server.po
|
140
|
+
- po/rubycas-server.pot
|
141
|
+
- public/restart.txt
|
93
142
|
- resources/init.d.sh
|
94
143
|
- script/console
|
95
144
|
- script/destroy
|
@@ -98,6 +147,7 @@ files:
|
|
98
147
|
- setup.rb
|
99
148
|
- tasks/deployment.rake
|
100
149
|
- tasks/environment.rake
|
150
|
+
- tasks/localization.rake
|
101
151
|
- tasks/website.rake
|
102
152
|
- vendor/isaac_0.9.1/LICENSE
|
103
153
|
- vendor/isaac_0.9.1/README
|
@@ -107,11 +157,6 @@ files:
|
|
107
157
|
- vendor/isaac_0.9.1/isaac.gemspec
|
108
158
|
- vendor/isaac_0.9.1/setup.rb
|
109
159
|
- vendor/isaac_0.9.1/test/TC_ISAAC.rb
|
110
|
-
- website/index.html
|
111
|
-
- website/index.txt
|
112
|
-
- website/javascripts/rounded_corners_lite.inc.js
|
113
|
-
- website/stylesheets/screen.css
|
114
|
-
- website/template.html.erb
|
115
160
|
has_rdoc: true
|
116
161
|
homepage: http://rubycas-server.rubyforge.org
|
117
162
|
post_install_message: |+
|
Binary file
|