1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

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

View file

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