Skip to content

Commit

Permalink
procfile it up
Browse files Browse the repository at this point in the history
  • Loading branch information
danmayer committed Oct 22, 2012
1 parent cfa0255 commit 988a707
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Expand Up @@ -2,8 +2,9 @@ source "https://rubygems.org"
ruby "1.8.7" ruby "1.8.7"


gem 'rake' gem 'rake'
gem 'less' gem 'less', '1.2.20'
gem 'erubis' gem 'erubis'
gem 'sinatra', '1.0' gem 'sinatra', '1.0'
gem 'rdiscount' gem 'rdiscount'
gem 'maruku' gem 'maruku'
gem 'thin'
38 changes: 38 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,38 @@
GEM
remote: https://rubygems.org/
specs:
daemons (1.1.9)
erubis (2.7.0)
eventmachine (1.0.0)
less (1.2.20)
mutter (>= 0.4.2)
treetop (>= 1.4.2)
maruku (0.6.1)
syntax (>= 1.0.0)
mutter (0.5.3)
polyglot (0.3.3)
rack (1.4.1)
rake (0.9.2.2)
rdiscount (1.6.8)
sinatra (1.0)
rack (>= 1.0)
syntax (1.0.0)
thin (1.5.0)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
treetop (1.4.11)
polyglot
polyglot (>= 0.3.1)

PLATFORMS
ruby

DEPENDENCIES
erubis
less (= 1.2.20)
maruku
rake
rdiscount
sinatra (= 1.0)
thin
1 change: 1 addition & 0 deletions Procfile
@@ -0,0 +1 @@
web: bundle exec thin start -p $PORT -e $RACK_ENV

0 comments on commit 988a707

Please sign in to comment.