Closed akston closed 11 years ago
Sounds like this change has to do with RubyDNS 0.6.0 and the fix would break RubyDNS <0.6.0. Therefore, can you update siriproxy.gemspec
to require RubyDNS 0.6.0? Then I'll be happy to merge.
Hi, I'd probably recommend "~> 0.6.0" as it is less likely to break in the future.
Can you please push this commit to rubygems? I have a raspberry pi image with siriproxy and that is broken. Need to install siriproxy with the fix for dns.rb.
Thanks
Perform
siriproxy update
Removed _host variable from regex block. Probably hacky but it works for now. Thanks to HaroldW.