Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37740785
en ru br
ALT Linux repos
S:0.16.1-alt1

Group :: Development/Ruby
RPM: gem-bake

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.16.1-alt1
Build date: 3 september 2021, 14:30 ( 139.1 weeks ago )
Size: 19.72 Kb

Home page:   https://github.com/ioquatix/bake

License: MIT
Summary: A replacement for rake with a simpler syntax
Description:

Bake is a task execution tool, inspired by Rake, but codifying many of the use
cases which are typically implemented in an ad-hoc manner.

Rake is an awesome tool and loved by the community. So, why reinvent it?
Bake provides the following features that Rake does not:

* On demand loading of files following a standard convention. This avoid loading
 all your rake tasks just to execute a single command.
* Better argument handling including support for positional and optional
 arguments.
* Focused on task execution not dependency resolution. Implementation is
 simpler and a bit more predictable.
* Canonical structure for integration with gems.

That being said, Rake and Bake can exist side by side in the same project.

Current maintainer: Pavel Skrylev

List of contributors

List of rpms provided by this srpm:

  • bake
  • gem-bake
  • gem-bake-devel
  • gem-bake-doc
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin