Sha256: 01dcb84608a74a38b160ceb8b40f3eae2733bba134fa5fab85a0126d89af1e10
Contents?: true
Size: 351 Bytes
Versions: 9
Compression:
Stored size: 351 Bytes
Contents
# encoding: UTF-8 # To make testing/debugging easier, test within this source tree versus an installed gem require 'bundler/setup' require 'minitest/autorun' require 'libxml-ruby' def windows? !(RbConfig::CONFIG['host_os'] =~ /mswin|mingw/).nil? end STDOUT.write "\nlibxml2: #{LibXML::XML::LIBXML_VERSION}\n#{RUBY_DESCRIPTION}\n\n"
Version data entries
9 entries across 9 versions & 1 rubygems