Posts tagged ‘gem’

I often need to deploy Ruby gems across many CentOS servers. I prefer to use the native OS package management tools (rpm + yum) rather than using Ruby gems.

Here's how to build RPMs from Ruby gems using gem2rpm.

Continue reading ‘Building RPMs from Ruby gems’ »