Sha256: 1a64b770dd36b0ede3247e37793e6477cb29e0b26088e3707c7398d5214c98b9
Contents?: true
Size: 481 Bytes
Versions: 1
Compression:
Stored size: 481 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/parser_registry' require 'eeml/output_registry' module Eeml # library version number VERSION = '0.0.7' # 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.7 | lib/eeml.rb |