Sha256: eface58653c267799e79534e8323968d564d377804df6c0aef637dc2f3dd41e6
Contents?: true
Size: 1.3 KB
Versions: 13
Compression:
Stored size: 1.3 KB
Contents
--- %YAML:1.0 TITLE: &title Your Package NAME: &pkg your_package_name VERSION: '0.0.1' AUTHOR: Your Name EMAIL: &email youremail@address.com HOMEPAGE: "http://your_package_name.rubyforge.org" SUMMARY: One line summary DESCRIPTION: > Multline description goes here. RUBYFORGE: PROJECT: 'your_project_name' USERNAME: your_rubyforge_username TEST: FILES: - 'test/**/tc_*.rb' OPTIONS: ~ RDOC: TITLE: *title DIR: 'doc' #'rdoc' TEMPLATE: html #ruby-red OPTIONS: ['--merge', '--promiscuous', '--all'] MAIN: README INCLUDE: - 'README' - 'LICEN*' - 'lib/**/*.rb' - 'bin/**/*.rb' EXCLUDE: [] PACKAGE: DIR: pkg INCLUDE: - 'lib/**/*' - 'bin/**/*' - 'bench/**/*' - 'test/**/*' - 'doc/**/*' - 'rdoc/**/*' - 'pub/**/*' - 'www/**/*' - 'demo/**/*' - 'samples/**/*' - 'examples/**/*' - 'setup.rb' - '[A-Z]*' EXCLUDE: - InstalledFiles 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 FILE: ANN #which file contains tha announcement text SLOGAN: ALL YOUR BASE ARE BELONG TO RUBY! INFO: - http://your_homepage.org GEMSPEC: ACTIVE: true
Version data entries
13 entries across 13 versions & 1 rubygems