Commit graph

6 commits

Author SHA1 Message Date
taca
51b81344cc * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Ajust new ruby package's framework.
2010-09-10 07:23:26 +00:00
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
jlam
ab526dcd81 Don't mark this package as broken -- it's not. 2008-03-31 15:32:36 +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
wiz
29abbd1c1b Mark as BROKEN_IN pkgsrc-2006Q4, based on
ftp://asim.lip6.fr/outgoing/packages/i386/3.1/20070114.1132/broken.html
(latest 3.1/i386 bulk build of 2006Q4).

Feel free to fix them...
2007-01-31 00:04:11 +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