Re: [MacRuby-devel] Using the Twitter gem in a MacRuby application

2011-09-11 Thread Matt Aimonetti
This chapter from my book should help: http://ofps.oreilly.com/titles/9781449380373/_using_ruby_3rd_party_libraries.html - Matt Sent from my iPhone On Sep 11, 2011, at 9:52, Mark Rada wrote: > Yes, you simply need to use the --embed-gem option when deploying. Check out > the macruby_deploy m

Re: [MacRuby-devel] Using the Twitter gem in a MacRuby application

2011-09-11 Thread Mark Rada
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 wrote: > How would I go about using the Twitter > (https://github.com/jnunemaker/twitter) gem with MacRuby? I wan

[MacRuby-devel] Using the Twitter gem in a MacRuby application

2011-09-11 Thread Mark Szymanski
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? ___ Mac