Read more

How to extract a Ruby gem

Emanuel
August 03, 2021Software engineer at makandra GmbH

The rubygems binary gem allows to extract a local gem with gem unpack GEMNAME. For more details see the official documentation Show archive.org snapshot .


Illustration book lover

Growing Rails Applications in Practice

Check out our e-book. Learn to structure large Ruby on Rails codebases with the tools you already know and love.

  • Introduce design conventions for controllers and user-facing models
  • Create a system for growth
  • Build applications to last
Read more Show archive.org snapshot

This was useful for compliance checks, when it was necessary to check the license of the C-files in nokogiri.

Posted by Emanuel to makandra dev (2021-08-03 14:13)