Module: Rutty::Version

Defined in:
lib/rutty/version.rb

Overview

The current version of the gem, expressed in Ruby code so it can be accessed programmatically.

See Also:

Author:

  • Josh Lindsey

Since:

  • 2.0.0

Constant Summary collapse

MAJOR =

Since:

  • 2.0.0

2
MINOR =

Since:

  • 2.0.0

4
PATCH =

Since:

  • 2.0.0

2
BUILD =

Since:

  • 2.0.0

nil
STRING =

Since:

  • 2.0.0

[MAJOR, MINOR, PATCH, BUILD].compact.join('.')