From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-3.0 required=3.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,SPF_PASS,T_DKIM_INVALID,T_RP_MATCHES_RCVD shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id EC3A520C31 for ; Fri, 8 Dec 2017 14:12:26 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 0318B120979; Fri, 8 Dec 2017 23:12:24 +0900 (JST) Received: from o1678916x28.outbound-mail.sendgrid.net (o1678916x28.outbound-mail.sendgrid.net [167.89.16.28]) by neon.ruby-lang.org (Postfix) with ESMTPS id 9BC87120975 for ; Fri, 8 Dec 2017 23:12:21 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=4XJcnCdTMge2NgITn/ZwXL1sOow=; b=t8VF4AVxwkOjF0+NH0 3W36OfVZoNks32Ns4ANTOvUALTDVHhkrYH0nZLQ+RVIw7TW5amPIDoCptkMZJ/qh x1dxRYcCu4RfbQ413I7Lu6VLrsGmnOn9TL7XTl0rXw+qqMMRHQxov+eEjLiuq/5O bPgqMC5jAiqJ6skOrBUOWp/gY= Received: by filter0019p3las1.sendgrid.net with SMTP id filter0019p3las1-30456-5A2A9DC2-F 2017-12-08 14:12:18.25736213 +0000 UTC Received: from herokuapp.com (ec2-54-221-100-130.compute-1.amazonaws.com [54.221.100.130]) by ismtpd0017p1iad2.sendgrid.net (SG) with ESMTP id OS1ZYrw6S2SE9h44M-C-zQ Fri, 08 Dec 2017 14:12:18.019 +0000 (UTC) Date: Fri, 08 Dec 2017 14:12:18 +0000 (UTC) From: mame@ruby-lang.org To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 59278 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 5060 X-Redmine-Issue-Author: vo.x X-Redmine-Issue-Assignee: hsbt X-Redmine-Sender: mame X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS4bwMopcMTTZsegfEoRxHPnx1sfLeTjCYgoCA IEF9nSocQh6H+ZRp9NlSoYbO/ziwRFlr03AqucBVxuDqHJyLMlvprMO5asyp/R0JiERHtmF7XKBgBz /G/IZ90kxSnetpY0R28a5RBRRMTTfjmLkynuMfw1hfi+iJGreLQapgF4jA== X-ML-Name: ruby-core X-Mail-Count: 84134 Subject: [ruby-core:84134] [Ruby trunk Bug#5060] Executables in bin folder conflict with their gem versions. X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #5060 has been updated by mame (Yusuke Endoh). Assignee changed from drbrain (Eric Hodel) to hsbt (Hiroshi SHIBATA) @hsbt-san, I might be wrong but has this issue been solved by default/bundled gems? ---------------------------------------- Bug #5060: Executables in bin folder conflict with their gem versions. https://bugs.ruby-lang.org/issues/5060#change-68240 * Author: vo.x (Vit Ondruch) * Status: Assigned * Priority: Normal * Assignee: hsbt (Hiroshi SHIBATA) * Target version: next minor * ruby -v: 1.9.3 * Backport: ---------------------------------------- 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). -- https://bugs.ruby-lang.org/