hyper-mesh
hyper-mesh copied to clipboard
Delete line 23 in your gemspec file
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 :)
okay! thanks for the heads up