lib/submodules/ably-ruby/SPEC.md in ably-rest-1.1.7 vs lib/submodules/ably-ruby/SPEC.md in ably-rest-1.1.8

- old
+ new

@@ -3297,12 +3297,10 @@ * [retrieves attribute :channel](./spec/shared/model_behaviour.rb#L15) * #channel_serial * [retrieves attribute :channel_serial](./spec/shared/model_behaviour.rb#L15) * #connection_id * [retrieves attribute :connection_id](./spec/shared/model_behaviour.rb#L15) - * #connection_key - * [retrieves attribute :connection_key](./spec/shared/model_behaviour.rb#L15) * #== * [is true when attributes are the same](./spec/shared/model_behaviour.rb#L41) * [is false when attributes are not the same](./spec/shared/model_behaviour.rb#L46) * [is false when class type differs](./spec/shared/model_behaviour.rb#L50) * is immutable @@ -3384,14 +3382,9 @@ * with a JSON value * [contains a AuthDetails object](./spec/unit/models/protocol_message_spec.rb#L354) * [contains the attributes from the JSON auth details](./spec/unit/models/protocol_message_spec.rb#L358) * without a JSON value * [contains an empty AuthDetails object](./spec/unit/models/protocol_message_spec.rb#L366) - * #connection_key (#TR4e) - * existing only in #connection_details.connection_key - * [is returned](./spec/unit/models/protocol_message_spec.rb#L377) - * existing in both #connection_key and #connection_details.connection_key - * [returns #connection_details.connection_key as #connection_key will be deprecated > 0.8](./spec/unit/models/protocol_message_spec.rb#L385) ### Ably::Models::PushChannelSubscription _(see [spec/unit/models/push_channel_subscription_spec.rb](./spec/unit/models/push_channel_subscription_spec.rb))_ * #channel and #channel= * [setter accepts a string value and getter returns the new value](./spec/unit/models/push_channel_subscription_spec.rb#L21)