--- %YAML:1.0 TITLE : Calibre BasicObject NAME : calibre-basicobject VERSION : '1.0.0' DATE : '2005-11-19' STATUS : Beta/Stable AUTHOR : Thomas Sawyer EMAIL : &email transfire@gmail.com HOMEPAGE : "http://calibre.rubyforge.org" SUMMARY: BasicObject class is essentially a Kernelless Object. DESCRIPTION: > The BasicObject class is a subclasses of Object that removes most predefined methods provided by the Kernel module. It is useful for creating Proxy and OpenStruct-like classes. DEPENDENCIES: - facets DISTRIBUTE: [ gem, tar.bz2, zip ] RUBYFORGE: PROJECT: 'calibre' USERNAME: transami PACKAGE: dir: '../../dist' RDOC: - dir: rdoc template: jamis options: ['--all', '--inline-source']