Module: Rubikon

Defined in:
lib/rubikon.rb,
lib/rubikon/flag.rb,
lib/rubikon/errors.rb,
lib/rubikon/option.rb,
lib/rubikon/command.rb,
lib/rubikon/version.rb,
lib/rubikon/throbber.rb,
lib/rubikon/parameter.rb,
lib/rubikon/colored_io.rb,
lib/rubikon/progress_bar.rb,
lib/rubikon/has_arguments.rb,
lib/rubikon/config/factory.rb,
lib/rubikon/argument_vector.rb,
lib/rubikon/application/base.rb,
lib/rubikon/application/sandbox.rb,
lib/rubikon/config/ini_provider.rb,
lib/rubikon/config/auto_provider.rb,
lib/rubikon/config/yaml_provider.rb,
lib/rubikon/application/dsl_methods.rb,
lib/rubikon/application/class_methods.rb,
lib/rubikon/application/instance_methods.rb

Overview

This code is free software; you can redistribute it and/or modify it under the terms of the new BSD License.

Copyright © 2010-2011, Sebastian Staudt

Defined Under Namespace

Modules: Application, ArgumentVector, ColoredIO, Config, HasArguments, Parameter Classes: BlockMissingError, Command, ExtraArgumentError, Flag, MissingArgumentError, NoDefaultCommandError, Option, ProgressBar, Throbber, UnexpectedArgumentError, UnknownCommandError, UnknownParameterError, UnsupportedConfigFormatError

Constant Summary collapse

VERSION =

This is the current version of the Rubikon gem

'0.6.0'