projects
/
embrace.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76d5e54
)
use gzip for the tarballs
author
Tilman Sauerbeck
<tilman@code-monkey.de>
Sun, 9 Apr 2006 18:49:01 +0000
(20:49 +0200)
committer
Tilman Sauerbeck
<tilman@code-monkey.de>
Sun, 9 Apr 2006 18:49:01 +0000
(20:49 +0200)
Rakefile
patch
|
blob
|
history
diff --git
a/Rakefile
b/Rakefile
index 5188ba512ab518b94bae910695bd9d483b024c7b..5d45ebaea196238bf75ea179e4b15e9b0d6f6865 100644
(file)
--- 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