Sha256: 26c2f78fa54ed924a50bb46e30eab0aab887f86c602d5b6f7daf9ee523ea5aeb

Contents?: true

Size: 162 Bytes

Versions: 2

Compression:

Stored size: 162 Bytes

Contents

module Ably
  VERSION = '1.2.4'
  PROTOCOL_VERSION = '1.2'

  # @api private
  def self.major_minor_version_numeric
    VERSION.gsub(/\.\d+$/, '').to_f
  end
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
ably-rest-1.2.4 lib/submodules/ably-ruby/lib/ably/version.rb
ably-1.2.4 lib/ably/version.rb