<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,16 +2,21 @@ require 'rake'
 
 desc &quot;Home-baked spec task&quot;
 task :spec do
-  unless ENV[&quot;RUBY_EXE&quot;]
-    # MSpec needs RUBY_EXE env var now - guess it from env
-    ruby_exe = `which ir`.strip
-    puts &quot;Setting RUBY_EXE to '#{ruby_exe}'&quot;
-    ENV[&quot;RUBY_EXE&quot;] = ruby_exe
+  # this obviously need some cleaning - it's currently getting the job done though
+  if RUBY_PLATFORM == 'i386-mswin32'
+    ENV[&quot;RUBY_EXE&quot;] = 'C:\git\ironruby\Merlin\Main\Bin\debug\ir.exe'
+    system(&quot;ir spec/mspec/bin/mspec-run --format spec spec/*_spec.rb&quot;)
+  else
+    unless ENV[&quot;RUBY_EXE&quot;]
+      # MSpec needs RUBY_EXE env var now - guess it from env
+      ruby_exe = `which ir`.strip
+      puts &quot;Setting RUBY_EXE to '#{ruby_exe}'&quot;
+      ENV[&quot;RUBY_EXE&quot;] = ruby_exe
+    end
+    #  system(&quot;ir spec/mspec/bin/mspec-run --format spec spec/*_spec.rb&quot;)
+    # for some reason the latest build of ir (in the path) throws an error - works if I use older build
+    system(&quot;mono /Users/thbar/Work/git/ironruby-labs/Release/ir.exe spec/mspec/bin/mspec-run --format spec spec/*_spec.rb&quot;)
   end
-  
-  #  system(&quot;ir spec/mspec/bin/mspec-run --format spec spec/*_spec.rb&quot;)
-  # for some reason the latest build of ir (in the path) throws an error - works if I use older build
-  system(&quot;mono /Users/thbar/Work/git/ironruby-labs/Release/ir.exe spec/mspec/bin/mspec-run --format spec spec/*_spec.rb&quot;)
 end
 
 desc &quot;Compress all magic files into a single lib for use in Silverlight&quot;
@@ -33,7 +38,7 @@ begin
     s.email = &quot;thibaut.barrere@gmail.com&quot;
     s.homepage = &quot;http://github.com/thbar/magic&quot;
     s.description = &quot;TODO&quot;
-    s.authors = [&quot;Thibaut Barr&#232;re&quot;]
+    s.authors = [&quot;Thibaut Barre&#768;re&quot;]
   end
 rescue LoadError
   puts &quot;Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com&quot;</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>936128dd9f50fc40cb7a3788ac9007a81e5eac09</id>
    </parent>
  </parents>
  <author>
    <name>Thibaut Barr&#232;re</name>
    <email>thibaut.barrere@gmail.com</email>
  </author>
  <url>http://github.com/thbar/magic/commit/f4b46704f7ff31a6deacf44cec6161038c15fd2d</url>
  <id>f4b46704f7ff31a6deacf44cec6161038c15fd2d</id>
  <committed-date>2009-03-11T16:05:29-07:00</committed-date>
  <authored-date>2009-03-11T16:05:29-07:00</authored-date>
  <message>Rake spec working on my Windows config. Needs cleaning.</message>
  <tree>180c86f920846747af95a83164ab66fd51305c46</tree>
  <committer>
    <name>Thibaut Barr&#232;re</name>
    <email>thibaut.barrere@gmail.com</email>
  </committer>
</commit>
