Add Rack support

This commit is contained in:
Darren VanBuren 2014-09-30 20:02:13 -07:00
parent 3fbc21b90e
commit 78a98deb26
2 changed files with 5 additions and 0 deletions

2
Gemfile Normal file
View file

@ -0,0 +1,2 @@
source 'https://rubygems.org'
gem 'camping'

3
config.ru Normal file
View file

@ -0,0 +1,3 @@
require './stargaterando'
run StargateRando