--- %YAML:1.0 TITLE : &title Calibre ClassInherit NAME : &pkg calibre-classinherit VERSION : '2.1.0' DATE : '2005-11-30' STATUS : Beta/Stable AUTHOR : Thomas Sawyer EMAIL : &email transfire@gmail.com HOMEPAGE : "http://calibre.rubyforge.org" SUMMARY: Provides class-level inheritance for mixin modules. DESCRIPTION: > When including a module, its class/module methods are not inherited. At times this can be frustrating --a good example being mixable DSLs. The behavior can be overcome using callbacks, but solutions tend to be a bit hackish. ClassInherit makes it simple, consitant and clean. DEPENDENCIES: [] DISTRIBUTE: [ gem, tar.bz2, zip ] RUBYFORGE: PROJECT: 'calibre' USERNAME: transami PACKAGE: dir: '../../dist' RDOC: - dir: rdoc template: jamis options: ['--all', '--inline-source']