Sha256: a557aa4d2164ed2ebb8375a3808ebea331186b001c9db420fb1e918149e11fdd
Contents?: true
Size: 307 Bytes
Versions: 1
Compression:
Stored size: 307 Bytes
Contents
require 'oauth' require 'twiauth/oauth' require 'twiauth/store' require 'yaml' module TwiAuth LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR VERSION = ::File.exist?(PATH + 'VERSION') ? ::File.read(PATH+'VERSION') : "" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
twiauth-0.1.0 | lib/twiauth.rb |