View Single Post
A quick note on ruby paths. If, like me, you use macports for ruby, then you'll need to change the first line of OFfline.rb from "#!/usr/bin/env ruby" to something like "#!/opt/local/bin/ruby" or whatever your ruby path is. From the terminal, type "which ruby" to find the correct path.

Thanks for making this great script.