This is a RubyGems plugin. This adds build_binary gem sub command
that builds a binary gem for the current Ruby and platform from a
source (ruby platform) gem.
Install rubygems-build-binary gem:
gem install rubygems-build-binaryBuild a binary gem from a source gem:
gem fetch cairo
gem build_binary cairo-*.gemIt builds cairo-X.Y.Z-x86_64-linux.gem that includes built binaries
for the current Ruby and platform.
...
MIT. See LICENSE for details.