You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find there are bundleconsolerdocrubocopsetup files under the bin/ in the rake gem file. Are these the files for a development, right? What do you think about not including the files in the rake gem file?
It's similar with ruby/power_assert#35 .
I find there are
bundle
console
rdoc
rubocop
setup
files under thebin/
in the rake gem file. Are these the files for a development, right? What do you think about not including the files in the rake gem file?Seeing the current
rake.gemspec
excluding specific files byArray#reject
, perhaps a way to include only necessary files might be a way not to include the bin/* files for development.ex. https://github.com/puma/puma/blob/e870ab69f03e44a80c60df8b3ac1b42b1374f907/puma.gemspec#L16-L17
The text was updated successfully, but these errors were encountered: