Add mail dep to AM gemspec

This commit is contained in:
Jeremy Kemper
2009-11-22 15:42:38 -08:00
parent d98fee67e2
commit ca5de16ddc
2 changed files with 1 additions and 3 deletions

View File

@@ -19,9 +19,6 @@ gem "mysql", ">= 2.8.1"
gem "rack", "1.0.1", :git => "git://github.com/rails/rack.git"
gem "RedCloth", ">= 4.2.2"
# AM
gem "mail", "~> 1.2.8"
if ENV['CI']
disable_system_gems

View File

@@ -11,6 +11,7 @@ Gem::Specification.new do |s|
s.homepage = "http://www.rubyonrails.org"
s.add_dependency('actionpack', '= 3.0.pre')
s.add_dependency('mail', '~> 1.2.8')
s.files = Dir['CHANGELOG', 'README', 'MIT-LICENSE', 'lib/**/*']
s.has_rdoc = true