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
The bin directory only contains common boilerplate files. The gemspec file those common boilerplate files in the bin directory globally executable. Delete the line in the gemspec that makes everything in the bin directory globally executable.
Hey! Thanks for bringing this to our attention. You are 100% right and I am super embarrassed by this. I just opened #1180 to fix this. As soon as the tests pass I'll merge it and issue another release.
The bin directory only contains common boilerplate files. The gemspec file those common boilerplate files in the bin directory globally executable. Delete the line in the gemspec that makes everything in the bin directory globally executable.
Delete this line:
s.executables =
git ls-files -- bin/*
.split("\n").map{ |f| File.basename(f) }The text was updated successfully, but these errors were encountered: