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

13 lines
259 B
Text
Raw Normal View History

2011-04-07 20:01:00 -04:00
source 'http://rubygems.org'
2011-04-07 19:59:12 -04:00
platforms :jruby do
gem 'jruby-openssl', '~> 0.7'
end
2011-04-22 03:52:45 -04:00
gemspec :path => 'oa-basic'
gemspec :path => 'oa-core'
gemspec :path => 'oa-enterprise'
gemspec :path => 'oa-more'
gemspec :path => 'oa-oauth'
gemspec :path => 'oa-openid'