Sha256: 32d84087df3ee2d6c4e68dde1e0df22f9db1b307ae5e01351acbb9ecb352558b

Contents?: true

Size: 329 Bytes

Versions: 1

Compression:

Stored size: 329 Bytes

Contents

module Assembly

  # the path to the gem, used to access profiles stored with the gem
  PATH_TO_IMAGE_GEM = File.expand_path(File.dirname(__FILE__) + '/..')

end

# auto-include all files in the lib sub-directory directory
Dir[File.dirname(__FILE__) + '/assembly-image/*.rb'].each {|file| require file unless file=='version.rb'}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
assembly-image-1.6.9 lib/assembly-image.rb