Building a Well-Polished Ruby GemWritten by: Daniel P. Clark A gem is a package for Ruby to distribute code in a maintained unit. But that's not all there is to it. A Ruby gem can also contain full documentation and testing. And gems can be further configured for external services for quality, test suite, and documentation verification. When you're publishing code for other people to use, you're a
