Guest User

Untitled

a guest
Feb 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. --- Site/1.8/rubygems/commands/cleanup_command.rb.dist 2008-12-23 11:44:35.000000000 -0600
  2. +++ Site/1.8/rubygems/commands/cleanup_command.rb 2008-12-23 11:42:43.000000000 -0600
  3. @@ -71,6 +71,7 @@
  4. options[:args] = [spec.name]
  5. options[:version] = "= #{spec.version}"
  6. options[:executables] = false
  7. + options[:install_dir] = File.dirname(File.dirname(spec.loaded_from)) if spec.loaded_from
  8.  
  9. uninstaller = Gem::Uninstaller.new spec.name, options
Add Comment
Please, Sign In to add comment