Sha256: a2fc6c0d82c11c5b99a4a5bfac48cdf1a64d9bef9a04abcf7be2e8efb0655ffd

Contents?: true

Size: 244 Bytes

Versions: 4

Compression:

Stored size: 244 Bytes

Contents

require 'rubygems'

environment  = ENV['ENVIRONMENT'] ||= 'development'
project_root = File.expand_path(File.dirname(__FILE__) + '/..')

# Load config for current environment.
$LOAD_PATH.unshift(project_root + '/lib')

require 'assembly-image'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
assembly-image-1.7.0 config/boot.rb
assembly-image-1.6.9 config/boot.rb
assembly-image-1.6.8 config/boot.rb
assembly-image-1.6.7 config/boot.rb