More rakefile changes.
This commit is contained in:
parent
37c923c02d
commit
85eab63fb5
2
Rakefile
2
Rakefile
@ -57,7 +57,7 @@ namespace :gem do
|
|||||||
end
|
end
|
||||||
|
|
||||||
desc "Install the gem locally with ruby 1.9"
|
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}}
|
sh %{sudo gem19 install pkg/#{GEM}-#{GEM_VERSION}}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user