jugyo / earthquake

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

Fixes deprecation message in browse #57

Closed lukaszkorecki closed 13 years ago

lukaszkorecki commented 13 years ago

Launchy's API changed and every call to browse resulted in this message:

⚡ :open $ax
WARNING: You made a call to a deprecated Launchy API. This call should be changed to 'Launchy.open( uri )'
WARNING: I think I was able to find the location that needs to be fixed. Please go look at:
WARNING: 
WARNING: /Users/lukasz/.rvm/gems/ruby-1.9.2-p290/gems/earthquake-0.7.4/lib/earthquake/core.rb:224:in `browse'
WARNING: 
WARNING:     def browse(url)
WARNING:       Launchy::Browser.run(url)
WARNING:     end
WARNING:   end
WARNING: 
WARNING: If this is not the case, please file a bug. Please file a bug at https://github.com/copiousfreetime/launchy/issues/new
⚡ :recent
jugyo commented 13 years ago

Thanks!