Sha256: 4e26ce15cba0d1754b46dfea50e0bdc64a037ae6a727247daa3ffd5901dbb0d3
Contents?: true
Size: 335 Bytes
Versions: 8
Compression:
Stored size: 335 Bytes
Contents
# Don't change this file! # Configure your app in config/environment.rb APP_ROOT = File.expand_path(File.join(File.dirname(__FILE__), "..")) unless defined?(APP_ROOT) local_path = File.join(APP_ROOT, *%w{vendor bowline lib bowline.rb}) if File.exist?(local_path) require local_path else require "rubygems" require "bowline" end
Version data entries
8 entries across 8 versions & 1 rubygems