1
0
Fork 0
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:
Mark Dodwell 2011-10-28 16:21:24 -07:00
parent 12bd3d6d56
commit 19cbae89e3

View file

@ -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'