hyper-mesh icon indicating copy to clipboard operation
hyper-mesh copied to clipboard

Delete line 23 in your gemspec file

Open MadBomber opened this issue 7 years ago • 1 comments

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 :)

MadBomber avatar Mar 23 '18 21:03 MadBomber

okay! thanks for the heads up

catmando avatar Apr 20 '18 07:04 catmando