Sha256: 8cec46b2dcbe861211aea5d373cca5800671a30ec423adf116f9fc8d9d9d8fc6
Contents?: true
Size: 371 Bytes
Versions: 1
Compression:
Stored size: 371 Bytes
Contents
module Sidetiq # Public: Sidetiq version namespace. module VERSION # Public: Sidetiq major version number. MAJOR = 0 # Public: Sidetiq minor version number. MINOR = 1 # Public: Sidetiq patch level. PATCH = 3 # Public: String representation of the current Sidetiq version. STRING = [MAJOR, MINOR, PATCH].compact.join('.') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sidetiq-0.1.3 | lib/sidetiq/version.rb |