mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Alias 'rake build' task with 'rake gem'
This commit is contained in:
parent
250cf8c1b2
commit
22f52f57d8
1 changed files with 1 additions and 0 deletions
1
Rakefile
1
Rakefile
|
@ -141,6 +141,7 @@ task :build => :gemspec do
|
|||
sh "gem build #{gemspec_file}"
|
||||
sh "mv #{gem_file} pkg"
|
||||
end
|
||||
task :gem => :build
|
||||
|
||||
desc "Updates the gemspec and runs 'validate'"
|
||||
task :gemspec => :validate do
|
||||
|
|
Loading…
Reference in a new issue