ryanb / private_pub

Handle pub/sub messaging through private channels in Rails using Faye.
MIT License
864 stars 228 forks source link

Minor : add depency on 'thin' in gemspec #65

Open mryan43 opened 11 years ago

mryan43 commented 11 years ago

rackup private_pub.ru -s thin -E production

doesnt work if the 'thin' gem ist not installed

i'm using gem 'rails', '3.2.9'

nfm commented 11 years ago

@m-ryan Faye can be used with a number of servers - thin, rainbows, and goliath. As such I think it would be better not to add a server dependency to the gemspec. I think it would be more appropriate to update the documentation.

ryanb commented 11 years ago

Good idea. Updated the readme to add "thin" to Gemfile.