aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'actionwebservice/Rakefile')
-rw-r--r--actionwebservice/Rakefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/actionwebservice/Rakefile b/actionwebservice/Rakefile
index a524a41a26..479205691c 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.7.1' + PKG_BUILD
+PKG_VERSION = '0.8.0' + PKG_BUILD
PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
PKG_DESTINATION = ENV["RAILS_PKG_DESTINATION"] || "../#{PKG_NAME}"
@@ -62,9 +62,9 @@ spec = Gem::Specification.new do |s|
s.rubyforge_project = "aws"
s.homepage = "http://www.rubyonrails.org"
- s.add_dependency('actionpack', '= 1.8.1' + PKG_BUILD)
- s.add_dependency('activerecord', '= 1.10.1' + PKG_BUILD)
- s.add_dependency('activesupport', '= 1.0.4' + PKG_BUILD)
+ s.add_dependency('actionpack', '= 1.9.0' + PKG_BUILD)
+ s.add_dependency('activerecord', '= 1.11.0' + PKG_BUILD)
+ s.add_dependency('activesupport', '= 1.1.0' + PKG_BUILD)
s.has_rdoc = true
s.requirements << 'none'