Subscriptions Release
Description
This release adds subscription support similar to official RingCentral SDKs. Subscription is an observable object which can be passed observers that will receive notifications from PubNub. This implementation includes automatic RingCentral decryption which is added as a layer on top of PubNub (not as part of PubNub's native encryption).
Non-Breaking Changes
- Add subscriptions support via PubNub
- Add
ruby-head
,jruby
,jruby-head
, andrbx-2
to Travis CI
Breaking Changes
- Remove Ruby 1.8.7 support due to
hitimes
requirement inpubnub
andeventmachine
. Subscription helper can be moved to separate gem in future if there remains a need to support 1.8.7 without subscriptions.