Re: [MacRuby-devel] Gem Bundler is the Future

2009-10-17 Thread Matt Aimonetti
The Gem bundler that Carl Lerche and Yehuda Katz worked on should in theory work great with MacRuby. However, as far as I know, it doesn't offer a fallback to system gems, so you need to package all your gems with your application. (which, really, shouldn't be a problem) That said, I never gave

Re: [MacRuby-devel] Gem Bundler is the Future

2009-10-17 Thread Michael Shapiro
If the AOT compiler's being used, I wonder if there's the possibility of statically compiling gems into the executable itself? --Mike On Oct 16, 2009, at 5:01 PM, Ernest N. Prabhakar, Ph.D. wrote: I wonder if this will help MacRuby applications:

Re: [MacRuby-devel] Gem Bundler is the Future

2009-10-17 Thread Jonathan Hicks
It looks like support for system gems was added today. http://github.com/wycats/bundler/commit/8a7ee26c8a979b69a2b7b299a3d9bfe248fe71ad --J On Sat, Oct 17, 2009 at 4:50 PM, Michael Shapiro koude...@ryoukai.org wrote: If the AOT compiler's being used, I wonder if there's

Re: [MacRuby-devel] Gem Bundler is the Future

2009-10-17 Thread Conrad Taylor
Mike, this sounds like a very interesting option for packaging gems with a MacRuby application. Also, one might be able to ship dynamically linked libraries with the application. -Conrad On Sat, Oct 17, 2009 at 2:50 PM, Michael Shapiro koude...@ryoukai.orgwrote: If the AOT compiler's being

[MacRuby-devel] Gem Bundler is the Future

2009-10-16 Thread Ernest N. Prabhakar, Ph.D.
I wonder if this will help MacRuby applications: http://litanyagainstfear.com/blog/2009/10/14/gem-bundler-is-the-future/ Sounds like it is tied to Rails, but might be possible to extend it slightly to serve our needs... -enp ___ MacRuby-devel

Re: [MacRuby-devel] Gem Bundler is the Future

2009-10-16 Thread Rich Morin
Yehuda is wicked smart and tends to reach for fundamental and well-considered solutions, so I expect this to be quite solid. -r -- http://www.cfcl.com/rdmRich Morin http://www.cfcl.com/rdm/resume r...@cfcl.com http://www.cfcl.com/rdm/weblog +1 650-873-7841 Technical editing

Re: [MacRuby-devel] Gem Bundler is the Future

2009-10-16 Thread Eloy Duran
I'm planning on using this in Rucola as well, this should all be à rake task away. But still need to fix the plumbing fitst... Eloy Sent from my iPhone On 16 okt 2009, at 23:01, Ernest N. Prabhakar, Ph.D. prabh...@apple.com wrote: I wonder if this will help MacRuby applications: