compulsive tweaking of quotes

This commit is contained in:
Alexey Verkhovsky 2005-01-16 19:12:22 +00:00
parent 0fca1f5d1a
commit 590af3ae4f

View file

@ -1,9 +1,9 @@
if RUBY_VERSION < "1.8.1" if RUBY_VERSION < '1.8.1'
puts "Instiki requires Ruby 1.8.1+" puts 'Instiki requires Ruby 1.8.1+'
exit exit
end 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 RAILS_ENV = ENV['RAILS_ENV'] || 'production' unless defined? RAILS_ENV
unless defined? ADDITIONAL_LOAD_PATHS unless defined? ADDITIONAL_LOAD_PATHS