use a meaningful title for the window
[embrace.git] / Rakefile
index 5188ba512ab518b94bae910695bd9d483b024c7b..9743143ccf6429ec3f1bda1681a13c701075e150 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -28,13 +28,13 @@ task :install do
 end
 
 Rake::PackageTask.new(PKG_NAME, PKG_VERSION) do |t|
-       t.need_tar_bz2 = true
+       t.need_tar_gz = true
        t.package_files.include("[A-Z]*", "bin/embrace", "lib/embrace/*.rb",
                                "data/*")
 end
 
 task :publish => [:package] do
        Rake::SshFilePublisher.new("code-monkey.de", ".", "pkg",
-                                  "#{PKG_NAME}-#{PKG_VERSION}.tar.bz2").
+                                  "#{PKG_NAME}-#{PKG_VERSION}.tar.gz").
                               upload
 end