I am trying to install the fxruby gem, but when I try to require it, I get this error message:
LoadError: cannot load such file -- fox16
from /usr/local/Cellar/ruby/2.0.0 p247/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in `require'
from /usr/local/Cellar/ruby/2.0.0-p247/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in `require'
from (irb):2
from /usr/local/Cellar/ruby/2.0.0-p247/bin/irb:12:in `<main>'
I have homebrew, command line tools, and fox installed on my system. I am using ruby 2.0.0 on OS X Mavericks. Any tips?