mirror of
https://github.com/simi/omniauth-facebook.git
synced 2022-11-09 12:32:45 -05:00
use cleaner require strategy that avoids full path
This commit is contained in:
parent
12bd3d6d56
commit
19cbae89e3
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
# -*- encoding: utf-8 -*-
|
||||
require File.expand_path('../lib/omniauth/facebook/version', __FILE__)
|
||||
$:.push File.expand_path('../lib', __FILE__)
|
||||
require 'omniauth/facebook/version'
|
||||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = 'omniauth-facebook'
|
||||
|
|
Loading…
Add table
Reference in a new issue