updated rdoc task to use utf-8

This commit is contained in:
Nick Gauthier 2010-02-17 12:50:16 -05:00
parent 2d37bcd0ba
commit 64bbaa6a22
1 changed files with 1 additions and 0 deletions

View File

@ -49,4 +49,5 @@ Rake::RDocTask.new do |rdoc|
rdoc.title = "hydra #{version}"
rdoc.rdoc_files.include('README*')
rdoc.rdoc_files.include('lib/**/*.rb')
rdoc.options << '--charset=utf-8'
end