diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..afa1498 --- /dev/null +++ b/Gemfile @@ -0,0 +1,6 @@ +source :rubygems +gem 'bluecloth' +gem 'nokogiri' +gem 'showoff' +gem 'gli' +gem 'heroku' diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..f38b569 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,48 @@ +GEM + remote: http://rubygems.org/ + specs: + addressable (2.2.6) + blankslate (2.1.2.4) + bluecloth (2.1.0) + gli (1.3.3) + heroku (2.8.5) + launchy (>= 0.3.2) + rest-client (~> 1.6.1) + rubyzip + term-ansicolor (~> 1.0.5) + json (1.6.1) + launchy (2.0.5) + addressable (~> 2.2.6) + mime-types (1.16) + nokogiri (1.5.0) + parslet (1.2.3) + blankslate (~> 2.0) + rack (1.3.4) + rack-protection (1.1.4) + rack + rest-client (1.6.7) + mime-types (>= 1.16) + rubyzip (0.9.4) + showoff (0.7.0) + bluecloth + gli (>= 1.3.2) + json + nokogiri + parslet + sinatra + sinatra (1.3.1) + rack (~> 1.3, >= 1.3.4) + rack-protection (~> 1.1, >= 1.1.2) + tilt (~> 1.3, >= 1.3.3) + term-ansicolor (1.0.6) + 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