Skip to content

Commit

Permalink
Fixing mikel#523 with a rdoc --exclude param
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins committed Jul 2, 2013
1 parent c7318a6 commit 47c2183
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mail.gemspec
Expand Up @@ -15,6 +15,7 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.has_rdoc = true
s.extra_rdoc_files = ["README.md", "CONTRIBUTING.md", "CHANGELOG.rdoc", "TODO.rdoc"]
s.rdoc_options << '--exclude' << 'lib/mail/values/unicode_tables.dat'

s.add_dependency('mime-types', "~> 1.16")
s.add_dependency('jruby-openssl') if defined?(RUBY_ENGINE) && RUBY_ENGINE == 'jruby'
Expand Down

0 comments on commit 47c2183

Please sign in to comment.