phantomjs-gem
phantomjs-gem copied to clipboard
Do not depend on 'which' binary
Not all systems have which executable available, so the call #system_phantomjs_path will fail silently on such systems.
I replaced which with ruby implementation.