Sha256: 11852a19a80b02d075b06dadefbff09e06ed8b769bfb2e4e843de5285c5d2fd9

Contents?: true

Size: 1.77 KB

Versions: 1

Compression:

Stored size: 1.77 KB

Contents

---

title    : Facets
name     : facets
version  : '1.3.1'
date     : '2006-04-17'
status   : Beta/Stable

author   : Thomas Sawyer
email    : &email transfire@gmail.com
homepage : "http://facets.rubyforge.org"

summary: Vast collection of atomic core extension methods.

description:
  Facets Core is a large collection of core extension methods
  and module additions for the Ruby programming language.
  The extensions are unique by virtue of thier atomicity.
  Methods are stored in their own files, allowing
  for highly granular control of requirements.
  The modules include a variety of useful classes, mixins and
  microframeworks, from the Functor to a full SI units system.

rubyforge:
  project: 'facets'
  username: transami

distribute: [ gem, tar.bz2, deb ]

release:
  host       : rubyforge.org
  username   : transami
  project    : facets
  groupid    : 804
  package    : Facets
  dir        : '../DISTRIBUTION'

package:
  dir: ../DISTRIBUTION
  exclude:
    - dist
    - dev
    - web
    - note

testext:
  files: 'lib/facets/**/*.rb'

rdoc:
  - dir: web/doc/api/core
    template: jamis
    options: ['--all', '--inline-source']
    include:
      - 'lib/facets/core/**/*'
      - '[A-Z]*'
  - dir: web/doc/api/more
    template: jamis
    options: ['--all', '--inline-source']
    include:
      - 'lib/facets/more/**/*'
      - '[A-Z]*'

publish:
  host: rubyforge.org
  type: web
  username: transami
  project: facets
  dir: web

announce:
  to: transfire@gmail.com #ruby-talk@ruby-lang.org
  from: transfire@gmail.com
  domain: jupiterzeus.net
  server: smtp.gmail.com
  port: 25 #587
  account: transfire@gmail.com
  authtype: login  #cram_md5 #plain
  sectype: tls # ~, tls, ssl
  file: ANN
  slogan: ALL YOUR BASE ARE BELONG TO RUBY!
  links:
    - http://facets.rubyforge.org


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
facets-1.3.1 ProjectInfo