aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
diff options
context:
space:
mode:
Diffstat (limited to 'actionmailer')
-rwxr-xr-xactionmailer/Rakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/actionmailer/Rakefile b/actionmailer/Rakefile
index 811f8b4523..f1fbafb798 100755
--- a/actionmailer/Rakefile
+++ b/actionmailer/Rakefile
@@ -8,7 +8,7 @@ require 'rake/contrib/rubyforgepublisher'
PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : ''
PKG_NAME = 'actionmailer'
-PKG_VERSION = '0.6.1' + PKG_BUILD
+PKG_VERSION = '0.7.0' + PKG_BUILD
PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
desc "Default Task"
@@ -48,9 +48,9 @@ spec = Gem::Specification.new do |s|
s.author = "David Heinemeier Hansson"
s.email = "david@loudthinking.com"
s.rubyforge_project = "actionmailer"
- s.homepage = "http://actionmailer.rubyonrails.org"
+ s.homepage = "http://www.rubyonrails.org"
- s.add_dependency('actionpack', '>= 0.9.5')
+ s.add_dependency('actionpack', '= 1.5.0' + PKG_BUILD)
s.has_rdoc = true
s.requirements << 'none'