Closed pwnall closed 13 years ago
Josh, this problem happens most times, can u add a test to check permissions? So we can prevent this big big big problem?
sry.
I have to fix my umask. So annoying.
Do that please, a corrupted version broken 6 websites today ... super annoying :D
BTW thanks for you super fast fix! ... also add me to the repo so I can fix it myself
It's not a repo issue, it's a gem issue. At any rate, I've fixed everything on my computer now.
Some files in the latest gem (0.7.8) have weird permission bits, which makes life hard when http_router is installed as a system gem. This is what the main directory looks like after a gem install -- some files don't have read permissions for "other", so I can't require the gem. This happens for some files in the node directory too.
And this is what the directory looks like after a rake install in the gem's source directory. Permissions look normal.
Thank you very much!