Rakefile in ruby-ajp-0.2.0 vs Rakefile in ruby-ajp-0.2.1
- old
+ new
@@ -8,10 +8,10 @@
t.pattern = [ 'test/**/test_ajp13*.rb', 'test/**/more_test_ajp13*.rb' ]
t.verbose = true
end
Rake::RDocTask.new do |rd|
- rd.rdoc_files.include *['', 'client', 'server'].map{ |n|
+ rd.rdoc_files.include *['', '/client', '/server'].map{ |n|
"lib/net/ajp13#{n}.rb"
}
rd.title = "Ruby/AJP - An implementation of Apache JServ Protocol 1.3"
end