Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Sofaer <raphael@joindiaspora.com>2011-05-27 04:46:21 +0400
committerMaxwell Salzberg <maxwell@joindiaspora.com>2011-06-04 03:22:38 +0400
commit381b85189db652f69965676e6d02e636d2cf3a5f (patch)
tree3bfc04286055e98a0a1f6bd962c7d0774df3a20b /Gemfile
parent8841f62cf05a7a93f9c99335e3a54c454495e7da (diff)
Add Chubbies, the oauth sample app, and a cucumber feature for part of an oauth flow
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index e21f780ac..bcafd1743 100644
--- a/Gemfile
+++ b/Gemfile
@@ -19,6 +19,8 @@ gem 'devise_invitable', '0.5.0'
gem 'omniauth', '0.2.6'
gem 'twitter', '1.5.0'
+gem 'oauth2-provider', '~> 0.0.0'
+
#Views
gem 'haml', '3.0.25'
gem 'will_paginate', '3.0.pre2'
@@ -91,4 +93,8 @@ group :test do
gem 'mongrel', :require => false if RUBY_VERSION.include? '1.8'
gem 'rspec-instafail', '>= 0.1.7', :require => false
gem 'fuubar'
+
+ #For Chubbies
+ gem 'sinatra', :require => false
+ gem 'httparty', :require => false
end