Module: Bozo

Defined in:
lib/bozo/bozo.rb,
lib/bozo/runner.rb,
lib/bozo/logging.rb,
lib/bozo/executor.rb,
lib/bozo/execution_error.rb,
lib/bozo/bozo_configuration.rb,
lib/bozo/class_name_helpers.rb,
lib/bozo/configuration_error.rb

Overview

The top level module for Bozo’s functionality.

Defined Under Namespace

Modules: ClassNameHelpers, Compilers, DependencyResolvers, Hooks, Logging, Packagers, Preparers, Publishers, Runner, TestRunners, Versioning Classes: BozoConfiguration, ConfigurationError, ExecutionError, Executor

Constant Summary collapse

VERSION =

The version of Bozo in use.

File.read(File.expand_path(File.dirname(File.realpath(__FILE__)) + '/../../VERSION')).strip