Module: UpdateRepo

Defined in:
lib/update_repo.rb,
lib/update_repo/logger.rb,
lib/update_repo/metrics.rb,
lib/update_repo/version.rb,
lib/update_repo/cmd_config.rb,
lib/update_repo/console_output.rb

Overview

this class will encapsulate the command line fucntionality and processing as well as reading from the config file. It will also merge the 2 sources into the final definitive option hash.

Defined Under Namespace

Classes: CmdConfig, ConsoleOutput, Logger, Metrics, WalkRepo

Constant Summary collapse

CONFIG_FILE =

This constant holds the name to the config file, located in ~/

'.updaterepo'.freeze
VERSION =

constant, current version of this Gem

'0.8.5'.freeze