VERSION | = | "0.2.1" unless defined?(EventMachine::Twitter::VERSION) |
DEFAULT_CONNECTION_OPTIONS | = | { :host => 'stream.twitter.com', :port => 443, :method => 'POST', :content_type => "application/x-www-form-urlencoded", :path => '/', :params => {}, :headers => {}, :user_agent => "EM::Twitter Ruby Gem #{EM::Twitter::VERSION}", :proxy => nil, :ssl => {}, :timeout => 0, :oauth => {}, :basic => {}, :encoding => nil, :auto_reconnect => true |