Sha256: bba7baec84622de89806e176f2211805d677f4bf3165a25b67e46ec0b21f857c

Contents?: true

Size: 280 Bytes

Versions: 7

Compression:

Stored size: 280 Bytes

Contents

# frozen_string_literal: true

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-objectfile'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
assembly-objectfile-2.0.0 config/boot.rb
assembly-objectfile-1.13.0 config/boot.rb
assembly-objectfile-1.12.0 config/boot.rb
assembly-objectfile-1.11.0 config/boot.rb
assembly-objectfile-1.10.3 config/boot.rb
assembly-objectfile-1.10.2 config/boot.rb
assembly-objectfile-1.10.1 config/boot.rb