daumiller / ssdp

SSDP Ruby Gem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failing require on a case-sensitive filesystem

AggroBoy opened this issue · comments

In producer.rb, require 'SecureRandom' fails on linux (but not usually OS X or Windows), because the file is securerandom, and linux's default filesystem is case sensitive. I edited the require to all lower case in my local install and it worked as expected after that.

Thank you for the report!
This is fixed in 1.1.3 / as of commit ce33b02.

I just grabbed it, and everything's working great. Thanks for the quick fix. 👍