Sha256: 0d83260aabc7f44baa45526478f3ebba6683d0e4fbdcc1fbf30ce40100fe1c75

Contents?: true

Size: 1.73 KB

Versions: 1

Compression:

Stored size: 1.73 KB

Contents

<pre id="example" style="font-size: .9em; line-height: 1.1em;">

--- %YAML:1.0

title    : Reap
name     : reap
version  : 6.0.0
status   : 'beta'

author   : Thomas Sawyer
created  : '2004-04-01'
email    : transfirz@zmail.com
homepage : "http://reap.rubyforge.org"

summary  : A Ruby Project Management Assistant

description: >
  Reap comprises a set of tasks commonly needed by
  Ruby package developers/deployers, such as testing,
  packaging, releasing, etc. You can also use Reap
  to create your own custom tasks. Reap utilizes a
  YAML configuration file to harvest common project
  information, significantly simplifying these chores.

rubyforge:
  project  : reap
  username : transami

install: !!installer
  template: |
    bin  bin       *     .
    lib  lib/reap  **/*  $name/$version

package: !!package
  distribute   : [ tar.bz2, gem, deb ]
  dependencies : [ facets ]
  executables  : [ reap, rubytest ]
  dir: '../DISTRIBUTION'
  exclude:
    - dist
    - dev
    - scrap
    - web

release: !!release
  host       : rubyforge.org
  username   : transami
  project    : reap
  groupid    : 811
  package    : Reap
  dir        : '../DISTRIBUTION'

publish: !!publish
  target   : rubyforge
  type     : web
  host     : rubyforge.org
  username : transami
  dir      : web

rdoc: !!rdoc
  dir: 'web/doc/api'
  main: README

announce: !!announce
  to       : ruby-talk@ruby-lang.org
  from     : &amp;email transfirz@zmail.com
  domain   : unit.rubyforge.org
  server   : smtp.gmail.com
  port     : 587
  account  : *email
  type     : login  # cram_md5, plain
  security : tls    # ~, tls, ssl (not working yet)
  file     : doc/LATEST  # file contains announcement
  slogan   : REAP THE REWARDS!
  links    : []

doap: !!doap
  dir: doc

</pre>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
reap-6.0.1 web/ProjectInfo.html