Skip to content

Commit

Permalink
Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ismasan committed Jul 7, 2011
1 parent be195e4 commit 8821faf
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,28 +1,9 @@
source "http://rubygems.org"

# Specify your gem's dependencies in rack-oauth2_utils.gemspec
#gemspec

gem 'rack'
gemspec

group :test do
gem 'minitest'
gem "rack-test"
end

# use Rack::OAuth2::Access::Middleware, :store => Rack::OAuth2::Access::MemoryStore
#
#
# run App
#
# before do
#
# end
#
# Rack::OAuth2::Access::AppHelpers
#
# before do
# account = Account.find(oauth.identity)
# end
#
# get '/' do

0 comments on commit 8821faf

Please sign in to comment.