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:
parent
b9c8159923
commit
f2664d5448
6 changed files with 6 additions and 0 deletions
1
oa-basic/lib/oa-basic.rb
Normal file
1
oa-basic/lib/oa-basic.rb
Normal file
|
@ -0,0 +1 @@
|
|||
require 'omniauth/basic'
|
1
oa-core/lib/oa-core.rb
Normal file
1
oa-core/lib/oa-core.rb
Normal file
|
@ -0,0 +1 @@
|
|||
require 'omniauth/core'
|
1
oa-enterprise/lib/oa-enterprise.rb
Normal file
1
oa-enterprise/lib/oa-enterprise.rb
Normal file
|
@ -0,0 +1 @@
|
|||
require 'omniauth/enterprise'
|
1
oa-more/lib/oa-more.rb
Normal file
1
oa-more/lib/oa-more.rb
Normal file
|
@ -0,0 +1 @@
|
|||
require 'omniauth/more'
|
1
oa-oauth/lib/oa-oauth.rb
Normal file
1
oa-oauth/lib/oa-oauth.rb
Normal file
|
@ -0,0 +1 @@
|
|||
require 'omniauth/oauth'
|
1
oa-openid/lib/oa-openid.rb
Normal file
1
oa-openid/lib/oa-openid.rb
Normal file
|
@ -0,0 +1 @@
|
|||
require 'omniauth/openid'
|
Loading…
Reference in a new issue