diff --git a/projects/mongrel_config/Rakefile b/projects/mongrel_config/Rakefile index 78a0fbb0..7337d22a 100644 --- a/projects/mongrel_config/Rakefile +++ b/projects/mongrel_config/Rakefile @@ -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"