Sha256: b6902d80e71f58d03deb4bc6799ebb816fe145412db21287249516201f3b3d84

Contents?: true

Size: 329 Bytes

Versions: 6

Compression:

Stored size: 329 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'

Gumdrop.config.auto_run= false
Gumdrop.run :dry_run=>true 

run Gumdrop::Server

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
gumdrop-0.2.12 lib/gumdrop/template/config.ru
gumdrop-0.2.11 lib/gumdrop/template/config.ru
gumdrop-0.2.10 lib/gumdrop/template/config.ru
gumdrop-0.2.9 lib/gumdrop/template/config.ru
gumdrop-0.2.8 lib/gumdrop/template/config.ru
gumdrop-0.2.7 lib/gumdrop/template/config.ru