HolaTky
A simple hello world gem that generates UUIDs using SecureRandom. This gem was created as part of a personal learning project. There is no plan for active maintenance.
Installation
gem install hola_tky
Usage
require 'hola_tky'
puts HolaTky.generate # => "f779fd5c-8e1c-4a32-bb1d-407b79588b59"
License
The gem is available as open source under the terms of the MIT License.