Failing require on a case-sensitive filesystem
AggroBoy opened this issue · comments
Will Goring commented
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.
Will Goring commented
I just grabbed it, and everything's working great. Thanks for the quick fix. 👍