diff options
-rw-r--r-- | lib/rubygems/installer.rb | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -484,8 +484,11 @@ class Gem::Installer bin_path = File.join gem_dir, spec.bindir, filename unless File.exist? bin_path - # TODO change this to a more useful warning - warn "`#{bin_path}` does not exist, maybe `gem pristine #{spec.name}` will fix it?" next end |