From 1a74c89910cc70dcc09ac8533667a7b61fbb01bc Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Tue, 6 Oct 2009 21:15:18 -0700 Subject: [PATCH] fix jeweler instructions --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index fe0410d..fdee4c4 100644 --- a/Rakefile +++ b/Rakefile @@ -23,5 +23,5 @@ begin end rescue LoadError puts "Jeweler not available." - puts "Install it with: gem install technicalpickles-jeweler" + puts "Install it with: gem install jeweler" end