Sha256: fd24b4389aa30e9f8c71c66dcd5df616cef504d6b67dc541a06bec2471cb7257
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 = 1 PATCH = 2 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.1.2 | lib/nanoc/toolbox/version.rb |