[macruby-changes] [821] MacRuby/trunk/Rakefile

source_changes at macosforge.org source_changes at macosforge.org
Sat Feb 28 13:09:05 PST 2009


Revision: 821
          http://trac.macosforge.org/projects/ruby/changeset/821
Author:   lsansonetti at 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
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090228/6af7561c/attachment.html>


More information about the macruby-changes mailing list