Module: RakeTasks
- Defined in:
- lib/rake_tasks/doc.rb,
lib/rake_tasks.rb,
lib/rake_tasks/gem.rb,
lib/rake_tasks/tests.rb,
lib/rake_tasks/parser.rb
Overview
The main module for this gem.
Defined Under Namespace
Classes: Doc, Gem, Parser, Tests
Constant Summary collapse
- SCRIPTS =
Contains the full path to the shell script to run tests in other env’s.
{ :rubies => File.(File.join( File.dirname(__FILE__), '..', 'scripts', 'rubies.sh')), :gemsets => File.(File.join( File.dirname(__FILE__), '..', 'scripts', 'bundle_install.sh')), }