Metadata


Name
rake
Version
13.0.0
Platform
ruby
Authors
Hiroshi SHIBATA
Eric Hodel
Jim Weirich
Bindir
exe
Date
2019-09-27 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
.github/workflows/macos.yml
.github/workflows/ubuntu-rvm.yml
.github/workflows/ubuntu.yml
.github/workflows/windows.yml
CONTRIBUTING.rdoc
Gemfile
History.rdoc
MIT-LICENSE
README.rdoc
Rakefile
bin/bundle
bin/console
bin/rake
bin/rdoc
bin/rubocop
bin/setup
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
Rdoc options
--main
README.rdoc
Require paths
lib
Required ruby version
>= 2.2
Required rubygems version
>= 1.3.2
Rubygems version
3.0.3
Specification version
4
Summary
Rake is a Make-like program implemented in Ruby
Original platform
ruby
New platform
ruby