Sha256: 1a15fd5ed3b80d26d0c294891c5f93200dba52caf574204cb0a1c148b1748f22
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 = 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.4.0 | lib/sidetiq/version.rb |