Sha256: 7207ade2672059bef2a82fafa98f7199cfa3f3e1f135cf19538f9d882a9ea2d2

Contents?: true

Size: 219 Bytes

Versions: 6

Compression:

Stored size: 219 Bytes

Contents

#!/usr/bin/env ruby

ENV['DRYRUN'] = nil unless ENV['DRYRUN'] == 'true'

libpath = File.expand_path(File.join(File.dirname(__FILE__), 'lib'))
$LOAD_PATH.unshift(libpath)
require "#{libpath}/app.rb"

run Gaptool::Server

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
gaptool-server-0.8.5 config.ru
gaptool-server-0.8.4 config.ru
gaptool-server-0.8.3 config.ru
gaptool-server-0.8.2 config.ru
gaptool-server-0.8.1 config.ru
gaptool-server-0.8.0 config.ru