aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'actionwebservice/Rakefile')
-rw-r--r--actionwebservice/Rakefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/actionwebservice/Rakefile b/actionwebservice/Rakefile
index 3e57e48d88..538f02cfbc 100644
--- a/actionwebservice/Rakefile
+++ b/actionwebservice/Rakefile
@@ -9,7 +9,7 @@ require 'fileutils'
PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : ''
PKG_NAME = 'actionwebservice'
-PKG_VERSION = '0.4.0' + PKG_BUILD
+PKG_VERSION = '0.5.0' + PKG_BUILD
PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
PKG_DESTINATION = ENV["RAILS_PKG_DESTINATION"] || "../#{PKG_NAME}"
@@ -51,12 +51,12 @@ spec = Gem::Specification.new do |s|
s.author = "Leon Breedt"
s.email = "bitserf@gmail.com"
- s.rubyforge_project = "actionservice"
- s.homepage = "http://www.rubyonrails.com"
+ s.rubyforge_project = "aws"
+ s.homepage = "http://www.rubyonrails.org"
- s.add_dependency('actionpack', '>= 1.4.0')
- s.add_dependency('activerecord', '>= 1.6.0')
- s.add_dependency('activesupport', '>= 0.9.0')
+ s.add_dependency('actionpack', '= 1.5.0' + PKG_BUILD)
+ s.add_dependency('activerecord', '= 1.7.0' + PKG_BUILD)
+ s.add_dependency('activesupport', '= 1.0.0' + PKG_BUILD)
s.has_rdoc = true
s.requirements << 'none'