Letractively / rubycas-server

Automatically exported from code.google.com/p/rubycas-server
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Version Query Fails #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.  rubycas-server --version
2.
3.

What version of RubyCAS-Server are you using? How is it installed (rubygem,
manual install)? How are you running it (webrick, mongrel, cgi, etc.)? 

Version: 0.6.0
Installed via gem
Running with webrick

If relevant, please paste your RubyCAS-Server config.yml file here.

Please provide any additional information below.

Version fails because it is looking for it with the old path:
no such file to load --
/usr/local/lib/ruby/gems/1.8/gems/rubycas-server-0.6.0/lib/rubycas-server/versio
n

Should look for it under:
/usr/local/lib/ruby/gems/1.8/gems/rubycas-server-0.6.0/lib/casserver/version

Original issue reported on code.google.com by dmin...@gmail.com on 2 May 2008 at 2:33

GoogleCodeExporter commented 8 years ago
Thanks for reporting this. It has already been fixed in development. You should 
see
the fixed released in the upcoming 0.7.0 version.

Original comment by matt.zuk...@gmail.com on 2 May 2008 at 4:49