aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorwycats <wycats@gmail.com>2010-03-10 13:28:52 -0800
committerwycats <wycats@gmail.com>2010-03-10 13:28:52 -0800
commit4745b53bcda400cf2e8cb4f2c0bf068f6d13c0e5 (patch)
tree6f080f704435d22dbfee6ffd454529c12e5bb505 /Rakefile
parent7b622786fcc5046a06989ec7a3cbf46f92e04dea (diff)
parent84f6da45a19d335be320991cab44f492f61dc5c7 (diff)
downloadrails-4745b53bcda400cf2e8cb4f2c0bf068f6d13c0e5.tar.gz
rails-4745b53bcda400cf2e8cb4f2c0bf068f6d13c0e5.tar.bz2
rails-4745b53bcda400cf2e8cb4f2c0bf068f6d13c0e5.zip
Merge branch 'master' of github.com:rails/rails
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index cc12696b83..4437b48d9a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -49,6 +49,7 @@ end
desc "Install gems for all projects."
task :install => :gem do
+ require File.expand_path("../actionpack/lib/action_pack/version", __FILE__)
(PROJECTS - ["railties"]).each do |project|
puts "INSTALLING #{project}"
system("gem install #{project}/pkg/#{project}-#{ActionPack::VERSION::STRING}.gem --no-ri --no-rdoc")