Imagemagick, rmagick and OSX mountain lion issue
If you happen to encounter the issue below when installing rmagick in mountain lion, try to reinstall image-magick with the older version 6.7-* that should fix the problem.
brew versions imagemagick
git checkout <old_image_magick_version> /usr/local/Library/Formula/imagemagick.rb
brew install imagemagick
gem install rmagick
