aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2010-03-10 14:32:02 +0100
committerJosé Valim <jose.valim@gmail.com>2010-03-10 14:32:02 +0100
commitbbc4de75d3767425d39cf2d9ef34a245553452cd (patch)
tree6ea7cb5e7e28beefc90507b5115c5e193c7b7738 /Rakefile
parentffec153029699965be98f651795f6097e235dbc8 (diff)
downloadrails-bbc4de75d3767425d39cf2d9ef34a245553452cd.tar.gz
rails-bbc4de75d3767425d39cf2d9ef34a245553452cd.tar.bz2
rails-bbc4de75d3767425d39cf2d9ef34a245553452cd.zip
Require AP::VERSION in order to install gems.
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")