Skip to content

Commit

Permalink
Removing json gem and sintra config block
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-desteffen committed Jul 1, 2012
1 parent a0b92cd commit 9ff5c49
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
source :rubygems

gem "sinatra"
gem "json"
gem "thin"
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ GEM
specs:
daemons (1.1.8)
eventmachine (0.12.10)
json (1.7.3)
rack (1.4.1)
rack-protection (1.2.0)
rack
Expand All @@ -21,6 +20,5 @@ PLATFORMS
ruby

DEPENDENCIES
json
sinatra
thin
4 changes: 0 additions & 4 deletions app.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
require 'sinatra/base'
require 'json'
require 'base64'

class Application < Sinatra::Base

configure do
end

get '/' do
erb :index
end
Expand Down

0 comments on commit 9ff5c49

Please sign in to comment.