<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,7 @@
 require 'rake/gempackagetask'
 
+WIN_SUFFIX = ENV['WIN_SUFFIX'] || 'x86-mswin32-60'
+
 task :clean =&gt; :clobber_package
 
 spec = Gem::Specification.new do |s|
@@ -67,7 +69,7 @@ namespace :gem do
   namespace :upload do
     desc 'Upload the precompiled win32 gem to code.macournoyer.com'
     task :win do
-      upload &quot;pkg/#{spec.full_name}-x86-mswin32-60.gem&quot;, 'gems'
+      upload &quot;pkg/#{spec.full_name}-#{WIN_SUFFIX}.gem&quot;, 'gems'
       system 'ssh macournoyer@macournoyer.com &quot;cd code.macournoyer.com &amp;&amp; gem generate_index&quot;'
     end    
 
@@ -76,14 +78,14 @@ namespace :gem do
       sh 'rubyforge login'
       sh &quot;rubyforge add_release 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}.gem&quot;
-      sh &quot;rubyforge add_file thin thin #{Thin::VERSION::STRING} pkg/#{spec.full_name}-x86-mswin32-60.gem&quot;
+      sh &quot;rubyforge add_file thin thin #{Thin::VERSION::STRING} pkg/#{spec.full_name}-#{WIN_SUFFIX}.gem&quot;
     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`
+      `wget http://rubygems.bantamtech.com/ruby18/gems/#{spec.full_name}-#{WIN_SUFFIX}.gem`
     end
   end
 end</diff>
      <filename>tasks/gem.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1cb90c6a8170e27bc10ed247a8454207f0c200cf</id>
    </parent>
  </parents>
  <author>
    <name>macournoyer</name>
    <email>macournoyer@gmail.com</email>
  </author>
  <url>http://github.com/macournoyer/thin/commit/2c01c5f75680d291d2ce1003bad1219b5a5079ae</url>
  <id>2c01c5f75680d291d2ce1003bad1219b5a5079ae</id>
  <committed-date>2008-03-05T20:11:57-08:00</committed-date>
  <authored-date>2008-03-05T20:11:57-08:00</authored-date>
  <message>Add WIN_SUFFIX to configure win gem name</message>
  <tree>baf903aabd1f5d7dafd47ef9a0f6bf76a41ffb94</tree>
  <committer>
    <name>macournoyer</name>
    <email>macournoyer@gmail.com</email>
  </committer>
</commit>
