--- title : Facets name : facets version : '1.4.4' 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' - 'web/doc/api' - 'web/images' - 'setup.rb' # --- TASKS --- # backup: !!backup dir: ../../BACKUP package: !!package distribute: [ tar.gz ] #gem dir: ../releases exclude: - _darcs - web/doc/api #roll: !!package # distribute: [ tar.bz2 ] # dir: ../REL/roll # exclude: # - 'web/doc/api' # - 'lib/facet/' # rules: | # lib/facets **/* lib/facets/$version # data/roll/facets **/* data/roll/facets/$version # lib facets.rb lib/facets/$version release: !!release host : rubyforge.org username : transami project : facets groupid : 804 package : Facets dir : ../releases extest: !!extest files: 'lib/facets/**/*.rb' test: !!test rdoc-core: !!rdoc dir: doc/api/core template: jamis options: ['--all', '--inline-source'] include: - 'lib/facets/core/**/*' - '[A-Z]*' exclude: - Reapfile rdoc-more: !!rdoc dir: doc/api/more template: jamis options: ['--all', '--inline-source'] include: - 'lib/facets/more/**/*' - '[A-Z]*' exclude: - Reapfile publish: !!publish host: rubyforge.org type: web username: transami project: facets dir: doc/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/**/*'