Sha256: 8ea6e11a1416be04e572fe125e5beb515cc004188a3a071fc840e2a3b3b9f15e

Contents?: true

Size: 1.4 KB

Versions: 2

Compression:

Stored size: 1.4 KB

Contents

--- %YAML:1.0

TITLE    : Reap
NAME     : reap
DATE     : '2005-10-06'
SERIES   : '4.0'
STATUS   : 'beta/stable'

AUTHOR   : Thomas Sawyer 
EMAIL    : transfire@gmail.com
HOMEPAGE : "http://reap.rubyforge.org"
SUMMARY  : Tools for Ruby project testing, management and assistance.

DESCRIPTION: >
  Reap comprises a set of commonly needed tools for Ruby package
  developers/deployers. Because of the commonality,
  Reap utilizes a YAML configuration file to harvest project
  information, significantly simplifying usage.

DISTRIBUTE   : [ gem, tar.bz2, zip ]  # tar.gz, tbz, tgz
DEPENDENCIES : [ facets ]
EXECUTABLES  : [ reap ]

RUBYFORGE:
  PROJECT: reap
  USERNAME: transami

PUBLISH:
  type     : web
  host     : rubyforge.org
  username : transami
  dir      : web

RDOC:
  dir: 'web/rdoc'
  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
  authtype : login  # cram_md5, plain
  sectype  : tls    # ~, tls, ssl (not working yet)
  file     : ANN    # which file contains announcement
  slogan   : REAP THE REWARDS!
  links    :
    - http://reap.rubyforge.org
    - http://roll.rubyforge.org

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

NOOP:
  MESSAGE: Hello Dude!

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
reap-4.0 ProjectInfo
reap-4.0.0 ProjectInfo