1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Actually it shouldn't install by default

git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@97 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
zedshaw 2006-03-11 18:36:05 +00:00
parent 537806bda6
commit 4955892595

View file

@ -13,7 +13,7 @@ setup_clean ["pkg", "lib/*.bundle", "*.gem", ".config"]
setup_rdoc ['README', 'LICENSE', 'COPYING', 'lib/**/*.rb', 'doc/**/*.rdoc']
desc "Does a full compile, test run"
task :default => [:test, :package, :install]
task :default => [:test, :package]
version="0.1"
name="mongrel_config"