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:
parent
30a337f679
commit
41cf7e42e8
1 changed files with 1 additions and 5 deletions
6
Rakefile
6
Rakefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue