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:
parent
537806bda6
commit
4955892595
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue