<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -59,7 +59,8 @@ end
 
 desc &quot;compile the C extension part of the vying library&quot;
 task :compile do 
-  sh %{cd ext/vying/c/parts/board &amp;&amp; ruby ./extconf.rb &amp;&amp; make}
+  ruby = ($0 =~ /rake(.+)/) ? &quot;ruby#{$1}&quot; : &quot;ruby&quot;
+  sh %{cd ext/vying/c/parts/board &amp;&amp; #{ruby} ./extconf.rb &amp;&amp; make}
 end
 
 ###</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f77342c45564564197bacbb73589f405a5268247</id>
    </parent>
  </parents>
  <author>
    <name>Eric K Idema</name>
    <email>eki@vying.org</email>
  </author>
  <url>http://github.com/eki/vying/commit/dcc3a3edbd7500af196161046dcbc43f837cd056</url>
  <id>dcc3a3edbd7500af196161046dcbc43f837cd056</id>
  <committed-date>2009-04-25T10:27:54-07:00</committed-date>
  <authored-date>2009-04-25T10:27:54-07:00</authored-date>
  <message>Use the correct version of ruby to build the C extension.</message>
  <tree>cf6efe7a6fa411e4d1e0bb801fc0099d0fa576fb</tree>
  <committer>
    <name>Eric K Idema</name>
    <email>eki@vying.org</email>
  </committer>
</commit>
