Sha256: b0ab768793fbe36313799a1dc9f1c71f44db133664c8abe8f747bd48ffb2f89d
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 = 0 # 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.0 | lib/sidetiq/version.rb |