[macruby-changes] [1382] MacRuby/branches/experimental/Rakefile

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 6 02:24:18 PDT 2009


Revision: 1382
          http://trac.macosforge.org/projects/ruby/changeset/1382
Author:   eloy.de.enige at gmail.com
Date:     2009-04-06 02:24:17 -0700 (Mon, 06 Apr 2009)
Log Message:
-----------
Added simple irb rake task and uncommented spec => spec:ci shortcut.

Modified Paths:
--------------
    MacRuby/branches/experimental/Rakefile

Modified: MacRuby/branches/experimental/Rakefile
===================================================================
--- MacRuby/branches/experimental/Rakefile	2009-04-06 08:16:37 UTC (rev 1381)
+++ MacRuby/branches/experimental/Rakefile	2009-04-06 09:24:17 UTC (rev 1382)
@@ -53,5 +53,10 @@
   sh "git archive --format=tar --prefix=MacRuby-HEAD/ HEAD | gzip >MacRuby-HEAD.tar.gz"
 end
 
-# desc "Run all 'known good' specs (task alias for spec:ci)"
-# task :spec => 'spec:ci'
+desc "Run all 'known good' specs (task alias for spec:ci)"
+task :spec => 'spec:ci'
+
+desc "Run IRB"
+task :irb do
+  exec './miniruby -I./lib ./bin/irb'
+end
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090406/d783589e/attachment.html>


More information about the macruby-changes mailing list