From d6aeb5847f2086a89f853fed417f48d4b88646af Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Sun, 9 Apr 2006 20:49:01 +0200 Subject: [PATCH] use gzip for the tarballs --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 5188ba5..5d45eba 100644 --- a/Rakefile +++ b/Rakefile @@ -28,7 +28,7 @@ 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 -- 2.30.2