lib/em-twitter.rb in em-twitter-0.1.1 vs lib/em-twitter.rb in em-twitter-0.1.2
- old
+ new
@@ -14,16 +14,17 @@
:headers => {},
:user_agent => "EM::Twitter Ruby Gem #{EM::Twitter::VERSION}",
:proxy => nil,
:ssl => {},
:timeout => 0,
- :auth => {},
- :reconnect_options => {},
+ :oauth => {},
+ :basic => {},
:encoding => nil,
:auto_reconnect => true
}
class ReconnectLimitError < StandardError; end
+ class ConfigurationError < StandardError; end
def self.logger
@logger ||= Logger.new(STDOUT)
end