Sha256: 8b2cdce88178fe653936a4bba426bfe418ba9e6c7e9fa59a511d4c9a05d00d69

Contents?: true

Size: 435 Bytes

Versions: 1

Compression:

Stored size: 435 Bytes

Contents

module Sidetiq
  # Public: Sidetiq version namespace.
  module VERSION
    # Public: Sidetiq major version number.
    MAJOR = 0

    # Public: Sidetiq minor version number.
    MINOR = 7

    # Public: Sidetiq patch level.
    PATCH = 2

    # Public: Sidetiq version suffix.
    SUFFIX = nil

    # Public: String representation of the current Sidetiq version.
    STRING = [MAJOR, MINOR, PATCH, SUFFIX].compact.join('.')
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sidetiq-0.7.2 lib/sidetiq/version.rb