ziptz 1.0.11 → 1.0.12

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: 75336c4fa8e4c48e5ffe11ae366fce8882d52863
4
- data.tar.gz: eba3148ecf9d19e276cd177a667b187ff13ead83
3
+ metadata.gz: 3f2eeb055960d2792f580802c4dba3b10c485c3e
4
+ data.tar.gz: b868d55ba9ddcb11907371acbfb46a5917921d82
5
5
  SHA512:
6
- metadata.gz: 30b2a6bd4d17d0f15be5fcf4bffefe523b537c2f7275e392f4bff7797b4dd02ba21ae46287a96cfca95c09e30375e3613c7889275f0530392e511d520a5fa0e6
7
- data.tar.gz: dcc5a7f06d659ce95f52101209673057eb800488e1f7809054979cbed39a638f1b44180acd15dc5c074d3f7ef59323e1978bd1b4774cd454ed20a593f04c1ea8
6
+ metadata.gz: f09f9b67f8dac9e90bf30c984cf4d9f187c5841dc7801203d0d155c221ccffad4764298aaf4e2991d25b182fe555f70d8ade1133920b7ed50cc3bf8d24481b38
7
+ data.tar.gz: 149ce07310696154c88eaede1b1a75382da200c2a5b4fe149c25686beb49f88f338b9187eb769b9e032178f268a2fbfa1eb8bd39611812e81a5562fe83f49a47
data/Gemfile.lock CHANGED
@@ -1,82 +1,75 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ziptz (1.0.10)
4
+ ziptz (1.0.11)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- activemodel (4.2.3)
10
- activesupport (= 4.2.3)
9
+ activemodel (4.1.4)
10
+ activesupport (= 4.1.4)
11
11
  builder (~> 3.1)
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)
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)
18
18
  json (~> 1.7, >= 1.7.7)
19
19
  minitest (~> 5.1)
20
- thread_safe (~> 0.3, >= 0.3.4)
20
+ thread_safe (~> 0.1)
21
21
  tzinfo (~> 1.1)
22
- arel (6.0.0)
22
+ arel (5.0.1.20140414130214)
23
23
  builder (3.2.2)
24
+ celluloid (0.15.2)
25
+ timers (~> 1.1.0)
24
26
  coderay (1.1.0)
25
27
  diff-lcs (1.2.5)
26
- ffi (1.9.10)
28
+ ffi (1.9.3)
27
29
  formatador (0.2.5)
28
- guard (2.12.7)
30
+ guard (2.6.1)
29
31
  formatador (>= 0.2.4)
30
- listen (>= 2.7, <= 4.0)
32
+ listen (~> 2.7)
31
33
  lumberjack (~> 1.0)
32
- nenv (~> 0.1)
33
- notiffany (~> 0.0)
34
34
  pry (>= 0.9.12)
35
- shellany (~> 0.0)
36
35
  thor (>= 0.18.1)
37
- guard-compat (1.2.1)
38
- guard-rspec (4.6.0)
36
+ guard-rspec (4.2.10)
39
37
  guard (~> 2.1)
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)
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)
45
43
  rb-fsevent (>= 0.9.3)
46
44
  rb-inotify (>= 0.9)
47
45
  lumberjack (1.0.9)
48
46
  method_source (0.8.2)
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)
47
+ minitest (5.3.5)
48
+ mysql2 (0.3.16)
49
+ pry (0.10.0)
56
50
  coderay (~> 1.1.0)
57
51
  method_source (~> 0.8.1)
58
52
  slop (~> 3.4)
59
- rb-fsevent (0.9.5)
53
+ rb-fsevent (0.9.4)
60
54
  rb-inotify (0.9.5)
61
55
  ffi (>= 0.5.0)
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)
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)
72
63
  diff-lcs (>= 1.2.0, < 2.0)
73
- rspec-support (~> 3.3.0)
74
- rspec-support (3.3.0)
75
- shellany (0.0.1)
76
- slop (3.6.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)
77
69
  thor (0.19.1)
78
- thread_safe (0.3.5)
79
- tzinfo (1.2.2)
70
+ thread_safe (0.3.4)
71
+ timers (1.1.0)
72
+ tzinfo (1.2.1)
80
73
  thread_safe (~> 0.1)
81
74
 
82
75
  PLATFORMS
@@ -91,4 +84,4 @@ DEPENDENCIES
91
84
  ziptz!
92
85
 
93
86
  BUNDLED WITH
94
- 1.10.6
87
+ 1.11.2
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>February 2016</b>.</i>
9
+ <i>ZIP codes are up to date as of <b>April 2016</b>.</i>
10
10
 
11
11
  ## Installation
12
12
 
data/data/ziptz.data CHANGED
@@ -3246,6 +3246,7 @@
3246
3246
  09143=0
3247
3247
  09154=0
3248
3248
  09160=0
3249
+ 09161=0
3249
3250
  09172=0
3250
3251
  09173=0
3251
3252
  09177=0
@@ -16314,7 +16315,6 @@
16314
16315
  38139=6
16315
16316
  38141=6
16316
16317
  38145=6
16317
- 38147=6
16318
16318
  38148=6
16319
16319
  38150=6
16320
16320
  38151=6
@@ -17313,7 +17313,6 @@
17313
17313
  40442=5
17314
17314
  40444=5
17315
17315
  40445=5
17316
- 40446=5
17317
17316
  40447=5
17318
17317
  40448=5
17319
17318
  40452=5
@@ -40063,6 +40062,7 @@
40063
40062
  96631=0
40064
40063
  96632=0
40065
40064
  96643=0
40065
+ 96649=0
40066
40066
  96650=0
40067
40067
  96657=0
40068
40068
  96660=0
data/database.yml CHANGED
@@ -1,3 +1,4 @@
1
1
  adapter: mysql2
2
- username: root
3
2
  database: zip_codes
3
+ username: root
4
+ password:
data/lib/ziptz/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module ZipTZ
2
- VERSION = '1.0.11'
2
+ VERSION = '1.0.12'
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.11
4
+ version: 1.0.12
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-03-03 00:00:00.000000000 Z
11
+ date: 2016-04-01 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.8
55
+ rubygems_version: 2.4.5
56
56
  signing_key:
57
57
  specification_version: 4
58
58
  summary: TimeZone for any 5-digit US zip code