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

Had a bad default taks for rake.

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

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, :gem_test]
task :default => [:test, :package, :install]
version="0.1"
name="mongrel_config"