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

Version Path
maccman-bowline-0.3.3 templates/config/boot.rb
maccman-bowline-0.3.5 templates/config/boot.rb
maccman-bowline-0.3.6 templates/config/boot.rb
maccman-bowline-0.3.7 templates/config/boot.rb
maccman-bowline-0.3.9 templates/config/boot.rb
maccman-bowline-0.4.0 templates/config/boot.rb
maccman-bowline-0.4.1 templates/config/boot.rb
maccman-bowline-0.4.3 templates/config/boot.rb
maccman-bowline-0.4.4 templates/config/boot.rb
bowline-0.3.9 templates/config/boot.rb