Sha256: 84a1fe817634479d6f0c8f3f3e0e3a23cc885a2cd635d1bd2a7bd6815d14ec02
Contents?: true
Size: 249 Bytes
Versions: 1
Compression:
Stored size: 249 Bytes
Contents
module PaperTrail module VERSION MAJOR = 4 MINOR = 0 TINY = 0 PRE = 'rc1' STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') def self.to_s STRING end end def self.version VERSION::STRING end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
paper_trail-4.0.0.rc1 | lib/paper_trail/version_number.rb |