Skip to content

Commit

Permalink
Merge pull request omniauth#1 from jimmycuadra/master
Browse files Browse the repository at this point in the history
Require OmniAuth and depend on omniauth-oauth2
  • Loading branch information
Michael Bleigh committed Oct 15, 2011
2 parents 4ef42c9 + 7088a63 commit 8637658
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
source 'http://rubygems.org'

# Specify your gem's dependencies in omniauth-contrib.gemspec
gem 'omniauth', :git => 'git://github.com/intridea/omniauth.git'
gem 'omniauth-oauth', :git => 'git://github.com/intridea/omniauth-oauth.git'
gem 'omniauth-oauth2', :git => 'git://github.com/intridea/omniauth-oauth2.git'

gemspec

group :example do
Expand Down
1 change: 1 addition & 0 deletions lib/omniauth-contrib.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require "omniauth-contrib/version"
require "omniauth"

module OmniAuth
module Strategies
Expand Down
1 change: 1 addition & 0 deletions omniauth-contrib.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ require File.expand_path('../lib/omniauth-contrib/version', __FILE__)
Gem::Specification.new do |gem|
gem.add_dependency 'omniauth', '~> 1.0.0.pr2'
gem.add_dependency 'omniauth-oauth', '~> 1.0.0.pr2'
gem.add_dependency 'omniauth-oauth2', '~> 1.0.0.pr2'
gem.add_dependency 'multi_json'

gem.authors = ["Michael Bleigh"]
Expand Down

0 comments on commit 8637658

Please sign in to comment.