Module: Fox
- Defined in:
- lib/fox/runner.rb,
lib/fox/cli.rb,
lib/fox/version.rb,
lib/fox/error/errors.rb,
lib/fox/configuration.rb
Defined Under Namespace
Classes: AbstractFunction, ArgumentError, Cli, Configuration, CookbookNotFound, DependencyNotFound, DeprecatedError, DuplicateDependencyDefined, FoxError, FoxfileNotFound, FoxfileReadError, InsufficientPrivledges, InternalError, InvalidConfiguration, LoadTemplateError, LockfileNotFound, LockfileOutOfSync, LockfileParserError, NoAPISourcesDefined, NoSolutionError, Runner
Constant Summary collapse
- VERSION =
Version of gem
`git describe --tags`.split("-").first || "0.1.0"