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