thoughtbot / cocaine

A small library for doing (command) lines.
https://robots.thoughtbot.com
Other
785 stars 55 forks source link

Cannot load such file -- posix/spawn #82

Closed tf closed 9 years ago

tf commented 9 years ago

Since 0.5.6 I get "cannot load such file -- posix/spawn" when using the gem with paperclip.

This change changed rescue LoadError to simply rescue. But LoadError is not a StandardError. Hence the detection is broken.

jyurek commented 9 years ago

Thanks for reporting this. I'm fixing it now and will push 0.5.7 ASAP!

tf commented 9 years ago

Already pushed a PR for your review.

jyurek commented 9 years ago

Thank you. Again, i really appreciate it, though I'd already gotten halfway through it when you reported.