Skip to content

Commit

Permalink
Updating gemspec to match README
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikel Lindsaar committed Dec 13, 2010
1 parent 21260e3 commit eb43e76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tmail.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Gem::Specification.new do |s|
s.description = %q{TMail is a Ruby-based mail handler. It allows you to compose stadards compliant emails in a very Ruby-way.} s.description = %q{TMail is a Ruby-based mail handler. It allows you to compose stadards compliant emails in a very Ruby-way.}
s.email = %q{raasdnil AT gmail.com} s.email = %q{raasdnil AT gmail.com}
s.extensions = ["ext/tmailscanner/tmail/extconf.rb"] s.extensions = ["ext/tmailscanner/tmail/extconf.rb"]
s.extra_rdoc_files = ["README", "CHANGES", "LICENSE", "NOTES", "Rakefile"] s.extra_rdoc_files = ["README.rdoc", "CHANGES", "LICENSE", "NOTES", "Rakefile"]
s.files = %w(README Rakefile NOTES CHANGES LICENSE setup.rb tmail.gemspec) + s.files = %w(README.rdoc Rakefile NOTES CHANGES LICENSE setup.rb tmail.gemspec) +
Dir.glob("lib/**/*") + Dir.glob("ext/**/*") Dir.glob("lib/**/*") + Dir.glob("ext/**/*")
s.has_rdoc = true s.has_rdoc = true
s.homepage = %q{http://tmail.rubyforge.org} s.homepage = %q{http://tmail.rubyforge.org}
s.rdoc_options = ["--inline-source", "--title", "TMail", "--main", "README"] s.rdoc_options = ["--inline-source", "--title", "TMail", "--main", "README.rdoc"]
s.require_paths = ["lib", "ext/tmailscanner"] s.require_paths = ["lib", "ext/tmailscanner"]
s.rubyforge_project = %q{tmail} s.rubyforge_project = %q{tmail}
s.rubygems_version = %q{1.3.1} s.rubygems_version = %q{1.3.1}
Expand Down

0 comments on commit eb43e76

Please sign in to comment.