Open alanhogan opened 9 years ago
@alanhogan I was having the same issue, I moved:
require "rubygems"
require "meme_generator"
in /Library/Ruby/Gems/2.0.0/gems/memegen-1.0.9/bin/memegen
to just above
require "meme_generator/cli"
and it works now
I had the same issue, and @amitailanciano's fix works for me too.
On OS X Yosemite: