--- %YAML:1.0

TITLE: &title Reap
NAME: &pkg reap
VERSION: '0.6.1'
AUTHOR: Thomas Sawyer 
EMAIL: transfire@gmail.com
HOMEPAGE: "http://reap.rubyforge.org"
SUMMARY: Rake extensions for project management assitance.

DESCRIPTION: >
  The Reap extensions for Rake comprise a set of commonly
  needed tasks for Ruby package developers/deployers.
  Because of the commonality, Reap utilizes a YAML
  configuration file to harvest project information,
  significantly simplifying Rake usage. In fact,
  when using Reap, it will not be uncommon to see a
  Rakefile containinf nothing but require 'reap-all'.

RUBYFORGE:
  PROJECT: reap
  USERNAME: reap

PUBLISH:
  HOST: rubyforge
  TYPE: web
  USERNAME: transami
  DIR: www

#=====================================================#
# From here down the default settings usually suffice #
#=====================================================#

TEST:
  FILES:
    - 'test/**/tc*.rb'
    - 'test/**/test*.rb'
    - 'test/**/*test.rb'
  OPTIONS: ~  # not used yet

RDOC:
  TITLE: *title
  DIR: 'pub/www/rdoc'
  TEMPLATE: html
  OPTIONS: ['--merge', '--all']
  MAIN: README
  INCLUDE:
    - 'README*'
    - 'LICEN*'
    - 'COPY*'
    - 'lib/**/*.rb'
    - 'bin/**/*.rb'
  EXCLUDE: []

PACKAGE:
  DIR: pkg
  INCLUDE:
    - 'lib/**/*'
    - 'data/**/*'
    - 'ext/**/*'
    - 'bin/**/*'
    - 'bench/**/*'
    - 'test/**/*'
    - 'doc/**/*'
    - 'rdoc/**/*'
    - 'pub/**/*'
    - 'www/**/*'
    - 'demo/**/*'
    - 'samples/**/*'
    - 'examples/**/*'
    - 'bench/**/*'
    - 'setup.rb'
    - '[A-Z]*'
  EXCLUDE:
    - InstalledFiles
  AUTOREQUIRE: ~
  REQUIREMENTS: []
  DEPENDENCIES: []
  EXECUTABLES: []
  GEM: true
  ZIP: true
  GZIP: true
  BZIP2: true

ANNOUNCE:
  TO: transfire@gmail.com  #ruby-talk@ruby-lang.org
  FROM: *email
  DOMAIN: reap.rubyforge.org
  SERVER: smtp.gmail.com
  PORT: 587
  ACCOUNT: transfire@gmail.com
  AUTHTYPE: login  #cram_md5  #plain
  TLS: false  # not working yet
  FILE: ANN-0.6.1  # which file contains announcement
  SLOGAN: REAP THE REWARDS!
  INFO:
    - http://reap.rubyforge.org
    - http://rake.rubyforge.org