On Wed, Dec 10, 2008 at 11:57 AM, Nuno Job <[EMAIL PROTECTED]> wrote: > One issue about this approach: > Can you do it with a gem that requires something to be installed in the > operative system like openssl? > How do you manage that kind of dependecies?
Well, if you mean the gem has to compile native extensions.. then yeah, I suppose that is trickier and you might want to rely on the gems installer running. If it just relies on certain libraries already existing on the target system, I wouldn't think either packaging technique mentioned here would matter in that regard. Either they have it or they don't, no? -- Seth Thomas Rasmussen http://greatseth.com
