Sha256: b0a9716c4bc1d7c855575a9dcaec5a8f16264eb5262cf258cb0edb06cff94785
Contents?: true
Size: 219 Bytes
Versions: 2
Compression:
Stored size: 219 Bytes
Contents
module Iknow::Version MAJOR = 0 MINOR = 2 REVISION = 4 class << self def to_version "#{MAJOR}.#{MINOR}.#{REVISION}" end def to_name "#{MAJOR}_#{MINOR}_#{REVISION}" end end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
nov-iknow-0.2.4 | lib/iknow/core/version.rb |
iknow-0.2.4 | lib/iknow/core/version.rb |