pusher / chatkit-server-ruby

Ruby server SDK for Chatkit
https://pusher.com/chatkit
MIT License
12 stars 11 forks source link

Missing comma in client.rb #9

Closed shaunjacobsen closed 6 years ago

shaunjacobsen commented 6 years ago

I installed the gem per the instructions using bundler:

gem 'pusher-chatkit-server'

bundle install

Then added require 'chatkit' in my app. Tried to start the server with rackup and could not do so. I traced the error back to a missing comma on line 219 of /lib/chatkit/client.rb:

capture d ecran 2017-12-01 a 17 10 20

hamchapman commented 6 years ago

Good spot and sorry about that! I'll push up a new version with a fix now 👍

hamchapman commented 6 years ago

Just published 0.4.1 which fixes this! Thanks again!