How would I go about using the Twitter (https://github.com/jnunemaker/twitter) gem with MacRuby? I want to be able to `require` it without having the user have to have it already installed. Is there some way to package it with the application?
Yes, you simply need to use the --embed-gem option when deploying. Check out the macruby_deploy man page for details. Sent from my iDevice On 2011-09-11, at 12:06, Mark Szymanski <mrman208@me.com> wrote:
How would I go about using the Twitter (https://github.com/jnunemaker/twitter) gem with MacRuby? I want to be able to `require` it without having the user have to have it already installed. Is there some way to package it with the application? _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
This chapter from my book should help: http://ofps.oreilly.com/titles/9781449380373/_using_ruby_3rd_party_libraries... - Matt Sent from my iPhone On Sep 11, 2011, at 9:52, Mark Rada <mrada@marketcircle.com> wrote:
Yes, you simply need to use the --embed-gem option when deploying. Check out the macruby_deploy man page for details.
Sent from my iDevice
On 2011-09-11, at 12:06, Mark Szymanski <mrman208@me.com> wrote:
How would I go about using the Twitter (https://github.com/jnunemaker/twitter) gem with MacRuby? I want to be able to `require` it without having the user have to have it already installed. Is there some way to package it with the application? _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
participants (3)
-
Mark Rada
-
Mark Szymanski
-
Matt Aimonetti