Sha256: e9fc0fe355a31fac0a7a9483e206caa36287367b20aebf1ecb6c147d9db64636

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 = 0
    TINY  = 9

    STRING = [MAJOR, MINOR, TINY].join('.')
  end

  VERSION = Version::STRING
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ramaze-0.0.9 lib/ramaze/version.rb