Sha256: 6123c5e25eeea35905dc5f27420e71e61cd2e569c695768119c1da4988a2a1c7
Contents?: true
Size: 309 Bytes
Versions: 1
Compression:
Stored size: 309 Bytes
Contents
module Nanoc module Toolbox # Holds information about library version. module Version MAJOR = 0 MINOR = 0 PATCH = 5 BUILD = nil STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join(".") end # The current library version. VERSION = Version::STRING end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nanoc-toolbox-0.0.5 | lib/nanoc/toolbox/version.rb |