Sha256: 51f0af0137544c4e43e739c7d142be04727a55359bb69acfd8abf664f04c39c3

Contents?: true

Size: 685 Bytes

Versions: 16

Compression:

Stored size: 685 Bytes

Contents

# Ably is the base namespace for the Ably {Ably::Realtime Realtime} & {Ably::Rest Rest} client libraries.
#
# Please refer to the {file:README.md Readme} on getting started.
#
# @see file:README.md README
module Ably
  # Fallback hosts to use when a connection to rest/realtime.ably.io is not possible due to
  # network failures either at the client, between the client and Ably, within an Ably data center, or at the IO domain registrar
  #
  FALLBACK_HOSTS = %w(A.ably-realtime.com B.ably-realtime.com C.ably-realtime.com D.ably-realtime.com E.ably-realtime.com)
  INTERNET_CHECK = {
    url:     '//internet-up.ably-realtime.com/is-the-internet-up.txt',
    ok_text: 'yes'
  }
end

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
ably-rest-0.8.5 lib/submodules/ably-ruby/lib/ably/modules/ably.rb
ably-0.8.5 lib/ably/modules/ably.rb
ably-0.8.4 lib/ably/modules/ably.rb
ably-rest-0.8.3 lib/submodules/ably-ruby/lib/ably/modules/ably.rb
ably-0.8.3 lib/ably/modules/ably.rb
ably-rest-0.8.2 lib/submodules/ably-ruby/lib/ably/modules/ably.rb
ably-0.8.2 lib/ably/modules/ably.rb
ably-0.8.1 lib/ably/modules/ably.rb
ably-rest-0.8.1 lib/submodules/ably-ruby/lib/ably/modules/ably.rb
ably-0.8.0 lib/ably/modules/ably.rb
ably-0.7.6 lib/ably/modules/ably.rb
ably-rest-0.7.5 lib/submodules/ably-ruby/lib/ably/modules/ably.rb
ably-0.7.5 lib/ably/modules/ably.rb
ably-0.7.4 lib/ably/modules/ably.rb
ably-rest-0.7.3 lib/submodules/ably-ruby/lib/ably/modules/ably.rb
ably-0.7.2 lib/ably/modules/ably.rb