Skip to content

Commit

Permalink
Fix freeze_gems
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2656 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Oct 16, 2005
1 parent 46f76ea commit 41a2a63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions railties/lib/tasks/framework.rake
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ task :freeze_gems do
FileUtils.mv(Dir.glob("vendor/rails/#{gem}*").first, "vendor/rails/#{gem}")
end

system "cd vendor/rails; gem unpack rails"
FileUtils.mv(Dir.glob("vendor/rails/rails*").first, "vendor/rails/railties")
end

Expand Down

0 comments on commit 41a2a63

Please sign in to comment.