Cuprum::Cli

A command-line utility powered by Cuprum that provides tools and utilities for defining command-line tools.

Module: Cuprum::Cli::Version

Parent Namespace
Cuprum::Cli
Defined In
lib/cuprum/cli/version.rb

Table Of Contents

Overview

The current version of the gem.

See Also

Back To Top

Constants

BUILD

= nil

Build metadata.

MAJOR

= 0

Major version.

MINOR

= 1

Minor version.

PATCH

= 0

Patch version.

PRERELEASE

= nil

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 | Cuprum::Cli