gunark-rubycas-server 0.8.0.20090430 → 0.8.0.20090506

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -4,8 +4,8 @@
4
4
  * Support for localization via Ruby-GetText.
5
5
  See http://code.google.com/p/rubycas-server/wiki/Localization
6
6
  for details. [antono]
7
- * Switched to Picnic 0.8.0, so RubyCAS-Server is now based on Rack
8
- and Camping 2.0 and is also now compatible with Passenger Phusion
7
+ * Switched to Picnic 0.8.x, so RubyCAS-Server is now based on Rack
8
+ and Camping 2.0 and is now compatible with Passenger Phusion
9
9
  * Added new SQL authenticator (sql_rest_auth) compatible with the
10
10
  restful_authentication Rails plugin. [antono]
11
11
 
data/Manifest.txt CHANGED
@@ -37,18 +37,6 @@ lib/casserver/version.rb
37
37
  lib/casserver/views.rb
38
38
  lib/rubycas-server.rb
39
39
  lib/rubycas-server/version.rb
40
- lib/themes/cas.css
41
- lib/themes/notice.png
42
- lib/themes/ok.png
43
- lib/themes/simple/bg.png
44
- lib/themes/simple/login_box_bg.png
45
- lib/themes/simple/logo.png
46
- lib/themes/simple/theme.css
47
- lib/themes/urbacon/bg.png
48
- lib/themes/urbacon/login_box_bg.png
49
- lib/themes/urbacon/logo.png
50
- lib/themes/urbacon/theme.css
51
- lib/themes/warning.png
52
40
  locale/de_DE/LC_MESSAGES/rubycas-server.mo
53
41
  locale/es_ES/LC_MESSAGES/rubycas-server.mo
54
42
  locale/fr_FR/LC_MESSAGES/rubycas-server.mo
@@ -63,6 +51,19 @@ po/pl_PL/rubycas-server.po
63
51
  po/pt_BR/rubycas-server.po
64
52
  po/ru_RU/rubycas-server.po
65
53
  po/rubycas-server.pot
54
+ public/test
55
+ public/themes/cas.css
56
+ public/themes/notice.png
57
+ public/themes/ok.png
58
+ public/themes/simple/bg.png
59
+ public/themes/simple/login_box_bg.png
60
+ public/themes/simple/logo.png
61
+ public/themes/simple/theme.css
62
+ public/themes/urbacon/bg.png
63
+ public/themes/urbacon/login_box_bg.png
64
+ public/themes/urbacon/logo.png
65
+ public/themes/urbacon/theme.css
66
+ public/themes/warning.png
66
67
  resources/init.d.sh
67
68
  script/console
68
69
  script/destroy
@@ -81,4 +82,3 @@ vendor/isaac_0.9.1/crypt/ISAAC.rb
81
82
  vendor/isaac_0.9.1/isaac.gemspec
82
83
  vendor/isaac_0.9.1/setup.rb
83
84
  vendor/isaac_0.9.1/test/TC_ISAAC.rb
84
-
data/config/hoe.rb CHANGED
@@ -11,7 +11,7 @@ EXTRA_DEPENDENCIES = [
11
11
  'activesupport',
12
12
  'activerecord',
13
13
  'gettext',
14
- ['picnic', '>= 0.8.0.20090430']
14
+ ['picnic', '>= 0.8.1']
15
15
  ] # An array of rubygem dependencies [name, version]
16
16
 
17
17
  @config_file = "~/.rubyforge/user-config.yml"
data/config.example.yml CHANGED
@@ -429,7 +429,7 @@ database:
429
429
  # Custom themes are not well supported yet, but will be in the near future. In
430
430
  # the meantime, if you want to create a custom theme, you can create a
431
431
  # subdirectory under the CASServer's themes dir (for example,
432
- # '/usr/lib/ruby/1.8/gems/casserver-xxx/lib/themes', if you installed CASServer
432
+ # '/usr/lib/ruby/1.8/gems/casserver-xxx/public/themes', if you installed CASServer
433
433
  # on Linux as a gem). A theme is basically just a theme.css file that overrides
434
434
  # the themes/cas.css styles along with a collection of image files
435
435
  # like logo.png and bg.png.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gunark-rubycas-server
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0.20090430
4
+ version: 0.8.0.20090506
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Zukowski
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-04-27 00:00:00 -07:00
12
+ date: 2009-05-06 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency