#1015186 ITP: jruby-rake -- ruby make-like utility - jruby version

#1015186#5
Date:
2022-07-17 09:46:33 UTC
From:
To:
* Package name    : jruby-rake
  Version         : 12.3.3
  Upstream Author : Ruby upstream
* URL             : https://github.com/ruby/rake
* License         : Expat
  Programming Lang: Ruby
  Description     : ruby make-like utility - jruby version

 Rake is a simple ruby build program with capabilities similar to make.
 .
 Rake has the following features:
   * Rakefiles (rakes 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 sythesize implicit tasks.
   * Rake is lightweight. It can be distributed with other
     projects as a single file. Projects that depend upon
     rake do not require that rake be installed on target
     systems.
 .
 This version of the package is for building JRuby itself. Do not use it with
 the standard Ruby interpreter.