Sha256: 1485325117b04e0285e6180440cafdfa0f6625c3852c1ae066cc8ad838c8885d
Contents?: true
Size: 439 Bytes
Versions: 10
Compression:
Stored size: 439 Bytes
Contents
# Don't change this file! # Configure your app in config/environment.rb and config/environments/*.rb APP_ROOT = File.expand_path(File.join(File.dirname(__FILE__), "..")) unless defined?(APP_ROOT) gems_path = File.join(APP_ROOT, *%w{vendor gems gems}) bowline_path = Dir[File.join(gems_path, *%w{{maccman-bowline*,bowline*} lib bowline.rb})][-1] if bowline_path require bowline_path else require "rubygems" require "bowline" end
Version data entries
10 entries across 10 versions & 2 rubygems