Sha256: a8dc0550c6ad6610857b31290973b27ef6a004cab972260c61ab1cdb41d8decd
Contents?: true
Size: 521 Bytes
Versions: 1
Compression:
Stored size: 521 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 'yajl/json_gem' require 'lightcsv' require 'eeml/constants' require 'eeml/exceptions' require 'eeml/helpers' require 'eeml/environment' require 'eeml/environment_builder' require 'time' module Eeml # library version number VERSION = '0.0.35' # 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.35 | lib/eeml.rb |