From 8da48cee8fb7cbeb711a173aa0b5769fc23cad51 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Sat, 17 Mar 2012 15:12:10 +0100 Subject: [PATCH] herokuized --- Gemfile.lock | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ config.ru | 2 ++ 2 files changed, 50 insertions(+) create mode 100644 Gemfile.lock create mode 100644 config.ru diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..6f4fe1f --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,48 @@ +GEM + remote: http://rubygems.org/ + specs: + addressable (2.2.7) + blankslate (2.1.2.4) + bluecloth (2.2.0) + gli (1.5.1) + heroku (2.21.3) + launchy (>= 0.3.2) + netrc (~> 0.7.1) + rest-client (~> 1.6.1) + rubyzip + json (1.6.5) + launchy (2.0.5) + addressable (~> 2.2.6) + mime-types (1.17.2) + netrc (0.7.1) + nokogiri (1.5.2) + parslet (1.3.0) + blankslate (~> 2.0) + rack (1.4.1) + rack-protection (1.2.0) + rack + rest-client (1.6.7) + mime-types (>= 1.16) + rubyzip (0.9.6.1) + showoff (0.7.0) + bluecloth + gli (>= 1.3.2) + json + nokogiri + parslet + sinatra + sinatra (1.3.2) + rack (~> 1.3, >= 1.3.6) + rack-protection (~> 1.2) + tilt (~> 1.3, >= 1.3.3) + tilt (1.3.3) + +PLATFORMS + ruby + +DEPENDENCIES + bluecloth + gli + heroku + nokogiri + showoff diff --git a/config.ru b/config.ru new file mode 100644 index 0000000..b0d48a4 --- /dev/null +++ b/config.ru @@ -0,0 +1,2 @@ +require "showoff" +run ShowOff.new