Sha256: 77ec9a11c5bfc841655bb737a2ab99056fa632b1f3505d4563ac6764a8bc52be
Contents?: true
Size: 254 Bytes
Versions: 1
Compression:
Stored size: 254 Bytes
Contents
# this file is managing gem version module Centuria def self.gem_version Gem::Version.new VERSION::STRING end module VERSION MAJOR = 0 MINOR = 2 TINY = 3 STRING = [MAJOR, MINOR, TINY].compact.join(".") end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
centuria-0.2.3 | lib/centuria/gem_version.rb |