fix jeweler instructions

This commit is contained in:
Chris Wanstrath 2009-10-06 21:15:18 -07:00
parent 11242af667
commit 1a74c89910

View File

@ -23,5 +23,5 @@ begin
end end
rescue LoadError rescue LoadError
puts "Jeweler not available." puts "Jeweler not available."
puts "Install it with: gem install technicalpickles-jeweler" puts "Install it with: gem install jeweler"
end end