I'm following a tutorial here for a simple web crawler (http://www.skorks.com/2009/07/how-to-write-a-web-crawler-in-ruby/) and one of the lines is to require 'command_line_argument_parser'
.
My system is unable to find the gem. The post was written in 2009. Without the gem, the code I downloaded from this guy doesn't work.
Any idea how to proceed?