ziptz 1.0.7 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 074c5e4fd963e8d317db793e4878b2e062b04cc1
4
- data.tar.gz: 134077aa2d326253f5110dc00c0f50d2dc37491a
3
+ metadata.gz: 4010ecb9b8446313b5ba10725cac76d3feb809cc
4
+ data.tar.gz: 0721ba2f8dbe79dae3f84ad8420bdc19e5f0c9fc
5
5
  SHA512:
6
- metadata.gz: 49f7ce3616107db1b63c7405501aa1c87246d98b7ea4e673a758abda07165976c43f064a60f7d81678e58f66affe82f4cd61b41cd5a3c112e828e6295f3e0ae4
7
- data.tar.gz: 48b03e64a19259f0e1ce541cb1ce8d19eeda7f5e9e75d22b1e841a6b04cf4f7b194c749c75013371279672811cf2b2d9e7fd68985f802bde0f06782e297ee9ce
6
+ metadata.gz: 345a6445ad58b1f2b841a8d6baf6debb9d5161a5c53e51720a3dbcd3fa72591345583036d9c9791ff44ab56894ab306c59d74b8388eee21ab9e97d6e01b41458
7
+ data.tar.gz: cbe40388b90fc79b751de6a0d511301d1c58bcbcc2156fd7a0778a62bc0246a3356f1694dcaf990ce802029e85d501965ce998603849e53c3ab3746853d8ca27
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ziptz (1.0.6)
4
+ ziptz (1.0.7)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
  Get the time zone for any US ZIP code.
9
9
 
10
- <i>ZIP codes are up to date as of <b>October 2015</b>.</i>
10
+ <i>ZIP codes are up to date as of <b>November 2015</b>.</i>
11
11
 
12
12
  ## Installation
13
13
 
@@ -40086,6 +40086,7 @@
40086
40086
  96628=0
40087
40087
  96629=0
40088
40088
  96631=0
40089
+ 96632=0
40089
40090
  96643=0
40090
40091
  96650=0
40091
40092
  96657=0
@@ -1,3 +1,3 @@
1
1
  module ZipTZ
2
- VERSION = '1.0.7'
2
+ VERSION = '1.0.8'
3
3
  end
@@ -38,11 +38,11 @@ describe Ziptz do
38
38
  let(:ziptz) { Ziptz.new }
39
39
 
40
40
  it 'returns an array of zip codes' do
41
- expect(ziptz.zips('American Samoa')).to eq %w(96799 96941 96942 96943 96944)
41
+ expect(ziptz.zips('American Samoa')).to eq %w(96799)
42
42
  end
43
43
 
44
44
  it 'is case-insensitive' do
45
- expect(ziptz.zips('american samoa')).to eq %w(96799 96941 96942 96943 96944)
45
+ expect(ziptz.zips('american samoa')).to eq %w(96799)
46
46
  end
47
47
 
48
48
  it 'returns nil for unknown time zones' do
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ziptz
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keith Morrison
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-01 00:00:00.000000000 Z
11
+ date: 2015-11-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Get timezone info for all 5-digit US zip codes
14
14
  email: keithm@infused.org
@@ -52,7 +52,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
52
52
  version: '0'
53
53
  requirements: []
54
54
  rubyforge_project:
55
- rubygems_version: 2.4.6
55
+ rubygems_version: 2.4.8
56
56
  signing_key:
57
57
  specification_version: 4
58
58
  summary: TimeZone for any 5-digit US zip code