<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -97,7 +97,7 @@ end
 task :package =&gt; [:compile]
 Rake::GemPackageTask.new(gemspec_) do |task_|
   task_.need_zip = false
-  task_.need_tar = false
+  task_.need_tar = RUBY_PLATFORM !~ /java/
 end
 
 
@@ -157,12 +157,16 @@ task :publish_gem do |t_|
   end
   mri_pkg_ = &quot;pkg/blockenspiel-#{v_}.gem&quot;
   jruby_pkg_ = &quot;pkg/blockenspiel-#{v_}-java.gem&quot;
+  tgz_pkg_ = &quot;pkg/blockenspiel-#{v_}.tgz&quot;
   if !File.file?(mri_pkg_) || !File.readable?(mri_pkg_)
     abort &quot;You haven't built #{mri_pkg_} yet. Try rake package&quot;
   end
   if !File.file?(jruby_pkg_) || !File.readable?(jruby_pkg_)
     abort &quot;You haven't built #{jruby_pkg_} yet. Try jrake package&quot;
   end
+  if !File.file?(tgz_pkg_) || !File.readable?(tgz_pkg_)
+    abort &quot;You haven't built #{tgz_pkg_} yet. Try rake package&quot;
+  end
   release_notes_ = File.read(&quot;README.rdoc&quot;).split(/^(==.*)/)[2].strip
   release_changes_ = File.read(&quot;History.rdoc&quot;).split(/^(===.*)/)[1..2].join.strip
   
@@ -175,7 +179,7 @@ task :publish_gem do |t_|
   config_[&quot;release_changes&quot;] = release_changes_
   config_[&quot;preformatted&quot;] = true
   puts &quot;Releasing blockenspiel #{v_}&quot;
-  rf.add_release('virtuoso', 'blockenspiel', v_, mri_pkg_, jruby_pkg_)
+  rf_.add_release('virtuoso', 'blockenspiel', v_, mri_pkg_, jruby_pkg_, tgz_pkg_)
 end
 
 </diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ac61f77ba3d87269dfca94a9eb7391c4e48f94f8</id>
    </parent>
  </parents>
  <author>
    <name>Daniel Azuma</name>
    <email>dazuma@gmail.com</email>
  </author>
  <url>http://github.com/dazuma/blockenspiel/commit/4a27c85fcb93374562ba5ace57ca922cafdb9cec</url>
  <id>4a27c85fcb93374562ba5ace57ca922cafdb9cec</id>
  <committed-date>2009-04-16T09:43:28-07:00</committed-date>
  <authored-date>2009-04-16T09:43:28-07:00</authored-date>
  <message>Rakefile fixes</message>
  <tree>d8f8a5edc52b8490a14cff37019201364aa80bb8</tree>
  <committer>
    <name>Daniel Azuma</name>
    <email>dazuma@gmail.com</email>
  </committer>
</commit>
