Types & Type Signatures (for Ruby) Incl. Bool, Enums, Flags, Records, and More

Hello,

   I've started a new org that collects types and type signatures
(typesigs) for ruby [1]. What's included?

   - Bool via safebool gem / library
   - Enum / Flag via enums gem / library
   - Record via records gem / library
   - Data via safedata gem library
   - and some more.

  Note: Most gems / libraries are zero-dependency and, thus, can get
used on its own / standalone.

   Happy coding with ruby (with more types).

PS: Yes, the gem / libraries moved from the (secure) ruby org [2].

[1]: https://github.com/typesigs
[2]: https://github.com/s6ruby