[ANN] PluginFactory 1.0.3

Version 1.0.3 of PluginFactory has been released.

PluginFactory is a mixin module that adds pluggable behavior to
including classes, allowing you to require and instantiate its
subclasses by name via a factory method.

== Project Page

  http://deveiate.org/projects/PluginFactory

== Installation

Via gems:

  $ sudo gem install pluginfactory

or from source:

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

== Changes

* Redid gem packaging.
* Converted from Test::Unit to rspec.
* A few workarounds for running under ActiveSupport's automagical require
   stuff.