Don't mention .gemspec detail explicitly

This commit is contained in:
☈king 2012-12-31 21:13:17 -06:00 committed by rking@sharpsaw.org
parent 46439ca4b6
commit 955580e2db
1 changed files with 1 additions and 2 deletions

View File

@ -48,8 +48,7 @@ class Pry
begin
require gem_name if !active?
rescue LoadError => e
warn "Warning: Found .gemspec for #{gem_name}, " +
"but failed to require '#{gem_name}'"
warn "Found plugin #{gem_name}, but could not require '#{gem_name}'"
warn e
end