1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00

Fix whitespace issues

This commit is contained in:
David LaMacchia 2011-10-31 11:11:25 -07:00
parent 9126d827aa
commit a1d395390a
4 changed files with 6 additions and 3 deletions

View file

@ -68,7 +68,10 @@ module OmniAuth
autoload :Vkontakte, 'omniauth/strategies/oauth2/vkontakte' autoload :Vkontakte, 'omniauth/strategies/oauth2/vkontakte'
autoload :WePay, 'omniauth/strategies/oauth2/we_pay' autoload :WePay, 'omniauth/strategies/oauth2/we_pay'
autoload :Yammer, 'omniauth/strategies/oauth2/yammer' autoload :Yammer, 'omniauth/strategies/oauth2/yammer'
autoload :XAuth, 'omniauth/strategies/xauth' autoload :XAuth, 'omniauth/strategies/xauth'
autoload :Instapaper, 'omniauth/strategies/xauth/instapaper' autoload :Instapaper, 'omniauth/strategies/xauth/instapaper'
end end
end end

View file

@ -5,7 +5,7 @@ Gem::Specification.new do |gem|
gem.add_dependency 'faraday', '~> 0.7.3' gem.add_dependency 'faraday', '~> 0.7.3'
gem.add_dependency 'multi_json', '~> 1.0.0' gem.add_dependency 'multi_json', '~> 1.0.0'
gem.add_dependency 'multi_xml', '~> 0.4.0' gem.add_dependency 'multi_xml', '~> 0.4.0'
gem.add_dependency 'oa-core', ">= #{OmniAuth::Version::STRING}" gem.add_dependency 'oa-core', OmniAuth::Version::STRING
gem.add_dependency 'oauth', '~> 0.4.0' gem.add_dependency 'oauth', '~> 0.4.0'
gem.add_dependency 'oauth2', '~> 0.5.0' gem.add_dependency 'oauth2', '~> 0.5.0'
gem.add_development_dependency 'evernote', '~> 1.0' gem.add_development_dependency 'evernote', '~> 1.0'