jugyo / earthquake

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

fix boot problem with slop v3 #104

Closed takkaw closed 12 years ago

takkaw commented 12 years ago

I can't boot earthquake.gem with slop v3.0.2. I get following error log.

/Users/takkaw/.rvm/gems/ruby-1.9.3-p0/gems/slop-3.0.2/lib/slop.rb:228:in `to_hash': wrong number of arguments (1 for 0) (ArgumentError)

The arity of "to_hash" method is changed from one to zero in slop v3. So, I delete argument in earthquake.

jugyo commented 12 years ago

thanks!