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.
The current version of the gem.
BUILD
= nil
Build metadata.
MAJOR
= 1
Major version.
MINOR
= 4
Minor version.
PATCH
= 0
Patch version.
PRERELEASE
= :alpha
Prerelease version.
.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.
Back to Documentation | Reference | Cuprum