pusher/pusher-http-ruby

Pusher.authenticate is not a method

ryanjohns opened this issue · 4 comments

The latest 0.15.0 says Pusher.authenticate was added and is preferred over the old Pusher['channel'].authenticate syntax however there is no authenticate method defined on the Pusher module. There is an instance method Pusher::Client#authenticate but this is not the same.

@ryanjohns you're absolutely right, my apologies for this.

I've fixed it in this PR #88 which I will merge when green and push as 0.15.1.

@jackfranklin thanks so much!

@ryanjohns this has been released on RubyGems as 0.15.1. Thanks for opening the issue and my apologies again for the initial error in the release.

No worries. I have confirmed it is working in 0.15.1. Thanks so much for the super fast fix!