jugyo / earthquake

Twitter terminal client with streaming API support.
MIT License
661 stars 94 forks source link

fix TLS crash by removing obsolete twitter-stream patch #140

Open frasertweedale opened 12 years ago

frasertweedale commented 12 years ago

earthquake is working around an issue in old releases of twitter-stream where reconnections were not honouring @options[:ssl].

This issue was fixed in twitter-stream-0.1.15, and the now unnecessary monkey-patch crashes the program upon reconnect.

Require twitter-stream ~> 0.1.15 and remove the monkey-patch to make the crashes go away.

loxley commented 10 years ago

This patch works for me after applying it.

frasertweedale commented 10 years ago

Rebased on latest master (d5fef09, 5 Nov 2013).