This repository has been archived by the owner on Jul 1, 2021. It is now read-only.
- Turn on warnings for tests (#182)
- This will help spot issues that may go unnoticed.
- Drop EOL Ruby versions (#181)
- Supporting Ruby versions all the way back to 1.8.7 doesn't make sense. 1.8.7 and 1.9.2 EOL'ed 6 years ago. We will only be maintaining stable releases going forward.
- Use
require_relative
instead ofrequire
(#175)- This will speed up loading considerably as it does not have to traverse the files.