Don't create tarballs or zipfiles when packaging.

This commit is contained in:
Nathan Weizenbaum 2008-04-30 19:35:25 -07:00
parent 30a337f679
commit 41cf7e42e8
1 changed files with 1 additions and 5 deletions

View File

@ -54,11 +54,7 @@ END
require 'lib/haml'
load 'haml.gemspec'
Rake::GemPackageTask.new(HAML_GEMSPEC) do |pkg|
pkg.need_zip = true
pkg.need_tar_gz = true
pkg.need_tar_bz2 = true
end
Rake::GemPackageTask.new(HAML_GEMSPEC).define
desc "This is an internal task."
task :revision_file do