Sha256: 0236c0cfdf2a44a42fad1c933c0030bbecaaafd3cfc8b39ae9bfd94337c0c0d0
Contents?: true
Size: 215 Bytes
Versions: 1
Compression:
Stored size: 215 Bytes
Contents
# Keeps the versioning clean and simple. module MemoryDictionary module Version MAJOR = 1 MINOR = 0 PATCH = 0 ALPHA = nil # ex: '.pre.1' STRING = "#{MAJOR}.#{MINOR}.#{PATCH}#{ALPHA}" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
memory_dictionary-1.0.0 | lib/memory_dictionary/version.rb |