Cuprum

An opinionated implementation of the Command pattern for Ruby applications. Cuprum wraps your business logic in a consistent, object-oriented interface and features status and error management, composability and control flow management.

Module: Cuprum::Version

Parent Namespace
Cuprum
Defined In
lib/cuprum/version.rb

Table Of Contents

Overview

The current version of the gem.

See Also

Back To Top

Constants

BUILD

= nil

Build metadata.

MAJOR

= 1

Major version.

MINOR

= 4

Minor version.

PATCH

= 0

Patch version.

PRERELEASE

= :alpha

Prerelease version.

Back To Top

Class Methods

.to_gem_version => Object

Generates the gem version string from the Version constants.

Inlined here because dependencies may not be loaded when processing a gemspec, which results in the user being unable to install the gem for the first time.

See Also

Back To Top


Back to Documentation | Reference | Cuprum