2011-06-29 06:17:40 +04:00
|
|
|
require File.expand_path('../lib/omniauth/version', __FILE__)
|
|
|
|
|
2011-05-07 05:14:37 +04:00
|
|
|
source 'http://rubygems.org'
|
|
|
|
|
2011-06-29 06:17:40 +04:00
|
|
|
gem 'oa-core', OmniAuth::Version::STRING, :path => '../oa-core'
|
|
|
|
|
2011-05-07 05:14:37 +04:00
|
|
|
platforms :jruby do
|
|
|
|
gem 'jruby-openssl', '~> 0.7'
|
|
|
|
end
|
2011-04-29 05:48:26 +04:00
|
|
|
|
|
|
|
gemspec
|