Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

v3.0.0

Latest
Compare
Choose a tag to compare
@jrgarcia jrgarcia released this 04 Sep 21:56
· 33 commits to master since this release
  • 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 of require (#175)
    • This will speed up loading considerably as it does not have to traverse the files.