Sha256: d7b63b70d6688a081bcb977b9ef55c2745d04c4d57969b25a70af5d1ecbe3a2f
Contents?: true
Size: 1.75 KB
Versions: 3
Compression:
Stored size: 1.75 KB
Contents
--- %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
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
reap-03.01 | data/site_ruby/reap/template.yaml |
reap-0.6.1 | data/site_ruby/reap/template.yaml |
reap-3.01 | data/site_ruby/reap/template.yaml |