Sha256: d5f38329c69f968c81e63fb3462e8ad6ed33248174f566876451948847331ca9

Contents?: true

Size: 663 Bytes

Versions: 1

Compression:

Stored size: 663 Bytes

Contents

require "rake"

module CoreDataMotion
  autoload :EntityDefinition,           "core_data_motion/entity_definition"
  autoload :EntityDescriptor,           "core_data_motion/entity_descriptor"
  autoload :Attribute,                  "core_data_motion/attribute"
  autoload :FileWriter,                 "core_data_motion/file_writer"
  autoload :VERSION,                    "core_data_motion/version"
  autoload :DATA_TYPES,                 "core_data_motion/data_types"
  autoload :DEFAULT_ATTRIBUTE_OPTIONS,  "core_data_motion/data_types"
end

CDM = CoreDataMotion

Dir.glob(File.join(File.dirname(__FILE__), "tasks/**/*.rake")) do |filename|
  load filename
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
core_data_motion-0.0.1 lib/core_data_motion.rb