yeahrb / yeah

Ruby video game framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yeah command-line error: FileUtils not found

audy opened this issue · comments

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>'

I merged your fix, thank you!

I released a gem for 0.3.3 with this issue fixed.