Pluginfactory 1.0.7

Version 1.0.7 of pluginfactory has been released.

PluginFactory is a mixin module that turns an including class into a
factory for its derivatives, capable of searching for and loading them
by name. This is useful when you have an abstract base class which
defines an interface and basic functionality for a part of a larger
system, and a collection of subclasses which implement the interface for
different underlying functionality.

== Project Page

dev(E)iate

== Installation

Via gems:

$ sudo gem install pluginfactory

or from source:

$ wget http://deveiate.org/code/pluginfactory-1.0.7.tar.gz
$ tar -xzvf pluginfactory-1.0.7.tar.gz
$ cd pluginfactory-1.0.7
$ sudo rake install

== Changes

Repackaging for Ruby 1.9.2. This release contains no major code changes.