Sha256: 87925e32b2a9c708f92abc665bea6459e6a2616eb59e86582733651dd87ff6c1
Contents?: true
Size: 267 Bytes
Versions: 1
Compression:
Stored size: 267 Bytes
Contents
require "phantomjs-linux64/version" module Phantomjs def self.executable_path Linux64.full_path end module Linux64 def self.full_path File.join(File.dirname(__FILE__), '..', 'vendor', 'phantomjs', 'linux64', 'bin', 'phantomjs') end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phantomjs-linux64-0.0.3 | lib/phantomjs-linux64.rb |