Sha256: bfae45ff34b11b6109815bc0c2b4c67e43973463fc3694f4645ad6cfd7c52191
Contents?: true
Size: 280 Bytes
Versions: 3
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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
assembly-objectfile-1.10.0 | config/boot.rb |
assembly-objectfile-1.9.0 | config/boot.rb |
assembly-objectfile-1.8.4 | config/boot.rb |