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

Add same-name files for each gem to allow for non-bundled use without custom require. Closes #193

This commit is contained in:
Michael Bleigh 2011-03-01 10:59:54 -06:00
parent b9c8159923
commit f2664d5448
6 changed files with 6 additions and 0 deletions

1
oa-basic/lib/oa-basic.rb Normal file
View file

@ -0,0 +1 @@
require 'omniauth/basic'

1
oa-core/lib/oa-core.rb Normal file
View file

@ -0,0 +1 @@
require 'omniauth/core'

View file

@ -0,0 +1 @@
require 'omniauth/enterprise'

1
oa-more/lib/oa-more.rb Normal file
View file

@ -0,0 +1 @@
require 'omniauth/more'

1
oa-oauth/lib/oa-oauth.rb Normal file
View file

@ -0,0 +1 @@
require 'omniauth/oauth'

View file

@ -0,0 +1 @@
require 'omniauth/openid'