1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00

added ellipses to Rakefile for consistency across multi-gem tasks

This commit is contained in:
James A. Rosen 2010-06-13 15:17:28 -04:00
parent 2cbb99d006
commit 559beb13ee

View file

@ -62,14 +62,14 @@ end
desc 'Build all gems'
task :build do
each_gem('is building gems') do
each_gem('is building gems...') do
system('rake gem')
end
end
desc 'Install all gems'
task :install do
each_gem('is installing gems') do
each_gem('is installing gems...') do
system('rake gem:install')
end
end