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 support for zip code 97051 in Oregon #3

Merged
merged 1 commit into from Jan 25, 2013

Conversation

mattgillooly
Copy link
Contributor

No description provided.

@@ -1,4 +1,4 @@
module TZip
ZONINGS[:pacific] = %w{835 838 889 89}
ZONINGS[:pacific] += %w{90 91 92 93 94 95 960 961 962 963 964 965 969 972 973 975 977 98 990 991 992 993 994}
ZONINGS[:pacific] += %w{90 91 92 93 94 95 960 961 962 963 964 965 969 97 98 990 991 992 993 994}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't looked this in a while, but I'm pretty sure 979xx was not Pacific, so doing a 97xxx catch-all wasn't ideal. Can you confirm that either way?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It appears you are correct. I will update the pull to reflect that.

@mattgillooly
Copy link
Contributor Author

@farski - 970xx and 971xx all appear to be Pacific time. I've updated the pull to only affect those.

farski added a commit that referenced this pull request Jan 25, 2013
add support for zip code 97051 in Oregon
@farski farski merged commit 81d1e45 into farski:master Jan 25, 2013
@farski
Copy link
Owner

farski commented Jan 25, 2013

Pushed an updated version of the gem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants