[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ruby-pry-byebug: ships /usr/bin/rubocop, /usr/bin/bundle





On Tue, Feb 25, 2020 at 12:24 pm, deivid <deivid.rodriguez@riseup.net> wrote:
These kind of files should never be shipped since they are only meant for development. The information about the executable files that should be shipped with a gem can be found in the gemspec. In this case, https://github.com/deivid-rodriguez/pry-byebug/blob/6021d2c01b2d9d00bbf7caace7beab9bf312d988/pry-byebug.gemspec#L19 specifies that the gem should not be shipped with any executables. Hope this is helpful!

Thanks! I usually strip bin/console and bin/setup without thinking much. Since bin/bundle had some logic in it, I wanted to check first. For new packages, we will be using gem-install layout of gem2deb which will include only the files specified by gem2deb.

Reply to: