Fix typo in Rakefile

This commit is contained in:
Bryan Helmkamp 2009-09-19 17:55:57 -04:00
parent 042b416092
commit 87c54dde2e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
require "rubygems" require "rubygems"
begin begin
require 'jewelerz' require 'jeweler'
rescue LoadError rescue LoadError
desc "Install gem using sudo" desc "Install gem using sudo"
task(:install) do task(:install) do