[macruby-changes] [3024] MacRuby/trunk/mspec

source_changes at macosforge.org source_changes at macosforge.org
Mon Nov 16 15:45:17 PST 2009


Revision: 3024
          http://trac.macosforge.org/projects/ruby/changeset/3024
Author:   eloy.de.enige at gmail.com
Date:     2009-11-16 15:45:16 -0800 (Mon, 16 Nov 2009)
Log Message:
-----------
Updated MSpec to bcec47c70e0678a29fd0c1345358c4daf7b971a3

Modified Paths:
--------------
    MacRuby/trunk/mspec/lib/mspec/helpers/tmp.rb
    MacRuby/trunk/mspec/upstream

Modified: MacRuby/trunk/mspec/lib/mspec/helpers/tmp.rb
===================================================================
--- MacRuby/trunk/mspec/lib/mspec/helpers/tmp.rb	2009-11-16 23:45:01 UTC (rev 3023)
+++ MacRuby/trunk/mspec/lib/mspec/helpers/tmp.rb	2009-11-16 23:45:16 UTC (rev 3024)
@@ -20,7 +20,7 @@
       if RUBY_NAME =~ /^macruby/
         @spec_temp_directory = "/private/tmp"
       else
-        [ "/private/tmp", "/tmp", "/var/tmp", ENV["TMPDIR"], ENV["TMP"],
+        [ ENV["TMPDIR"], "/private/tmp", "/tmp", "/var/tmp", ENV["TMP"],
           ENV["TEMP"], ENV["USERPROFILE"] ].each do |dir|
           if dir and File.directory?(dir) and File.writable?(dir)
             temp = File.expand_path dir

Modified: MacRuby/trunk/mspec/upstream
===================================================================
--- MacRuby/trunk/mspec/upstream	2009-11-16 23:45:01 UTC (rev 3023)
+++ MacRuby/trunk/mspec/upstream	2009-11-16 23:45:16 UTC (rev 3024)
@@ -1 +1 @@
-cbaea095dabfc8ac64fe87780f3f96f0110df282
\ No newline at end of file
+bcec47c70e0678a29fd0c1345358c4daf7b971a3
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20091116/3ad17cfa/attachment.html>


More information about the macruby-changes mailing list