mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Merge pull request #4412 from kennyj/fix_3743
Fix GH #3743. We must specify an encoding in rdoc_option explicitly.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user