Sha256: 258cbeee6a0664a3f8771c9588180344ca482e9aebf396c1cacbd7a37ee9c976
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 = 4 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.4 | lib/nanoc/toolbox/version.rb |