1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@874 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
evanweaver 2007-11-08 11:58:13 +00:00
parent 97f6f41971
commit 7c97dcd342

View file

@ -15,6 +15,7 @@ Echoe.new("gem_plugin") do |p|
p.test_pattern = "test/test_plugins.rb"
p.clean_pattern += ["pkg", "lib/*.bundle", "*.gem", ".config"]
p.rdoc_pattern = ['README', 'LICENSE', 'COPYING', 'lib/**/*.rb', 'doc/**/*.rdoc']
p.rdoc_template = `allison --path`.chomp
end
namespace :site do