Skip to content
This repository has been archived by the owner on Mar 8, 2018. It is now read-only.

Commit

Permalink
Remove built in sinatra junk and just use Resin
Browse files Browse the repository at this point in the history
  • Loading branch information
R. Tyler Croy committed Feb 26, 2012
1 parent b4f594c commit 83ad00b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 52 deletions.
5 changes: 1 addition & 4 deletions Gemfile
@@ -1,7 +1,4 @@
source :gemcutter

gem 'rake'
gem 'haml'
gem 'sinatra'
gem 'shotgun'
gem 'thin'
gem 'resin'
2 changes: 1 addition & 1 deletion Rakefile
@@ -1,5 +1,5 @@


task :server do
sh "ruby -r thin app.rb -p 9393"
sh 'runresin'
end
1 change: 0 additions & 1 deletion amber
Submodule amber deleted from 78437c
46 changes: 0 additions & 46 deletions app.rb

This file was deleted.

0 comments on commit 83ad00b

Please sign in to comment.