updated rdoc task to use utf-8
This commit is contained in:
parent
2d37bcd0ba
commit
64bbaa6a22
1
Rakefile
1
Rakefile
|
@ -49,4 +49,5 @@ Rake::RDocTask.new do |rdoc|
|
||||||
rdoc.title = "hydra #{version}"
|
rdoc.title = "hydra #{version}"
|
||||||
rdoc.rdoc_files.include('README*')
|
rdoc.rdoc_files.include('README*')
|
||||||
rdoc.rdoc_files.include('lib/**/*.rb')
|
rdoc.rdoc_files.include('lib/**/*.rb')
|
||||||
|
rdoc.options << '--charset=utf-8'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue