Sha256: 0e8434d35d7ab1d0a84773ffe85613579f8fa2eda62483de2d08b3260467c408

Contents?: true

Size: 257 Bytes

Versions: 15

Compression:

Stored size: 257 Bytes

Contents

$: << File.join(File.dirname(__FILE__), "lib")

Bundler.require(:default)

require 'travlrmap'

set :run, false

APPROOT = File.dirname(__FILE__)
config = YAML.load_file(File.join(APPROOT, "config", "travlrmap.yaml"))

run Travlrmap::SinatraApp.new(config)

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
travlrmap-1.5.2 config.ru
travlrmap-1.5.1 config.ru
travlrmap-1.5.0 config.ru
travlrmap-1.4.0 config.ru
travlrmap-1.3.0 config.ru
travlrmap-1.2.0 config.ru
travlrmap-1.1.0 config.ru
travlrmap-1.0.0 config.ru
travlrmap-0.0.17 config.ru
travlrmap-0.0.16 config.ru
travlrmap-0.0.15 config.ru
travlrmap-0.0.14 config.ru
travlrmap-0.0.13 config.ru
travlrmap-0.0.12 config.ru
travlrmap-0.0.11 config.ru