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:
parent
2cbb99d006
commit
559beb13ee
1 changed files with 2 additions and 2 deletions
4
Rakefile
4
Rakefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue