Hi there,
Ruby and RubyGems have been integrated for a while now. If I was integrating another package into SFW and wanted to use the gem command to install some Ruby extensions during the build of that package, would there be a preferred way to do it? Should I add the gem command to the usr/src/Makefile.master as a build tool? What about versioning? This is likely to be version sensitive, should I rely on the SFW requirement to build on no older than 2 revs from the current build? Or should I do version checking in the build scripts? BTW: I'm aware of the issues with packaging Gems that we've discussed at length on this alias. In fact it's actually the main reason why I'm doing this work. Cheers Amanda