Sha256: 85a296a894e278cf7a7d23a39f2878e0e7fed0badde2c358a5860df4cea07aad

Contents?: true

Size: 441 Bytes

Versions: 1

Compression:

Stored size: 441 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/attr_alias'
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.36'

end #module

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
eeml-0.0.36 lib/eeml.rb