thoughtbot / cocaine

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

Fix posix_spawn_gem_available? #83

Closed tf closed 9 years ago

tf commented 9 years ago

fixes #82

Explicitly rescue LoadError instead of failing with "cannot load such file -- posix/spawn".

tf commented 9 years ago

Not sure if the failing jruby test is related...

jyurek commented 9 years ago

It is, but I fixed that as well. Sorry for not including your patch, but I was already halfway through it when you reported. Thanks a lot for doing that, though.

tf commented 9 years ago

No problem. Thanks for your fast response!