yeah command-line error: FileUtils not found
audy opened this issue · 2 comments
audy commented
Missing a require 'fileutils'
in bin/yeah
:
$ yeah new game
/usr/local/var/rbenv/versions/1.9.3-p545/lib/ruby/gems/1.9.1/gems/yeah-0.3.2/bin/yeah:14:in `<top (required)>': uninitialized constant FileUtils (NameError)
from /usr/local/var/rbenv/versions/1.9.3-p545/bin/yeah:23:in `load'
from /usr/local/var/rbenv/versions/1.9.3-p545/bin/yeah:23:in `<main>'
aostrega commented
I merged your fix, thank you!
aostrega commented
I released a gem for 0.3.3 with this issue fixed.