Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Ruby (http://www.velocityreviews.com/forums/f66-ruby.html)
-   -   Creating binary gems, from source gems (http://www.velocityreviews.com/forums/t838732-creating-binary-gems-from-source-gems.html)

Patrick Hurley 03-04-2007 09:47 PM

Creating binary gems, from source gems
 
So here is my question:

Is there an easy (read automated) way to take a gem (that requires a
binary compilation) from a properly configured development/build
machine and create a binary gem?

I have production servers that will not include a C/C++ compiler or
other development tools -- I would like to use gems for my packaging
and deployment. I can of course do this by hand, but it seems like a
common enough task (or will be as ruby pushes more and more into the
mainstream), that others may have already encountered (and solved)
this problem.

If not would this feature be a welcome patch to gem? (or is it already
there and I did not see it)
Thanks
pth



All times are GMT. The time now is 05:34 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57