Sha256: 31a192c9711248ef30aef097820719d9b0d744c41ca41664c219a62d0eb34957

Contents?: true

Size: 933 Bytes

Versions: 1

Compression:

Stored size: 933 Bytes

Contents

And just like that *snap* we arrive at version 5.0. Why a major version change? Becuase Reap tasks now have new "formulary". They are defined as true blue YAML types. This means you can even name a Reap task anything you like (although we strongly encourage sticking to the conventional names unless
otherwise neccessary). Here's an example from Facets' own ProjecInfo file:

  rdoc-core: !!rdoc
    dir: web/doc/api/core
    template: jamis
    options: ['--all', '--inline-source']
    include:
      - 'lib/facets/core/**/*'
      - '[A-Z]*'

  rdoc-more: !!rdoc
    dir: web/doc/api/more
    template: jamis
    options: ['--all', '--inline-source']
    include:
      - 'lib/facets/more/**/*'
      - '[A-Z]*'

With this release we have also tightened Rake inter-operability. Simply place

  require 'reap/rake'

in you Rakefile and all tasks defined in the ProjectInfo file will be available via the rake command.

Enjoy,
T.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
reap-5.0.0 doc/LATEST