Sha256: b24c4fe8998da133af560c394e28e31e1c88760e28abecf091e5983cbcf1c571
Contents?: true
Size: 230 Bytes
Versions: 2
Compression:
Stored size: 230 Bytes
Contents
module Vanity VERSION = "1.8.2" module Version version = VERSION.to_s.split(".").map { |i| i.to_i } MAJOR = version[0] MINOR = version[1] PATCH = version[2] STRING = "#{MAJOR}.#{MINOR}.#{PATCH}" end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
vanity-1.8.2 | lib/vanity/version.rb |
lookout-vanity-1.8.2 | lib/vanity/version.rb |