Re: [MacRuby-devel] require failing to find installed gem - fromCocoa app

2009-09-24 Thread Stevenson, Bob
cRuby-devel] require failing to find installed gem - fromCocoa app Hi Bob, Did you embed MacRuby within your app? This could potentially explain why it cannot find the gem. Laurent On Sep 23, 2009, at 12:05 PM, Stevenson, Bob wrote: > I've installed a gem that I'm trying to u

[MacRuby-devel] require failing to find installed gem - from Cocoa app

2009-09-23 Thread Stevenson, Bob
I've installed a gem that I'm trying to use from the latest nightly; but the embedded macruby runtime; does not find the gem. Controller.rb:14:in `': no such file to load -- xml-object (LoadError) What do I need to do so that the embedded macruby can find my installed gem? I can perform the requi