Changeset 72

Show
Ignore:
Timestamp:
01/07/08 17:47:25 (11 months ago)
Author:
jweiss
Message:

update config/boot.rb

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/config/boot.rb

    r70 r72  
    2525    end 
    2626 
     27    # FIXME : Ruby 1.9 
    2728    def preinitialize 
    2829      load(preinitializer_path) if File.exists?(preinitializer_path) 
     
    9495 
    9596      def parse_gem_version(text) 
    96         $1 if text =~ /^[^#]*RAILS_GEM_VERSION\s*=\s*'([!~<>=]*\s*[\d.]+)'/ 
     97        $1 if text =~ /^[^#]*RAILS_GEM_VERSION\s*=\s*["']([!~<>=]*\s*[\d.]+)["']/ 
    9798      end 
    9899