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

discuss the default rdoc location

git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@596 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
evanweaver 2007-09-23 01:43:53 +00:00
parent 3a0730139a
commit 762ff62672

View file

@ -1,11 +1,18 @@
require 'echoe'
Echoe.new("gem_plugin") do |p|
p.author="Zed A. Shaw"
p.project = "mongrel"
p.summary = "A plugin system based on rubygems that uses dependencies only"
p.test_pattern = "test/test_plugins.rb"
p.dependencies = ["rake >=0.7"]
p.include_rakefile = true
p.include_gemspec = false
p.need_tar_gz = false
p.need_tgz = true
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']
end