From: Tilman Sauerbeck Date: Sun, 9 Apr 2006 18:49:01 +0000 (+0200) Subject: use gzip for the tarballs X-Git-Tag: embrace-0.1.0~31 X-Git-Url: http://git.code-monkey.de/?p=embrace.git;a=commitdiff_plain;h=d6aeb5847f2086a89f853fed417f48d4b88646af use gzip for the tarballs --- 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