Sha256: 079f72e798ce45568e0a5adf415117a36182719363c55dad59eef8788b96cbfe
Contents?: true
Size: 777 Bytes
Versions: 7
Compression:
Stored size: 777 Bytes
Contents
--- %YAML:1.0 TITLE : &title Calibre Multiton NAME : &pkg calibre-multiton VERSION : '2.0.0' DATE : '2005-11-250' STATUS : Beta/Stable AUTHOR : Thomas Sawyer EMAIL : &email transfire@gmail.com HOMEPAGE : "http://calibre.rubyforge.org" SUMMARY: Implementation of the Multiton design pattern. DESCRIPTION: > Multiton is similar to the Singleton, but rather then a single object it pools a cached set cooresponding to the initialization parameters --initialize the class again with the same parameters and get the same object. DEPENDENCIES: [] DISTRIBUTE: [ gem, tar.bz2, zip ] RUBYFORGE: PROJECT: 'calibre' USERNAME: transami PACKAGE: dir: '../../dist' RDOC: - dir: rdoc template: jamis options: ['--all', '--inline-source']
Version data entries
7 entries across 7 versions & 1 rubygems