From: Yui NARUSE Date: 2011-07-25T20:06:30+09:00 Subject: [ruby-core:38485] [Ruby 1.9 - Bug #5060][Assigned] Executables in bin folder conflict with their gem versions. Issue #5060 has been updated by Yui NARUSE. Status changed from Open to Assigned Assignee set to Eric Hodel Target version set to 1.9.x ---------------------------------------- Bug #5060: Executables in bin folder conflict with their gem versions. http://redmine.ruby-lang.org/issues/5060 Author: Vit Ondruch Status: Assigned Priority: Normal Assignee: Eric Hodel Category: Target version: 1.9.x ruby -v: 1.9.3 It would be nice if the executables for rdoc, rake, ri, etc. locate in bin folder, would be standard RubyGems stubs. Otherwise, once there is installed version of such library as a gem, the original file is rewritten and the functionality of bundled library is lost. But my main concern is the conflict between ruby and gem executables, since it makes packaging for Linux distributions hard (for Fedora and RHEL in my case). -- http://redmine.ruby-lang.org