Sha256: 45d5d6d5c684fa9a1de4f6154d75f863ba8419639987a5f8b8bff33ae28df0e6
Contents?: true
Size: 437 Bytes
Versions: 1
Compression:
Stored size: 437 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 = 'rc2' # 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.rc2 | lib/sidetiq/version.rb |