<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -52,6 +52,6 @@ end
 Hitimes::GEM_SPEC_WIN = Hitimes::GEM_SPEC.clone
 Hitimes::GEM_SPEC_WIN.platform = ::Gem::Platform.new( &quot;i386-mswin32_60&quot; )
 Hitimes::GEM_SPEC_WIN.extensions = []
-Hitimes::GEM_SPEC_WIN.files += FileList[&quot;lib/hitimes/{1.8,1.9}/**.{dll,so}&quot;].to_a
+#Hitimes::GEM_SPEC_WIN.files += 
 
 Hitimes::SPECS = [ Hitimes::GEM_SPEC, Hitimes::GEM_SPEC_WIN ]</diff>
      <filename>gemspec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -31,6 +31,11 @@ if pkg_config = Configuration.for_if_exist?(&quot;packaging&quot;) then
       puts Hitimes::GEM_SPEC.to_ruby
     end
 
+    desc &quot;dump gemspec for win&quot;
+    task :gemspec_win do
+      puts Hitimes::GEM_SPEC_WIN.to_ruby
+    end
+
     desc &quot;reinstall gem&quot;
     task :reinstall =&gt; [:uninstall, :repackage, :install]
 
@@ -44,6 +49,7 @@ if pkg_config = Configuration.for_if_exist?(&quot;packaging&quot;) then
         cp &quot;ext/hitimes/hitimes_ext.so&quot;, &quot;lib/hitimes/#{s}/&quot;, :verbose =&gt; true
       end
 
+      Hitimes::GEM_SPEC_WIN.files += FileList[&quot;lib/hitimes/{1.8,1.9}/**.{dll,so}&quot;]
       Gem::Builder.new( Hitimes::GEM_SPEC_WIN ).build 
       mkdir &quot;pkg&quot; unless File.directory?( 'pkg' )
       mv Dir[&quot;*.gem&quot;].first, &quot;pkg&quot;
@@ -54,8 +60,10 @@ if pkg_config = Configuration.for_if_exist?(&quot;packaging&quot;) then
       rm_rf &quot;lib/hitimes/1.9&quot;
     end
 
+    task :prep =&gt; [:clean, :package, :package_win]
+
     desc &quot;distribute copiously&quot;
-    task :copious =&gt; [:package, :package_win ] do
+    task :copious =&gt; [:clean, :package, :package_win ] do
       gems = Hitimes::SPECS.collect { |s| &quot;#{s.full_name}.gem&quot; }
       Rake::SshFilePublisher.new('jeremy@copiousfreetime.org',
                                '/var/www/vhosts/www.copiousfreetime.org/htdocs/gems/gems',</diff>
      <filename>tasks/distribution.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>befa8d9eefd4327aa75b880ef30651cadeafbde5</id>
    </parent>
  </parents>
  <author>
    <name>Jeremy Hinegardner</name>
    <email>jeremy@hinegardner.org</email>
  </author>
  <url>http://github.com/copiousfreetime/hitimes/commit/724dc734061f1470570db82cad329205369a0056</url>
  <id>724dc734061f1470570db82cad329205369a0056</id>
  <committed-date>2009-06-28T17:12:53-07:00</committed-date>
  <authored-date>2009-06-28T17:12:53-07:00</authored-date>
  <message>fix case where win file list is determined before all files are generated</message>
  <tree>d1d19782012f388c0bfca7b72f6f316fe287402a</tree>
  <committer>
    <name>Jeremy Hinegardner</name>
    <email>jeremy@hinegardner.org</email>
  </committer>
</commit>
