Sha256: 58768871eba81fa39409aee641f40eeaec90354bbcf544f72f504a38a91ff1b4
Contents?: true
Size: 325 Bytes
Versions: 1
Compression:
Stored size: 325 Bytes
Contents
# Copyright (c) 2006 Michael Fellinger m.fellinger@gmail.com # All files in this distribution are subject to the terms of the Ruby license. module Ramaze #:nodoc: module Version #:nodoc: MAJOR = 0 MINOR = 1 TINY = 2 STRING = [MAJOR, MINOR, TINY].join('.') end VERSION = Version::STRING end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ramaze-0.1.2 | lib/ramaze/version.rb |