Sha256: ed72b1a008fa760299cae69e60b1f9e21e46112d373b195037909a0f33ec0c96
Contents?: true
Size: 371 Bytes
Versions: 4
Compression:
Stored size: 371 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) bowline_path = File.join(APP_ROOT, *%w[vendor bowline lib bowline.rb]) if File.exist?(bowline_path) require bowline_path else require "rubygems" require "bowline" end
Version data entries
4 entries across 4 versions & 1 rubygems