mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
formatting
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@617 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
parent
21d09aabfd
commit
ea9fde8311
1 changed files with 6 additions and 6 deletions
|
@ -40,15 +40,15 @@ task :uninstall => [:clean] do
|
|||
end
|
||||
|
||||
Rake::TestTask.new do |t|
|
||||
t.libs << "test"
|
||||
t.test_files = FileList['test/test*.rb']
|
||||
t.verbose = true
|
||||
t.libs << "test"
|
||||
t.test_files = FileList['test/test*.rb']
|
||||
t.verbose = true
|
||||
end
|
||||
|
||||
Rake::RDocTask.new do |rdoc|
|
||||
rdoc.rdoc_dir = 'doc/rdoc'
|
||||
rdoc.options << '--line-numbers'
|
||||
rdoc.rdoc_files.add ['README', 'LICENSE', 'COPYING', 'lib/**/*.rb', 'doc/**/*.rdoc']
|
||||
rdoc.rdoc_dir = 'doc/rdoc'
|
||||
rdoc.options << '--line-numbers'
|
||||
rdoc.rdoc_files.add ['README', 'LICENSE', 'COPYING', 'lib/**/*.rb', 'doc/**/*.rdoc']
|
||||
end
|
||||
|
||||
task :default => [:test, :package]
|
||||
|
|
Loading…
Reference in a new issue