Changeset [089272f4580c8655b3729d7e43b4a39a9a7145c2] by Simon Chiang
July 5th, 2008 @ 12:28 PM
Merged clean_env with master branch.
Committed by bahuvrihi
- A lib/tap/generator/generators/config/templates/doc.erb
- A lib/tap/generator/generators/config/templates/nodoc.erb
- A lib/tap/support/assignments.rb
- A lib/tap/support/configuration.rb
- A lib/tap/support/dependencies.rb
- A lib/tap/support/framework.rb
- A lib/tap/support/framework_methods.rb
- A lib/tap/support/instance_configuration.rb
- A lib/tap/support/templater.rb
- A tap.gemspec
- A test/env/test_commands_selects_command_paths_in_reverse_order_of_command_path/one/cmd_two.rb
- A test/env/test_commands_selects_command_paths_in_reverse_order_of_command_path/two/cmd_two.rb
- A test/env/test_commands_selects_commands_from_all_command_paths/one/cmd_one.rb
- A test/env/test_commands_selects_commands_from_all_command_paths/two/cmd_two.rb
- A test/env/test_reload_returns_unloaded_constants/env_test_class.rb
- A test/root/sglob/base_one/one.txt
- A test/root/sglob/base_one/two.txt
- A test/root/sglob/base_two/dir/two.txt
- A test/root/sglob/base_two/one.txt
- A test/support/assignments_test.rb
- A test/support/configurable_methods_test.rb
- A test/support/configuration_test.rb
- A test/support/dependencies_test.rb
- A test/support/framework/test_config_file_is_app_config_filepath_when_config_file_exists/config/configured.yml
- A test/support/framework/test_initialize_batch_obj_merges_default_config_and_overrides/config/configured.yml
- A test/support/framework_methods_test.rb
- A test/support/framework_test.rb
- A test/support/instance_configuration_test.rb
- A test/support/templater_test.rb
- A test/tap/test_run/Rakefile
- A test/tap/test_run/cmd/info.rb
- A test/tap/test_run/config/sample-0.1.yml
- A test/tap/test_run/config/sample.yml
- A test/tap/test_run/lib/sample.rb
- A test/tap/test_run/lib/sample_file.rb
- A test/tap/test_run/lib/sample_without_doc.rb
- A test/tap/test_run/lib/with_array_config.rb
- A test/tap/test_run/lib/with_hash_config.rb
- A test/tap/test_run/lib/with_list_config.rb
- A test/tap/test_run/lib/with_switch_config.rb
- A test/tap/test_run/tap.yml
- A test/tap/test_run/test/sample_file/test_sample_file/expected/file.yml
- A test/tap/test_run/test/sample_file/test_sample_file/input/file.txt
- A test/tap/test_run/test/sample_file_test.rb
- A test/tap/test_run/test/sample_test.rb
- A test/tap/test_run/test/tap_test_helper.rb
- A test/tap/test_run/test/tap_test_suite.rb
- A test/tap/test_run_with_rake/Rakefile
- A test/tap_test.rb
- R Manifest.txt
- R lib/tap/generator/generators/config/templates/config.erb
- R lib/tap/support/command_line_methods.rb
- R test/check/tap_check.rb
- R test/check/tap_check/test_run/Rakefile
- R test/check/tap_check/test_run/cmd/info.rb
- R test/check/tap_check/test_run/config/sample-0.1.yml
- R test/check/tap_check/test_run/config/sample.yml
- R test/check/tap_check/test_run/lib/sample.rb
- R test/check/tap_check/test_run/lib/sample_file.rb
- R test/check/tap_check/test_run/test/sample_file/test_sample_file/expected/file.yml
- R test/check/tap_check/test_run/test/sample_file/test_sample_file/input/file.txt
- R test/check/tap_check/test_run/test/sample_file_test.rb
- R test/check/tap_check/test_run/test/sample_test.rb
- R test/check/tap_check/test_run/test/tap_test_helper.rb
- R test/check/tap_check/test_run/test/tap_test_suite.rb
- R test/support/configurable/config/configured.yml
- R test/task_base_test.rb
- M Rakefile
- M bin/tap
- M lib/tap.rb
- M lib/tap/app.rb
- M lib/tap/cmd/console.rb
- M lib/tap/cmd/run.rb
- M lib/tap/constants.rb
- M lib/tap/env.rb
- M lib/tap/file_task.rb
- M lib/tap/generator.rb
- M lib/tap/generator/generators/config/config_generator.rb
- M lib/tap/generator/generators/file_task/templates/task.erb
- M lib/tap/generator/generators/root/templates/Rakefile
- M lib/tap/generator/generators/task/templates/task.erb
- M lib/tap/root.rb
- M lib/tap/support/batchable.rb
- M lib/tap/support/batchable_methods.rb
- M lib/tap/support/class_configuration.rb
- M lib/tap/support/command_line.rb
- M lib/tap/support/configurable.rb
- M lib/tap/support/configurable_methods.rb
- M lib/tap/support/rake.rb
- M lib/tap/support/shell_utils.rb
- M lib/tap/support/tdoc.rb
- M lib/tap/support/tdoc/config_attr.rb
- M lib/tap/support/validation.rb
- M lib/tap/task.rb
- M lib/tap/test/file_methods.rb
- M lib/tap/test/script_methods.rb
- M lib/tap/test/tap_methods.rb
- M lib/tap/workflow.rb
- M test/app_test.rb
- M test/env_test.rb
- M test/file_task_test.rb
- M test/root_test.rb
- M test/support/batchable_test.rb
- M test/support/class_configuration_test.rb
- M test/support/configurable_test.rb
- M test/support/rake_test.rb
- M test/support/tdoc_test.rb
- M test/support/validation_test.rb
- M test/test/file_methods_test.rb
- M test/test/tap_methods_test.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A framework for making configurable, file-based tasks and workflows.