Sha256: 190b1112b761508b030fe8b2fe5787a0eb059e30547a771b19ad43767329ff89
Contents?: true
Size: 299 Bytes
Versions: 1
Compression:
Stored size: 299 Bytes
Contents
# frozen_string_literal: true module Haku module VERSION MAJOR = 1 MINOR = 3 TINY = 0 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end def self.version VERSION::STRING end def self.gem_version Gem::Version.new VERSION::STRING end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
haku-1.3.0 | lib/haku/version.rb |