Sha256: 2bff28180763b15109a4eb2615456fc4be9824eff4e6431fbb4376ce1b142c7d
Contents?: true
Size: 572 Bytes
Versions: 6
Compression:
Stored size: 572 Bytes
Contents
require 'rubygems' require 'open-uri' require 'net/http' require 'oauth' require 'twistream' require 'logger' require 'yaml' require 'streambot/event' require 'streambot/event_handler' require 'streambot/retweet' require 'streambot/handler' require 'streambot/oauth' require 'streambot/array_path' require 'streambot/tracker' module StreamBot LOG = Logger.new(STDOUT) LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR VERSION = ::File.exist?('VERSION') ? ::File.read('VERSION') : "" end
Version data entries
6 entries across 6 versions & 1 rubygems