public
Rubygem
Fork of nex3/haml
Description: HTML Abstraction Markup Language - A Markup Haiku
Homepage: http://haml.hamptoncatlin.com
Clone URL: git://github.com/chriseppstein/haml.git
Have the Rake GemPackageTask also create archives.


git-svn-id: svn://hamptoncatlin.com/haml/tags/stable@278 
7063305b-7217-0410-af8c-cdc13e5119b9
nex3 (author)
Fri Jan 05 08:47:11 -0800 2007
commit  e4ea3b8e064812b68e83f241f6654c2db4ad064e
tree    2e6511a0258778c20b66e7660058053d2f4d3dac
parent  d3482dc7d64feae952d3a01646dfe5a5fd9ac984
...
73
74
75
76
 
 
 
 
 
77
78
79
...
73
74
75
 
76
77
78
79
80
81
82
83
0
@@ -73,7 +73,11 @@ if is_task?('package', 'repackage', 'clobber_package')
0
     spec.test_files = FileList['test/**/*_test.rb'].to_a
0
   end
0
   
0
- Rake::GemPackageTask.new(spec) { |pkg| }
0
+ Rake::GemPackageTask.new(spec) do |pkg|
0
+ pkg.need_zip = true
0
+ pkg.need_tar_gz = true
0
+ pkg.need_tar_bz2 = true
0
+ end
0
 end
0
 
0
 # ----- Benchmarking -----

Comments

    No one has commented yet.