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
1 changed files with 2 additions and 2 deletions

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