This document discusses how to package Ruby code for distribution. It recommends using RubyGems for packaging and distributing gems, with GitHub or RubyForge for source code management and hosting. It also recommends using continuous integration services like RunCoderun to automatically test code on commits. The workflow involves packaging code as a gem, hosting it on a public install site like RubyForge, storing the source code in a public GitHub repository, and using a service like RunCoderun to run tests whenever the code is updated.