--- %YAML:1.0 TITLE : &title Calibre ClassMethods NAME : &pkg calibre-classmethods VERSION : '2.0.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 included modules. DESCRIPTION: > When including a module, its class/module methods are not inherited. While usually unneccesary, it can sometimes be frustrating --a good example being mixable DSLs. The shortcoming can be overcome using callbacks, but solutions tend to be hackish. ClassMethods makes it simple 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']