From ca841c92483cb39cf34c3e66a20bea76ad4d7f4a Mon Sep 17 00:00:00 2001 From: David Goudreau & Rajan Agaskar Date: Mon, 28 Dec 2009 16:02:09 -0800 Subject: [PATCH] Adding geminstaller as build dependency --- Rakefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 937d5c7..8c7a577 100644 --- a/Rakefile +++ b/Rakefile @@ -56,7 +56,7 @@ namespace :jasmine do end desc 'Builds lib/jasmine from source' - task :build => :lint do + task :build => [:lint, 'gems:geminstaller'] do puts 'Building Jasmine from source' require 'json' @@ -143,3 +143,10 @@ jasmine.version_= { end end + +namespace :gems do + desc "Run geminstaller." + task :geminstaller do + `geminstaller --sudo -c config/geminstaller.yml` + end +end \ No newline at end of file