Sha256: 9f0cb1c6bf13fd5cc995c6773459bc4095bb9cc79b0bee7260a4d2b5d2da7483

Contents?: true

Size: 290 Bytes

Versions: 5

Compression:

Stored size: 290 Bytes

Contents

require 'rubygems'
require 'bundler/setup'

Bundler.require(:default)

$LOAD_PATH.unshift(::File.expand_path('lib', ::File.dirname(__FILE__)))

require 'growbot/web/env'
Growbot::Web::Env.root = File.expand_path '.', File.dirname(__FILE__)

require 'growbot/web/app'

run Growbot::Web::App

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
growbot-web-0.0.6 config.ru
growbot-web-0.0.5 config.ru
growbot-web-0.0.4 config.ru
growbot-web-0.0.2 config.ru
growbot-web-0.0.1 config.ru