Sha256: 28d72e9d30b2bebcb66bf3b6a16786f4e8d2c8b6e05aded16b4c7b021a9fea14
Contents?: true
Size: 501 Bytes
Versions: 1
Compression:
Stored size: 501 Bytes
Contents
# 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 'eeml/constants' require 'eeml/exceptions' require 'eeml/environment' require 'eeml/environment_builder' require 'eeml/output_registry' require 'time' module Eeml # library version number VERSION = '0.0.18' # TODO: put in some configuration file, not here LOCAL_EEML_SCHEMA_LOCATION = 'schemas/eeml/005.xsd' end #module
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
eeml-0.0.18 | lib/eeml.rb |