Changeset 72
- Timestamp:
- 01/07/08 17:47:25 (11 months ago)
- Files:
-
- 1 modified
-
trunk/config/boot.rb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/config/boot.rb
r70 r72 25 25 end 26 26 27 # FIXME : Ruby 1.9 27 28 def preinitialize 28 29 load(preinitializer_path) if File.exists?(preinitializer_path) … … 94 95 95 96 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.]+)["']/ 97 98 end 98 99
