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

source_changes at macosforge.org source_changes at macosforge.org
Fri May 14 10:36:29 PDT 2010


Revision: 4105
          http://trac.macosforge.org/projects/ruby/changeset/4105
Author:   eloy.de.enige at gmail.com
Date:     2010-05-14 10:36:27 -0700 (Fri, 14 May 2010)
Log Message:
-----------
Update MSpec to 2bbb538ad9bcbd05b984ed2b387e465665c10c00

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

Modified: MacRuby/trunk/mspec/lib/mspec/helpers/io.rb
===================================================================
--- MacRuby/trunk/mspec/lib/mspec/helpers/io.rb	2010-05-14 17:36:17 UTC (rev 4104)
+++ MacRuby/trunk/mspec/lib/mspec/helpers/io.rb	2010-05-14 17:36:27 UTC (rev 4105)
@@ -31,6 +31,6 @@
   # Creates an IO instance for a temporary file name. The file
   # must be deleted.
   def new_io(name, mode="w:utf-8")
-    IO.new new_fd(name, fmode(mode))
+    IO.new new_fd(name, fmode(mode)), fmode(mode)
   end
 end

Modified: MacRuby/trunk/mspec/upstream
===================================================================
--- MacRuby/trunk/mspec/upstream	2010-05-14 17:36:17 UTC (rev 4104)
+++ MacRuby/trunk/mspec/upstream	2010-05-14 17:36:27 UTC (rev 4105)
@@ -1 +1 @@
-26e25432f613856640a591fe098bec5ed80f40a1
\ No newline at end of file
+2bbb538ad9bcbd05b984ed2b387e465665c10c00
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100514/3d3583fc/attachment.html>


More information about the macruby-changes mailing list