Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add update task #39

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Feb 19, 2024

  1. Added rake update to include latest data

    This task re-processes the upstream source file and adds missing zip
    codes to the yml in the gem.  It is an add-only process and does not
    modify or remove any conflicting data.
    
    Also fixed a quoting mistake in the string parsing of existing convert
    task.
    lostapathy committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    6a217ec View commit details
    Browse the repository at this point in the history
  2. Ran rake update to pick up new zip codes

    Rake task picks up several new zip codes.  It appears the default
    quoting of yaml changed since US.yml was originally saved and now
    entries with a leading-zero are quoted where they weren't previously.
    lostapathy committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    bfcf298 View commit details
    Browse the repository at this point in the history