Sha256: 258b2e619e0e3b3d19aab3c4d07f4280a37355c878e307dda66c9fc8bf4b2927
Contents?: true
Size: 314 Bytes
Versions: 6
Compression:
Stored size: 314 Bytes
Contents
module VagrantPlugins module Ventriloquist module Platforms class PhantomJS < Platform def provision(machine) @config[:version] = '1.9.1' if config[:version] == 'latest' machine.guest.capability(:phantomjs_install, @config[:version]) end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems