RubyGems Navigation menu

rake 10.2.1

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.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 13.1.0 - October 28, 2023 (83 KB)
  2. 13.0.6 - July 09, 2021 (83 KB)
  3. 13.0.5 - July 08, 2021 (83 KB)
  4. 13.0.4 - July 06, 2021 (83 KB)
  5. 13.0.3 - December 21, 2020 (85 KB)
  6. 10.2.1 - March 25, 2014 (129 KB)
Show all versions (91 total)

Development Dependencies (3):

hoe ~> 3.7
minitest ~> 5.2
rdoc ~> 4.0

Owners:

Authors:

  • Eric Hodel, Jim Weirich

SHA 256 checksum:

bf0e63be924118e15c8cf7948200252afcff98b950e155f497b4f500339bab4e

Total downloads 839,535,087

For this version 187,978

License:

MIT

Required Ruby Version: >= 1.9

Required Rubygems Version: >= 1.3.2

Links: