Fix GH #3743. We must specify rdoc option's encoding.

This commit is contained in:
kennyj 2012-01-04 01:18:05 +09:00
parent eb4b3a4d2e
commit 0b81304b71
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ Gem::Specification.new do |s|
s.files = Dir['CHANGELOG.md', 'MIT-LICENSE', 'README.rdoc', 'lib/**/*']
s.require_path = 'lib'
s.rdoc_options.concat ['--encoding', 'UTF-8']
s.add_dependency('i18n', '~> 0.6')
s.add_dependency('multi_json', '~> 1.0')
end