[macruby-changes] [3247] MacRuby/trunk

source_changes at macosforge.org source_changes at macosforge.org
Mon Jan 11 15:16:37 PST 2010


Revision: 3247
          http://trac.macosforge.org/projects/ruby/changeset/3247
Author:   eloy.de.enige at gmail.com
Date:     2010-01-11 15:16:36 -0800 (Mon, 11 Jan 2010)
Log Message:
-----------
Remove local rubyspec temp dir before run. Added it to gitignore.

Modified Paths:
--------------
    MacRuby/trunk/.gitignore
    MacRuby/trunk/rakelib/spec.rake

Modified: MacRuby/trunk/.gitignore
===================================================================
--- MacRuby/trunk/.gitignore	2010-01-11 23:16:27 UTC (rev 3246)
+++ MacRuby/trunk/.gitignore	2010-01-11 23:16:36 UTC (rev 3247)
@@ -34,3 +34,4 @@
 .DS_Store
 framework/Info.plist
 doc/
+rubyspec_temp
\ No newline at end of file

Modified: MacRuby/trunk/rakelib/spec.rake
===================================================================
--- MacRuby/trunk/rakelib/spec.rake	2010-01-11 23:16:27 UTC (rev 3246)
+++ MacRuby/trunk/rakelib/spec.rake	2010-01-11 23:16:36 UTC (rev 3247)
@@ -3,6 +3,7 @@
   DEFAULT_OPTIONS = "-B #{MACRUBY_MSPEC}"
   
   def mspec(type, options)
+    rm_rf 'rubyspec_temp'
     sh "./mspec/bin/mspec #{type} #{DEFAULT_OPTIONS} #{ENV['opts']} #{options}"
   end
   
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100111/b76d81b2/attachment.html>


More information about the macruby-changes mailing list