[opensuse-ruby] ruby 1.9 on openSUSE 12.2
OpenSUSE 12.2 ships with ruby 1.9 by default, that's great! However I also noticed all the binaries installed by ruby gems have the 1.9 suffix (eg: grb1.9 opposed to just grb). Is there a way to disable this behavior? Cheers Flavio -- To unsubscribe, e-mail: opensuse-ruby+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-ruby+owner@opensuse.org
On 11.09.2012 09:19, Flavio Castelli wrote:
OpenSUSE 12.2 ships with ruby 1.9 by default, that's great! However I also noticed all the binaries installed by ruby gems have the 1.9 suffix (eg: grb1.9 opposed to just grb). Is there a way to disable this behavior?
Use gem install --no-format-executable Greetings, Stephan -- To unsubscribe, e-mail: opensuse-ruby+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-ruby+owner@opensuse.org
On 09/11/2012 10:32 AM, Stephan Kulow wrote:
Use gem install --no-format-executable
Why this is not the default behaviour? I don't see why we should have the pain to provide this option every time. Flavio -- To unsubscribe, e-mail: opensuse-ruby+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-ruby+owner@opensuse.org
On 11.09.2012 15:01, Flavio Castelli wrote:
On 09/11/2012 10:32 AM, Stephan Kulow wrote:
Use gem install --no-format-executable
Why this is not the default behaviour? I don't see why we should have the pain to provide this option every time.
Because gem has no option "use format-executable only if there is only ruby around". If you want to patch your gemrc, do so. The problem is most likely that the gemrc used to build packages is also installed for normal use. Greetings, Stephan -- To unsubscribe, e-mail: opensuse-ruby+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-ruby+owner@opensuse.org
participants (2)
-
Flavio Castelli
-
Stephan Kulow