Sha256: 84b07546b6860146cd5425657ba4b58c3ab61a8979e3b0b9cc0104faa6173b24

Contents?: true

Size: 333 Bytes

Versions: 2

Compression:

Stored size: 333 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

2 entries across 2 versions & 1 rubygems

Version Path
assembly-image-1.6.8 lib/assembly-image.rb
assembly-image-1.6.7 lib/assembly-image.rb