Ruby on Leopard
Posted November 17, 2008 in Mac, ProgrammingJust trying to get my old website generation scripts (developed on Windows) to work on Leopard. Had to install the RedCloth gem. Couldn’t use the latest version due to some missing support to compile the native version so used rubygems to install an older version (3.0.4) that’s pure ruby. After that, needed to add export RUBYOPT=rubygems
to my .profile.