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