ziptz 1.0.12 → 1.0.13

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3f2eeb055960d2792f580802c4dba3b10c485c3e
4
- data.tar.gz: b868d55ba9ddcb11907371acbfb46a5917921d82
3
+ metadata.gz: e23aaee72e5475219bd30eaa8e63b81e86c2a9ef
4
+ data.tar.gz: 8f1c07233f733cbe3db2aea8415fcbfea74a4e50
5
5
  SHA512:
6
- metadata.gz: f09f9b67f8dac9e90bf30c984cf4d9f187c5841dc7801203d0d155c221ccffad4764298aaf4e2991d25b182fe555f70d8ade1133920b7ed50cc3bf8d24481b38
7
- data.tar.gz: 149ce07310696154c88eaede1b1a75382da200c2a5b4fe149c25686beb49f88f338b9187eb769b9e032178f268a2fbfa1eb8bd39611812e81a5562fe83f49a47
6
+ metadata.gz: 698112f051581050de3342465577a85b9b282bad5c8aba98fd9951919a4c520aae29352cdec6e7ed66b557b38f430f65a0453628bb974aac318e6e1192f19378
7
+ data.tar.gz: 1b673c04141f4e2174aad15fd8994c2cd0541610a5b02caed6257703eca7ca07873b8c5cfbd0975dcbc88323593bf18373b57d806219559557f80cf05b939c59
data/Gemfile.lock CHANGED
@@ -1,75 +1,82 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ziptz (1.0.11)
4
+ ziptz (1.0.12)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- activemodel (4.1.4)
10
- activesupport (= 4.1.4)
9
+ activemodel (4.2.3)
10
+ activesupport (= 4.2.3)
11
11
  builder (~> 3.1)
12
- activerecord (4.1.4)
13
- activemodel (= 4.1.4)
14
- activesupport (= 4.1.4)
15
- arel (~> 5.0.0)
16
- activesupport (4.1.4)
17
- i18n (~> 0.6, >= 0.6.9)
12
+ activerecord (4.2.3)
13
+ activemodel (= 4.2.3)
14
+ activesupport (= 4.2.3)
15
+ arel (~> 6.0)
16
+ activesupport (4.2.3)
17
+ i18n (~> 0.7)
18
18
  json (~> 1.7, >= 1.7.7)
19
19
  minitest (~> 5.1)
20
- thread_safe (~> 0.1)
20
+ thread_safe (~> 0.3, >= 0.3.4)
21
21
  tzinfo (~> 1.1)
22
- arel (5.0.1.20140414130214)
22
+ arel (6.0.0)
23
23
  builder (3.2.2)
24
- celluloid (0.15.2)
25
- timers (~> 1.1.0)
26
24
  coderay (1.1.0)
27
25
  diff-lcs (1.2.5)
28
- ffi (1.9.3)
26
+ ffi (1.9.10)
29
27
  formatador (0.2.5)
30
- guard (2.6.1)
28
+ guard (2.12.7)
31
29
  formatador (>= 0.2.4)
32
- listen (~> 2.7)
30
+ listen (>= 2.7, <= 4.0)
33
31
  lumberjack (~> 1.0)
32
+ nenv (~> 0.1)
33
+ notiffany (~> 0.0)
34
34
  pry (>= 0.9.12)
35
+ shellany (~> 0.0)
35
36
  thor (>= 0.18.1)
36
- guard-rspec (4.2.10)
37
+ guard-compat (1.2.1)
38
+ guard-rspec (4.6.0)
37
39
  guard (~> 2.1)
38
- rspec (>= 2.14, < 4.0)
39
- i18n (0.6.9)
40
- json (1.8.1)
41
- listen (2.7.9)
42
- celluloid (>= 0.15.2)
40
+ guard-compat (~> 1.1)
41
+ rspec (>= 2.99.0, < 4.0)
42
+ i18n (0.7.0)
43
+ json (1.8.3)
44
+ listen (3.0.1)
43
45
  rb-fsevent (>= 0.9.3)
44
46
  rb-inotify (>= 0.9)
45
47
  lumberjack (1.0.9)
46
48
  method_source (0.8.2)
47
- minitest (5.3.5)
48
- mysql2 (0.3.16)
49
- pry (0.10.0)
49
+ minitest (5.7.0)
50
+ mysql2 (0.3.18)
51
+ nenv (0.2.0)
52
+ notiffany (0.0.6)
53
+ nenv (~> 0.1)
54
+ shellany (~> 0.0)
55
+ pry (0.10.1)
50
56
  coderay (~> 1.1.0)
51
57
  method_source (~> 0.8.1)
52
58
  slop (~> 3.4)
53
- rb-fsevent (0.9.4)
59
+ rb-fsevent (0.9.5)
54
60
  rb-inotify (0.9.5)
55
61
  ffi (>= 0.5.0)
56
- rspec (3.0.0)
57
- rspec-core (~> 3.0.0)
58
- rspec-expectations (~> 3.0.0)
59
- rspec-mocks (~> 3.0.0)
60
- rspec-core (3.0.2)
61
- rspec-support (~> 3.0.0)
62
- rspec-expectations (3.0.2)
62
+ rspec (3.3.0)
63
+ rspec-core (~> 3.3.0)
64
+ rspec-expectations (~> 3.3.0)
65
+ rspec-mocks (~> 3.3.0)
66
+ rspec-core (3.3.1)
67
+ rspec-support (~> 3.3.0)
68
+ rspec-expectations (3.3.0)
69
+ diff-lcs (>= 1.2.0, < 2.0)
70
+ rspec-support (~> 3.3.0)
71
+ rspec-mocks (3.3.1)
63
72
  diff-lcs (>= 1.2.0, < 2.0)
64
- rspec-support (~> 3.0.0)
65
- rspec-mocks (3.0.2)
66
- rspec-support (~> 3.0.0)
67
- rspec-support (3.0.2)
68
- slop (3.5.0)
73
+ rspec-support (~> 3.3.0)
74
+ rspec-support (3.3.0)
75
+ shellany (0.0.1)
76
+ slop (3.6.0)
69
77
  thor (0.19.1)
70
- thread_safe (0.3.4)
71
- timers (1.1.0)
72
- tzinfo (1.2.1)
78
+ thread_safe (0.3.5)
79
+ tzinfo (1.2.2)
73
80
  thread_safe (~> 0.1)
74
81
 
75
82
  PLATFORMS
@@ -84,4 +91,4 @@ DEPENDENCIES
84
91
  ziptz!
85
92
 
86
93
  BUNDLED WITH
87
- 1.11.2
94
+ 1.10.6
data/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  Get the time zone for any US ZIP code.
8
8
 
9
- <i>ZIP codes are up to date as of <b>April 2016</b>.</i>
9
+ <i>ZIP codes are up to date as of <b>May 2016</b>.</i>
10
10
 
11
11
  ## Installation
12
12
 
data/data/ziptz.data CHANGED
@@ -3455,6 +3455,7 @@
3455
3455
  09769=0
3456
3456
  09777=0
3457
3457
  09780=0
3458
+ 09789=0
3458
3459
  09801=0
3459
3460
  09802=0
3460
3461
  09803=0
@@ -16315,6 +16316,7 @@
16315
16316
  38139=6
16316
16317
  38141=6
16317
16318
  38145=6
16319
+ 38147=6
16318
16320
  38148=6
16319
16321
  38150=6
16320
16322
  38151=6
@@ -17313,6 +17315,7 @@
17313
17315
  40442=5
17314
17316
  40444=5
17315
17317
  40445=5
17318
+ 40446=5
17316
17319
  40447=5
17317
17320
  40448=5
17318
17321
  40452=5
@@ -36760,6 +36763,7 @@
36760
36763
  87543=7
36761
36764
  87544=7
36762
36765
  87545=7
36766
+ 87547=7
36763
36767
  87548=7
36764
36768
  87549=7
36765
36769
  87551=7
@@ -40404,6 +40408,10 @@
40404
40408
  97239=8
40405
40409
  97240=8
40406
40410
  97242=8
40411
+ 97250=8
40412
+ 97252=8
40413
+ 97253=8
40414
+ 97254=8
40407
40415
  97256=8
40408
40416
  97258=8
40409
40417
  97266=8
data/database.yml CHANGED
@@ -1,4 +1,3 @@
1
1
  adapter: mysql2
2
- database: zip_codes
3
2
  username: root
4
- password:
3
+ database: zip_codes
data/lib/ziptz/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module ZipTZ
2
- VERSION = '1.0.12'
2
+ VERSION = '1.0.13'
3
3
  end
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.12
4
+ version: 1.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keith Morrison
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-01 00:00:00.000000000 Z
11
+ date: 2016-05-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.5
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