Skip to content

Commit

Permalink
add support for zip code 97051 in Oregon
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgillooly committed Jan 23, 2013
1 parent 976c570 commit 2b597ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/tzip/values/pacific.rb
Original file line number Diff line number Diff line change
@@ -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 970 971 972 973 975 977 98 990 991 992 993 994}
end
2 changes: 1 addition & 1 deletion spec/tzip_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}

# Pacific
%w(89110 90011 90650 97701 97301 97330 97225 97504).each{|zip|
%w(89110 90011 90650 97701 97301 97330 97225 97504 97051).each{|zip|
it { print zip; lookup_zip(zip).should == 'Pacific Time (US & Canada)' }
}

Expand Down

0 comments on commit 2b597ca

Please sign in to comment.