Sha256: 194e06a8ffb2780183872b633584f90808a6e9d4d309096e8eb013d8348f9029

Contents?: true

Size: 1.58 KB

Versions: 1

Compression:

Stored size: 1.58 KB

Contents

--- %YAML:1.0

TITLE    : Reap
NAME     : reap
VERSION  : '4.3.1'
DATE     : '2006-02-01'
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   : [ tar.bz2, gem ]  # zip, tar.gz, tbz, tgz, deb
DEPENDENCIES : [ facets ]
EXECUTABLES  : [ reap ]

PACKAGE:
  dir: '../DISTRIBUTION'
  exclude:
    - dist
    - dev
    - scrap
    - web

RUBYFORGE:
  project  : reap
  username : transami

RELEASE:
  host       : rubyforge.org  # only one supported currently
  project_id :

PUBLISH:
  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
  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

1 entries across 1 versions & 1 rubygems

Version Path
reap-4.3.1 ProjectInfo