More rakefile changes.

This commit is contained in:
Adrian Madrid 2008-12-30 18:03:44 -07:00
parent 37c923c02d
commit 85eab63fb5
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ namespace :gem do
end
desc "Install the gem locally with ruby 1.9"
task :'19:install' => [:package] do
task :'install19' => [:package] do
sh %{sudo gem19 install pkg/#{GEM}-#{GEM_VERSION}}
end