Module: TwiAuth

Defined in:
lib/twiauth.rb,
lib/twiauth/oauth.rb,
lib/twiauth/handler.rb

Defined Under Namespace

Modules: Handler Classes: OAuth

Constant Summary collapse

LIBPATH =
::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR
PATH =
::File.dirname(LIBPATH) + ::File::SEPARATOR
VERSION =
::File.exist?(PATH + 'VERSION') ? ::File.read(PATH+'VERSION') : ""