Sha256: e215cb257aba7ed5cb3e7f1a443ddbd7f5f6f8b0ad924b3382aba6ee9d1f2643
Contents?: true
Size: 310 Bytes
Versions: 1
Compression:
Stored size: 310 Bytes
Contents
# This file is part of the "Utopia Framework" project, and is released under the MIT license. # Copyright 2010 Samuel Williams. All rights reserved. # See <utopia.rb> for licensing details. module Utopia module VERSION MAJOR = 0 MINOR = 9 TINY = 60 STRING = [MAJOR, MINOR, TINY].join('.') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
utopia-0.9.60 | lib/utopia/version.rb |