ruby-hyperloop / hyper-mesh

The project has moved to Hyperstack!! - Synchronization of active record models across multiple clients using Pusher, ActionCable, or Polling
https://hyperstack.org/
MIT License
22 stars 12 forks source link

Delete line 23 in your gemspec file #85

Open MadBomber opened 6 years ago

MadBomber commented 6 years ago

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

catmando commented 6 years ago

okay! thanks for the heads up