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:
parent
9126d827aa
commit
a1d395390a
4 changed files with 6 additions and 3 deletions
|
@ -10,7 +10,7 @@ module OmniAuth
|
|||
PATCH = 2
|
||||
end
|
||||
unless defined?(::OmniAuth::Version::PRE)
|
||||
PRE = nil
|
||||
PRE = nil
|
||||
end
|
||||
unless defined?(::OmniAuth::Version::STRING)
|
||||
STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')
|
||||
|
|
|
@ -68,7 +68,10 @@ module OmniAuth
|
|||
autoload :Vkontakte, 'omniauth/strategies/oauth2/vkontakte'
|
||||
autoload :WePay, 'omniauth/strategies/oauth2/we_pay'
|
||||
autoload :Yammer, 'omniauth/strategies/oauth2/yammer'
|
||||
|
||||
|
||||
autoload :XAuth, 'omniauth/strategies/xauth'
|
||||
autoload :Instapaper, 'omniauth/strategies/xauth/instapaper'
|
||||
|
||||
end
|
||||
end
|
||||
|
|
|
@ -10,7 +10,7 @@ module OmniAuth
|
|||
PATCH = 2
|
||||
end
|
||||
unless defined?(::OmniAuth::Version::PRE)
|
||||
PRE = nil
|
||||
PRE = nil
|
||||
end
|
||||
unless defined?(::OmniAuth::Version::STRING)
|
||||
STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')
|
||||
|
|
|
@ -5,7 +5,7 @@ Gem::Specification.new do |gem|
|
|||
gem.add_dependency 'faraday', '~> 0.7.3'
|
||||
gem.add_dependency 'multi_json', '~> 1.0.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 'oauth2', '~> 0.5.0'
|
||||
gem.add_development_dependency 'evernote', '~> 1.0'
|
||||
|
|
Loading…
Reference in a new issue