Sha256: 41b6c7a59ce65b919c119769bf53d41f8f086a093544798b7510bf8c5469ca62
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 = 4 # Public: Sidetiq patch level. PATCH = 3 # 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.4.3 | lib/sidetiq/version.rb |