Info2: << Package: gem-plugin-rb%type_pkg[ruby] Version: 0.2.3 Revision: 1 Type: ruby (1.8) Description: Gem Based Plugin System for Ruby License: LGPL Maintainer: Benjamin Reed Depends: << libgems-rb%type_pkg[ruby], ruby%type_pkg[ruby] << BuildDepends: << rubygems-rb%type_pkg[ruby], ruby%type_pkg[ruby]-dev << Source: http://rubyforge.org/frs/download.php/27044/gem_plugin-%v.gem Source-MD5: 1736ce8ce007058c4703abe2fd209aa5 NoSourceDirectory: true CompileScript: echo "" InstallScript: << install -d -m 755 %i/var/lib/gems/%type_raw[ruby] %p/bin/gem install --local --install-dir %i/var/lib/gems/%type_raw[ruby] --rdoc gem_plugin-%v.gem rm -rf %i/var/lib/gems/%type_raw[ruby]/cache << DescDetail: << 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 (http://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'll 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. << Homepage: http://rubyforge.org/projects/mongrel/ <<