Module: HW

Defined in:
lib/hw/base.rb,
lib/hw/runner.rb,
lib/hw/actions.rb,
lib/hw/sources.rb,
lib/hw/version.rb,
lib/hw/packages.rb

Defined Under Namespace

Modules: Actions, Base Classes: Packages, Runner, Sources

Constant Summary collapse

DEFAULT_SOURCE =
"[email protected]:carrot/hw-packages.git"
DIRECTORY =
File.expand_path("~/.hw/")
CONFIG_PATH =
"#{DIRECTORY}/config"
SOURCES_PATH =
"#{DIRECTORY}/sources/"
RESERVED_WORDS =
%w(help)
MAJOR =
1
MINOR =
3
TINY =
3
PRE =
nil
VERSION =
[MAJOR, MINOR, TINY, PRE].compact.join('.')