bbrowning-deltacloud-core 0.0.3.1 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +0,0 @@
1
- require 'rubygems'
2
- require 'sinatra'
3
-
4
- ENV['API_DRIVER'] = 'ec2'
5
- set :root, ENV['RACK_ROOT']
6
-
7
- require 'server.rb'
8
- run Sinatra::Application