Sha256: cb6588aa9f9d0f3cd11956df34d397b0001da4b21c0701c9e090ff779adc17a2

Contents?: true

Size: 254 Bytes

Versions: 1

Compression:

Stored size: 254 Bytes

Contents

# This gem is versioned with the usual X.Y.Z notation, where X.Y is the API version, and Z is the client version.
module RightApi
  class Client
    API_VERSION = '1.5'
    CLIENT_VERSION = '16'
    VERSION = "#{API_VERSION}.#{CLIENT_VERSION}"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
right_api_client-1.5.16 lib/right_api_client/version.rb