Sha256: 5b3e6994865044db89ffa0d4bd9d15fad86c4767049c56fbb030a3f8d709929d

Contents?: true

Size: 577 Bytes

Versions: 6

Compression:

Stored size: 577 Bytes

Contents

# frozen_string_literal: true

require "cobra_commander/cli"
require "cobra_commander/component_tree"
require "cobra_commander/version"
require "cobra_commander/formatted_output"
require "cobra_commander/graph"
require "cobra_commander/change"
require "cobra_commander/affected"

# Tools for working with Component Based Rails Apps (see http://shageman.github.io/cbra.info/).
# Includes tools for graphing the components of an app and their relationships, as well as selectively
# testing components based on changes made.
module CobraCommander
  UMBRELLA_APP_NAME = "App"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
cobra_commander-0.4.0 lib/cobra_commander.rb
cobra_commander-0.3.1 lib/cobra_commander.rb
cobra_commander-0.3.0 lib/cobra_commander.rb
cobra_commander-0.2.0 lib/cobra_commander.rb
cobra_commander-0.1.2 lib/cobra_commander.rb
cobra_commander-0.1.1 lib/cobra_commander.rb