compulsive tweaking of quotes

instiki-madeleine
Alexey Verkhovsky 2005-01-16 19:12:22 +00:00
parent 0fca1f5d1a
commit 590af3ae4f
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
if RUBY_VERSION < "1.8.1"
puts "Instiki requires Ruby 1.8.1+"
if RUBY_VERSION < '1.8.1'
puts 'Instiki requires Ruby 1.8.1+'
exit
end
RAILS_ROOT = File.dirname(__FILE__) + "/../" unless defined? RAILS_ROOT
RAILS_ROOT = File.dirname(__FILE__) + '/../' unless defined? RAILS_ROOT
RAILS_ENV = ENV['RAILS_ENV'] || 'production' unless defined? RAILS_ENV
unless defined? ADDITIONAL_LOAD_PATHS