Module: CelluloidPubsub::VERSION

Defined in:
lib/celluloid_pubsub/version.rb

Overview

module used to generate the version string provides a easy way of getting the major, minor and tiny :nocov:

Constant Summary collapse

MAJOR =

major release version :nocov:

2
MINOR =

minor release version :nocov:

0
TINY =

tiny release version :nocov:

0
PRE =

prelease version ( set this only if it is a prelease) :nocov:

nil
STRING =

generates the version string :nocov:

[MAJOR, MINOR, TINY, PRE].compact.join('.')