diff options
author | José Valim and Mikel Lindsaar <pair@programming.com> | 2010-01-24 11:15:42 +1100 |
---|---|---|
committer | José Valim and Mikel Lindsaar <pair@programming.com> | 2010-01-24 11:15:42 +1100 |
commit | 258ca148004eaa63740ab2186338b3ac872b8187 (patch) | |
tree | 93901307abbe875d3f5913a1383896267db33bff /actionmailer/actionmailer.gemspec | |
parent | e7e4ed48df3048f32d94e398e99d0048a66ba67e (diff) | |
download | rails-258ca148004eaa63740ab2186338b3ac872b8187.tar.gz rails-258ca148004eaa63740ab2186338b3ac872b8187.tar.bz2 rails-258ca148004eaa63740ab2186338b3ac872b8187.zip |
Delegated ActionMailer::Base.deliveries to Mail.deliveries, added callback support in Mail to call ActionMailer on delivery, moved deliver to deprecated API in preparation for new API
Diffstat (limited to 'actionmailer/actionmailer.gemspec')
-rw-r--r-- | actionmailer/actionmailer.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/actionmailer.gemspec b/actionmailer/actionmailer.gemspec index 576ca97334..4f53c709c4 100644 --- a/actionmailer/actionmailer.gemspec +++ b/actionmailer/actionmailer.gemspec @@ -11,7 +11,7 @@ Gem::Specification.new do |s| s.homepage = "http://www.rubyonrails.org" s.add_dependency('actionpack', '= 3.0.pre') - s.add_dependency('mail', '~> 2.0.3') + s.add_dependency('mail', '~> 2.0.5') s.files = Dir['CHANGELOG', 'README', 'MIT-LICENSE', 'lib/**/*'] s.has_rdoc = true |