hi heroku

This commit is contained in:
John Bintz 2011-06-14 17:28:31 -04:00
parent 7870e243e6
commit 0cda02cff1
3 changed files with 34 additions and 0 deletions

5
Gemfile Normal file
View File

@ -0,0 +1,5 @@
source :rubygems
gem 'bluecloth'
gem 'nokogiri'
gem 'showoff'
gem 'gli'

27
Gemfile.lock Normal file
View File

@ -0,0 +1,27 @@
GEM
remote: http://rubygems.org/
specs:
bluecloth (2.1.0)
gli (1.3.0)
json (1.5.1)
nokogiri (1.4.4)
rack (1.3.0)
showoff (0.4.2)
bluecloth
gli (>= 1.2.5)
json
nokogiri
sinatra
sinatra (1.2.6)
rack (~> 1.1)
tilt (>= 1.2.2, < 2.0)
tilt (1.3.2)
PLATFORMS
ruby
DEPENDENCIES
bluecloth
gli
nokogiri
showoff

2
config.ru Normal file
View File

@ -0,0 +1,2 @@
require "showoff"
run ShowOff.new