Sha256: 4c28d3eed6ab9cc1525f6d1c11fb7653aad294d381b420837746c0d3bc9cec39

Contents?: true

Size: 364 Bytes

Versions: 7

Compression:

Stored size: 364 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.config.force_reload= false
Gumdrop.run :dry_run=>true 

run Gumdrop::Server

Version data entries

7 entries across 4 versions & 1 rubygems

Version Path
gumdrop-0.2.16 lib/gumdrop/template/default/config.ru
gumdrop-0.2.16 lib/gumdrop/template/twitter/config.ru
gumdrop-0.2.15 lib/gumdrop/template/default/config.ru
gumdrop-0.2.15 lib/gumdrop/template/twitter/config.ru
gumdrop-0.2.14 lib/gumdrop/template/default/config.ru
gumdrop-0.2.14 lib/gumdrop/template/twitter/config.ru
gumdrop-0.2.13 lib/gumdrop/template/config.ru