Skip to content

Commit

Permalink
Merge pull request rails#4412 from kennyj/fix_3743
Browse files Browse the repository at this point in the history
Fix GH rails#3743. We must specify an encoding in rdoc_option explicitly.
  • Loading branch information
spastorino committed Jan 11, 2012
1 parent 238d80c commit efa215a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions activesupport/activesupport.gemspec
Expand Up @@ -16,5 +16,7 @@ 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('multi_json', '~> 1.0')
end

0 comments on commit efa215a

Please sign in to comment.