-- Wed, 25 Feb 2009 17:50:55 -0000 by deveiant (r57) -----
   Changed: lib/pluginfactory.rb

   Incrementing library version.


-- Wed, 25 Feb 2009 16:52:20 -0000 by deveiant (r56) -----
   Added:   spec/lib (new)
            spec/lib/helpers.rb (new)
   Changed: lib/pluginfactory.rb
            spec/pluginfactory_spec.rb

    * Fixes for Ruby 1.9.1.
    * Replace home-grown logger stuff with Logger library


-- Mon, 23 Feb 2009 06:34:03 -0000 by deveiant (r55) -----
   Changed: README
            Rakefile
            utils.rb
            project.yml
            spec/pluginfactory_spec.rb

   Start of fixes for 1.9.1.


-- Wed, 13 Aug 2008 21:58:41 -0000 by deveiant (r52) -----
   Changed: lib/pluginfactory.rb
            Rakefile
            utils.rb
            spec/pluginfactory_spec.rb

   Updating tags on new files.


-- Wed, 13 Aug 2008 21:57:47 -0000 by deveiant (r51) -----
   Deleted: rake

   Removing old rake tasklib dir


-- Wed, 13 Aug 2008 21:57:18 -0000 by deveiant (r50) -----
   Added:   project.yml (new)
   Changed: README
            /trunk
            LICENSE
            Rakefile

   Converting to the new build system


-- Wed, 26 Mar 2008 16:01:36 -0000 by deveiant (r48) -----
   Changed: Rakefile
            rake/publishing.rb
            rake/svn.rb

    * More packaging/publishing fixes.


-- Tue, 25 Mar 2008 21:17:07 -0000 by deveiant (r46) -----
   Changed: /trunk
            Rakefile
            rake/publishing.rb

    * Fixed announcement-sending task to use SMTP+SSL via a monkeypatch to net/smtp. (Maybe package it
    up and upstream later?)


-- Tue, 25 Mar 2008 19:36:11 -0000 by deveiant (r45) -----
   Added:   experiments (new)
            experiments/logger_output.rb (new)
            rake/publishing.rb (new)
   Changed: README
            lib/pluginfactory.rb
            /trunk
            MANIFEST
            LICENSE
            Rakefile (and 4 other/s)
   Deleted: .gemspec
            makedist.rb
            install.rb
            .cvsignore
            docs

    * Packaging and publication tasks updated.
    * Updated documentation.


-- Fri, 27 Jul 2007 06:53:27 -0000 by deveiant (r43) -----
   Deleted: test.rb

   Removed test runner script


-- Fri, 27 Jul 2007 06:50:56 -0000 by deveiant (r42) -----
   Added:   LICENSE
            -> renamed from /trunk/COPYRIGHT@r41
            Rakefile (new)
            rake (new)
            rake/helpers.rb (new)
            spec/spec.opts (new)
            rake/svn.rb (new) (and 4 other/s)
   Changed: lib/pluginfactory.rb
            /trunk
            test.rb
   Deleted: tests
            COPYRIGHT

   Converted test::unit tests to RSpec


-- Tue, 13 Mar 2007 18:34:19 -0000 by deveiant (r40) -----
   Changed: /trunk
            makedist.rb

   Bumping project-version and fixing makedist problems.


-- Tue, 13 Mar 2007 18:20:58 -0000 by deveiant (r38) -----
   Changed: lib/pluginfactory.rb

    * Log list of candidate subdirs


-- Thu, 22 Feb 2007 23:03:05 -0000 by deveiant (r37) -----
   Changed: lib/pluginfactory.rb


    * Support #derivative_dirs method as well as the camelCased variant.


-- Sat, 01 Jul 2006 18:50:52 -0000 by ged (r36) -----
   Changed: lib/pluginfactory.rb
            docs/makedocs.rb
            test.rb


    * Converted camelCased methods to under_barred ones.

    * Fixed tests.


-- Sat, 05 Mar 2005 00:32:10 -0000 by ged (r35) -----
   Changed: /trunk

   Incremented project version attribute


-- Sat, 05 Mar 2005 00:25:54 -0000 by ged (r33) -----
   Changed: makedist.rb

   Merged changes from project-utils version


-- Sat, 05 Mar 2005 00:21:05 -0000 by ged (r32) -----
   Changed: lib/pluginfactory.rb

   - Made load failures raise FactoryErrors as intended instead of RuntimeErrors.


-- Sun, 21 Nov 2004 17:14:13 -0000 by ged (r31) -----
   Changed: utils.rb
            install.rb

   -- Updated project-utils files


-- Sun, 21 Nov 2004 17:02:59 -0000 by ged (r30) -----
   Added:   .gemspec (new)
   Changed: /trunk
            MANIFEST

   -- Gemified
   -- Fixed missing utils.rb in MANIFEST
   -- Added project-spec properties to the root dir.


-- Wed, 08 Sep 2004 04:51:57 -0000 by ged (r28) -----
   Added:   docs/makedocs.rb (new)
            utils.rb (new)
            makedist.rb (new)
            install.rb (new)

   - Hmmm... that didn't work. Copying over new versions of the util scripts until
   I figure out how the hell to do what I want.


-- Wed, 08 Sep 2004 04:27:06 -0000 by ged (r27) -----
   Deleted: docs/makedocs.rb
            utils.rb
            makedist.rb
            install.rb

   - Replacing with versions from project-utils (experimental -- may just have to
   re-check them in)


-- Tue, 24 Aug 2004 01:38:10 -0000 by ged (r26) -----
   Changed: lib/pluginfactory.rb

   - Added a very important property


-- Tue, 24 Aug 2004 01:36:11 -0000 by ged (r25) -----
   Changed: lib/pluginfactory.rb

   - Added keywords property to lib/pluginfactory.rb


-- Tue, 24 Aug 2004 01:35:26 -0000 by ged (r24) -----
   Changed: install.rb

   - Fixed String =~ String warning


-- Tue, 24 Aug 2004 01:34:13 -0000 by ged (r23) -----
   Changed: install.rb

   - Added bangheader


-- Tue, 24 Aug 2004 01:33:14 -0000 by ged (r22) -----
   Changed: test.rb

   - Easyified bangheader


-- Wed, 10 Mar 2004 06:36:15 -0000 by deveiant (r20) -----
   Changed: ChangeLog

   Updated for tag release_0_01


-- Wed, 10 Mar 2004 06:34:00 -0000 by deveiant (r19) -----
   Added:   .cvsignore (new)
            .irbrc (new)
            docs/makedocs.rb (new)
            docs/CATALOG (new)
            utils.rb (new)
            makedist.rb (new) (and 5 other/s)
   Changed: /trunk

   Initial checkin.


-- Mon, 08 Mar 2004 08:07:38 -0000 by deveiant (r18) -----
   Changed: tests/dir/deepsubofmybase.rb
            tests/othersub.rb

   - Fixed class/file agreement.


-- Mon, 08 Mar 2004 08:06:24 -0000 by deveiant (r17) -----
   Changed: tests/mybase.rb

   - Fixed derivativeDirs method.


-- Mon, 08 Mar 2004 08:05:38 -0000 by deveiant (r16) -----
   Changed: lib/pluginfactory.rb

   - Documentation additions
   - Refactored path-search code


-- Mon, 08 Mar 2004 05:30:01 -0000 by deveiant (r15) -----
   Changed: test.rb

   - Added a hook into -d that turns on logging.


-- Mon, 08 Mar 2004 03:13:38 -0000 by stillflame (r14) -----
   Changed: README

   no, this is not using the default install.rb installation process


-- Mon, 08 Mar 2004 03:07:27 -0000 by stillflame (r13) -----
   Changed: lib/pluginfactory.rb

   FactoryError now inherits from RuntimeError


-- Mon, 08 Mar 2004 03:06:05 -0000 by stillflame (r12) -----
   Changed: test.rb

   filling in


-- Mon, 08 Mar 2004 03:05:36 -0000 by stillflame (r11) -----
   Added:   tests/dir/deepsubofmybase.rb (new)
            tests/othersub.rb (new)
            tests/dir (new)
            tests (new)
            tests/subofmybase.rb (new)
            tests/mybase.rb (new) (and 1 other/s)

   initial import


-- Sun, 07 Mar 2004 23:42:11 -0000 by stillflame (r10) -----
   Changed: README

   reformatted


-- Sun, 07 Mar 2004 23:41:51 -0000 by stillflame (r9) -----
   Changed: install.rb

   filled in


-- Sun, 07 Mar 2004 22:36:44 -0000 by stillflame (r8) -----
   Changed: README
            COPYRIGHT

   filled in


-- Sun, 07 Mar 2004 18:49:23 -0000 by stillflame (r7) -----
   Changed: lib/pluginfactory.rb

   cleaned out ties to other modules


-- Sun, 07 Mar 2004 17:33:10 -0000 by stillflame (r6) -----
   Added:   lib/pluginfactory.rb (new)
   Deleted: lib/factory.rb

   renaming


-- Sun, 07 Mar 2004 17:31:18 -0000 by stillflame (r2) -----
   Added:   README (new)
            lib/factory.rb (new)
            test.rb (new)
            lib (new)
            COPYRIGHT (new)
            install.rb (new) (and 1 other/s)

   Initial revision


-- Sun, 07 Mar 2004 17:31:18 -0000 by unknown (r1) -----
   Added:   /trunk (new)
            /branches (new)
            /tags (new)

   New repository initialized by cvs2svn.


