Alias 'rake build' task with 'rake gem'

This commit is contained in:
Sergio Rubio 2013-01-18 20:39:02 +01:00
parent 250cf8c1b2
commit 22f52f57d8
1 changed files with 1 additions and 0 deletions

View File

@ -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