- No functional changes. Opted into MFA for Gem releases: https://guides.rubygems.org/mfa-requirement-opt-in/
- Checks
APP_ENV
, not justRACK_ENV
, as this is what Sinatra now encourages using.
- Require zero-padded month and day, i.e. disallow
2019-1-2
. This enforced consistency makes it easier to grep for an exploded FIXME.
- Please see commit history, or make a pull request to update this file.