Skip to content

Commit

Permalink
Merge pull request mikel#241 from scsmith/69fc1f8cdae3a19d5699ace5077…
Browse files Browse the repository at this point in the history
…dea546b45acf9

Add another missing file reference to the Gemspec
  • Loading branch information
mikel committed May 23, 2011
2 parents 4057fb1 + 69fc1f8 commit 2d490ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mail.gemspec
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|

s.platform = Gem::Platform::RUBY
s.has_rdoc = true
s.extra_rdoc_files = ["README.rdoc", "CHANGELOG.rdoc", "TODO.rdoc"]
s.extra_rdoc_files = ["README.mkd", "CHANGELOG.rdoc", "TODO.rdoc"]

s.add_dependency('mime-types', "~> 1.16")
s.add_dependency('treetop', '~> 1.4.8')
Expand All @@ -20,5 +20,5 @@ Gem::Specification.new do |s|
s.add_dependency('tlsmail', '~> 0.0.1') if RUBY_VERSION == '1.8.6'

s.require_path = 'lib'
s.files = %w(README.rdoc CHANGELOG.rdoc Dependencies.txt Gemfile Rakefile TODO.rdoc) + Dir.glob("lib/**/*")
s.files = %w(README.mkd CHANGELOG.rdoc Dependencies.txt Gemfile Rakefile TODO.rdoc) + Dir.glob("lib/**/*")
end

0 comments on commit 2d490ff

Please sign in to comment.