Module: Bigrig

Defined in:
lib/bigrig/go_matcher.rb,
lib/bigrig.rb,
lib/bigrig/tar.rb,
lib/bigrig/runner.rb,
lib/bigrig/waiter.rb,
lib/bigrig/version.rb,
lib/bigrig/descriptor.rb,
lib/bigrig/log_tailer.rb,
lib/bigrig/output_parser.rb,
lib/bigrig/docker_adapter.rb,
lib/bigrig/dependency_graph.rb,
lib/bigrig/models/container.rb,
lib/bigrig/models/base_model.rb,
lib/bigrig/actions/dev_action.rb,
lib/bigrig/actions/log_action.rb,
lib/bigrig/actions/run_action.rb,
lib/bigrig/models/application.rb,
lib/bigrig/actions/ship_action.rb,
lib/bigrig/actions/destroy_action.rb

Overview

This thing’s pretty stupid, but it should be good enough for the majority of cases

Right not it breaks with ^, $, [, ], and \

Defined Under Namespace

Classes: Application, BaseModel, Container, ContainerNotFoundError, ContainerRunningError, DependencyGraph, Descriptor, DestroyAction, DevAction, DockerAdapter, GoMatcher, ImageNotFoundError, LogAction, LogTailer, OutputParser, RepoNotFoundError, RunAction, Runner, ShipAction, Tar, Waiter

Constant Summary collapse

VERSION =
'0.6.2'