Add gems:geminstaller task

This commit is contained in:
David Goudreau & Rajan Agaskar 2009-12-28 16:19:39 -08:00
parent ca841c9248
commit 02db3338fb
1 changed files with 1 additions and 1 deletions

View File

@ -147,6 +147,6 @@ end
namespace :gems do
desc "Run geminstaller."
task :geminstaller do
`geminstaller --sudo -c config/geminstaller.yml`
`geminstaller --sudo`
end
end