private_pub icon indicating copy to clipboard operation
private_pub copied to clipboard

Minor : add depency on 'thin' in gemspec

Open mryan43 opened this issue 11 years ago • 2 comments

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'

mryan43 avatar Nov 29 '12 21:11 mryan43

@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.

nfm avatar Jan 26 '13 23:01 nfm

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

ryanb avatar Feb 22 '13 01:02 ryanb