Module: Tap

Extended by:
Declarations
Defined in:
lib/tap/support/gems/rack.rb,
lib/tap/app.rb,
lib/tap/env.rb,
lib/tap/exe.rb,
lib/tap/root.rb,
lib/tap/task.rb,
lib/tap/constants.rb,
lib/tap/file_task.rb,
lib/tap/tasks/dump.rb,
lib/tap/tasks/load.rb,
lib/tap/tasks/rake.rb,
lib/tap/test/utils.rb,
lib/tap/declarations.rb,
lib/tap/support/gems.rb,
lib/tap/support/join.rb,
lib/tap/support/node.rb,
lib/tap/support/audit.rb,
lib/tap/support/joins.rb,
lib/tap/test/env_vars.rb,
lib/tap/test/tap_test.rb,
lib/tap/generator/base.rb,
lib/tap/support/intern.rb,
lib/tap/support/parser.rb,
lib/tap/support/schema.rb,
lib/tap/test/file_test.rb,
lib/tap/support/minimap.rb,
lib/tap/test/assertions.rb,
lib/tap/test/extensions.rb,
lib/tap/support/constant.rb,
lib/tap/support/manifest.rb,
lib/tap/support/versions.rb,
lib/tap/test/script_test.rb,
lib/tap/test/subset_test.rb,
lib/tap/generator/destroy.rb,
lib/tap/support/gems/rake.rb,
lib/tap/support/templater.rb,
lib/tap/generator/generate.rb,
lib/tap/generator/manifest.rb,
lib/tap/support/aggregator.rb,
lib/tap/support/combinator.rb,
lib/tap/support/dependency.rb,
lib/tap/support/executable.rb,
lib/tap/support/joins/fork.rb,
lib/tap/support/string_ext.rb,
lib/tap/test/regexp_escape.rb,
lib/tap/test/script_tester.rb,
lib/tap/generator/arguments.rb,
lib/tap/support/joins/merge.rb,
lib/tap/support/shell_utils.rb,
lib/tap/support/dependencies.rb,
lib/tap/support/joins/switch.rb,
lib/tap/test/file_test_class.rb,
lib/tap/support/joins/sequence.rb,
lib/tap/test/subset_test_class.rb,
lib/tap/declarations/description.rb,
lib/tap/support/executable_queue.rb,
lib/tap/support/joins/sync_merge.rb,
lib/tap/support/constant_manifest.rb,
lib/tap/declarations/declaration_task.rb

Overview

require ‘rack/mime’

Defined Under Namespace

Modules: Declarations, Generator, Support, Tasks, Test Classes: App, Env, Exe, FileTask, Root, Task

Constant Summary collapse

MAJOR =
0
MINOR =
12
TINY =
0
VERSION =
"#{MAJOR}.#{MINOR}.#{TINY}"
WEBSITE =
"http://tap.rubyforge.org"

Instance Attribute Summary

Attributes included from Declarations

#current_desc, #declaration_base

Method Summary

Methods included from Declarations

declaration_env, desc, env, extended, namespace, task

Methods included from Support::ShellUtils

#capture_sh, #redirect_sh, #sh