Sha256: c6ff69dcf7f5287d5da04b050b8a1aa8ed019a6b60810df08e0005ebcd67f863
Contents?: true
Size: 283 Bytes
Versions: 1
Compression:
Stored size: 283 Bytes
Contents
require 'oauth' require 'twiauth/oauth' 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.0.2 | lib/twiauth.rb |