Module: RakeTasks

Extended by:
Core
Defined in:
lib/rake_tasks/doc.rb,
lib/rake_tasks.rb,
lib/rake_tasks.rb,
lib/rake_tasks/gem.rb,
lib/rake_tasks/core.rb,
lib/rake_tasks/tests.rb,
lib/rake_tasks/parser.rb,
lib/rake_tasks/system.rb,
lib/rake_tasks/console.rb,
lib/rake_tasks/release.rb,
lib/rake_tasks/checksum.rb,
lib/rake_tasks/dependency.rb

Overview

The main module for this gem.

Defined Under Namespace

Modules: Checksum, Console, Core, Dependency, System Classes: Doc, Gem, Parser, Prompt, Release, Tests

Constant Summary collapse

SCRIPTS =

Contains the full path to the shell script to run tests in other env’s.

{
  :rubies  => File.expand_path(File.join(
    File.dirname(__FILE__), '..', 'scripts', 'rubies.sh')),
  :gemsets => File.expand_path(File.join(
    File.dirname(__FILE__), '..', 'scripts', 'bundle_install.sh')),
}

Method Summary

Methods included from Core

build_default_tasks, load_tasks