Well this depends did you gem install from a setup block in shoes or from ruby directly. Shoes maintains its own gems in a .shoes dir. So if you gem installed to ruby directly you will have to use the setup block. Check out the simple-rubygems sample on how to do this. Make sure shoes knows where imagemagick is. --Tom
On 4/19/08, Dmitrii Dimandt <[EMAIL PROTECTED]> wrote: > How do I hook up shoes with other ruby libraries? > > For example, I gem-installed RMagick. How do I get it to work with > Shoes. SImple require RMagick causes shoes to crash (obviously :) ) > -- Sent from Gmail for mobile | mobile.google.com
