Sha256: 2e6ef2537e23bab0035db94f1c792e5a137f49180c0a0842b14f78d641a2ac95

Contents?: true

Size: 1.71 KB

Versions: 1

Compression:

Stored size: 1.71 KB

Contents

--- %YAML:1.0

title    : Reap
name     : reap
version  : '4.5.2'
created  : '2004-04-01'
status   : 'beta/stable'

author   : Thomas Sawyer
email    : &email transfire@gmail.com
homepage : "http://reap.rubyforge.org"
summary  : The Bountiful Ruby Project Management Assistant

description: >
  Reap comprises a set of tasks commonly need ber 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 project
  information, significantly simplifying these chores.

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

rubyforge:
  project  : reap
  username : transami

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

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

rdoc:
  dir: 'web/doc/api'
  include:
    - 'A-Z*'
    - 'lib/**/*'
  exclude:
    - 'lib/reap/data'

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

perm:
  filemod: 644
  dirmod: 755
  user: trans
  group: users

noop:
  message: Hello Dude!

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
reap-4.5.2 ProjectInfo