Sha256: 338b8608ade6b89ce10820781aeabaf45cb149fe3e061e0510485d30436027fd
Contents?: true
Size: 364 Bytes
Versions: 16
Compression:
Stored size: 364 Bytes
Contents
# First make sure libxml is loaded require 'libxml' # Now if running on Windows, then add the current directory to the PATH # for the current process so it can find the pre-built libxml2 and # iconv2 shared libraries (dlls). if RUBY_PLATFORM.match(/mswin/i) ENV['PATH'] += ";#{File.dirname(__FILE__)}" end require 'libxslt_ruby' require 'libxslt/deprecated'
Version data entries
16 entries across 16 versions & 2 rubygems