dialable 0.1.1 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,7 +15,7 @@ References: NANPA: North American Numbering Plan Administration http://nanpa.com
15
15
  The YAML file with the valid area codes and easily recognizable codes
16
16
  (like 911) can get out of date. To update your own copy, run:
17
17
 
18
- support/make_yaml_nanpa.rb > support/nanpa.yaml
18
+ support/make_yaml_nanpa.rb > data/nanpa.yaml
19
19
 
20
20
 
21
21
  require "dialable"
data/Rakefile CHANGED
@@ -1,11 +1,10 @@
1
1
  require 'rubygems'
2
- require 'rake/gempackagetask'
3
2
  require 'rubygems/specification'
4
3
  require 'date'
5
- require 'spec/rake/spectask'
4
+ require 'rspec/core/rake_task'
6
5
 
7
6
  GEM = "dialable"
8
- GEM_VERSION = "0.0.1"
7
+ GEM_VERSION = "0.5.0"
9
8
  AUTHOR = "Chris Horn"
10
9
  EMAIL = "chorn@chorn.com"
11
10
  HOMEPAGE = "http://github.com/chorn/dialable"
@@ -22,36 +21,17 @@ spec = Gem::Specification.new do |s|
22
21
  s.author = AUTHOR
23
22
  s.email = EMAIL
24
23
  s.homepage = HOMEPAGE
25
-
26
- # Uncomment this to add a dependency
27
- # s.add_dependency "foo"
28
-
29
24
  s.require_path = 'lib'
30
25
  s.autorequire = GEM
31
- s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,spec}/**/*")
26
+ s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,spec,support,data}/**/*")
32
27
  end
33
28
 
34
29
  task :default => :spec
35
30
 
36
- desc "Run specs"
37
- Spec::Rake::SpecTask.new do |t|
38
- t.spec_files = FileList['spec/**/*_spec.rb']
39
- t.spec_opts = %w(-fs --color)
40
- end
41
-
42
-
43
- Rake::GemPackageTask.new(spec) do |pkg|
44
- pkg.gem_spec = spec
45
- end
31
+ RSpec::Core::RakeTask.new(:spec)
46
32
 
47
33
  desc "install the gem locally"
48
34
  task :install => [:package] do
49
- sh %{sudo gem install pkg/#{GEM}-#{GEM_VERSION}}
35
+ sh %{gem install pkg/#{GEM}-#{GEM_VERSION}}
50
36
  end
51
37
 
52
- desc "create a gemspec file"
53
- task :make_spec do
54
- File.open("#{GEM}.gemspec", "w") do |file|
55
- file.puts spec.to_ruby
56
- end
57
- end
@@ -1,1033 +1,1384 @@
1
1
  ---
2
- 971:
2
+ :created: 2011-06-22 07:55:00.068372 -04:00
3
+ 201:
3
4
  :country: US
4
- :timezone: P
5
- 904:
5
+ :timezone: E
6
+ :location: NJ
7
+ 202:
6
8
  :country: US
7
9
  :timezone: E
8
- 770:
10
+ :location: DC
11
+ 203:
9
12
  :country: US
10
13
  :timezone: E
11
- 234:
14
+ :location: CT
15
+ 204:
16
+ :country: CANADA
17
+ :timezone: C
18
+ :location: Manitoba
19
+ 205:
20
+ :country: US
21
+ :timezone: C
22
+ :location: AL
23
+ 206:
24
+ :country: US
25
+ :timezone: P
26
+ :location: WA
27
+ 207:
12
28
  :country: US
13
29
  :timezone: E
14
- 435:
30
+ :location: ME
31
+ 208:
15
32
  :country: US
16
- :timezone: M
17
- 636:
33
+ :timezone: MP
34
+ :location: ID
35
+ 209:
36
+ :country: US
37
+ :timezone: P
38
+ :location: CA
39
+ 210:
18
40
  :country: US
19
41
  :timezone: C
20
- 301:
42
+ :location: TX
43
+ 212:
21
44
  :country: US
22
45
  :timezone: E
23
- 502:
46
+ :location: NY
47
+ 213:
24
48
  :country: US
25
- :timezone: E
26
- 703:
49
+ :timezone: P
50
+ :location: CA
51
+ 214:
27
52
  :country: US
28
- :timezone: E
29
- 804:
53
+ :timezone: C
54
+ :location: TX
55
+ 215:
30
56
  :country: US
31
57
  :timezone: E
32
- 201:
58
+ :location: PA
59
+ 216:
33
60
  :country: US
34
61
  :timezone: E
35
- 402:
62
+ :location: OH
63
+ 217:
36
64
  :country: US
37
65
  :timezone: C
38
- 603:
39
- :country: US
40
- :timezone: E
41
- 268:
42
- :country: ANTIGUA/BARBUDA
43
- :timezone: A
44
- 469:
66
+ :location: IL
67
+ 218:
45
68
  :country: US
46
69
  :timezone: C
47
- 670:
70
+ :location: MN
71
+ 219:
48
72
  :country: US
49
- :timezone: (UTC+10)
50
- 972:
73
+ :timezone: EC
74
+ :location: IN
75
+ 224:
51
76
  :country: US
52
77
  :timezone: C
53
- 905:
78
+ :location: IL
79
+ 225:
80
+ :country: US
81
+ :timezone: C
82
+ :location: LA
83
+ 226:
54
84
  :country: CANADA
55
85
  :timezone: E
56
- 570:
86
+ :location: Ontario
87
+ 228:
88
+ :country: US
89
+ :timezone: C
90
+ :location: MS
91
+ 229:
57
92
  :country: US
58
93
  :timezone: E
59
- 302:
94
+ :location: GA
95
+ 231:
60
96
  :country: US
61
97
  :timezone: E
62
- 503:
98
+ :location: MI
99
+ 234:
63
100
  :country: US
64
- :timezone: P
65
- 704:
101
+ :timezone: E
102
+ :location: OH
103
+ 239:
66
104
  :country: US
67
105
  :timezone: E
68
- 939:
106
+ :location: FL
107
+ 240:
69
108
  :country: US
109
+ :timezone: E
110
+ :location: MD
111
+ 242:
112
+ :country: BAHAMAS
113
+ :timezone: E
114
+ 246:
115
+ :country: BARBADOS
70
116
  :timezone: A
71
- 872:
72
- :country: US
73
- :timezone: C
74
- 805:
75
- :country: US
76
- :timezone: P
77
- 202:
117
+ 248:
78
118
  :country: US
79
119
  :timezone: E
80
- 403:
120
+ :location: MI
121
+ 249:
81
122
  :country: CANADA
82
- :timezone: M
83
- 604:
123
+ :timezone: E
124
+ :location: Ontario
125
+ 250:
84
126
  :country: CANADA
85
127
  :timezone: P
86
- 269:
128
+ :location: British Columbia
129
+ 251:
130
+ :country: US
131
+ :timezone: C
132
+ :location: AL
133
+ 252:
87
134
  :country: US
88
135
  :timezone: E
89
- 470:
136
+ :location: NC
137
+ 253:
138
+ :country: US
139
+ :timezone: P
140
+ :location: WA
141
+ 254:
142
+ :country: US
143
+ :timezone: C
144
+ :location: TX
145
+ 256:
146
+ :country: US
147
+ :timezone: C
148
+ :location: AL
149
+ 260:
90
150
  :country: US
91
151
  :timezone: E
92
- 671:
152
+ :location: IN
153
+ 262:
93
154
  :country: US
94
- :timezone: (UTC+10)
95
- 336:
155
+ :timezone: C
156
+ :location: WI
157
+ 264:
158
+ :country: ANGUILLA
159
+ :timezone: A
160
+ 267:
96
161
  :country: US
97
162
  :timezone: E
98
- 973:
163
+ :location: PA
164
+ 268:
165
+ :country: ANTIGUA/BARBUDA
166
+ :timezone: A
167
+ 269:
99
168
  :country: US
100
169
  :timezone: E
101
- 906:
170
+ :location: MI
171
+ 270:
102
172
  :country: US
103
173
  :timezone: EC
104
- 772:
174
+ :location: KY
175
+ 276:
105
176
  :country: US
106
177
  :timezone: E
107
- 571:
178
+ :location: VA
179
+ 281:
180
+ :country: US
181
+ :timezone: C
182
+ :location: TX
183
+ 284:
184
+ :country: BRITISH VIRGIN ISLANDS
185
+ :timezone: A
186
+ 289:
187
+ :country: CANADA
188
+ :timezone: E
189
+ :location: Ontario
190
+ 301:
191
+ :country: US
192
+ :timezone: E
193
+ :location: MD
194
+ 302:
108
195
  :country: US
109
196
  :timezone: E
197
+ :location: DE
110
198
  303:
111
199
  :country: US
112
200
  :timezone: M
113
- 504:
201
+ :location: CO
202
+ 304:
114
203
  :country: US
115
- :timezone: C
116
- 705:
117
- :country: CANADA
118
204
  :timezone: E
119
- 940:
120
- :country: US
121
- :timezone: C
122
- 806:
205
+ :location: WV
206
+ 305:
123
207
  :country: US
208
+ :timezone: E
209
+ :location: FL
210
+ 306:
211
+ :country: CANADA
124
212
  :timezone: C
125
- 404:
213
+ :location: Saskatchewan
214
+ 307:
126
215
  :country: US
127
- :timezone: E
128
- 605:
216
+ :timezone: M
217
+ :location: WY
218
+ 308:
129
219
  :country: US
130
220
  :timezone: CM
131
- 270:
132
- :country: US
133
- :timezone: EC
134
- 337:
221
+ :location: NE
222
+ 309:
135
223
  :country: US
136
224
  :timezone: C
137
- 203:
138
- :country: US
139
- :timezone: E
140
- 907:
225
+ :location: IL
226
+ 310:
141
227
  :country: US
142
- :timezone: (UTC-9)
143
- 773:
228
+ :timezone: P
229
+ :location: CA
230
+ 312:
144
231
  :country: US
145
232
  :timezone: C
146
- 438:
147
- :country: CANADA
148
- :timezone: E
149
- 304:
233
+ :location: IL
234
+ 313:
150
235
  :country: US
151
236
  :timezone: E
152
- 505:
237
+ :location: MI
238
+ 314:
153
239
  :country: US
154
- :timezone: M
155
- 706:
240
+ :timezone: C
241
+ :location: MO
242
+ 315:
156
243
  :country: US
157
244
  :timezone: E
158
- 941:
245
+ :location: NY
246
+ 316:
159
247
  :country: US
160
- :timezone: E
161
- 807:
162
- :country: CANADA
163
- :timezone: EC
164
- 740:
248
+ :timezone: C
249
+ :location: KS
250
+ 317:
165
251
  :country: US
166
252
  :timezone: E
167
- 405:
253
+ :location: IN
254
+ 318:
168
255
  :country: US
169
256
  :timezone: C
170
- 606:
257
+ :location: LA
258
+ 319:
171
259
  :country: US
172
- :timezone: EC
173
- 204:
174
- :country: CANADA
175
260
  :timezone: C
176
- 908:
261
+ :location: IA
262
+ 320:
177
263
  :country: US
178
- :timezone: E
179
- 774:
264
+ :timezone: C
265
+ :location: MN
266
+ 321:
180
267
  :country: US
181
268
  :timezone: E
182
- 305:
269
+ :location: FL
270
+ 323:
271
+ :country: US
272
+ :timezone: P
273
+ :location: CA
274
+ 325:
275
+ :country: US
276
+ :timezone: C
277
+ :location: TX
278
+ 330:
183
279
  :country: US
184
280
  :timezone: E
185
- 506:
186
- :country: CANADA
187
- :timezone: A
188
- 707:
281
+ :location: OH
282
+ 331:
189
283
  :country: US
190
- :timezone: P
191
- 573:
284
+ :timezone: C
285
+ :location: IL
286
+ 334:
192
287
  :country: US
193
288
  :timezone: C
194
- 808:
289
+ :location: AL
290
+ 336:
195
291
  :country: US
196
- :timezone: (UTC-10)
197
- 406:
292
+ :timezone: E
293
+ :location: NC
294
+ 337:
198
295
  :country: US
199
- :timezone: M
200
- 607:
296
+ :timezone: C
297
+ :location: LA
298
+ 339:
201
299
  :country: US
202
300
  :timezone: E
203
- 473:
204
- :country: GRENADA
301
+ :location: MA
302
+ 340:
303
+ :country: US
205
304
  :timezone: A
206
- 339:
305
+ :location: USVI
306
+ 343:
307
+ :country: CANADA
308
+ :location: Ontario
309
+ 345:
310
+ :country: CAYMAN ISLANDS
311
+ :timezone: E
312
+ 347:
207
313
  :country: US
208
314
  :timezone: E
209
- 540:
315
+ :location: NY
316
+ 351:
210
317
  :country: US
211
318
  :timezone: E
212
- 205:
319
+ :location: MA
320
+ 352:
213
321
  :country: US
214
- :timezone: C
215
- 909:
322
+ :timezone: E
323
+ :location: FL
324
+ 360:
216
325
  :country: US
217
326
  :timezone: P
218
- 775:
327
+ :location: WA
328
+ 361:
219
329
  :country: US
220
- :timezone: P
221
- 239:
330
+ :timezone: C
331
+ :location: TX
332
+ 385:
333
+ :country: US
334
+ :timezone: M
335
+ :location: UT
336
+ 386:
222
337
  :country: US
223
338
  :timezone: E
224
- 440:
339
+ :location: FL
340
+ 401:
225
341
  :country: US
226
342
  :timezone: E
227
- 641:
343
+ :location: RI
344
+ 402:
228
345
  :country: US
229
346
  :timezone: C
230
- 306:
347
+ :location: NE
348
+ 403:
231
349
  :country: CANADA
232
- :timezone: C
233
- 507:
234
- :country: US
235
- :timezone: C
236
- 708:
237
- :country: US
238
- :timezone: C
239
- 574:
350
+ :timezone: M
351
+ :location: Alberta
352
+ 404:
240
353
  :country: US
241
- :timezone: EC
242
- 876:
243
- :country: JAMAICA
244
- :timezone: E
245
- 809:
246
- :country: Dominican Republic
247
354
  :timezone: E
248
- 608:
355
+ :location: GA
356
+ 405:
249
357
  :country: US
250
358
  :timezone: C
251
- 340:
252
- :country: US
253
- :timezone: A
254
- 541:
255
- :country: US
256
- :timezone: MP
257
- 206:
359
+ :location: OK
360
+ 406:
258
361
  :country: US
259
- :timezone: P
362
+ :timezone: M
363
+ :location: MT
260
364
  407:
261
365
  :country: US
262
366
  :timezone: E
263
- 910:
264
- :country: US
265
- :timezone: E
266
- 843:
367
+ :location: FL
368
+ 408:
267
369
  :country: US
268
- :timezone: E
269
- 441:
270
- :country: BERMUDA
271
- :timezone: A
272
- 307:
370
+ :timezone: P
371
+ :location: CA
372
+ 409:
273
373
  :country: US
274
- :timezone: M
275
- 508:
374
+ :timezone: C
375
+ :location: TX
376
+ 410:
276
377
  :country: US
277
378
  :timezone: E
278
- 709:
279
- :country: CANADA
280
- :timezone: NA
281
- 575:
282
- :country: US
283
- :timezone: M
284
- 240:
379
+ :location: MD
380
+ 412:
285
381
  :country: US
286
382
  :timezone: E
287
- 877: {}
288
-
289
- 810:
383
+ :location: PA
384
+ 413:
290
385
  :country: US
291
386
  :timezone: E
292
- 609:
387
+ :location: MA
388
+ 414:
293
389
  :country: US
294
- :timezone: E
295
- 475:
390
+ :timezone: C
391
+ :location: WI
392
+ 415:
296
393
  :country: US
394
+ :timezone: P
395
+ :location: CA
396
+ 416:
397
+ :country: CANADA
297
398
  :timezone: E
298
- 207:
399
+ :location: Ontario
400
+ 417:
299
401
  :country: US
402
+ :timezone: C
403
+ :location: MO
404
+ 418:
405
+ :country: CANADA
300
406
  :timezone: E
301
- 408:
302
- :country: US
303
- :timezone: P
304
- 978:
407
+ :location: Quebec
408
+ 419:
305
409
  :country: US
306
410
  :timezone: E
307
- 442:
308
- :country: US
309
- :timezone: P
310
- 308:
411
+ :location: OH
412
+ 423:
311
413
  :country: US
312
- :timezone: CM
313
- 509:
414
+ :timezone: EC
415
+ :location: TN
416
+ 424:
314
417
  :country: US
315
418
  :timezone: P
316
- 710:
317
- :country: US
318
- 878:
419
+ :location: CA
420
+ 425:
319
421
  :country: US
320
- :timezone: E
321
- 208:
422
+ :timezone: P
423
+ :location: WA
424
+ 430:
322
425
  :country: US
323
- :timezone: MP
324
- 409:
426
+ :timezone: C
427
+ :location: TX
428
+ 432:
325
429
  :country: US
326
430
  :timezone: C
327
- 610:
431
+ :location: TX
432
+ 434:
328
433
  :country: US
329
434
  :timezone: E
330
- 979:
331
- :country: US
332
- :timezone: C
333
- 912:
435
+ :location: VA
436
+ 435:
334
437
  :country: US
438
+ :timezone: M
439
+ :location: UT
440
+ 438:
441
+ :country: CANADA
335
442
  :timezone: E
336
- 845:
443
+ :location: Quebec
444
+ 440:
337
445
  :country: US
338
446
  :timezone: E
339
- 778:
340
- :country: CANADA
447
+ :location: OH
448
+ 441:
449
+ :country: BERMUDA
450
+ :timezone: A
451
+ 442:
452
+ :country: US
341
453
  :timezone: P
454
+ :location: CA
342
455
  443:
343
456
  :country: US
344
457
  :timezone: E
345
- 309:
458
+ :location: MD
459
+ 450:
460
+ :country: CANADA
461
+ :timezone: E
462
+ :location: Quebec
463
+ 456: {}
464
+
465
+ 458:
466
+ :country: US
467
+ :timezone: MP
468
+ :location: OR
469
+ 469:
346
470
  :country: US
347
471
  :timezone: C
348
- 510:
472
+ :location: TX
473
+ 470:
349
474
  :country: US
350
- :timezone: P
351
- 242:
352
- :country: BAHAMAS
353
475
  :timezone: E
354
- 812:
355
- :country: US
356
- :timezone: EC
357
- 276:
476
+ :location: GA
477
+ 473:
478
+ :country: GRENADA
479
+ :timezone: A
480
+ 475:
358
481
  :country: US
359
482
  :timezone: E
360
- 678:
483
+ :location: CT
484
+ 478:
361
485
  :country: US
362
486
  :timezone: E
363
- 209:
487
+ :location: GA
488
+ 479:
364
489
  :country: US
365
- :timezone: P
366
- 410:
490
+ :timezone: C
491
+ :location: AR
492
+ 480:
367
493
  :country: US
368
- :timezone: E
369
- 980:
494
+ :timezone: M
495
+ :location: AZ
496
+ 484:
370
497
  :country: US
371
498
  :timezone: E
372
- 913:
499
+ :location: PA
500
+ 500: {}
501
+
502
+ 501:
373
503
  :country: US
374
504
  :timezone: C
375
- 779:
505
+ :location: AR
506
+ 502:
376
507
  :country: US
377
- :timezone: C
378
- 310:
508
+ :timezone: E
509
+ :location: KY
510
+ 503:
379
511
  :country: US
380
512
  :timezone: P
381
- 712:
513
+ :location: OR
514
+ 504:
382
515
  :country: US
383
516
  :timezone: C
384
- 947:
517
+ :location: LA
518
+ 505:
385
519
  :country: US
386
- :timezone: E
387
- 813:
520
+ :timezone: M
521
+ :location: NM
522
+ 506:
523
+ :country: CANADA
524
+ :timezone: A
525
+ :location: New Brunswick
526
+ 507:
388
527
  :country: US
389
- :timezone: E
390
- 478:
528
+ :timezone: C
529
+ :location: MN
530
+ 508:
391
531
  :country: US
392
532
  :timezone: E
393
- 210:
533
+ :location: MA
534
+ 509:
394
535
  :country: US
395
- :timezone: C
396
- 612:
536
+ :timezone: P
537
+ :location: WA
538
+ 510:
539
+ :country: US
540
+ :timezone: P
541
+ :location: CA
542
+ 512:
397
543
  :country: US
398
544
  :timezone: C
399
- 914:
545
+ :location: TX
546
+ 513:
400
547
  :country: US
401
548
  :timezone: E
402
- 847:
403
- :country: US
404
- :timezone: C
405
- 780:
549
+ :location: OH
550
+ 514:
406
551
  :country: CANADA
407
- :timezone: M
408
- 646:
409
- :country: US
410
552
  :timezone: E
411
- 512:
412
- :country: US
413
- :timezone: C
414
- 713:
553
+ :location: Quebec
554
+ 515:
415
555
  :country: US
416
556
  :timezone: C
417
- 814:
557
+ :location: IA
558
+ 516:
418
559
  :country: US
419
560
  :timezone: E
420
- 747:
421
- :country: US
422
- :timezone: P
423
- 479:
561
+ :location: NY
562
+ 517:
424
563
  :country: US
425
- :timezone: C
426
- 345:
427
- :country: CAYMAN ISLANDS
428
564
  :timezone: E
429
- 412:
565
+ :location: MI
566
+ 518:
430
567
  :country: US
431
568
  :timezone: E
432
- 613:
569
+ :location: NY
570
+ 519:
433
571
  :country: CANADA
434
572
  :timezone: E
435
- 915:
573
+ :location: Ontario
574
+ 520:
436
575
  :country: US
437
- :timezone: CM
438
- 848:
576
+ :timezone: M
577
+ :location: AZ
578
+ 530:
439
579
  :country: US
440
- :timezone: E
441
- 781:
580
+ :timezone: P
581
+ :location: CA
582
+ 533: {}
583
+
584
+ 534:
442
585
  :country: US
443
- :timezone: E
444
- 312:
586
+ :timezone: C
587
+ :location: WI
588
+ 539:
445
589
  :country: US
446
590
  :timezone: C
447
- 513:
591
+ :location: OK
592
+ 540:
448
593
  :country: US
449
594
  :timezone: E
450
- 714:
595
+ :location: VA
596
+ 541:
597
+ :country: US
598
+ :timezone: MP
599
+ :location: OR
600
+ 544: {}
601
+
602
+ 551:
603
+ :country: US
604
+ :timezone: E
605
+ :location: NJ
606
+ 559:
451
607
  :country: US
452
608
  :timezone: P
453
- 580:
609
+ :location: CA
610
+ 561:
454
611
  :country: US
455
- :timezone: C
456
- 647:
457
- :country: CANADA
458
612
  :timezone: E
459
- 949:
613
+ :location: FL
614
+ 562:
460
615
  :country: US
461
616
  :timezone: P
462
- 815:
617
+ :location: CA
618
+ 563:
463
619
  :country: US
464
620
  :timezone: C
465
- 480:
466
- :country: US
467
- :timezone: M
468
- 681:
621
+ :location: IA
622
+ 567:
469
623
  :country: US
470
624
  :timezone: E
471
- 212:
625
+ :location: OH
626
+ 570:
472
627
  :country: US
473
628
  :timezone: E
474
- 413:
629
+ :location: PA
630
+ 571:
475
631
  :country: US
476
632
  :timezone: E
477
- 614:
633
+ :location: VA
634
+ 573:
478
635
  :country: US
479
- :timezone: E
480
- 916:
636
+ :timezone: C
637
+ :location: MO
638
+ 574:
481
639
  :country: US
482
- :timezone: P
483
- 849:
484
- :country: Dominican Republic
640
+ :timezone: EC
641
+ :location: IN
642
+ 575:
643
+ :country: US
644
+ :timezone: M
645
+ :location: NM
646
+ 579:
647
+ :country: CANADA
485
648
  :timezone: E
486
- 715:
649
+ :location: Quebec
650
+ 580:
487
651
  :country: US
488
652
  :timezone: C
489
- 313:
653
+ :location: OK
654
+ 581:
655
+ :country: CANADA
656
+ :location: Quebec
657
+ 585:
490
658
  :country: US
491
659
  :timezone: E
492
- 514:
493
- :country: CANADA
660
+ :location: NY
661
+ 586:
662
+ :country: US
494
663
  :timezone: E
495
- 581:
664
+ :location: MI
665
+ 587:
496
666
  :country: CANADA
497
- 246:
498
- :country: BARBADOS
499
- :timezone: A
500
- 816:
667
+ :timezone: M
668
+ :location: Alberta
669
+ 600:
670
+ :country: CANADA
671
+ 601:
501
672
  :country: US
502
673
  :timezone: C
503
- 682:
674
+ :location: MS
675
+ 602:
504
676
  :country: US
505
- :timezone: C
506
- 347:
677
+ :timezone: M
678
+ :location: AZ
679
+ 603:
507
680
  :country: US
508
681
  :timezone: E
509
- 213:
510
- :country: US
682
+ :location: NH
683
+ 604:
684
+ :country: CANADA
511
685
  :timezone: P
512
- 414:
686
+ :location: British Columbia
687
+ 605:
513
688
  :country: US
514
- :timezone: C
515
- 615:
689
+ :timezone: CM
690
+ :location: SD
691
+ 606:
516
692
  :country: US
517
- :timezone: C
518
- 917:
693
+ :timezone: EC
694
+ :location: KY
695
+ 607:
519
696
  :country: US
520
697
  :timezone: E
521
- 850:
698
+ :location: NY
699
+ 608:
522
700
  :country: US
523
- :timezone: EC
524
- 716:
701
+ :timezone: C
702
+ :location: WI
703
+ 609:
525
704
  :country: US
526
705
  :timezone: E
527
- 515:
706
+ :location: NJ
707
+ 610:
528
708
  :country: US
529
- :timezone: C
530
- 649:
531
- :country: TURKS & CAICOS ISLANDS
532
709
  :timezone: E
533
- 314:
710
+ :location: PA
711
+ 612:
534
712
  :country: US
535
713
  :timezone: C
536
- 951:
714
+ :location: MN
715
+ 613:
716
+ :country: CANADA
717
+ :timezone: E
718
+ :location: Ontario
719
+ 614:
537
720
  :country: US
538
- :timezone: P
539
- 817:
721
+ :timezone: E
722
+ :location: OH
723
+ 615:
540
724
  :country: US
541
725
  :timezone: C
542
- :created: 2010-06-21 13:20:00.751884 -04:00
543
- 214:
726
+ :location: TN
727
+ 616:
728
+ :country: US
729
+ :timezone: E
730
+ :location: MI
731
+ 617:
732
+ :country: US
733
+ :timezone: E
734
+ :location: MA
735
+ 618:
544
736
  :country: US
545
737
  :timezone: C
546
- 415:
738
+ :location: IL
739
+ 619:
547
740
  :country: US
548
741
  :timezone: P
549
- 616:
742
+ :location: CA
743
+ 620:
550
744
  :country: US
551
- :timezone: E
552
- 281:
745
+ :timezone: CM
746
+ :location: KS
747
+ 623:
748
+ :country: US
749
+ :timezone: M
750
+ :location: AZ
751
+ 626:
752
+ :country: US
753
+ :timezone: P
754
+ :location: CA
755
+ 630:
553
756
  :country: US
554
757
  :timezone: C
555
- 985:
758
+ :location: IL
759
+ 631:
760
+ :country: US
761
+ :timezone: E
762
+ :location: NY
763
+ 636:
556
764
  :country: US
557
765
  :timezone: C
558
- 918:
766
+ :location: MO
767
+ 641:
559
768
  :country: US
560
769
  :timezone: C
561
- 784:
562
- :country: ST. VINCENT & GRENADINES
563
- :timezone: A
564
- 717:
770
+ :location: IA
771
+ 646:
565
772
  :country: US
566
773
  :timezone: E
567
- 516:
568
- :country: US
774
+ :location: NY
775
+ 647:
776
+ :country: CANADA
569
777
  :timezone: E
570
- 248:
571
- :country: US
778
+ :location: Ontario
779
+ 649:
780
+ :country: TURKS & CAICOS ISLANDS
572
781
  :timezone: E
573
782
  650:
574
783
  :country: US
575
784
  :timezone: P
576
- 315:
785
+ :location: CA
786
+ 651:
577
787
  :country: US
578
- :timezone: E
579
- 952:
788
+ :timezone: C
789
+ :location: MN
790
+ 657:
791
+ :country: US
792
+ :timezone: P
793
+ :location: CA
794
+ 660:
580
795
  :country: US
581
796
  :timezone: C
582
- 818:
797
+ :location: MO
798
+ 661:
583
799
  :country: US
584
800
  :timezone: P
585
- 215:
801
+ :location: CA
802
+ 662:
803
+ :country: US
804
+ :timezone: C
805
+ :location: MS
806
+ 664:
807
+ :country: MONTSERRAT
808
+ :timezone: A
809
+ 670:
810
+ :country: US
811
+ :timezone: (UTC+10)
812
+ :location: CNMI
813
+ 671:
814
+ :country: US
815
+ :timezone: (UTC+10)
816
+ :location: GU
817
+ 678:
586
818
  :country: US
587
819
  :timezone: E
588
- 416:
589
- :country: CANADA
590
- :timezone: E
591
- 617:
820
+ :location: GA
821
+ 681:
592
822
  :country: US
593
823
  :timezone: E
594
- 684:
824
+ :location: WV
825
+ 682:
595
826
  :country: US
596
- 919:
827
+ :timezone: C
828
+ :location: TX
829
+ 684:
597
830
  :country: US
598
- :timezone: E
599
- 785:
831
+ :location: AS
832
+ 700: {}
833
+
834
+ 701:
600
835
  :country: US
601
836
  :timezone: CM
602
- 718:
837
+ :location: ND
838
+ 702:
839
+ :country: US
840
+ :timezone: P
841
+ :location: NV
842
+ 703:
603
843
  :country: US
604
844
  :timezone: E
605
- 517:
845
+ :location: VA
846
+ 704:
606
847
  :country: US
607
848
  :timezone: E
608
- 450:
849
+ :location: NC
850
+ 705:
609
851
  :country: CANADA
610
852
  :timezone: E
611
- 651:
853
+ :location: Ontario
854
+ 706:
612
855
  :country: US
613
- :timezone: C
614
- 316:
856
+ :timezone: E
857
+ :location: GA
858
+ 707:
859
+ :country: US
860
+ :timezone: P
861
+ :location: CA
862
+ 708:
615
863
  :country: US
616
864
  :timezone: C
617
- 819:
865
+ :location: IL
866
+ 709:
618
867
  :country: CANADA
619
- :timezone: E
620
- 551:
868
+ :timezone: NA
869
+ :location: Newfoundland
870
+ 710:
621
871
  :country: US
622
- :timezone: E
623
- 216:
872
+ 712:
624
873
  :country: US
625
- :timezone: E
626
- 417:
874
+ :timezone: C
875
+ :location: IA
876
+ 713:
627
877
  :country: US
628
878
  :timezone: C
629
- 618:
879
+ :location: TX
880
+ 714:
881
+ :country: US
882
+ :timezone: P
883
+ :location: CA
884
+ 715:
630
885
  :country: US
631
886
  :timezone: C
632
- 484:
887
+ :location: WI
888
+ 716:
633
889
  :country: US
634
890
  :timezone: E
635
- 920:
891
+ :location: NY
892
+ 717:
636
893
  :country: US
637
- :timezone: C
638
- 786:
894
+ :timezone: E
895
+ :location: PA
896
+ 718:
639
897
  :country: US
640
898
  :timezone: E
899
+ :location: NY
641
900
  719:
642
901
  :country: US
643
902
  :timezone: M
644
- 585:
903
+ :location: CO
904
+ 720:
905
+ :country: US
906
+ :timezone: M
907
+ :location: CO
908
+ 724:
645
909
  :country: US
646
910
  :timezone: E
647
- 250:
648
- :country: CANADA
649
- :timezone: P
650
- 317:
911
+ :location: PA
912
+ 727:
651
913
  :country: US
652
914
  :timezone: E
653
- 518:
915
+ :location: FL
916
+ 731:
917
+ :country: US
918
+ :timezone: C
919
+ :location: TN
920
+ 732:
654
921
  :country: US
655
922
  :timezone: E
656
- 954:
923
+ :location: NJ
924
+ 734:
657
925
  :country: US
658
926
  :timezone: E
659
- 217:
927
+ :location: MI
928
+ 740:
660
929
  :country: US
661
- :timezone: C
662
- 418:
663
- :country: CANADA
664
930
  :timezone: E
665
- 619:
931
+ :location: OH
932
+ 747:
666
933
  :country: US
667
934
  :timezone: P
668
- 284:
669
- :country: BRITISH VIRGIN ISLANDS
670
- :timezone: A
671
- 351:
935
+ :location: CA
936
+ 754:
672
937
  :country: US
673
938
  :timezone: E
674
- 787:
939
+ :location: FL
940
+ 757:
675
941
  :country: US
942
+ :timezone: E
943
+ :location: VA
944
+ 758:
945
+ :country: ST. LUCIA
676
946
  :timezone: A
677
- 720:
678
- :country: US
679
- :timezone: M
680
- 385:
947
+ 760:
681
948
  :country: US
682
- :timezone: M
683
- 586:
949
+ :timezone: P
950
+ :location: CA
951
+ 762:
684
952
  :country: US
685
953
  :timezone: E
686
- 251:
687
- :country: US
688
- :timezone: C
689
- 318:
954
+ :location: GA
955
+ 763:
690
956
  :country: US
691
957
  :timezone: C
692
- 519:
693
- :country: CANADA
694
- :timezone: E
695
- 888: {}
696
-
697
- 754:
958
+ :location: MN
959
+ 765:
698
960
  :country: US
699
961
  :timezone: E
700
- 218:
962
+ :location: IN
963
+ 767:
964
+ :country: DOMINICA
965
+ :timezone: A
966
+ 769:
701
967
  :country: US
702
968
  :timezone: C
703
- 419:
969
+ :location: MS
970
+ 770:
704
971
  :country: US
705
972
  :timezone: E
706
- 620:
707
- :country: US
708
- :timezone: CM
709
- 352:
973
+ :location: GA
974
+ 772:
710
975
  :country: US
711
976
  :timezone: E
712
- 989:
977
+ :location: FL
978
+ 773:
713
979
  :country: US
714
- :timezone: E
715
- 386:
980
+ :timezone: C
981
+ :location: IL
982
+ 774:
716
983
  :country: US
717
984
  :timezone: E
718
- 587:
719
- :country: CANADA
720
- :timezone: M
721
- 252:
985
+ :location: MA
986
+ 775:
722
987
  :country: US
723
- :timezone: E
724
- 319:
988
+ :timezone: P
989
+ :location: NV
990
+ 778:
991
+ :country: CANADA
992
+ :timezone: P
993
+ :location: British Columbia
994
+ 779:
725
995
  :country: US
726
996
  :timezone: C
727
- 520:
728
- :country: US
997
+ :location: IL
998
+ 780:
999
+ :country: CANADA
729
1000
  :timezone: M
730
- 956:
1001
+ :location: Alberta
1002
+ 781:
731
1003
  :country: US
732
- :timezone: C
733
- 219:
1004
+ :timezone: E
1005
+ :location: MA
1006
+ 784:
1007
+ :country: ST. VINCENT & GRENADINES
1008
+ :timezone: A
1009
+ 785:
734
1010
  :country: US
735
- :timezone: EC
736
- 856:
1011
+ :timezone: CM
1012
+ :location: KS
1013
+ 786:
737
1014
  :country: US
738
1015
  :timezone: E
739
- 253:
1016
+ :location: FL
1017
+ 787:
740
1018
  :country: US
741
- :timezone: P
742
- 320:
1019
+ :timezone: A
1020
+ :location: Puerto Rico
1021
+ 800: {}
1022
+
1023
+ 801:
743
1024
  :country: US
744
- :timezone: C
745
- 857:
1025
+ :timezone: M
1026
+ :location: UT
1027
+ 802:
746
1028
  :country: US
747
1029
  :timezone: E
748
- 254:
749
- :country: US
750
- :timezone: C
751
- 321:
1030
+ :location: VT
1031
+ 803:
752
1032
  :country: US
753
1033
  :timezone: E
754
- 757:
1034
+ :location: SC
1035
+ 804:
755
1036
  :country: US
756
1037
  :timezone: E
757
- 623:
758
- :country: US
759
- :timezone: M
760
- 925:
1038
+ :location: VA
1039
+ 805:
761
1040
  :country: US
762
1041
  :timezone: P
763
- 858:
1042
+ :location: CA
1043
+ 806:
764
1044
  :country: US
765
- :timezone: P
766
- 724:
1045
+ :timezone: C
1046
+ :location: TX
1047
+ 807:
1048
+ :country: CANADA
1049
+ :timezone: EC
1050
+ :location: Ontario
1051
+ 808:
767
1052
  :country: US
1053
+ :timezone: (UTC-10)
1054
+ :location: HI
1055
+ 809:
1056
+ :country: Dominican Republic
768
1057
  :timezone: E
769
- 456: {}
770
-
771
- 657:
1058
+ 810:
772
1059
  :country: US
773
- :timezone: P
774
- 758:
775
- :country: ST. LUCIA
776
- :timezone: A
777
- 423:
1060
+ :timezone: E
1061
+ :location: MI
1062
+ 812:
778
1063
  :country: US
779
1064
  :timezone: EC
780
- 289:
781
- :country: CANADA
1065
+ :location: IN
1066
+ 813:
1067
+ :country: US
782
1068
  :timezone: E
783
- 859:
1069
+ :location: FL
1070
+ 814:
784
1071
  :country: US
785
1072
  :timezone: E
786
- 256:
1073
+ :location: PA
1074
+ 815:
787
1075
  :country: US
788
1076
  :timezone: C
789
- 323:
790
- :country: US
791
- :timezone: P
792
- 424:
793
- :country: US
794
- :timezone: P
795
- 860:
796
- :country: US
797
- :timezone: E
798
- 458:
1077
+ :location: IL
1078
+ 816:
799
1079
  :country: US
800
- :timezone: MP
801
- 760:
1080
+ :timezone: C
1081
+ :location: MO
1082
+ 817:
802
1083
  :country: US
803
- :timezone: P
804
- 626:
1084
+ :timezone: C
1085
+ :location: TX
1086
+ 818:
805
1087
  :country: US
806
1088
  :timezone: P
807
- 559:
1089
+ :location: CA
1090
+ 819:
1091
+ :country: CANADA
1092
+ :timezone: E
1093
+ :location: Quebec
1094
+ 828:
808
1095
  :country: US
809
- :timezone: P
810
- 224:
1096
+ :timezone: E
1097
+ :location: NC
1098
+ 829:
1099
+ :country: Dominican Republic
1100
+ :timezone: E
1101
+ 830:
811
1102
  :country: US
812
1103
  :timezone: C
813
- 425:
1104
+ :location: TX
1105
+ 831:
814
1106
  :country: US
815
1107
  :timezone: P
816
- 928:
1108
+ :location: CA
1109
+ 832:
817
1110
  :country: US
818
- :timezone: M
819
- 727:
1111
+ :timezone: C
1112
+ :location: TX
1113
+ 843:
820
1114
  :country: US
821
1115
  :timezone: E
822
- 660:
1116
+ :location: SC
1117
+ 845:
823
1118
  :country: US
824
- :timezone: C
825
- 325:
1119
+ :timezone: E
1120
+ :location: NY
1121
+ 847:
826
1122
  :country: US
827
1123
  :timezone: C
828
- 828:
1124
+ :location: IL
1125
+ 848:
829
1126
  :country: US
830
1127
  :timezone: E
831
- 225:
1128
+ :location: NJ
1129
+ 849:
1130
+ :country: Dominican Republic
1131
+ :timezone: E
1132
+ 850:
832
1133
  :country: US
833
- :timezone: C
834
- 862:
1134
+ :timezone: EC
1135
+ :location: FL
1136
+ 855: {}
1137
+
1138
+ 856:
835
1139
  :country: US
836
1140
  :timezone: E
837
- 661:
1141
+ :location: NJ
1142
+ 857:
1143
+ :country: US
1144
+ :timezone: E
1145
+ :location: MA
1146
+ 858:
838
1147
  :country: US
839
1148
  :timezone: P
840
- 829:
841
- :country: Dominican Republic
1149
+ :location: CA
1150
+ 859:
1151
+ :country: US
842
1152
  :timezone: E
843
- 762:
1153
+ :location: KY
1154
+ 860:
844
1155
  :country: US
845
1156
  :timezone: E
846
- 360:
1157
+ :location: CT
1158
+ 862:
847
1159
  :country: US
848
- :timezone: P
849
- 561:
1160
+ :timezone: E
1161
+ :location: NJ
1162
+ 863:
850
1163
  :country: US
851
1164
  :timezone: E
852
- 226:
853
- :country: CANADA
1165
+ :location: FL
1166
+ 864:
1167
+ :country: US
854
1168
  :timezone: E
855
- 863:
1169
+ :location: SC
1170
+ 865:
856
1171
  :country: US
857
1172
  :timezone: E
858
- 662:
1173
+ :location: TN
1174
+ 866: {}
1175
+
1176
+ 867:
1177
+ :country: CANADA
1178
+ :timezone: CMP
1179
+ :location: Yukon, NW Terr., Nunavut
1180
+ 868:
1181
+ :country: TRINIDAD AND TOBAGO
1182
+ :timezone: A
1183
+ :location: Trinidad & Tobago
1184
+ 869:
1185
+ :country: ST. KITTS AND NEVIS
1186
+ :timezone: A
1187
+ :location: St. Kitts & Nevis
1188
+ 870:
859
1189
  :country: US
860
1190
  :timezone: C
861
- 260:
1191
+ :location: AR
1192
+ 872:
862
1193
  :country: US
1194
+ :timezone: C
1195
+ :location: IL
1196
+ 876:
1197
+ :country: JAMAICA
863
1198
  :timezone: E
864
- 830:
1199
+ 877: {}
1200
+
1201
+ 878:
865
1202
  :country: US
866
- :timezone: C
867
- 763:
1203
+ :timezone: E
1204
+ :location: PA
1205
+ 888: {}
1206
+
1207
+ 900: {}
1208
+
1209
+ 901:
868
1210
  :country: US
869
1211
  :timezone: C
870
- 361:
1212
+ :location: TN
1213
+ 902:
1214
+ :country: CANADA
1215
+ :timezone: A
1216
+ :location: Nova Scotia, Prince Edward Island
1217
+ 903:
871
1218
  :country: US
872
1219
  :timezone: C
873
- 562:
1220
+ :location: TX
1221
+ 904:
874
1222
  :country: US
875
- :timezone: P
876
- 931:
1223
+ :timezone: E
1224
+ :location: FL
1225
+ 905:
1226
+ :country: CANADA
1227
+ :timezone: E
1228
+ :location: Ontario
1229
+ 906:
877
1230
  :country: US
878
1231
  :timezone: EC
879
- 864:
1232
+ :location: MI
1233
+ 907:
1234
+ :country: US
1235
+ :timezone: (UTC-9)
1236
+ :location: AK
1237
+ 908:
880
1238
  :country: US
881
1239
  :timezone: E
882
- 831:
1240
+ :location: NJ
1241
+ 909:
883
1242
  :country: US
884
1243
  :timezone: P
885
- 563:
1244
+ :location: CA
1245
+ 910:
886
1246
  :country: US
887
- :timezone: C
888
- 228:
1247
+ :timezone: E
1248
+ :location: NC
1249
+ 912:
889
1250
  :country: US
890
- :timezone: C
891
- 630:
1251
+ :timezone: E
1252
+ :location: GA
1253
+ 913:
892
1254
  :country: US
893
1255
  :timezone: C
894
- 865:
1256
+ :location: KS
1257
+ 914:
895
1258
  :country: US
896
1259
  :timezone: E
897
- 731:
1260
+ :location: NY
1261
+ 915:
898
1262
  :country: US
899
- :timezone: C
900
- 664:
901
- :country: MONTSERRAT
902
- :timezone: A
903
- 530:
1263
+ :timezone: CM
1264
+ :location: TX
1265
+ 916:
904
1266
  :country: US
905
1267
  :timezone: P
906
- 262:
1268
+ :location: CA
1269
+ 917:
907
1270
  :country: US
908
- :timezone: C
909
- 832:
1271
+ :timezone: E
1272
+ :location: NY
1273
+ 918:
910
1274
  :country: US
911
1275
  :timezone: C
912
- 765:
913
- :country: US
914
- :timezone: E
915
- 229:
1276
+ :location: OK
1277
+ 919:
916
1278
  :country: US
917
1279
  :timezone: E
918
- 430:
1280
+ :location: NC
1281
+ 920:
919
1282
  :country: US
920
1283
  :timezone: C
921
- 631:
1284
+ :location: WI
1285
+ 925:
922
1286
  :country: US
923
- :timezone: E
924
- 866: {}
925
-
926
- 732:
1287
+ :timezone: P
1288
+ :location: CA
1289
+ 928:
927
1290
  :country: US
928
- :timezone: E
929
- 330:
1291
+ :timezone: M
1292
+ :location: AZ
1293
+ 929:
930
1294
  :country: US
931
1295
  :timezone: E
932
- 900: {}
933
-
934
- 867:
935
- :country: CANADA
936
- :timezone: CMP
937
- 800: {}
938
-
939
- 331:
1296
+ :location: NY
1297
+ 931:
940
1298
  :country: US
941
- :timezone: C
942
- 264:
943
- :country: ANGUILLA
944
- :timezone: A
945
- 901:
1299
+ :timezone: EC
1300
+ :location: TN
1301
+ 936:
946
1302
  :country: US
947
1303
  :timezone: C
948
- 767:
949
- :country: DOMINICA
950
- :timezone: A
951
- 700: {}
952
-
953
- 231:
1304
+ :location: TX
1305
+ 937:
954
1306
  :country: US
955
1307
  :timezone: E
956
- 432:
1308
+ :location: OH
1309
+ 938:
957
1310
  :country: US
958
1311
  :timezone: C
959
- 868:
960
- :country: TRINIDAD AND TOBAGO
1312
+ :location: AL
1313
+ 939:
1314
+ :country: US
961
1315
  :timezone: A
962
- 801:
1316
+ :location: Puerto Rico
1317
+ 940:
963
1318
  :country: US
964
- :timezone: M
965
- 734:
1319
+ :timezone: C
1320
+ :location: TX
1321
+ 941:
966
1322
  :country: US
967
1323
  :timezone: E
968
- 533: {}
969
-
970
- 600:
971
- :country: CANADA
972
- 902:
973
- :country: CANADA
974
- :timezone: A
975
- 701:
976
- :country: US
977
- :timezone: CM
978
- 567:
1324
+ :location: FL
1325
+ 947:
979
1326
  :country: US
980
1327
  :timezone: E
981
- 500: {}
982
-
983
- 936:
1328
+ :location: MI
1329
+ 949:
1330
+ :country: US
1331
+ :timezone: P
1332
+ :location: CA
1333
+ 951:
1334
+ :country: US
1335
+ :timezone: P
1336
+ :location: CA
1337
+ 952:
984
1338
  :country: US
985
1339
  :timezone: C
986
- 869:
987
- :country: ST. KITTS AND NEVIS
988
- :timezone: A
989
- 802:
1340
+ :location: MN
1341
+ 954:
990
1342
  :country: US
991
1343
  :timezone: E
992
- 601:
1344
+ :location: FL
1345
+ 956:
993
1346
  :country: US
994
1347
  :timezone: C
1348
+ :location: TX
995
1349
  970:
996
1350
  :country: US
997
1351
  :timezone: M
998
- 903:
1352
+ :location: CO
1353
+ 971:
999
1354
  :country: US
1000
- :timezone: C
1001
- 769:
1355
+ :timezone: P
1356
+ :location: OR
1357
+ 972:
1002
1358
  :country: US
1003
1359
  :timezone: C
1004
- 702:
1005
- :country: US
1006
- :timezone: P
1007
- 434:
1360
+ :location: TX
1361
+ 973:
1008
1362
  :country: US
1009
1363
  :timezone: E
1010
- 501:
1011
- :country: US
1012
- :timezone: C
1013
- 937:
1364
+ :location: NJ
1365
+ 978:
1014
1366
  :country: US
1015
1367
  :timezone: E
1016
- 870:
1368
+ :location: MA
1369
+ 979:
1017
1370
  :country: US
1018
1371
  :timezone: C
1019
- 803:
1020
- :country: US
1021
- :timezone: E
1022
- 401:
1372
+ :location: TX
1373
+ 980:
1023
1374
  :country: US
1024
1375
  :timezone: E
1025
- 602:
1376
+ :location: NC
1377
+ 985:
1026
1378
  :country: US
1027
- :timezone: M
1028
- 267:
1379
+ :timezone: C
1380
+ :location: LA
1381
+ 989:
1029
1382
  :country: US
1030
1383
  :timezone: E
1031
- 334:
1032
- :country: US
1033
- :timezone: C
1384
+ :location: MI