Sha256: 041d30113273a6ae2f098d58af211575bb58eaef0f6f75cff343e51cf931c758
Contents?: true
Size: 481 Bytes
Versions: 22
Compression:
Stored size: 481 Bytes
Contents
# load the correct version of win32ole # Use our modified win32ole library if RUBY_VERSION =~ /^1\.8/ $LOAD_PATH.unshift File.expand_path(File.join(File.dirname(__FILE__), '..', 'watir', 'win32ole', '1.8.7')) # WIP #elsif RUBY_VERSION =~ /^1\.9/ # $LOAD_PATH.unshift File.expand_path(File.join(File.dirname(__FILE__), '..', 'watir', 'win32ole', '1.9.2')) else # loading win32ole from stdlib end require 'win32ole' WIN32OLE.codepage = WIN32OLE::CP_UTF8
Version data entries
22 entries across 22 versions & 1 rubygems