Commit graph

3 commits

Author SHA1 Message Date
jlam
37978aadc8 Update ruby-gem_plugin to version 0.2.3. Changes from version 0.2.2
include:

- Turn into a signed gem.
2008-04-04 15:20:01 +00:00
minskim
b66adb0335 Update ruby-gem_plugin to 0.2.2.
Only change is a minor tweak to handle a small change in rubygems.
2007-04-27 19:57:53 +00:00
minskim
87a042abb2 Import ruby-gem_plugin.
GemPlugin is a system that lets your users install gems and lets you
load them as additional features to use in your software.  It
originated from the Mongrel (mongrel.rubyforge.org) project but proved
useful enough to break out into a separate project.

GemPlugin works by listing the gems installed, and doing a require_gem
on any that have the right dependencies.  For example, if a gem
depends on "gem_plugin" and "mongrel" then it will load as a Mongrel
plugin.  This makes it so that users of the plugins only need to gem
install (and maybe config a bit), and plugin authors only need to make
gems.
2006-10-31 19:43:02 +00:00