Revision: 821 http://trac.macosforge.org/projects/ruby/changeset/821 Author: lsansonetti@apple.com Date: 2009-02-28 13:09:05 -0800 (Sat, 28 Feb 2009) Log Message: ----------- 10.5.6 is now necessary Modified Paths: -------------- MacRuby/trunk/Rakefile Modified: MacRuby/trunk/Rakefile =================================================================== --- MacRuby/trunk/Rakefile 2009-02-28 21:06:49 UTC (rev 820) +++ MacRuby/trunk/Rakefile 2009-02-28 21:09:05 UTC (rev 821) @@ -42,8 +42,8 @@ verbose(true) -if `sw_vers -productVersion`.strip.to_f < 10.5 - $stderr.puts "Sorry, your environment is not supported. MacRuby requires Mac OS X 10.5 or higher." +if `sw_vers -productVersion`.strip < '10.5.6' + $stderr.puts "Sorry, your environment is not supported. MacRuby requires Mac OS X 10.5.6 or higher." exit 1 end
participants (1)
-
source_changes@macosforge.org