Collections gem
The Ruby Collections gem contains several collection classes. The SequencedHash (aka OrderedHash) maintains the insertion order.
The LRUMap discards the least recently used items first. It can be used as a simple caching mechanism.
Many more useful collection classes to come
[sudo] gem install collections
Rubyforge project | Documentation
RemoteLogger gem
The RemoteLogger is an extension plugin for the Logger package that is part of the Ruby standard lib.
You can create a logger that sends log messages to a remote logserver (the server is part of the gem and can be run from the command line).
[sudo] gem install remote_logger --source http://code.juretta.com
WDDX gem
WDDX consists of a language-independent representation of data based on an XML 1.0 DTD, and a set of
modules for a wide variety of languages that use WDDX.
The Ruby WDDX Gem enables easy usage of WDDX in Ruby.
[sudo] gem install wddx
Rubyforge project | Documentation
URI-Template gem
URI Templates are strings that contain embedded variables that are transformed into URIs after embedded variables are substituted.
This gem implements the URI Template specification and transforms URI templates in to URIs.
[sudo] gem install uri-templates
Rubyforge project | Documentation
AMF-Tools
[sudo] gem install amftools --source=http://code.juretta.com
Documentation