Testing out how to build a ruby gem because I'm having an issue with ruby gems on my system and I want to know how they work.
Based on this guide from the rubygems website.
gem build hola.gemspec
gem install ./hola-0.0.0.gem
irb
require 'hola'
Hola.hi