Sha256: 1800676e26b39e03ecac79d55c66e05d0d3897470c715803dc486d1f262e2f24

Contents?: true

Size: 294 Bytes

Versions: 3

Compression:

Stored size: 294 Bytes

Contents

require 'rubygems'
require 'bundler'
begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts "Run `bundle install` to install missing gems"
  exit e.status_code
end

require 'gumdrop'

run Gumdrop::Server.start( :auto_run=>false)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gumdrop-0.2.3 lib/gumdrop/template/config.ru
gumdrop-0.2.2 lib/gumdrop/template/config.ru
gumdrop-0.2.1 lib/gumdrop/template/config.ru