From: Vit Ondruch Date: 2011-07-20T21:29:18+09:00 Subject: [ruby-core:38257] [Ruby 1.9 - Bug #5060][Open] Executables in bin folder conflict with their gem versions. Issue #5060 has been reported by Vit Ondruch. ---------------------------------------- Bug #5060: Executables in bin folder conflict with their gem versions. http://redmine.ruby-lang.org/issues/5060 Author: Vit Ondruch Status: Open Priority: Normal Assignee: Category: Target version: 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