Module: Universals

Defined in:
lib/universals/version.rb,
lib/universals/universe.rb,
lib/universals/exceptions.rb

Overview

! /usr/bin/env ruby

Copyright © 2012, Peter Wood See the license.txt for details of the licensing of the code in this file.

Defined Under Namespace

Classes: UniversalsError, Universe

Constant Summary collapse

MAJOR_VERSION =
0
MINOR_VERSION =
0
BUILD_VERSION =
2
VERSION =
"#{MAJOR_VERSION}.#{MINOR_VERSION}.#{BUILD_VERSION}"