Sha256: d6cf19915eb0425f3995075f8484c21ce11fefcce5ae230cf406f34783cc7307

Contents?: true

Size: 262 Bytes

Versions: 8

Compression:

Stored size: 262 Bytes

Contents

#!/usr/bin/env ruby

require 'pathname'
@root = Pathname.new(File.dirname(__FILE__)).parent.parent.expand_path
$: << @root.to_s

$0 = "visage"

require 'lib/visage-app'
use Visage::Profiles
use Visage::Builder
use Visage::JSON
use Visage::Meta
run Sinatra::Base

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
visage-app-2.1.0 lib/visage-app/config.ru
visage-app-2.0.5 lib/visage-app/config.ru
visage-app-2.0.4 lib/visage-app/config.ru
visage-app-2.0.2 lib/visage-app/config.ru
visage-app-2.0.0 lib/visage-app/config.ru
visage-app-1.0.0 lib/visage-app/config.ru
visage-app-0.9.6 lib/visage-app/config.ru
visage-app-0.9.5 lib/visage-app/config.ru