Metadata


Name
rake
Version
13.2.1
Platform
ruby
Authors
Hiroshi SHIBATA
Eric Hodel
Jim Weirich
Bindir
exe
Date
2024-04-05 00:00:00 UTC
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. * Supports parallel execution of tasks.
Email
hsbt@ruby-lang.org
drbrain@segment7.net
Executables
rake
Files
History.rdoc
MIT-LICENSE
README.rdoc
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
exe/rake
lib/rake.rb
lib/rake/application.rb
lib/rake/backtrace.rb
lib/rake/clean.rb
lib/rake/cloneable.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/string.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/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/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/rule_recursion_overflow_error.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
rake.gemspec
Homepage
https://github.com/ruby/rake
Licenses
MIT
Metadata
{"bug_tracker_uri"=>"https://github.com/ruby/rake/issues", "changelog_uri"=>"https://github.com/ruby/rake/blob/v13.2.1/History.rdoc", "documentation_uri"=>"https://ruby.github.io/rake", "source_code_uri"=>"https://github.com/ruby/rake/tree/v13.2.1"}
Rdoc options
--main
README.rdoc
Require paths
lib
Required ruby version
>= 2.3
Required rubygems version
>= 0
Rubygems version
3.6.0.dev
Specification version
4
Summary
Rake is a Make-like program implemented in Ruby
Original platform
ruby
New platform
ruby