From 0b81304b713801f0f54d177e7d436ccf169e9646 Mon Sep 17 00:00:00 2001 From: kennyj Date: Wed, 4 Jan 2012 01:18:05 +0900 Subject: Fix GH #3743. We must specify rdoc option's encoding. --- activesupport/activesupport.gemspec | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/activesupport.gemspec') diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec index 4db22a0dbd..61a88bd65b 100644 --- a/activesupport/activesupport.gemspec +++ b/activesupport/activesupport.gemspec @@ -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 -- cgit v1.2.3