I'd like to embed 2 gems into my RubyCocoa app, so the user doesn't have to install them on the console on him-/herself. But I can't find any information on about how to do that.
+1
A:
I'm not to familiar with how RubyCocoa deals with things, but I'd imagine you could use gem unpack
to extract the gem source to some directory in your project root and then reference the library from there.
CJ Bryan
2009-02-08 03:09:37
+1
A:
RubyCocoa includes a tool called standaloneify.rb that will include dependencies in your application bundle. Find it at [path to RubyCocoa.framework]/Versions/A/MacOS/Tools/standaloneify.rb
.
Chuck
2009-02-08 05:00:05