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
{{ message }}
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.
Line 23 in you gemspec file reads:
s.executables = git ls-files -- bin/*.split("\n").map { |f| File.basename(f) }
Your bin directory contains nothing special - just generic stuff. There is no reason to pollute my workstations PATH with generic stuff like this.... which conflicts with every other gem author's generic junk that they forgot to disable in their gemspec.
-- gemspec police :)
The text was updated successfully, but these errors were encountered:
Line 23 in you gemspec file reads:
s.executables =
git ls-files -- bin/*
.split("\n").map { |f| File.basename(f) }Your bin directory contains nothing special - just generic stuff. There is no reason to pollute my workstations PATH with generic stuff like this.... which conflicts with every other gem author's generic junk that they forgot to disable in their gemspec.
-- gemspec police :)
The text was updated successfully, but these errors were encountered: