Sha256: c0f6240294a98c736233cc2198ba10adc533cf02ca3ab7eef68fecc289226aa6

Contents?: true

Size: 1.67 KB

Versions: 1

Compression:

Stored size: 1.67 KB

Contents

--- %YAML:1.0

TITLE: &title Ruby Facets
NAME: &pkg facets
VERSION: '0.7.1'
AUTHOR: Trans
EMAIL: transfire@gmail.com
HOMEPAGE: "http://calibre.rubyforge.org"

SUMMARY: Fantastic Atomic Core Extensions

DESCRIPTION: >
  Ruby Facets is a cornicopia of extensions for
  the Ruby programming language. It is unique by virtue
  of the atomicity of its design. Methods are stored
  in their own files, allowing for extremely granular
  control of requirements. Ruby Facets is a subproject
  of Ruby Calibre.

RUBYFORGE:
  PROJECT: 'calibre'
  USERNAME: transami

TEST:
  FILES:
    - 'test/**/tc_*.rb'
  OPTIONS: ~

RDOC:
  -
    TITLE: *title
    DIR: 'doc/atomic-rdoc'
    TEMPLATE: html #ruby-red
    OPTIONS: ['--merge', '--promiscuous', '--all']
    MAIN: README
    INCLUDE:
      - 'README'
      - 'LICEN*'
      - 'lib/facet/*/*.rb'
    EXCLUDE: []
  -
    TITLE: *title
    DIR: 'doc/main-rdoc'
    TEMPLATE: html #ruby-red
    OPTIONS: ['--all']
    MAIN: README
    INCLUDE:
      - 'README'
      - 'LICEN*'
      - 'lib/facet/*.rb'
    EXCLUDE: []
   

PACKAGE:
  DIR: pkg
  INCLUDE:
    - 'lib/**/*'
    - 'bench/**/*'
    - 'test/**/*'
    - 'rdoc/**/*'
    - 'doc/**/*'
    - 'pub/**/*'
    - 'demo/**/*'
    - 'samples/**/*'
    - 'examples/**/*'
    - 'setup.rb'
    - '[A-Z]*'
  EXCLUDE:
    - InstalledFiles
  ZIP: true
  GZIP: true
  BZIP2: true
  GEM: true

ANNOUNCE:
  TO: transfire@gmail.com #ruby-talk@ruby-lang.org
  FROM: transfire@gmail.com
  DOMAIN: jupiterzeus.net
  SERVER: smtp.gmail.com
  PORT: 25
  ACCOUNT: transfire@gmail.com
  AUTHTYPE: login  #cram_md5 #plain
  TLS: true
  FILE: ANN
  SLOGAN: ALL YOUR BASE ARE BELONG TO RUBY!
  INFO:
    - http://calibre.rubyforge.org

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
facets-0.7.1 Reapfile