I'd appreciate some help on this. After installing Shattered via, I
get an error when I try 'shattered test'.
I proceeded to install Shattered like this:
gem install shattered --include-dependencies
INFO: `gem install -y` is now default and will be removed
INFO: use --ignore-dependencies to install only the gems you list
Bulk updating Gem source index for:
http://gems.rubyforge.org
Building native extensions. This could take a while...
Successfully installed archive-tar-minitar-0.5.2
Successfully installed rubyzip-0.9.1
Successfully installed pmsrb-0.2.0
Successfully installed ogre.rb-0.3
Successfully installed shattered-0.7.0
5 gems installed
Installing ri documentation for archive-tar-minitar-0.5.2...
Installing ri documentation for pmsrb-0.2.0...
Installing ri documentation for shattered-0.7.0...
Installing RDoc documentation for archive-tar-minitar-0.5.2...
Installing RDoc documentation for pmsrb-0.2.0...
Installing RDoc documentation for shattered-0.7.0...
When I try to test it, i get a rubigen error:
C:\>shattered test
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_re
quire': no such file to load -- rubigen (LoadError)
from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
27:in `re
quire'
from c:/ruby/lib/ruby/gems/1.8/gems/shattered-0.7.0/bin/
shattered:2
from c:/ruby/bin/shattered:19:in `load'
from c:/ruby/bin/shattered:19
I couldn't find this error on the forums, so I'd appreciate help.