lib/zero_push.rb in zero_push-2.3.0 vs lib/zero_push.rb in zero_push-2.4.0

- old
+ new

@@ -28,9 +28,13 @@ def register(device_token, channel=nil) client.register(device_token, channel) end + def unregister(device_token) + client.unregister(device_token) + end + def set_badge(device_token, badge) client.set_badge(device_token, badge) end def inactive_tokens