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

source_changes at macosforge.org source_changes at macosforge.org
Thu Jun 12 15:46:40 PDT 2008


Revision: 288
          http://trac.macosforge.org/projects/ruby/changeset/288
Author:   eloy.de.enige at gmail.com
Date:     2008-06-12 15:46:40 -0700 (Thu, 12 Jun 2008)

Log Message:
-----------
The install framework task should be named :install

Modified Paths:
--------------
    MacRuby/trunk/Rakefile

Modified: MacRuby/trunk/Rakefile
===================================================================
--- MacRuby/trunk/Rakefile	2008-06-12 22:03:16 UTC (rev 287)
+++ MacRuby/trunk/Rakefile	2008-06-12 22:46:40 UTC (rev 288)
@@ -551,7 +551,7 @@
 end
 
 desc "Same as framework:install"
-task :framework => 'framework:install'
+task :install => 'framework:install'
 
 desc "Same as macruby:build"
 task :macruby => 'macruby:build'

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macruby-changes/attachments/20080612/f72ea7e0/attachment.htm 


More information about the macruby-changes mailing list