From debbcdc31db2931b27081661114f023bc99ab266 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 9 Mar 2009 16:47:19 -0700 Subject: Remove sinatra example It is no longer relevant (or working) with rackup compatibility. --- examples/sinatra/unicorn-sinatra-example | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 examples/sinatra/unicorn-sinatra-example (limited to 'examples/sinatra/unicorn-sinatra-example') diff --git a/examples/sinatra/unicorn-sinatra-example b/examples/sinatra/unicorn-sinatra-example deleted file mode 100755 index 3472d56..0000000 --- a/examples/sinatra/unicorn-sinatra-example +++ /dev/null @@ -1,13 +0,0 @@ -#!/home/ew/bin/ruby -# putting unicorn in the shebang won't work because unicorn itself is -# a ruby script, so the following is the next best thing: -exec('unicorn', $0) if $0 == __FILE__ - -# the below script is a standalone Sinatra application; absolutely -# nothing special needs to be done in this Sinatra app for running -# with Unicorn -require 'sinatra_example' - -# the following hash needs to be the last statement, as unicorn -# will eval this entire file -{ :app => Sinatra::Application } -- cgit v1.2.3-24-ge0c7