<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -74,7 +74,14 @@ namespace :gem do
       sh &quot;rubyforge add_file thin thin #{Thin::VERSION::STRING} pkg/#{spec.full_name}.gem&quot;
       sh &quot;rubyforge add_file thin thin #{Thin::VERSION::STRING} pkg/#{spec.full_name}-x86-mswin32-60.gem&quot;
     end
-  end  
+  end
+  
+  desc 'Download the Windows gem from Kevin repo'
+  task 'download:win' =&gt; 'pkg' do
+    cd 'pkg' do
+      `wget http://rubygems.bantamtech.com/ruby18/gems/#{spec.full_name}-x86-mswin32-60.gem`
+    end
+  end
 end
 
 task :install =&gt; [:clobber, :compile, :package] do</diff>
      <filename>tasks/gem.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>74c348b278bbfa423c1728942ff6ce2529276190</id>
    </parent>
  </parents>
  <author>
    <name>macournoyer</name>
    <email>macournoyer@gmail.com</email>
  </author>
  <url>http://github.com/macournoyer/thin/commit/580bf4cf1184d3c12dbdaade8d1e0375e328f879</url>
  <id>580bf4cf1184d3c12dbdaade8d1e0375e328f879</id>
  <committed-date>2008-02-07T08:06:01-08:00</committed-date>
  <authored-date>2008-02-07T08:06:01-08:00</authored-date>
  <message>Add task to download win gem from kevin repo.</message>
  <tree>b12d52d05ac4c859f24eea4586730cda2a096f19</tree>
  <committer>
    <name>macournoyer</name>
    <email>macournoyer@gmail.com</email>
  </committer>
</commit>
