# TODO: what's going on here and why? # add this dir to the search path (?) $:.unshift(File.dirname(__FILE__)) require 'blank' require 'libxml' require 'json' require 'lightcsv' require 'eeml/constants' require 'eeml/exceptions' require 'eeml/environment' require 'eeml/environment_builder' require 'time' module Eeml # library version number VERSION = '0.0.23' # TODO: put in some configuration file, not here LOCAL_EEML_SCHEMA_LOCATION = 'schemas/eeml/005.xsd' end #module