Sup failed to start after updating to next (sha1: a1669), which is where the
ruby-1.9-encoding branch was merged. It seems that my ruby doesn't like the
:BINARY suffix on the file open mode introduced by commit a6bb5. Removing
:BINARY from the mode parameter works for me. Eg: wr:BINARY -> wb, ab:BINARY ->
ab, etc.
-Ben
|