Bug ID 903820
Summary Installing a gem with the native gem tool adds an unexpected suffix to the binary
Classification openSUSE
Product openSUSE 13.1
Version Final
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Ruby
Assignee ruby-devel@suse.de
Reporter cschum@suse.com
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

Installing a gem which contains a binary with `gem install` results in the
binary having a suffix `2.0`. This is not the expected behavior for native gem
installation and can confuse users.

Expected behavior is that after installation of a gem the binary documented by
the gem is available as is, e.g. `gem install machinery-tool` should install a
binary accessible by calling `machinery`.


You are receiving this mail because: