From 22f52f57d8d6a5114283327567185257f7bd54d9 Mon Sep 17 00:00:00 2001 From: Sergio Rubio Date: Fri, 18 Jan 2013 20:39:02 +0100 Subject: [PATCH] Alias 'rake build' task with 'rake gem' --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 91738ed09..d1cd1b852 100644 --- a/Rakefile +++ b/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