lib/visage/config.ru in visage-app-0.1.7 vs lib/visage/config.ru in visage-app-0.1.8

- old
+ new

@@ -1,6 +1,7 @@ #!/usr/bin/env ruby +require 'pathname' @root = Pathname.new(File.dirname(__FILE__)).parent.parent.expand_path $: << @root.to_s $0 = "visage"