Module: UnicornRelay

Defined in:
lib/unicorn_relay.rb,
lib/unicorn_relay/version.rb

Overview

All classes used by unicorn_relay are defined under this namespace.

Defined Under Namespace

Classes: Forker, Teardown

Constant Summary collapse

VERSION =

UnicornRelay version

'0.1.0'
VERSION_ARRAY =

:nodoc:

VERSION.split('.').map(&:to_i)
VERSION_MAJOR =

:nodoc:

VERSION_ARRAY[0]
VERSION_MINOR =

:nodoc:

VERSION_ARRAY[1]
VERSION_BUILD =

:nodoc:

VERSION_ARRAY[2]