Sha256: 62df3d1d29e28f992d3f085adc3f382644a991b21c2ac4dc679d07b985684004
Contents?: true
Size: 219 Bytes
Versions: 2
Compression:
Stored size: 219 Bytes
Contents
module Iknow::Version MAJOR = 0 MINOR = 2 REVISION = 3 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.3 | lib/iknow/core/version.rb |
iknow-0.2.3 | lib/iknow/core/version.rb |