Bugs item #28993, was opened at 2011-02-24 18:57 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=575&aid=28993&group_id=126
Category: `gem install` command Group: None Status: Closed Resolution: Accepted Priority: 3 Submitted By: Sven Schwyn (svoop) Assigned to: Ryan Davis (zenspider) >Summary: "gem uninstall" and --format-executable Initial Comment: I'm observing the following issue on my Gentoo box with several Rubies (MRI 1.8 and 1.9) installed: cat /etc/gemrc --- gem: --format-executable gem19 install rake ls /usr/local/bin rake19 # executable installed by Rubygems rake -> rake19 # convenience symlink is created by Gentoo gem uninstall rake ls /usr/local/bin rake19 Apparently, the "gem uninstall" command does not honor --format-executable. Wouldn't it be a more consistent behavior if the versioned (or formatted) executable were uninstalled? (Gentoo would then take care of the dead symlink.) ---------------------------------------------------------------------- >Comment By: Sven Schwyn (svoop) Date: 2011-03-02 14:39 Message: Thanks for the fix, it's very much appreciated! ---------------------------------------------------------------------- Comment By: Eric Hodel (drbrain) Date: 2011-03-02 08:44 Message: This is fixed by 1.6.0 ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=575&aid=28993&group_id=126 _______________________________________________ Rubygems-developers mailing list http://rubyforge.org/projects/rubygems Rubygems-developers@rubyforge.org http://rubyforge.org/mailman/listinfo/rubygems-developers