-
Name
-
rake
-
Version
-
10.4.0
-
Platform
-
ruby
-
Authors
-
Eric Hodel
Jim Weirich
-
Bindir
-
bin
-
Date
-
2014-11-25 00:00:00 UTC
-
Dependencies
-
minitest (~> 5.4, development)
rdoc (~> 4.0, development)
hoe (~> 3.13, development)
-
Description
-
Rake is a Make-like program implemented in Ruby. Tasks and dependencies are
specified in standard Ruby syntax.
Rake has the following features:
* Rakefiles (rake's version of Makefiles) are completely defined in
standard Ruby syntax. No XML files to edit. No quirky Makefile
syntax to worry about (is that a tab or a space?)
* Users can specify tasks with prerequisites.
* Rake supports rule patterns to synthesize implicit tasks.
* Flexible FileLists that act like arrays but know about manipulating
file names and paths.
* A library of prepackaged tasks to make building rakefiles easier. For example,
tasks for building tarballs and publishing to FTP or SSH sites. (Formerly
tasks for building RDoc and Gems were included in rake but they're now
available in RDoc and RubyGems respectively.)
* Supports parallel execution of tasks.
-
Email
-
drbrain@segment7.net
-
Executables
-
rake
-
Extra rdoc files
-
CONTRIBUTING.rdoc
History.rdoc
Manifest.txt
README.rdoc
doc/command_line_usage.rdoc
doc/glossary.rdoc
doc/proto_rake.rdoc
doc/rakefile.rdoc
doc/rational.rdoc
doc/release_notes/rake-0.4.14.rdoc
doc/release_notes/rake-0.4.15.rdoc
doc/release_notes/rake-0.5.0.rdoc
doc/release_notes/rake-0.5.3.rdoc
doc/release_notes/rake-0.5.4.rdoc
doc/release_notes/rake-0.6.0.rdoc
doc/release_notes/rake-0.7.0.rdoc
doc/release_notes/rake-0.7.1.rdoc
doc/release_notes/rake-0.7.2.rdoc
doc/release_notes/rake-0.7.3.rdoc
doc/release_notes/rake-0.8.0.rdoc
doc/release_notes/rake-0.8.2.rdoc
doc/release_notes/rake-0.8.3.rdoc
doc/release_notes/rake-0.8.4.rdoc
doc/release_notes/rake-0.8.5.rdoc
doc/release_notes/rake-0.8.6.rdoc
doc/release_notes/rake-0.8.7.rdoc
doc/release_notes/rake-0.9.0.rdoc
doc/release_notes/rake-0.9.1.rdoc
doc/release_notes/rake-0.9.2.2.rdoc
doc/release_notes/rake-0.9.2.rdoc
doc/release_notes/rake-0.9.3.rdoc
doc/release_notes/rake-0.9.4.rdoc
doc/release_notes/rake-0.9.5.rdoc
doc/release_notes/rake-0.9.6.rdoc
doc/release_notes/rake-10.0.0.rdoc
doc/release_notes/rake-10.0.1.rdoc
doc/release_notes/rake-10.0.2.rdoc
doc/release_notes/rake-10.0.3.rdoc
doc/release_notes/rake-10.1.0.rdoc
MIT-LICENSE
-
Files
-
.autotest
.gemtest
.rubocop.yml
.togglerc
CONTRIBUTING.rdoc
History.rdoc
MIT-LICENSE
Manifest.txt
README.rdoc
Rakefile
bin/rake
doc/command_line_usage.rdoc
doc/example/Rakefile1
doc/example/Rakefile2
doc/example/a.c
doc/example/b.c
doc/example/main.c
doc/glossary.rdoc
doc/jamis.rb
doc/proto_rake.rdoc
doc/rake.1
doc/rakefile.rdoc
doc/rational.rdoc
doc/release_notes/rake-0.4.14.rdoc
doc/release_notes/rake-0.4.15.rdoc
doc/release_notes/rake-0.5.0.rdoc
doc/release_notes/rake-0.5.3.rdoc
doc/release_notes/rake-0.5.4.rdoc
doc/release_notes/rake-0.6.0.rdoc
doc/release_notes/rake-0.7.0.rdoc
doc/release_notes/rake-0.7.1.rdoc
doc/release_notes/rake-0.7.2.rdoc
doc/release_notes/rake-0.7.3.rdoc
doc/release_notes/rake-0.8.0.rdoc
doc/release_notes/rake-0.8.2.rdoc
doc/release_notes/rake-0.8.3.rdoc
doc/release_notes/rake-0.8.4.rdoc
doc/release_notes/rake-0.8.5.rdoc
doc/release_notes/rake-0.8.6.rdoc
doc/release_notes/rake-0.8.7.rdoc
doc/release_notes/rake-0.9.0.rdoc
doc/release_notes/rake-0.9.1.rdoc
doc/release_notes/rake-0.9.2.2.rdoc
doc/release_notes/rake-0.9.2.rdoc
doc/release_notes/rake-0.9.3.rdoc
doc/release_notes/rake-0.9.4.rdoc
doc/release_notes/rake-0.9.5.rdoc
doc/release_notes/rake-0.9.6.rdoc
doc/release_notes/rake-10.0.0.rdoc
doc/release_notes/rake-10.0.1.rdoc
doc/release_notes/rake-10.0.2.rdoc
doc/release_notes/rake-10.0.3.rdoc
doc/release_notes/rake-10.1.0.rdoc
lib/rake.rb
lib/rake/alt_system.rb
lib/rake/application.rb
lib/rake/backtrace.rb
lib/rake/clean.rb
lib/rake/cloneable.rb
lib/rake/contrib/.document
lib/rake/contrib/compositepublisher.rb
lib/rake/contrib/ftptools.rb
lib/rake/contrib/publisher.rb
lib/rake/contrib/rubyforgepublisher.rb
lib/rake/contrib/sshpublisher.rb
lib/rake/contrib/sys.rb
lib/rake/cpu_counter.rb
lib/rake/default_loader.rb
lib/rake/dsl_definition.rb
lib/rake/early_time.rb
lib/rake/ext/core.rb
lib/rake/ext/module.rb
lib/rake/ext/pathname.rb
lib/rake/ext/string.rb
lib/rake/ext/time.rb
lib/rake/file_creation_task.rb
lib/rake/file_list.rb
lib/rake/file_task.rb
lib/rake/file_utils.rb
lib/rake/file_utils_ext.rb
lib/rake/gempackagetask.rb
lib/rake/invocation_chain.rb
lib/rake/invocation_exception_mixin.rb
lib/rake/late_time.rb
lib/rake/linked_list.rb
lib/rake/loaders/makefile.rb
lib/rake/multi_task.rb
lib/rake/name_space.rb
lib/rake/packagetask.rb
lib/rake/pathmap.rb
lib/rake/phony.rb
lib/rake/private_reader.rb
lib/rake/promise.rb
lib/rake/pseudo_status.rb
lib/rake/rake_module.rb
lib/rake/rake_test_loader.rb
lib/rake/rdoctask.rb
lib/rake/ruby182_test_unit_fix.rb
lib/rake/rule_recursion_overflow_error.rb
lib/rake/runtest.rb
lib/rake/scope.rb
lib/rake/task.rb
lib/rake/task_argument_error.rb
lib/rake/task_arguments.rb
lib/rake/task_manager.rb
lib/rake/tasklib.rb
lib/rake/testtask.rb
lib/rake/thread_history_display.rb
lib/rake/thread_pool.rb
lib/rake/trace_output.rb
lib/rake/version.rb
lib/rake/win32.rb
rakelib/publish.rake
rakelib/test_times.rake
test/file_creation.rb
test/helper.rb
test/support/rakefile_definitions.rb
test/support/ruby_runner.rb
test/test_private_reader.rb
test/test_rake.rb
test/test_rake_application.rb
test/test_rake_application_options.rb
test/test_rake_backtrace.rb
test/test_rake_clean.rb
test/test_rake_cpu_counter.rb
test/test_rake_definitions.rb
test/test_rake_directory_task.rb
test/test_rake_dsl.rb
test/test_rake_early_time.rb
test/test_rake_extension.rb
test/test_rake_file_creation_task.rb
test/test_rake_file_list.rb
test/test_rake_file_list_path_map.rb
test/test_rake_file_task.rb
test/test_rake_file_utils.rb
test/test_rake_ftp_file.rb
test/test_rake_functional.rb
test/test_rake_invocation_chain.rb
test/test_rake_late_time.rb
test/test_rake_linked_list.rb
test/test_rake_makefile_loader.rb
test/test_rake_multi_task.rb
test/test_rake_name_space.rb
test/test_rake_package_task.rb
test/test_rake_path_map.rb
test/test_rake_path_map_explode.rb
test/test_rake_path_map_partial.rb
test/test_rake_pathname_extensions.rb
test/test_rake_pseudo_status.rb
test/test_rake_rake_test_loader.rb
test/test_rake_reduce_compat.rb
test/test_rake_require.rb
test/test_rake_rules.rb
test/test_rake_scope.rb
test/test_rake_task.rb
test/test_rake_task_argument_parsing.rb
test/test_rake_task_arguments.rb
test/test_rake_task_lib.rb
test/test_rake_task_manager.rb
test/test_rake_task_manager_argument_resolution.rb
test/test_rake_task_with_arguments.rb
test/test_rake_test_task.rb
test/test_rake_thread_pool.rb
test/test_rake_top_level_functions.rb
test/test_rake_win32.rb
test/test_thread_history_display.rb
test/test_trace_output.rb
-
Homepage
-
https://github.com/ruby/rake
-
Licenses
-
MIT
-
Rdoc options
-
--main
README.rdoc
-
Require paths
-
lib
-
Required ruby version
-
>= 1.8.7
-
Required rubygems version
-
>= 1.3.2
-
Rubygems version
-
2.4.2
-
Specification version
-
4
-
Summary
-
Rake is a Make-like program implemented in Ruby
-
Test files
-
test/test_private_reader.rb
test/test_rake.rb
test/test_rake_application.rb
test/test_rake_application_options.rb
test/test_rake_backtrace.rb
test/test_rake_clean.rb
test/test_rake_cpu_counter.rb
test/test_rake_definitions.rb
test/test_rake_directory_task.rb
test/test_rake_dsl.rb
test/test_rake_early_time.rb
test/test_rake_extension.rb
test/test_rake_file_creation_task.rb
test/test_rake_file_list.rb
test/test_rake_file_list_path_map.rb
test/test_rake_file_task.rb
test/test_rake_file_utils.rb
test/test_rake_ftp_file.rb
test/test_rake_functional.rb
test/test_rake_invocation_chain.rb
test/test_rake_late_time.rb
test/test_rake_linked_list.rb
test/test_rake_makefile_loader.rb
test/test_rake_multi_task.rb
test/test_rake_name_space.rb
test/test_rake_package_task.rb
test/test_rake_path_map.rb
test/test_rake_path_map_explode.rb
test/test_rake_path_map_partial.rb
test/test_rake_pathname_extensions.rb
test/test_rake_pseudo_status.rb
test/test_rake_rake_test_loader.rb
test/test_rake_reduce_compat.rb
test/test_rake_require.rb
test/test_rake_rules.rb
test/test_rake_scope.rb
test/test_rake_task.rb
test/test_rake_task_argument_parsing.rb
test/test_rake_task_arguments.rb
test/test_rake_task_lib.rb
test/test_rake_task_manager.rb
test/test_rake_task_manager_argument_resolution.rb
test/test_rake_task_with_arguments.rb
test/test_rake_test_task.rb
test/test_rake_thread_pool.rb
test/test_rake_top_level_functions.rb
test/test_rake_win32.rb
test/test_thread_history_display.rb
test/test_trace_output.rb
-
Original platform
-
ruby
-
New platform
-
ruby