Sha256: a33b6f6b66aa8dbcc5f7753d3833ef2f06c13cbd77009b3acda84817add43fd6
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 = 3 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.3 | lib/ramaze/version.rb |