Sha256: 1f0689e39577929f129bc8af9d7b87b6f8f3e833c4f9742d412978d3eb3536e7

Contents?: true

Size: 1.95 KB

Versions: 1

Compression:

Stored size: 1.95 KB

Contents

---

title    : Facets
name     : facets
version  : '1.4.1'
created  : '2004-12-16'
status   : Beta/Stable

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

summary: Exceptional collection of extensions and additions.

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

revision:
  type: darcs
  exclude:
    - 'lib/facet'
    - 'release'
    - 'web/doc/api'
    - 'web/images'
    - 'setup.rb'

# --- TASKS --- #

package: !!package
  distribute: [ gem, tar.bz2, deb ]
  dir: release

release: !!release
  host       : rubyforge.org
  username   : transami
  project    : facets
  groupid    : 804
  package    : Facets
  dir        : release

extest: !!extest
  files: 'lib/facets/**/*.rb'

test: !!test

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

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

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

announce: !!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: note/ANN
  slogan: ALL YOUR BASE ARE BELONG TO RUBY!
  links:
    - http://facets.rubyforge.org

count: !!count
  include: 'lib/**/*'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
facets-1.4.1 ProjectInfo