Module: Rzo

Defined in:
lib/rzo.rb,
lib/rzo/app.rb,
lib/rzo/logging.rb,
lib/rzo/trollop.rb,
lib/rzo/version.rb,
lib/rzo/app/roles.rb,
lib/rzo/app/config.rb,
lib/rzo/app/generate.rb,
lib/rzo/app/subcommand.rb,
lib/rzo/option_parsing.rb,
lib/rzo/app/config_validation.rb

Overview

rubocop:disable Style/GuardClause

Defined Under Namespace

Modules: Logging, OptionParsing, Trollop Classes: App

Constant Summary collapse

VERSION =

The authoritative location of the rzo version. It should be possible to require 'rizzo/version' and access Rizzo::VERSION from third party libraries and the gemspec. The version is defined as a Semantic Version.

'0.8.0'.freeze

Class Method Summary collapse

Class Method Details

.versionString

Return the SemVer string, e.g. "0.1.0"

Returns:

  • (String)

    e.g. "1.0.0"



14
15
16
# File 'lib/rzo/version.rb', line 14

def self.version
  Rzo::VERSION
end