--- %YAML:1.0 TITLE: &title Your App's Title NAME: &pkg your_unix_name VERSION: '0.0.1' AUTHOR: Your Name EMAIL: youremail@address.com HOMEPAGE: "http://your_package_name.rubyforge.org" SUMMARY: One line summary DESCRIPTION: > Multline description goes here. RUBYFORGE: PROJECT: your_projects_unix_name USERNAME: your_rubyforge_username PUBLISH: - HOST: rubyforge TYPE: web USERNAME: your_username DIR: www #================================================= # Usually the following defaults are sufficiant #================================================= TEST: FILES: - 'test/**/tc*.rb' - 'test/**/test*.rb' - 'test/**/*test.rb' OPTIONS: ~ # not used yet RDOC: TITLE: *title DIR: 'rdoc' # '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: ruby-talk@ruby-lang.org FROM: *email DOMAIN: your_domain.net SERVER: smtp.your_email_server.com PORT: 25 ACCOUNT: email_account_name AUTHTYPE: login #cram_md5 #plain TLS: false # not working yet FILE: ANN # which file contains announcement SLOGAN: ALL YOUR BASE ARE BELONG TO RUBY! INFO: - http://your_homepage.org - http://other_links.com