[MacRuby] #1137: macruby_deploy should automate gems embedding
MacRuby
ruby-noreply at macosforge.org
Fri Jan 28 14:27:32 PST 2011
#1137: macruby_deploy should automate gems embedding
-----------------------------------+----------------------------------------
Reporter: lsansonetti@… | Owner: lsansonetti@…
Type: defect | Status: new
Priority: blocker | Milestone: MacRuby 0.9
Component: MacRuby | Keywords: 0.9-blocker
-----------------------------------+----------------------------------------
A lot of people are asking how to embed gems inside MacRuby Xcode
projects. macruby_deploy should accept a list of gems and properly unpack
them as well as their dependencies inside the application bundle.
Example:
{{{
$ macruby_deploy --gem nokogiri --gem rack MyApp.app
}}}
Therefore, it would just be a matter of hacking the Xcode rule and add the
proper --gem arguments to the macruby_deploy invocation. This should be
documented on the website.
--
Ticket URL: <http://www.macruby.org/trac/ticket/1137>
MacRuby <http://macruby.org/>
More information about the macruby-tickets
mailing list