whois 3.3.1 → 3.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (38) hide show
  1. data/CHANGELOG.md +736 -699
  2. data/data/tld.json +20 -5
  3. data/lib/whois/record/parser/base_icann_compliant.rb +20 -18
  4. data/lib/whois/record/parser/{whois.nic-se.se.rb → base_iisse.rb} +17 -16
  5. data/lib/whois/record/parser/whois.ascio.com.rb +198 -0
  6. data/lib/whois/record/parser/whois.cira.ca.rb +4 -4
  7. data/lib/whois/record/parser/whois.cnnic.cn.rb +7 -6
  8. data/lib/whois/record/parser/whois.co.ca.rb +6 -5
  9. data/lib/whois/record/parser/whois.denic.de.rb +1 -1
  10. data/lib/whois/record/parser/whois.dns.be.rb +20 -6
  11. data/lib/whois/record/parser/whois.enom.com.rb +3 -0
  12. data/lib/whois/record/parser/whois.gandi.net.rb +37 -29
  13. data/lib/whois/record/parser/whois.godaddy.com.rb +15 -15
  14. data/lib/whois/record/parser/whois.iis.nu.rb +28 -0
  15. data/lib/whois/record/parser/whois.iis.se.rb +28 -0
  16. data/lib/whois/record/parser/whois.jprs.jp.rb +6 -5
  17. data/lib/whois/record/parser/whois.nic.am.rb +3 -3
  18. data/lib/whois/record/parser/whois.nic.asia.rb +4 -0
  19. data/lib/whois/record/parser/whois.nic.bj.rb +128 -0
  20. data/lib/whois/record/parser/whois.nic.io.rb +23 -0
  21. data/lib/whois/record/parser/{whois.meregistry.net.rb → whois.nic.me.rb} +15 -15
  22. data/lib/whois/record/parser/{whois.nic.net.nf.rb → whois.nic.nf.rb} +2 -2
  23. data/lib/whois/record/parser/whois.nic.xxx.rb +10 -9
  24. data/lib/whois/record/parser/whois.register.com.rb +3 -134
  25. data/lib/whois/record/parser/whois.rrpproxy.net.rb +114 -0
  26. data/lib/whois/record/parser/whois.schlund.info.rb +26 -0
  27. data/lib/whois/record/parser/whois.udag.net.rb +26 -0
  28. data/lib/whois/record/parser/whois.yoursrs.com.rb +15 -14
  29. data/lib/whois/record/scanners/base.rb +6 -3
  30. data/lib/whois/record/scanners/base_icann_compliant.rb +4 -4
  31. data/lib/whois/record/scanners/{whois.nic-se.se.rb → base_iisse.rb} +7 -4
  32. data/lib/whois/record/scanners/scannable.rb +5 -2
  33. data/lib/whois/record/scanners/whois.ascio.com.rb +36 -0
  34. data/lib/whois/version.rb +2 -2
  35. data/whois.gemspec +3 -3
  36. metadata +14 -8
  37. data/lib/whois/record/parser/whois.nic.nu.rb +0 -96
  38. data/lib/whois/record/scanners/whois.gandi.net.rb +0 -49
data/CHANGELOG.md CHANGED
@@ -1,6 +1,43 @@
1
1
  # Changelog
2
2
 
3
3
 
4
+ ## Release 3.4.0
5
+
6
+ - SERVER: Added .XN--MGBX4CD0AB (.ایران, Iran) IDN TLD definition.
7
+
8
+ - SERVER: Updated .NU (GH-265), .NU (GH-229), .ME, .SE TLD definition.
9
+
10
+ - SERVER: Added .XN--UNUP4Y (.游戏), .XN--NGBC5AZD (.شبكة), .XN--80ASEHDB (.онлайн), .XN--80ASWG (сайт) IDN TLD definitions.
11
+
12
+ - SERVER: Updated .XN--J1AMH (.укр) IDN TLD definition.
13
+
14
+ - NEW: Scanners now accepts customizable settings.
15
+
16
+ - NEW: Added whois.yoursrs.com parser (GH-266). [Thanks @takama]
17
+
18
+ - NEW: Added whois.ascio.com parser (GH-262). [Thanks @takama]
19
+
20
+ - NEW: Added whois.rrpproxy.net parser (GH-259). [Thanks @takama]
21
+
22
+ - NEW: Added whois.schlund.info parser (GH-270). [Thanks @takama]
23
+
24
+ - NEW: Added whois.udag.net parser (GH-272). [Thanks @gromnsk]
25
+
26
+ - NEW: Added whois.nic.bj parser (GH-6).
27
+
28
+ - FIXED: whois.dns.be crashes when the status is `not allowed`.
29
+
30
+ - FIXED: whois.nic.io crashes when the domain is reserved.
31
+
32
+ - FIXED: whois.gandi.net crashes with some domains.
33
+
34
+ - CHANGED: Changed .NU TLD to the new response format and parser (GH-265).
35
+
36
+ - CHANGED: Changed .SE TLD to the new response format and parser.
37
+
38
+ - CHANGED: Updated whois.register.com parser to the new response format (GH-273). [Thanks @gromnsk]
39
+
40
+
4
41
  ## Release 3.3.1
5
42
 
6
43
  - SERVER: Updated .KR, .ES (GH-267) TLD definitions.
@@ -9,7 +46,7 @@
9
46
 
10
47
  - NEW: Added whois.gandi.net parser (GH-261). [Thanks @takama]
11
48
 
12
- - CHANGED: Updated whois.enom.com parsers to the new response format (GH-269). [Thanks @takama]
49
+ - CHANGED: Updated whois.enom.com parser to the new response format (GH-269). [Thanks @takama]
13
50
 
14
51
 
15
52
  ## Release 3.3.0
@@ -24,34 +61,34 @@
24
61
 
25
62
  - CHANGED: Deprecated Whois.query. Replaced with Whois.lookup to match client. Fixed README to use Whois.whois instead of Whois.lookup
26
63
 
27
- - FIXED: whois.nic.lk crashes when the update date is 'null'.
64
+ - FIXED: whois.nic.lk crashes when the update date is `null`.
28
65
 
29
- - FIXED: whois.cira.ca should support 'pending delete' status.
66
+ - FIXED: whois.cira.ca should support `pending delete` status.
30
67
 
31
- - FIXED: whois.fi should support 'Grace Period' status (GH-252). [Thanks @Pietr]
68
+ - FIXED: whois.fi should support `Grace Period` status (GH-252). [Thanks @Pietr]
32
69
 
33
70
  - FIXED: additional status for whois.ua (GH-244). [Thanks @Pietr]
34
71
 
35
- - FIXED: whois.jprs.jp should support 'Registered' status (GH-253). [Thanks @Pietr]
72
+ - FIXED: whois.jprs.jp should support `Registered` status (GH-253). [Thanks @Pietr]
36
73
 
37
74
 
38
75
  ## Release 3.2.1
39
76
 
40
77
  - NEW: Added full whois.nic.tr parser.
41
78
 
42
- - CHANGED: Updated whois.nic.hn parsers to the new response format.
79
+ - CHANGED: Updated whois.nic.hn parser to the new response format.
43
80
 
44
- - CHANGED: Updated whois.nic.as parsers to the new response format.
81
+ - CHANGED: Updated whois.nic.as parser to the new response format.
45
82
 
46
- - CHANGED: Updated whois.nic.mg parsers to the new response format.
83
+ - CHANGED: Updated whois.nic.mg parser to the new response format.
47
84
 
48
- - CHANGED: Updated whois.nic.cd parsers to the new response format.
85
+ - CHANGED: Updated whois.nic.cd parser to the new response format.
49
86
 
50
- - CHANGED: Updated whois.je parsers to the new response format.
87
+ - CHANGED: Updated whois.je parser to the new response format.
51
88
 
52
- - CHANGED: Updated whois.gg parsers to the new response format.
89
+ - CHANGED: Updated whois.gg parser to the new response format.
53
90
 
54
- - CHANGED: Updated whois.pnina.ps parsers to the new response format.
91
+ - CHANGED: Updated whois.pnina.ps parser to the new response format.
55
92
 
56
93
  - CHANGED: Deprecate Whois::Record::Contact::TYPE_ADMIN in favor of Whois::Record::Contact::TYPE_ADMINISTRATIVE
57
94
 
@@ -295,346 +332,346 @@
295
332
 
296
333
  ## Release 2.7.0
297
334
 
298
- * SERVER: Added .IQ TLD server (GH-171).
335
+ - SERVER: Added .IQ TLD server (GH-171).
299
336
 
300
- * SERVER: Added .XN--MGB9AWBF (عمان, Oman) IDN TLD server.
337
+ - SERVER: Added .XN--MGB9AWBF (عمان, Oman) IDN TLD server.
301
338
 
302
- * SERVER: Added .BI TLD server (GH-113).
339
+ - SERVER: Added .BI TLD server (GH-113).
303
340
 
304
- * SERVER: Added .DM TLD server (GH-43).
341
+ - SERVER: Added .DM TLD server (GH-43).
305
342
 
306
- * SERVER: Added .MO TLD server.
343
+ - SERVER: Added .MO TLD server.
307
344
 
308
- * NEW: Added full whois.register.com parser.
345
+ - NEW: Added full whois.register.com parser.
309
346
 
310
- * NEW: whois.networksolutions.com parser now recognizes throttled responses (GH-182). [Thanks @JustinCampbell]
347
+ - NEW: whois.networksolutions.com parser now recognizes throttled responses (GH-182). [Thanks @JustinCampbell]
311
348
 
312
- * NEW: Added full whois.cmc.iq parser (GH-171).
349
+ - NEW: Added full whois.cmc.iq parser (GH-171).
313
350
 
314
- * NEW: Added full whois1.nic.bi parser (GH-113).
351
+ - NEW: Added full whois1.nic.bi parser (GH-113).
315
352
 
316
- * NEW: Added full whois.nic.dm parser (GH-43).
353
+ - NEW: Added full whois.nic.dm parser (GH-43).
317
354
 
318
- * NEW: Added full whois.nic.co parser.
355
+ - NEW: Added full whois.nic.co parser.
319
356
 
320
- * NEW: Added full whois.monic.mo parser.
357
+ - NEW: Added full whois.monic.mo parser.
321
358
 
322
- * FIXED: Fixed whois.register.com parser for enom formats (GH-181). [Thanks @JustinCampbell]
359
+ - FIXED: Fixed whois.register.com parser for enom formats (GH-181). [Thanks @JustinCampbell]
323
360
 
324
- * FIXED: whois.jprs.js parser should support status `Suspended`.
361
+ - FIXED: whois.jprs.js parser should support status `Suspended`.
325
362
 
326
- * FIXED: whois.dk-hostmaster.dk parser should support status `Deactivated`.
363
+ - FIXED: whois.dk-hostmaster.dk parser should support status `Deactivated`.
327
364
 
328
- * FIXED: whois.domain-registry.nl parser should support status `Inactive`.
365
+ - FIXED: whois.domain-registry.nl parser should support status `Inactive`.
329
366
 
330
- * CHANGED: Changed .NAME to a formatted adapter to fetch additional properties.
367
+ - CHANGED: Changed .NAME to a formatted adapter to fetch additional properties.
331
368
 
332
- * CHANGED: whois.dns.pl now supports expires_on (GH-185). [Thanks @y3ti]
369
+ - CHANGED: whois.dns.pl now supports expires_on (GH-185). [Thanks @y3ti]
333
370
 
334
371
 
335
372
  ## Release 2.6.4
336
373
 
337
- * SERVER: Added .CW TLD server.
374
+ - SERVER: Added .CW TLD server.
338
375
 
339
- * SERVER: Updated .GR, .ORG (GH-176), .FO (GH-177) TLD server.
376
+ - SERVER: Updated .GR, .ORG (GH-176), .FO (GH-177) TLD server.
340
377
 
341
- * SERVER: Added .XN--MGBA3A4F16A (ایران., Iran) IDN TLD server.
378
+ - SERVER: Added .XN--MGBA3A4F16A (ایران., Iran) IDN TLD server.
342
379
 
343
- * NEW: Ability to specify a custom :adapter passing a Symbol instead of an instance of Class.
380
+ - NEW: Ability to specify a custom :adapter passing a Symbol instead of an instance of Class.
344
381
 
345
- * NEW: Added full whois.nic.fo parser (GH-177).
382
+ - NEW: Added full whois.nic.fo parser (GH-177).
346
383
 
347
- * NEW: whois.nic.cz is now a full parser.
384
+ - NEW: whois.nic.cz is now a full parser.
348
385
 
349
- * NEW: whois.tld.ee is now a full parser.
386
+ - NEW: whois.tld.ee is now a full parser.
350
387
 
351
- * NEW: whois.tznic.or.tz is now a full parser.
388
+ - NEW: whois.tznic.or.tz is now a full parser.
352
389
 
353
- * FIXED: whois.neworksolutions.com parser crashes when the contact name is blank.
390
+ - FIXED: whois.neworksolutions.com parser crashes when the contact name is blank.
354
391
 
355
- * FIXED: whois.rnids.rs parser should support statuses Locked, Expired, and In Transfer.
392
+ - FIXED: whois.rnids.rs parser should support statuses Locked, Expired, and In Transfer.
356
393
 
357
- * FIXED: whois.nic.gs parser should support status `Excluded - Pending Delete - Restorable` (GH-180). [Thanks @smith]
394
+ - FIXED: whois.nic.gs parser should support status `Excluded - Pending Delete - Restorable` (GH-180). [Thanks @smith]
358
395
 
359
- * CHANGED: Deprecated options[:web] for :web adapter in favor of options[:url].
396
+ - CHANGED: Deprecated options[:web] for :web adapter in favor of options[:url].
360
397
 
361
- * CHANGED: Removed Pir adaper, the registry is a thick whois server.
398
+ - CHANGED: Removed Pir adaper, the registry is a thick whois server.
362
399
 
363
- * CHANGED: Changed whois.publicinterestregistry.com to whois.pir.org (GH-176).
400
+ - CHANGED: Changed whois.publicinterestregistry.com to whois.pir.org (GH-176).
364
401
 
365
- * CHANGED: whois.tcinet.ru parser learned how to parse contact URLs (GH-150).
402
+ - CHANGED: whois.tcinet.ru parser learned how to parse contact URLs (GH-150).
366
403
 
367
- * CHANGED: Removed support for .gemtest and removed /spec folder from the packaged gem.
404
+ - CHANGED: Removed support for .gemtest and removed /spec folder from the packaged gem.
368
405
 
369
406
 
370
407
  ## Release 2.6.3
371
408
 
372
- * NEW: whois.registrypro.pro is now a full parser.
409
+ - NEW: whois.registrypro.pro is now a full parser.
373
410
 
374
- * FIXED: In some cases the parser class is not correctly detected from hostname (GH-173). [Thanks @JustinCampbell]
411
+ - FIXED: In some cases the parser class is not correctly detected from hostname (GH-173). [Thanks @JustinCampbell]
375
412
 
376
- * FIXED: whois.ua parser raises ArgumentError when the created_on object invalid data.
413
+ - FIXED: whois.ua parser raises ArgumentError when the created_on object invalid data.
377
414
 
378
- * FIXED: Whois::Server may occasionally raise an error trying to resolve an IPv6 matching query object (GH-174). [Thanks @aeden].
415
+ - FIXED: Whois::Server may occasionally raise an error trying to resolve an IPv6 matching query object (GH-174). [Thanks @aeden].
379
416
 
380
- * CHANGED: Updated whois.registrypro.pro parser to the new response format.
417
+ - CHANGED: Updated whois.registrypro.pro parser to the new response format.
381
418
 
382
419
 
383
420
  ## Release 2.6.2
384
421
 
385
- * SERVER: Added .SX TLD server (GH-170).
422
+ - SERVER: Added .SX TLD server (GH-170).
386
423
 
387
- * NEW: Added full whois.networksolutions.com parser (GH-168). [Thanks @bramp]
424
+ - NEW: Added full whois.networksolutions.com parser (GH-168). [Thanks @bramp]
388
425
 
389
- * NEW: Added full whois.sx parser (GH-170).
426
+ - NEW: Added full whois.sx parser (GH-170).
390
427
 
391
- * NEW: whois.ua parser is now a full parser (GH-169). [Thanks @Uko]
428
+ - NEW: whois.ua parser is now a full parser (GH-169). [Thanks @Uko]
392
429
 
393
430
 
394
431
  ## Release 2.6.1
395
432
 
396
- * Reverted partial commit about .SX definitions included in v2.6.0 by mistake.
433
+ - Reverted partial commit about .SX definitions included in v2.6.0 by mistake.
397
434
 
398
435
 
399
436
  ## Release 2.6.0
400
437
 
401
- * SERVER: Added .OM TLD server.
438
+ - SERVER: Added .OM TLD server.
402
439
 
403
- * SERVER: Added .TN TLD server.
440
+ - SERVER: Added .TN TLD server.
404
441
 
405
- * NEW: whois.srs.net.nz parser now recognizes throttled responses.
442
+ - NEW: whois.srs.net.nz parser now recognizes throttled responses.
406
443
 
407
- * NEW: Added full whois.registry.om parser.
444
+ - NEW: Added full whois.registry.om parser.
408
445
 
409
- * NEW: Added full whois.ati.tn parser.
446
+ - NEW: Added full whois.ati.tn parser.
410
447
 
411
- * NEW: Added full whois.educause.edu parser.
448
+ - NEW: Added full whois.educause.edu parser.
412
449
 
413
- * NEW: Implement registrar property for CoCCA (GH-165). [Thanks @sherwind]
450
+ - NEW: Implement registrar property for CoCCA (GH-165). [Thanks @sherwind]
414
451
 
415
- * CHANGED: whois.nic.uk changed response format.
452
+ - CHANGED: whois.nic.uk changed response format.
416
453
 
417
- * CHANGED: whois.nic.gl now inherits from CoCCA and learns new properties (GH-166). [Thanks @sherwind]
454
+ - CHANGED: whois.nic.gl now inherits from CoCCA and learns new properties (GH-166). [Thanks @sherwind]
418
455
 
419
- * CHANGED: Deprecate SuperStruct initialization with list of params.
456
+ - CHANGED: Deprecate SuperStruct initialization with list of params.
420
457
 
421
- * FIXED: whois.hkirc.hk parser crashes when expiration date is "null".
458
+ - FIXED: whois.hkirc.hk parser crashes when expiration date is "null".
422
459
 
423
- * FIXED: whois.na-nic.com.na parser fails to support 'Delegate' status (GH-159). [Thanks @sherwind]
460
+ - FIXED: whois.na-nic.com.na parser fails to support 'Delegate' status (GH-159). [Thanks @sherwind]
424
461
 
425
- * FIXED: whois.rnids.rs parser crashes when domain is private (GH-163). [Thanks @sherwind]
462
+ - FIXED: whois.rnids.rs parser crashes when domain is private (GH-163). [Thanks @sherwind]
426
463
 
427
- * FIXED: whois.rnids.rs parser not to split nameserver name at the hypen (GH-164). [Thanks @sherwind]
464
+ - FIXED: whois.rnids.rs parser not to split nameserver name at the hypen (GH-164). [Thanks @sherwind]
428
465
 
429
- * FIXED: whois.co.ug parser fails to support 'Unconfirmed' status.
466
+ - FIXED: whois.co.ug parser fails to support 'Unconfirmed' status.
430
467
 
431
- * FIXED: whois.cctld.uz parser crashes when expiration date is dash (GH-161). [Thanks @sherwind]
468
+ - FIXED: whois.cctld.uz parser crashes when expiration date is dash (GH-161). [Thanks @sherwind]
432
469
 
433
- * FIXED: whois.cctld.uz parser fails to support 'RESERVED' status (GH-162). [Thanks @sherwind]
470
+ - FIXED: whois.cctld.uz parser fails to support 'RESERVED' status (GH-162). [Thanks @sherwind]
434
471
 
435
- * FIXED: whois.tznic.or.tz parser fails to support 'Expired' status (GH-160). [Thanks @sherwind]
472
+ - FIXED: whois.tznic.or.tz parser fails to support 'Expired' status (GH-160). [Thanks @sherwind]
436
473
 
437
474
 
438
475
  ## Release 2.5.1
439
476
 
440
- * FIXED: whois.enom.com parser crashes when the contact has no name.
477
+ - FIXED: whois.enom.com parser crashes when the contact has no name.
441
478
 
442
- * FIXED: whois.domainregistry.ie parser crashes when there is a pending application token for the domain.
479
+ - FIXED: whois.domainregistry.ie parser crashes when there is a pending application token for the domain.
443
480
 
444
- * FIXED: whois.domainregistry.ie parser should support multiple contacts.
481
+ - FIXED: whois.domainregistry.ie parser should support multiple contacts.
445
482
 
446
- * FIXED: whois.dns.be now uses "not available" and "available" statuses.
483
+ - FIXED: whois.dns.be now uses "not available" and "available" statuses.
447
484
 
448
- * FIXED: whois.cnnic.cn scanner fails to recognize some reserved domains.
485
+ - FIXED: whois.cnnic.cn scanner fails to recognize some reserved domains.
449
486
 
450
- * FIXED: whois.nic.uk fails to recognize "registered until expiry date" status.
487
+ - FIXED: whois.nic.uk fails to recognize "registered until expiry date" status.
451
488
 
452
489
 
453
490
  ## Release 2.5.0
454
491
 
455
- * SERVER: Added .BY (GH-154) TLD server.
492
+ - SERVER: Added .BY (GH-154) TLD server.
456
493
 
457
- * NEW: Added full whois.audns.net.au parser.
494
+ - NEW: Added full whois.audns.net.au parser.
458
495
 
459
- * NEW: Added full whois.cctld.by parser (GH-154). [Thanks @kliuchnikau]
496
+ - NEW: Added full whois.cctld.by parser (GH-154). [Thanks @kliuchnikau]
460
497
 
461
- * NEW: Added full whois.domainregistry.ie parser.
498
+ - NEW: Added full whois.domainregistry.ie parser.
462
499
 
463
- * NEW: Added full whois.cira.ca parser.
500
+ - NEW: Added full whois.cira.ca parser.
464
501
 
465
- * NEW: Added whois.enom.com parser.
502
+ - NEW: Added whois.enom.com parser.
466
503
 
467
- * CHANGED: Moved scanners from Whois::Record::Parser::Scanners to Whois::Record::Scanners.
504
+ - CHANGED: Moved scanners from Whois::Record::Parser::Scanners to Whois::Record::Scanners.
468
505
 
469
- * FIXED: .IE availability checking returns incorrect results (GH-155)
506
+ - FIXED: .IE availability checking returns incorrect results (GH-155)
470
507
 
471
508
 
472
509
  ## Release 2.4.0
473
510
 
474
- * SERVER: Removed .KP (GH-52), .GP (GH-44) TLD servers.
511
+ - SERVER: Removed .KP (GH-52), .GP (GH-44) TLD servers.
475
512
 
476
- * SERVER: Updated .CV, .FI (GH-133), .GF, .MQ, .UA (GH-153), .XN-MGBAYH7GPA, .XN--FZC2C9E2C, .XN--XKC2AL3HYE2A TLD servers.
513
+ - SERVER: Updated .CV, .FI (GH-133), .GF, .MQ, .UA (GH-153), .XN-MGBAYH7GPA, .XN--FZC2C9E2C, .XN--XKC2AL3HYE2A TLD servers.
477
514
 
478
- * SERVER: Added the following new IDN TLD servers:
479
- * .XN--80AO21A (.ҚАЗ, Kazakhstan)
515
+ - SERVER: Added the following new IDN TLD servers:
516
+ - .XN--80AO21A (.ҚАЗ, Kazakhstan)
480
517
 
481
- * SERVER: Updated ipv4 allocations.
518
+ - SERVER: Updated ipv4 allocations.
482
519
 
483
- * SERVER: Added .RS, .LK, .HR (GH-122), .NC (GH-109) TLD servers.
520
+ - SERVER: Added .RS, .LK, .HR (GH-122), .NC (GH-109) TLD servers.
484
521
 
485
- * NEW: Added full whois.dreamhost.com parser.
522
+ - NEW: Added full whois.dreamhost.com parser.
486
523
 
487
- * NEW: Added ability to check for an unavailable response with Whois::Record#response_unavailable?.
524
+ - NEW: Added ability to check for an unavailable response with Whois::Record#response_unavailable?.
488
525
 
489
- * NEW: whois.nic.uk now understands reserved domains.
526
+ - NEW: whois.nic.uk now understands reserved domains.
490
527
 
491
- * NEW: Added full whois.rnids.rs parser.
528
+ - NEW: Added full whois.rnids.rs parser.
492
529
 
493
- * NEW: Added full whois.nic.lk parser.
530
+ - NEW: Added full whois.nic.lk parser.
494
531
 
495
- * NEW: Added full whois.dns.hr parser (GH-122).
532
+ - NEW: Added full whois.dns.hr parser (GH-122).
496
533
 
497
- * NEW: Added full whois.nc parser (GH-109).
534
+ - NEW: Added full whois.nc parser (GH-109).
498
535
 
499
- * CHANGED: Placed "core_ext" under "whois" namespace (GH-149).
536
+ - CHANGED: Placed "core_ext" under "whois" namespace (GH-149).
500
537
 
501
- * CHANGED: Whois::Client#query is no longer case sensitive (GH-151).
538
+ - CHANGED: Whois::Client#query is no longer case sensitive (GH-151).
502
539
 
503
- * FIXED: whois.nic.gl parser must support `Delegate' status.
540
+ - FIXED: whois.nic.gl parser must support `Delegate' status.
504
541
 
505
- * FIXED: whois.godaddy.com partially changed response format (GH-148).
542
+ - FIXED: whois.godaddy.com partially changed response format (GH-148).
506
543
 
507
- * FIXED: whois.registry.qa parser crashes when the response doesn't contain nameserver IPs.
544
+ - FIXED: whois.registry.qa parser crashes when the response doesn't contain nameserver IPs.
508
545
 
509
- * FIXED: whois.nic.mg parser must support `Delegate' status.
546
+ - FIXED: whois.nic.mg parser must support `Delegate' status.
510
547
 
511
- * FIXED: whois.nic.it parser must support `pendingUpdate` status.
548
+ - FIXED: whois.nic.it parser must support `pendingUpdate` status.
512
549
 
513
- * FIXED: whois.nic.it parser must support `PENDING-DELETE' status.
550
+ - FIXED: whois.nic.it parser must support `PENDING-DELETE' status.
514
551
 
515
552
 
516
553
  ## Release 2.3.0
517
554
 
518
- * SERVER: .VA TLD no longer provides public WHOIS interface (GH-93).
555
+ - SERVER: .VA TLD no longer provides public WHOIS interface (GH-93).
519
556
 
520
- * SERVER: Added Smallregistry FR TLDs (GH-144).
557
+ - SERVER: Added Smallregistry FR TLDs (GH-144).
521
558
 
522
- * NEW: whois.crsnic.net parser now recognizes unavailable responses.
559
+ - NEW: whois.crsnic.net parser now recognizes unavailable responses.
523
560
 
524
- * NEW: Added support for whois.educause.edu registrant contact field (GH-141).
561
+ - NEW: Added support for whois.educause.edu registrant contact field (GH-141).
525
562
 
526
- * NEW: Added full whois.centralnic.com parser.
563
+ - NEW: Added full whois.centralnic.com parser.
527
564
 
528
- * NEW: Added full whois.nic.la parser.
565
+ - NEW: Added full whois.nic.la parser.
529
566
 
530
- * NEW: Added full whois.smallregistry.net parser (GH-144).
567
+ - NEW: Added full whois.smallregistry.net parser (GH-144).
531
568
 
532
- * NEW: whois.nic.net.nf now understands invalid responses.
569
+ - NEW: whois.nic.net.nf now understands invalid responses.
533
570
 
534
- * NEW: whois.nic.fr parser now recognizes throttled responses (GH-147).
571
+ - NEW: whois.nic.fr parser now recognizes throttled responses (GH-147).
535
572
 
536
- * CHANGED: whois.nic.fr `frozen' status is now considered as :registered.
573
+ - CHANGED: whois.nic.fr `frozen' status is now considered as :registered.
537
574
 
538
- * CHANGED: Rewritten Whois::Record::Parser::Scanners::Base to use a modular approach.
575
+ - CHANGED: Rewritten Whois::Record::Parser::Scanners::Base to use a modular approach.
539
576
 
540
- * CHANGED: Renamed whois.domain-registry.nl :quarantine status to :redemption.
577
+ - CHANGED: Renamed whois.domain-registry.nl :quarantine status to :redemption.
541
578
 
542
- * FIXED: whois.nic.net.nt parser must support `Pending Purge' and `Pending Delete' status (GH-131).
579
+ - FIXED: whois.nic.net.nt parser must support `Pending Purge' and `Pending Delete' status (GH-131).
543
580
 
544
- * FIXED: whois.nic.fr crashes when contact is anonymous (GH-140).
581
+ - FIXED: whois.nic.fr crashes when contact is anonymous (GH-140).
545
582
 
546
- * FIXED: whois.nic.fr parser must support `NOT_OPEN' status (GH-142).
583
+ - FIXED: whois.nic.fr parser must support `NOT_OPEN' status (GH-142).
547
584
 
548
- * FIXED: whois.centralnic.com changed response format.
585
+ - FIXED: whois.centralnic.com changed response format.
549
586
 
550
- * FIXED: whois.jprs.jp parser must support `To be suspended' status.
587
+ - FIXED: whois.jprs.jp parser must support `To be suspended' status.
551
588
 
552
- * FIXED: whois.nic.fr parser raises 'struct size differs' trying to parse nameservers for some responses.
589
+ - FIXED: whois.nic.fr parser raises 'struct size differs' trying to parse nameservers for some responses.
553
590
 
554
- * FIXED: whois.nic.nu parser must support `NotRenewed' status.
591
+ - FIXED: whois.nic.nu parser must support `NotRenewed' status.
555
592
 
556
- * FIXED: whois.nic.lv changed response format (GH-145, GH-146).
593
+ - FIXED: whois.nic.lv changed response format (GH-145, GH-146).
557
594
 
558
- * FIXED: whois.dns.be parser must support `quarantine' and `out of service' status (GH-147).
595
+ - FIXED: whois.dns.be parser must support `quarantine' and `out of service' status (GH-147).
559
596
 
560
597
 
561
598
  ## Release 2.2.0
562
599
 
563
- * NEW: Added base whois.nic.net.sb parser (GH-56).
600
+ - NEW: Added base whois.nic.net.sb parser (GH-56).
564
601
 
565
- * NEW: Added whois.nic.fr contact parsing.
602
+ - NEW: Added whois.nic.fr contact parsing.
566
603
 
567
- * CHANGED: whois.nic.ve now returns `:inactive' instead of `:suspended'.
604
+ - CHANGED: whois.nic.ve now returns `:inactive' instead of `:suspended'.
568
605
 
569
- * CHANGED: whois.dns.pt now supports `expired_on` property.
606
+ - CHANGED: whois.dns.pt now supports `expired_on` property.
570
607
 
571
- * FIXED: whois.nic.ht parser must support `Delegated' status.
608
+ - FIXED: whois.nic.ht parser must support `Delegated' status.
572
609
 
573
- * FIXED: whois.nic.mu parser must support `Delegated' status.
610
+ - FIXED: whois.nic.mu parser must support `Delegated' status.
574
611
 
575
- * FIXED: whois.nic.ki parser must support `Delegated' status (GH-119).
612
+ - FIXED: whois.nic.ki parser must support `Delegated' status (GH-119).
576
613
 
577
- * FIXED: whois.registry.gy parser must support `Delegated' status (GH-120).
614
+ - FIXED: whois.registry.gy parser must support `Delegated' status (GH-120).
578
615
 
579
- * FIXED: whois.nic.cx parser must support `Delegated' status (GH-121).
616
+ - FIXED: whois.nic.cx parser must support `Delegated' status (GH-121).
580
617
 
581
- * FIXED: With some .com.br domains, whois.registro.br parser returns invalid values for nameservers.
618
+ - FIXED: With some .com.br domains, whois.registro.br parser returns invalid values for nameservers.
582
619
 
583
- * FIXED: whois.nic.it parser should support `pendingTransfer / autoRenewPeriod' status (GH-124).
620
+ - FIXED: whois.nic.it parser should support `pendingTransfer / autoRenewPeriod' status (GH-124).
584
621
 
585
- * FIXED: whois.nic.net.nf parser must support `Delegated' status (GH-125).
622
+ - FIXED: whois.nic.net.nf parser must support `Delegated' status (GH-125).
586
623
 
587
- * FIXED: whois.nic.ms parser must support `Delegated' status (GH-126).
624
+ - FIXED: whois.nic.ms parser must support `Delegated' status (GH-126).
588
625
 
589
- * FIXED: whois.nic.fr parser must support `BLOCKED' status (GH-127).
626
+ - FIXED: whois.nic.fr parser must support `BLOCKED' status (GH-127).
590
627
 
591
- * FIXED: whois.nic.gs parser must support `Delegated' status (GH-128).
628
+ - FIXED: whois.nic.gs parser must support `Delegated' status (GH-128).
592
629
 
593
- * FIXED: whois.nic.tl parser must support `Delegated' status.
630
+ - FIXED: whois.nic.tl parser must support `Delegated' status.
594
631
 
595
- * FIXED: whois.nic.net.ng parser must support `Delegated' status.
632
+ - FIXED: whois.nic.net.ng parser must support `Delegated' status.
596
633
 
597
- * FIXED: whois.na-nic.com.na parser must support `Suspended' status (GH-130).
634
+ - FIXED: whois.na-nic.com.na parser must support `Suspended' status (GH-130).
598
635
 
599
- * FIXED: whois.dns.pt parser must support `TECH-PRO' status (GH-132).
636
+ - FIXED: whois.dns.pt parser must support `TECH-PRO' status (GH-132).
600
637
 
601
- * FIXED: whois.nic.net.nf parser must support /pending delete/ status (GH-131).
638
+ - FIXED: whois.nic.net.nf parser must support /pending delete/ status (GH-131).
602
639
 
603
- * FIXED: whois.nic.cz IPv6 nameserver support (GH-135).
640
+ - FIXED: whois.nic.cz IPv6 nameserver support (GH-135).
604
641
 
605
- * FIXED: whois.je changed response format (GH-123).
642
+ - FIXED: whois.je changed response format (GH-123).
606
643
 
607
644
 
608
645
  ## Release 2.1.1
609
646
 
610
- * NEW: whois.nic.xxs parser now recognizes reserved domains.
647
+ - NEW: whois.nic.xxs parser now recognizes reserved domains.
611
648
 
612
- * NEW: whois.nic.uk parser now recognizes throttled responses (GH-118). [Thanks @semaperepelitsa]
649
+ - NEW: whois.nic.uk parser now recognizes throttled responses (GH-118). [Thanks @semaperepelitsa]
613
650
 
614
- * NEW: whois.nic.uk parser now extracts registrant_contacts (GH-118). [Thanks @semaperepelitsa]
651
+ - NEW: whois.nic.uk parser now extracts registrant_contacts (GH-118). [Thanks @semaperepelitsa]
615
652
 
616
- * FIXED: whois.nic.it parser doesn't correctly understand reserved domains.
653
+ - FIXED: whois.nic.it parser doesn't correctly understand reserved domains.
617
654
 
618
- * FIXED: Release 2.1.0 is not compatible with Rails 2.3 (GH-117).
655
+ - FIXED: Release 2.1.0 is not compatible with Rails 2.3 (GH-117).
619
656
 
620
- * FIXED: whois.nic.coop should support multiple statuses (GH-115).
657
+ - FIXED: whois.nic.coop should support multiple statuses (GH-115).
621
658
 
622
- * FIXED: whois.nic.la should support multiple statuses (GH-116).
659
+ - FIXED: whois.nic.la should support multiple statuses (GH-116).
623
660
 
624
661
 
625
662
  ## Release 2.1.0
626
663
 
627
- * SERVER: Added .COM.DE, .GR.COM, .US.ORG TLD definitions.
664
+ - SERVER: Added .COM.DE, .GR.COM, .US.ORG TLD definitions.
628
665
 
629
- * SERVER: Updated .QA and .XN--WGBL6A TLD definitions.
666
+ - SERVER: Updated .QA and .XN--WGBL6A TLD definitions.
630
667
 
631
- * SERVER: Updated .SU, .RU and .XN--P1AI TLD definitions (GH-87).
668
+ - SERVER: Updated .SU, .RU and .XN--P1AI TLD definitions (GH-87).
632
669
 
633
- * SERVER: Added the following new IDN TLDs:
634
- * .XN--LGBBAT1AD8J (.الجزائر, Algeria) (GH-95)
635
- * .XN--MGBC0A9AZCG (.المغرب, Morocco) (GH-96)
670
+ - SERVER: Added the following new IDN TLDs:
671
+ - .XN--LGBBAT1AD8J (.الجزائر, Algeria) (GH-95)
672
+ - .XN--MGBC0A9AZCG (.المغرب, Morocco) (GH-96)
636
673
 
637
- * NEW: Ability to define inheritable parsers
674
+ - NEW: Ability to define inheritable parsers
638
675
 
639
676
  class Whois::Record::Parser::Afilias < Whois::Record::Parser::Base
640
677
  end
@@ -644,654 +681,654 @@
644
681
 
645
682
  Parsers will inherits all the properties from their parents.
646
683
 
647
- * NEW: Added the following full parsers:
648
- * whois.nic.asia
649
- * whois.meregistry.net
650
- * whois.dotmobiregistry.net
651
- * whois.publicinternetregistry.net
652
- * whois.registry.in
653
- * whis.nic.ag
654
- * whois.afilias-grs.info
655
- * whois.aero
656
- * whois.nic.xx
657
- * whois.afilias.info
658
- * whois.registry.qa (GH-114)
659
- * whois.godaddy.com (GH-105) [Thanks @pmyteh]
660
-
661
- * CHANGED: use the first public .XXX domain to test the whois.nic.xx response format.
662
-
663
- * CHANGED: whois.sgnic.sg changed nameservers response format (again).
664
-
665
- * CHANGED: Extended core_ext section. Since all the extensions belong to ActiveSupport,
684
+ - NEW: Added the following full parsers:
685
+ - whois.nic.asia
686
+ - whois.meregistry.net
687
+ - whois.dotmobiregistry.net
688
+ - whois.publicinternetregistry.net
689
+ - whois.registry.in
690
+ - whis.nic.ag
691
+ - whois.afilias-grs.info
692
+ - whois.aero
693
+ - whois.nic.xx
694
+ - whois.afilias.info
695
+ - whois.registry.qa (GH-114)
696
+ - whois.godaddy.com (GH-105) [Thanks @pmyteh]
697
+
698
+ - CHANGED: use the first public .XXX domain to test the whois.nic.xx response format.
699
+
700
+ - CHANGED: whois.sgnic.sg changed nameservers response format (again).
701
+
702
+ - CHANGED: Extended core_ext section. Since all the extensions belong to ActiveSupport,
666
703
  the library attempts to use ActiveSupport if loaded.
667
704
 
668
- * CHANGED: Renamed whois.ripn.net to whois.tcinet.ru (GH-87)
705
+ - CHANGED: Renamed whois.ripn.net to whois.tcinet.ru (GH-87)
669
706
 
670
- * FIXED: In a very rare situation the Whois::Client raises a
707
+ - FIXED: In a very rare situation the Whois::Client raises a
671
708
  `Errno::EINVAL: Invalid argument - bind(2)' error attempting to connect
672
709
  to a WHOIS server (see GH-40).
673
710
 
674
- * FIXED: whois.nic.travel parser must support multiple statuses.
711
+ - FIXED: whois.nic.travel parser must support multiple statuses.
675
712
 
676
- * FIXED: whois.nic.name parser must support multiple statuses.
713
+ - FIXED: whois.nic.name parser must support multiple statuses.
677
714
 
678
- * FIXED: whois.nic.af parser must support `Delegated' status.
715
+ - FIXED: whois.nic.af parser must support `Delegated' status.
679
716
 
680
- * REMOVED: Removed deprecated Whois::Answer class.
717
+ - REMOVED: Removed deprecated Whois::Answer class.
681
718
 
682
- * REMOVED: Removed deprecated Whois::Record### behavior.
719
+ - REMOVED: Removed deprecated Whois::Record### behavior.
683
720
 
684
- * REMOVED: Removed deprecated Whois::Record::Parser::WhoisTonicTo#incomplete_response? method.
721
+ - REMOVED: Removed deprecated Whois::Record::Parser::WhoisTonicTo#incomplete_response? method.
685
722
 
686
723
 
687
724
  ## Release 2.0.7
688
725
 
689
- * CHANGED: whois.dns.pt changed nameservers response format.
726
+ - CHANGED: whois.dns.pt changed nameservers response format.
690
727
 
691
- * CHANGED: whois.sgnic.sg changed nameservers response format.
728
+ - CHANGED: whois.sgnic.sg changed nameservers response format.
692
729
 
693
- * FIXED: whois.markmonitor.com parser crashes when the contacts are empty.
730
+ - FIXED: whois.markmonitor.com parser crashes when the contacts are empty.
694
731
 
695
- * FIXED: whois.educause.edu parser crashes when the updated_on property is `unknown'.
732
+ - FIXED: whois.educause.edu parser crashes when the updated_on property is `unknown'.
696
733
 
697
734
 
698
735
  ## Release 2.0.6
699
736
 
700
- * CHANGED: whois.gg changed response format.
737
+ - CHANGED: whois.gg changed response format.
701
738
 
702
- * FIXED: whois.pnina.ps parser do not support `Active' status variants.
739
+ - FIXED: whois.pnina.ps parser do not support `Active' status variants.
703
740
 
704
- * FIXED: whois.sk-nic.sk parser must support `DOM_TA' status.
741
+ - FIXED: whois.sk-nic.sk parser must support `DOM_TA' status.
705
742
 
706
- * FIXED: whois.srs.net.nz parser must support `210 PendingRelease' status.
743
+ - FIXED: whois.srs.net.nz parser must support `210 PendingRelease' status.
707
744
 
708
745
 
709
746
  ## Release 2.0.5
710
747
 
711
- * SERVER: Updated .BI TLD definition.
748
+ - SERVER: Updated .BI TLD definition.
712
749
 
713
- * SERVER: Added .XXX TLD definition.
750
+ - SERVER: Added .XXX TLD definition.
714
751
 
715
- * SERVER: Updated .SM TLD definition (GH-97).
752
+ - SERVER: Updated .SM TLD definition (GH-97).
716
753
 
717
- * NEW: Ability to detect whois.dns.be throttled responses.
754
+ - NEW: Ability to detect whois.dns.be throttled responses.
718
755
 
719
- * NEW: Added base whois.nic.sm parser (GH-97).
756
+ - NEW: Added base whois.nic.sm parser (GH-97).
720
757
 
721
- * FIXED: whois.meregistry.net parser raises `no time information in ""'
758
+ - FIXED: whois.meregistry.net parser raises `no time information in ""'
722
759
  when updated_at property is blank.
723
760
 
724
- * FIXED: whois.nic.it parser must support `NO-PROVIDER' status.
761
+ - FIXED: whois.nic.it parser must support `NO-PROVIDER' status.
725
762
 
726
- * FIXED: whois.nic.it parser must support `pendingDelete / pendingDelete' status.
763
+ - FIXED: whois.nic.it parser must support `pendingDelete / pendingDelete' status.
727
764
 
728
- * FIXED: whois.nic.asia parser must support `CLIENT' status.
765
+ - FIXED: whois.nic.asia parser must support `CLIENT' status.
729
766
 
730
- * FIXED: whois.nic.cz parser must support `Update prohibited' status.
767
+ - FIXED: whois.nic.cz parser must support `Update prohibited' status.
731
768
 
732
- * FIXED: The Verisign WHOIS adapter crashes in some rare circumstances
769
+ - FIXED: The Verisign WHOIS adapter crashes in some rare circumstances
733
770
  when the response from the Verisign database doesn't contain a
734
771
  referral (GH-103)
735
772
 
736
- * FIXED: whois.eu parser changed the format of the nameserver property (GH-99). [Thanks @armins]
773
+ - FIXED: whois.eu parser changed the format of the nameserver property (GH-99). [Thanks @armins]
737
774
 
738
- * FIXED: whois.nic.uk parser should return `:invalid' status when the domain is invalid.
775
+ - FIXED: whois.nic.uk parser should return `:invalid' status when the domain is invalid.
739
776
 
740
- * FIXED: whois.cira.ca parser must support `unavailable' status (GH-102).
777
+ - FIXED: whois.cira.ca parser must support `unavailable' status (GH-102).
741
778
 
742
- * FIXED: whois.sk-nic.sk parser must support `DOM_EXP', `DOM_LNOT', `DOM_WARN' statuses.
779
+ - FIXED: whois.sk-nic.sk parser must support `DOM_EXP', `DOM_LNOT', `DOM_WARN' statuses.
743
780
 
744
781
 
745
782
  ## Release 2.0.4
746
783
 
747
- * SERVER: Added the following new IDN TLDs:
748
- * .XN--90A3AC (.СРБ, Serbia) (GH-94)
784
+ - SERVER: Added the following new IDN TLDs:
785
+ - .XN--90A3AC (.СРБ, Serbia) (GH-94)
749
786
 
750
- * FIXED: whois.nic.it parser must support pendingUpdate and pendingTransfer statuses.
787
+ - FIXED: whois.nic.it parser must support pendingUpdate and pendingTransfer statuses.
751
788
 
752
- * FIXED: whois.nic-se.se crashes in some cases where the `modified:'
789
+ - FIXED: whois.nic-se.se crashes in some cases where the `modified:'
753
790
  attribute is an invalid date.
754
791
 
755
792
 
756
793
  ## Release 2.0.3
757
794
 
758
- * SERVER: Sync definitions with Debian whois 5.0.11:
759
- * Added the remaining IPv4 allocations.
760
- * Updated the .gm TLD server.
795
+ - SERVER: Sync definitions with Debian whois 5.0.11:
796
+ - Added the remaining IPv4 allocations.
797
+ - Updated the .gm TLD server.
761
798
 
762
- * FIXED: Whois::Record::Parser::Base#validate! should raise
799
+ - FIXED: Whois::Record::Parser::Base#validate! should raise
763
800
  a ResponseIsUnavailable error when response_unavailable?
764
801
 
765
- * FIXED: whois.nic.it parser must support inactive / noRegistrar status.
802
+ - FIXED: whois.nic.it parser must support inactive / noRegistrar status.
766
803
 
767
- * FIXED: whois.sk-nic.sk parser must support DOM_DAKT status.
804
+ - FIXED: whois.sk-nic.sk parser must support DOM_DAKT status.
768
805
 
769
806
 
770
807
  ## Release 2.0.2
771
808
 
772
- * CHANGED: whois.ripn.net now returns an array of contacts, one for each email (GH-89). [Thanks @semaperepelitsa]
809
+ - CHANGED: whois.ripn.net now returns an array of contacts, one for each email (GH-89). [Thanks @semaperepelitsa]
773
810
 
774
- * FIXED: whois.nic.it parser must support UNASSIGNABLE status.
811
+ - FIXED: whois.nic.it parser must support UNASSIGNABLE status.
775
812
 
776
813
 
777
814
  ## Release 2.0.1
778
815
 
779
- * FIXED: Removed invalid test files.
816
+ - FIXED: Removed invalid test files.
780
817
 
781
818
 
782
819
  ## Release 2.0.0
783
820
 
784
- * SERVER: Added .AE.ORG, .AR.COM, .KR.COM TLD definitions (whois.centralnic.net).
821
+ - SERVER: Added .AE.ORG, .AR.COM, .KR.COM TLD definitions (whois.centralnic.net).
785
822
 
786
- * SERVER: Removed invalid .WEB.COM TLD definition (whois.centralnic.net).
823
+ - SERVER: Removed invalid .WEB.COM TLD definition (whois.centralnic.net).
787
824
 
788
- * SERVER: Updated .EE TLD definition and corresponding parser (GH-64).
825
+ - SERVER: Updated .EE TLD definition and corresponding parser (GH-64).
789
826
 
790
- * SERVER: Sync definitions with Debian whois 5.0.10:
791
- * Added new IPv4 allocations.
827
+ - SERVER: Sync definitions with Debian whois 5.0.10:
828
+ - Added new IPv4 allocations.
792
829
 
793
- * SERVER: Added the following 12 new IDN TLD:
794
- * .XN--WGBL6A (قطر, Qatar) (GH-63)
795
- * .XN--3E0B707E (한국, Korea, Republic of)
796
- * .XN--45BRJ9C (.ভারত, India)
797
- * .XN--FPCRJ9C3D (భారత్, India)
798
- * .XN--GECRJ9C (ભારત, India)
799
- * .XN--H2BRJ9C (भारत, India)
800
- * .XN--MGBBH1A71E (بھارت, India)
801
- * .XN--OGBPF8FL (سورية, Syrian Arab Republic)
802
- * .XN--S9BRJ9C (ਭਾਰਤ, India)
803
- * .XN--XKC2DL3A5EE0H (இந்தியா, India)
804
- * .XN--YFRO4I67O (新加坡, Singapore)
805
- * .XN--CLCHC0EA0B2G2A9GCD (சிங்கப்பூர், Singapore)
830
+ - SERVER: Added the following 12 new IDN TLD:
831
+ - .XN--WGBL6A (قطر, Qatar) (GH-63)
832
+ - .XN--3E0B707E (한국, Korea, Republic of)
833
+ - .XN--45BRJ9C (.ভারত, India)
834
+ - .XN--FPCRJ9C3D (భారత్, India)
835
+ - .XN--GECRJ9C (ભારત, India)
836
+ - .XN--H2BRJ9C (भारत, India)
837
+ - .XN--MGBBH1A71E (بھارت, India)
838
+ - .XN--OGBPF8FL (سورية, Syrian Arab Republic)
839
+ - .XN--S9BRJ9C (ਭਾਰਤ, India)
840
+ - .XN--XKC2DL3A5EE0H (இந்தியா, India)
841
+ - .XN--YFRO4I67O (新加坡, Singapore)
842
+ - .XN--CLCHC0EA0B2G2A9GCD (சிங்கப்பூர், Singapore)
806
843
 
807
- * SERVER: Changed .KR TLD definition to whois.kr.
844
+ - SERVER: Changed .KR TLD definition to whois.kr.
808
845
 
809
- * NEW: Added simple AE.ORG, AR.COM, BR.COM, CN.COM, DE.COM, EU.COM,
846
+ - NEW: Added simple AE.ORG, AR.COM, BR.COM, CN.COM, DE.COM, EU.COM,
810
847
  GB.COM, GB.NET, HU.COM, JPN.COM, KR.COM, NO.COM, QC.COM, RU.COM,
811
848
  SA.COM, SE.COM, SE.NET, UK.COM, UK.NET, US.COM, UY.COM, WEB.COM,
812
849
  ZA.COM TLD parser (whois.centralnic.net).
813
850
 
814
- * NEW: Added ability to bind a WHOIS query to a specific local address and port (GH-40).
851
+ - NEW: Added ability to bind a WHOIS query to a specific local address and port (GH-40).
815
852
 
816
- * NEW: Added simple .SO TLD parser (whois.nic.so) (GH-57).
853
+ - NEW: Added simple .SO TLD parser (whois.nic.so) (GH-57).
817
854
 
818
- * NEW: Property memoization (GH-18)
855
+ - NEW: Property memoization (GH-18)
819
856
 
820
- * NEW: whois.ripn.net now supports #registrar and #admin_contact (GH-72).
857
+ - NEW: whois.ripn.net now supports #registrar and #admin_contact (GH-72).
821
858
 
822
- * NEW: Added support for $ gem test and Gem Testers
859
+ - NEW: Added support for $ gem test and Gem Testers
823
860
  See http://www.engineyard.com/blog/2011/introducing-gem-testers/
824
861
 
825
- * NEW: Whois::Answer::Nameserver#to_s returns the #name for BC with string-based nameservers.
862
+ - NEW: Whois::Answer::Nameserver#to_s returns the #name for BC with string-based nameservers.
826
863
 
827
- * NEW: Added support for throttled response detection (GH-23, GH-54, GH-61)
864
+ - NEW: Added support for throttled response detection (GH-23, GH-54, GH-61)
828
865
 
829
- * NEW: whois.registry.in now supports #registrar (GH-78).
866
+ - NEW: whois.registry.in now supports #registrar (GH-78).
830
867
 
831
- * NEW: Added full whois.cnnic.cn parser (GH-77).
868
+ - NEW: Added full whois.cnnic.cn parser (GH-77).
832
869
 
833
- * NEW: Added full whois.cnnic.biz parser.
870
+ - NEW: Added full whois.cnnic.biz parser.
834
871
 
835
- * NEW: Added full whois.afilias.info parser.
872
+ - NEW: Added full whois.afilias.info parser.
836
873
 
837
- * NEW: Extracted Whois::Answer::Parser::Features and Extracted Whois::Answer::Parser::Scanners::Base.
874
+ - NEW: Extracted Whois::Answer::Parser::Features and Extracted Whois::Answer::Parser::Scanners::Base.
838
875
 
839
- * NEW: whois.nic.uk now supports #registrar (GH-81, GH-82). [Thanks @geoffgarside]
876
+ - NEW: whois.nic.uk now supports #registrar (GH-81, GH-82). [Thanks @geoffgarside]
840
877
 
841
- * NEW: Added simple whois.markmonitor.net parser (GH-83). [Thanks @semaperepelitsa]
878
+ - NEW: Added simple whois.markmonitor.net parser (GH-83). [Thanks @semaperepelitsa]
842
879
 
843
- * CHANGED: Renamed whois.centralnic.net to whois.centralnic.com (GH-28).
880
+ - CHANGED: Renamed whois.centralnic.net to whois.centralnic.com (GH-28).
844
881
 
845
- * CHANGED: Switched from RDoc to YARDoc (GH-3).
882
+ - CHANGED: Switched from RDoc to YARDoc (GH-3).
846
883
 
847
- * CHANGED: Whois::Server::Adapter::Base### now returns false if other is not the same instance of self.
884
+ - CHANGED: Whois::Server::Adapter::Base### now returns false if other is not the same instance of self.
848
885
 
849
- * CHANGED: Deprecated the comparison of Whois::Answer with String.
886
+ - CHANGED: Deprecated the comparison of Whois::Answer with String.
850
887
 
851
- * CHANGED: Removed official support for Ruby 1.9.1.
888
+ - CHANGED: Removed official support for Ruby 1.9.1.
852
889
 
853
- * CHANGED: Renamed Whois::Server::Adapters::Base#append_to_buffer to buffer_append.
890
+ - CHANGED: Renamed Whois::Server::Adapters::Base#append_to_buffer to buffer_append.
854
891
 
855
- * CHANGED: Whois::Answer::Parser::Base#response_throttled? and Whois::Answer::Parser::Base#invalid?
892
+ - CHANGED: Whois::Answer::Parser::Base#response_throttled? and Whois::Answer::Parser::Base#invalid?
856
893
  are not defined by default. Define the method in the implementation,
857
894
  and Whois::Answer::Parser will automatically use it.
858
895
 
859
- * CHANGED: Removed &block from method definition to avoid creating block objects when yield is used (GH-66)
896
+ - CHANGED: Removed &block from method definition to avoid creating block objects when yield is used (GH-66)
860
897
 
861
- * CHANGED: Renamed Whois::Answer::Parser::Base.register_property to Whois::Answer::Parser::Base.property_register.
898
+ - CHANGED: Renamed Whois::Answer::Parser::Base.register_property to Whois::Answer::Parser::Base.property_register.
862
899
 
863
- * CHANGED: Whois::Answer::Parser creates a missing method the first time it is invoked to increase performance.
900
+ - CHANGED: Whois::Answer::Parser creates a missing method the first time it is invoked to increase performance.
864
901
 
865
- * CHANGED: whois.nic.it parser raises on invalid #status.
902
+ - CHANGED: whois.nic.it parser raises on invalid #status.
866
903
 
867
- * CHANGED: Change #nameservers property to return an Array of Nameserver (GH-76, see GH-71, see GH-64).
904
+ - CHANGED: Change #nameservers property to return an Array of Nameserver (GH-76, see GH-71, see GH-64).
868
905
 
869
- * CHANGED: Whois#query no longer raises Errno or SocketError.
906
+ - CHANGED: Whois#query no longer raises Errno or SocketError.
870
907
  The errors are now rescued and re-raised as Whois::ConnectionError.
871
908
 
872
- * CHANGED: #admin_contact, #technical_contact and #registrant_contact
909
+ - CHANGED: #admin_contact, #technical_contact and #registrant_contact
873
910
  have been renamed to #admin_contacts, #technical_contacts and #registrant_contacts
874
911
  and they now returns an array of Contact, instead of a single Contact.
875
912
 
876
- * CHANGED: Migrated all tests to RSpec.
913
+ - CHANGED: Migrated all tests to RSpec.
877
914
 
878
- * CHANGED: Renamed Whois::Answer to Whois::Record and deprecate Whois::Answer class.
915
+ - CHANGED: Renamed Whois::Answer to Whois::Record and deprecate Whois::Answer class.
879
916
 
880
- * FIXED: Converted #changed? and #unchanged? properties to methods
917
+ - FIXED: Converted #changed? and #unchanged? properties to methods
881
918
  and normalized their behavior.
882
919
 
883
- * FIXED: Make sure a warning is issued when #registered? or #available? returns nil.
920
+ - FIXED: Make sure a warning is issued when #registered? or #available? returns nil.
884
921
 
885
- * FIXED: Fixed a bug with the whois.crsnic.net parser where the name server
922
+ - FIXED: Fixed a bug with the whois.crsnic.net parser where the name server
886
923
  contains "no nameserver" instead of a valid host.
887
924
 
888
- * FIXED: Fixed a bug which prevents a client to be created with nil timeout.
925
+ - FIXED: Fixed a bug which prevents a client to be created with nil timeout.
889
926
 
890
- * FIXED: The very first time a Whois::Answer method/property question method is invoked,
927
+ - FIXED: The very first time a Whois::Answer method/property question method is invoked,
891
928
  the corresponding method is called instead of the question one.
892
929
 
893
- * FIXED: whois.cat parser must support multiple statuses.
930
+ - FIXED: whois.cat parser must support multiple statuses.
894
931
 
895
- * FIXED: whois.tld.ee parser must support :expired status.
932
+ - FIXED: whois.tld.ee parser must support :expired status.
896
933
 
897
- * FIXED: whois.nic.fr parser must support :registered status.
934
+ - FIXED: whois.nic.fr parser must support :registered status.
898
935
 
899
- * FIXED: whois.nic.cz parser must support :expired status.
936
+ - FIXED: whois.nic.cz parser must support :expired status.
900
937
 
901
- * FIXED: With some .tr domains, whois.nic.tr parser returns invalid values for nameservers.
938
+ - FIXED: With some .tr domains, whois.nic.tr parser returns invalid values for nameservers.
902
939
 
903
- * FIXED: whois.isoc.org.il parser must support "transfer allowed" status.
940
+ - FIXED: whois.isoc.org.il parser must support "transfer allowed" status.
904
941
 
905
- * FIXED: Whois::Answer#respond_to? and Whois::Answer::Parser#respond_to?
942
+ - FIXED: Whois::Answer#respond_to? and Whois::Answer::Parser#respond_to?
906
943
  should keep METHODS and PROPERTIES into consideration.
907
944
 
908
- * FIXED: whois.nic.fr parser must support "redemption" status.
945
+ - FIXED: whois.nic.fr parser must support "redemption" status.
909
946
 
910
- * FIXED: whois.nic.it parser must support the following new statuses:
947
+ - FIXED: whois.nic.it parser must support the following new statuses:
911
948
  - ok / *
912
949
  - client*
913
950
  - pendingDelete
914
951
  - GRACE-PERIOD
915
952
 
916
- * FIXED: whois.nic.it parser doesn't set address state.
953
+ - FIXED: whois.nic.it parser doesn't set address state.
917
954
 
918
- * FIXED: whois.cira.ca parser must support "to be released" status.
955
+ - FIXED: whois.cira.ca parser must support "to be released" status.
919
956
 
920
- * FIXED: whois.sk-nic.sk parser must support "DOM_HELD" status.
957
+ - FIXED: whois.sk-nic.sk parser must support "DOM_HELD" status.
921
958
 
922
959
  ### Backward Incompatibilities
923
960
 
924
- * Whois::Server::Adapters::Base#append_to_buffer renamed to buffer_append.
961
+ - Whois::Server::Adapters::Base#append_to_buffer renamed to buffer_append.
925
962
 
926
- * Whois#query no longer raises Errno::ECONNRESET, Errno::EHOSTUNREACH, Errno::ECONNREFUSED, SocketError.
963
+ - Whois#query no longer raises Errno::ECONNRESET, Errno::EHOSTUNREACH, Errno::ECONNREFUSED, SocketError.
927
964
  The errors are now rescued and re-raised as Whois::ConnectionError.
928
965
 
929
- * #admin_contact, #technical_contact and #registrant_contact
966
+ - #admin_contact, #technical_contact and #registrant_contact
930
967
  have been renamed to #admin_contacts, #technical_contacts and #registrant_contacts
931
968
  and they now returns an array of Contact, instead of a single Contact.
932
969
  #admin_contact, #technical_contact and #registrant_contact still exists
933
970
  in the Answer as a convenient shortcut.
934
971
 
935
- * Renamed Whois::Answer::Parser::Base.register_property to
972
+ - Renamed Whois::Answer::Parser::Base.register_property to
936
973
  Whois::Answer::Parser::Base.property_register.
937
974
 
938
975
 
939
976
  ## Release 1.6.6
940
977
 
941
- * NEW: Backported whois.centralnic.net support from version 2.0.
978
+ - NEW: Backported whois.centralnic.net support from version 2.0.
942
979
 
943
- * FIXED: whois.nic-se.se must support :inactive status.
980
+ - FIXED: whois.nic-se.se must support :inactive status.
944
981
 
945
- * FIXED: whois.cira.ca must support "auto-renew grace" status.
982
+ - FIXED: whois.cira.ca must support "auto-renew grace" status.
946
983
 
947
984
 
948
985
  ## Release 1.6.5
949
986
 
950
- * FIXED: whois.dns.pt must support :reserved status.
987
+ - FIXED: whois.dns.pt must support :reserved status.
951
988
 
952
- * FIXED: whois.cira.ca must support :redemption status as :registered.
989
+ - FIXED: whois.cira.ca must support :redemption status as :registered.
953
990
 
954
991
 
955
992
  ## Release 1.6.4
956
993
 
957
- * FIXED: With some .pl domains, whois.dns.pl parser returns invalid values for nameservers.
994
+ - FIXED: With some .pl domains, whois.dns.pl parser returns invalid values for nameservers.
958
995
 
959
- * FIXED: The whois.pnina.ps server injects a NODNS.NS string when a nameserver is not set.
996
+ - FIXED: The whois.pnina.ps server injects a NODNS.NS string when a nameserver is not set.
960
997
  The parser should ignore it.
961
998
 
962
- * FIXED: whois.nic.ve must support :suspended status.
999
+ - FIXED: whois.nic.ve must support :suspended status.
963
1000
 
964
1001
 
965
1002
  ## Release 1.6.3
966
1003
 
967
- * FIXED: whois.nic.kz doesn't recognize multiline status
1004
+ - FIXED: whois.nic.kz doesn't recognize multiline status
968
1005
 
969
- * FIXED: jprs.jp domain parser bug with empty date fields (GH-60)
1006
+ - FIXED: jprs.jp domain parser bug with empty date fields (GH-60)
970
1007
 
971
1008
 
972
1009
  ## Release 1.6.2
973
1010
 
974
- * SERVER: Updated the .sg TLD definition.
1011
+ - SERVER: Updated the .sg TLD definition.
975
1012
 
976
- * SERVER: Updated the .th TLD definition.
1013
+ - SERVER: Updated the .th TLD definition.
977
1014
 
978
- * SERVER: Updated the .org.za TLD definition.
1015
+ - SERVER: Updated the .org.za TLD definition.
979
1016
 
980
- * NEW: Added simple .sg TLD parser (whois.sgnic.sg).
1017
+ - NEW: Added simple .sg TLD parser (whois.sgnic.sg).
981
1018
 
982
- * NEW: Added .sh TLD parser (whois.nic.sh).
1019
+ - NEW: Added .sh TLD parser (whois.nic.sh).
983
1020
 
984
- * NEW: Added simple .sk TLD parser (whois.sgnic.sg).
1021
+ - NEW: Added simple .sk TLD parser (whois.sgnic.sg).
985
1022
 
986
- * NEW: Added simple .sl TLD parser (whois.nic.sl).
1023
+ - NEW: Added simple .sl TLD parser (whois.nic.sl).
987
1024
 
988
- * NEW: Added simple .th TLD parser (whois.thnic.co.th).
1025
+ - NEW: Added simple .th TLD parser (whois.thnic.co.th).
989
1026
 
990
- * NEW: Added simple .tw TLD parser (whois.twnic.net.tw).
1027
+ - NEW: Added simple .tw TLD parser (whois.twnic.net.tw).
991
1028
 
992
- * NEW: Added simple .ac.uk, .gov.uk TLD parser (whois.ja.net).
1029
+ - NEW: Added simple .ac.uk, .gov.uk TLD parser (whois.ja.net).
993
1030
 
994
- * NEW: Added .org.za TLD parser (whois.org.za).
1031
+ - NEW: Added .org.za TLD parser (whois.org.za).
995
1032
 
996
- * NEW: Added simple .gov.za TLD parser (whois.gov.za).
1033
+ - NEW: Added simple .gov.za TLD parser (whois.gov.za).
997
1034
 
998
- * NEW: Added .co.za TLD parser (whois.coza.net.za).
1035
+ - NEW: Added .co.za TLD parser (whois.coza.net.za).
999
1036
 
1000
- * NEW: Added simple .ci TLD parser (whois.nic.ci). (GH-39)
1037
+ - NEW: Added simple .ci TLD parser (whois.nic.ci). (GH-39)
1001
1038
 
1002
- * NEW: Added simple .gy TLD parser (whois.registry.gy). (GH-45)
1039
+ - NEW: Added simple .gy TLD parser (whois.registry.gy). (GH-45)
1003
1040
 
1004
- * NEW: Added simple .hm TLD parser (whois.registry.hm). (GH-46)
1041
+ - NEW: Added simple .hm TLD parser (whois.registry.hm). (GH-46)
1005
1042
 
1006
- * NEW: Added simple .pl TLD parser (whois.dns.pl).
1043
+ - NEW: Added simple .pl TLD parser (whois.dns.pl).
1007
1044
 
1008
- * NEW: Added .co.pl TLD parser (whois.co.pl).
1045
+ - NEW: Added .co.pl TLD parser (whois.co.pl).
1009
1046
 
1010
- * NEW: Added simple .pr TLD parser (whois.nic.pr).
1047
+ - NEW: Added simple .pr TLD parser (whois.nic.pr).
1011
1048
 
1012
- * FIXED: The CLI help message uses whois instead or ruby-whois.
1049
+ - FIXED: The CLI help message uses whois instead or ruby-whois.
1013
1050
 
1014
1051
 
1015
1052
  ## Release 1.6.1
1016
1053
 
1017
- * FIXED: Fixed unknown status `Inactive' for kero.yachay.pe.
1054
+ - FIXED: Fixed unknown status `Inactive' for kero.yachay.pe.
1018
1055
 
1019
1056
 
1020
1057
  ## Release 1.6.0
1021
1058
 
1022
- * SERVER: Updated the .nc TLD definition.
1059
+ - SERVER: Updated the .nc TLD definition.
1023
1060
 
1024
- * SERVER: Updated the .nf TLD definition.
1061
+ - SERVER: Updated the .nf TLD definition.
1025
1062
 
1026
- * SERVER: Updated the .ng TLD definition.
1063
+ - SERVER: Updated the .ng TLD definition.
1027
1064
 
1028
- * SERVER: Updated the .pe TLD definition.
1065
+ - SERVER: Updated the .pe TLD definition.
1029
1066
 
1030
- * SERVER: Updated the .sb TLD definition.
1067
+ - SERVER: Updated the .sb TLD definition.
1031
1068
 
1032
- * SERVER: Updated the .ki/.mu TLD definition.
1069
+ - SERVER: Updated the .ki/.mu TLD definition.
1033
1070
 
1034
- * SERVER: Updated the .tf TLD definition.
1071
+ - SERVER: Updated the .tf TLD definition.
1035
1072
 
1036
- * NEW: Added simple .mg TLD parser (whois.nic.mg).
1073
+ - NEW: Added simple .mg TLD parser (whois.nic.mg).
1037
1074
 
1038
- * NEW: Added simple .ms TLD parser (whois.nic.ms).
1075
+ - NEW: Added simple .ms TLD parser (whois.nic.ms).
1039
1076
 
1040
- * NEW: Added simple .ms TLD parser (whois.domainregistry.my).
1077
+ - NEW: Added simple .ms TLD parser (whois.domainregistry.my).
1041
1078
 
1042
- * NEW: Added simple .na TLD parser (whois.na-nic.com.na).
1079
+ - NEW: Added simple .na TLD parser (whois.na-nic.com.na).
1043
1080
 
1044
- * NEW: Added simple .nf TLD parser (whois.nic.net.nf).
1081
+ - NEW: Added simple .nf TLD parser (whois.nic.net.nf).
1045
1082
 
1046
- * NEW: Added simple .ng TLD parser (whois.nic.net.ng).
1083
+ - NEW: Added simple .ng TLD parser (whois.nic.net.ng).
1047
1084
 
1048
- * NEW: Added simple .pe TLD parser (kero.yachay.pe).
1085
+ - NEW: Added simple .pe TLD parser (kero.yachay.pe).
1049
1086
 
1050
- * NEW: Added simple .ps TLD parser (whois.pnina.ps).
1087
+ - NEW: Added simple .ps TLD parser (whois.pnina.ps).
1051
1088
 
1052
- * NEW: Added simple .ki TLD parser (whois.nic.ki).
1089
+ - NEW: Added simple .ki TLD parser (whois.nic.ki).
1053
1090
 
1054
- * NEW: Added .tm TLD parser (whois.nic.tm).
1091
+ - NEW: Added .tm TLD parser (whois.nic.tm).
1055
1092
 
1056
- * NEW: Added .tz TLD parser (whois.tznic.or.tz).
1093
+ - NEW: Added .tz TLD parser (whois.tznic.or.tz).
1057
1094
 
1058
- * CHANGED: Completed .md TLD parser (whois.nic.md).
1095
+ - CHANGED: Completed .md TLD parser (whois.nic.md).
1059
1096
 
1060
- * CHANGED: Completed .io TLD parser (whois.nic.io).
1097
+ - CHANGED: Completed .io TLD parser (whois.nic.io).
1061
1098
 
1062
- * FIXED: Fixed Unknown status `Registration request being processed.' for whois.nic.uk.
1099
+ - FIXED: Fixed Unknown status `Registration request being processed.' for whois.nic.uk.
1063
1100
 
1064
- * FIXED: whois.nic.ve supports expires_on.
1101
+ - FIXED: whois.nic.ve supports expires_on.
1065
1102
 
1066
- * FIXED: With some .uk domains, whois.nic.uk parser returns invalid values for nameservers.
1103
+ - FIXED: With some .uk domains, whois.nic.uk parser returns invalid values for nameservers.
1067
1104
 
1068
- * FIXED: whois.audns.net.au record can contain multiple statuses.
1105
+ - FIXED: whois.audns.net.au record can contain multiple statuses.
1069
1106
 
1070
1107
 
1071
1108
  ## Release 1.5.1
1072
1109
 
1073
- * NEW: Added simple .kg TLD parser (whois.domain.kg).
1110
+ - NEW: Added simple .kg TLD parser (whois.domain.kg).
1074
1111
 
1075
- * NEW: Added .md TLD parser (whois.nic.md).
1112
+ - NEW: Added .md TLD parser (whois.nic.md).
1076
1113
 
1077
- * FIXED: Fixed Unknown status `Renewal request being processed.' for whois.nic.uk.
1114
+ - FIXED: Fixed Unknown status `Renewal request being processed.' for whois.nic.uk.
1078
1115
 
1079
- * FIXED: With some .cz domains, whois.nic.cz parser returns invalid values for nameservers.
1116
+ - FIXED: With some .cz domains, whois.nic.cz parser returns invalid values for nameservers.
1080
1117
 
1081
1118
 
1082
1119
  ## Release 1.5.0
1083
1120
 
1084
1121
  WARNING: Whois >= 1.5.0 requires Ruby 1.8.7 or newer.
1085
1122
 
1086
- * CHANGED: Ruby 1.8.7 or newer is required.
1123
+ - CHANGED: Ruby 1.8.7 or newer is required.
1087
1124
 
1088
- * FIXED: Fixed Unknown status `CLIENT DELETE PROHIBITED' for whois.registry.in.
1125
+ - FIXED: Fixed Unknown status `CLIENT DELETE PROHIBITED' for whois.registry.in.
1089
1126
 
1090
- * REMOVED: Remove deprecated Whois::Answer::Parser::Base methods:
1091
- * #registrant
1092
- * #admin
1093
- * #technical
1127
+ - REMOVED: Remove deprecated Whois::Answer::Parser::Base methods:
1128
+ - #registrant
1129
+ - #admin
1130
+ - #technical
1094
1131
 
1095
- * REMOVED: Remove deprecated Whois::Answer::Part#response property.
1132
+ - REMOVED: Remove deprecated Whois::Answer::Part#response property.
1096
1133
 
1097
1134
 
1098
1135
  ## Release 1.3.10
1099
1136
 
1100
- * CHANGED: Standardized #status property for the following parsers (GH-5)
1101
- * whois.aero
1102
- * whois.aeda.net.ae
1103
- * whois.audns.net.au
1104
- * whois.cat
1105
- * whois.cctld.uz
1106
- * whois.co.ug
1107
- * whois.denic.de
1108
- * whois.dk-hostmaster.dk
1109
- * whois.dns.be
1110
- * whois.dns.lu
1111
- * whois.dns.pt
1112
- * whois.domainregistry.ie
1113
- * whois.in.ua
1114
- * whois.jprs.jp
1115
- * whois.net.ua
1116
- * whois.nic-se.se
1117
- * whois.nic.am
1118
- * whois.nic.asia
1119
- * whois.nic.at
1120
- * whois.nic.coop
1121
- * whois.nic.fr
1122
- * whois.nic.ht
1123
- * whois.nic.kz
1124
- * whois.nic.la
1125
- * whois.nic.mu
1126
- * whois.nic.nu
1127
- * whois.nic.org.uy
1128
- * whois.nic.travel
1129
- * whois.nic.uk
1130
- * whois.nic.ve
1131
- * whois.norid.no
1132
- * whois.register.bg
1133
- * whois.registry.in
1134
- * whois.rotld.ro
1135
- * whois.srs.net.nz
1136
-
1137
- * FIXED: Property cache is missing for some parsers (GH-18)
1138
-
1139
- * FIXED: In some circumstances the whois.jprs.js parser may raise
1137
+ - CHANGED: Standardized #status property for the following parsers (GH-5)
1138
+ - whois.aero
1139
+ - whois.aeda.net.ae
1140
+ - whois.audns.net.au
1141
+ - whois.cat
1142
+ - whois.cctld.uz
1143
+ - whois.co.ug
1144
+ - whois.denic.de
1145
+ - whois.dk-hostmaster.dk
1146
+ - whois.dns.be
1147
+ - whois.dns.lu
1148
+ - whois.dns.pt
1149
+ - whois.domainregistry.ie
1150
+ - whois.in.ua
1151
+ - whois.jprs.jp
1152
+ - whois.net.ua
1153
+ - whois.nic-se.se
1154
+ - whois.nic.am
1155
+ - whois.nic.asia
1156
+ - whois.nic.at
1157
+ - whois.nic.coop
1158
+ - whois.nic.fr
1159
+ - whois.nic.ht
1160
+ - whois.nic.kz
1161
+ - whois.nic.la
1162
+ - whois.nic.mu
1163
+ - whois.nic.nu
1164
+ - whois.nic.org.uy
1165
+ - whois.nic.travel
1166
+ - whois.nic.uk
1167
+ - whois.nic.ve
1168
+ - whois.norid.no
1169
+ - whois.register.bg
1170
+ - whois.registry.in
1171
+ - whois.rotld.ro
1172
+ - whois.srs.net.nz
1173
+
1174
+ - FIXED: Property cache is missing for some parsers (GH-18)
1175
+
1176
+ - FIXED: In some circumstances the whois.jprs.js parser may raise
1140
1177
  an Argument out of range error trying to parse the #updated_on property.
1141
1178
 
1142
- * FIXED: The whois.nic.uk parser fails to parse #nameservers when
1179
+ - FIXED: The whois.nic.uk parser fails to parse #nameservers when
1143
1180
  the domain is suspended.
1144
1181
 
1145
1182
 
1146
1183
  ## Release 1.3.10
1147
1184
 
1148
- * SERVER: Removed the .fed.us TLD definition.
1185
+ - SERVER: Removed the .fed.us TLD definition.
1149
1186
 
1150
- * NEW: Added simple .je TLD parser (whois.je).
1187
+ - NEW: Added simple .je TLD parser (whois.je).
1151
1188
 
1152
- * NEW: Added simple .ke TLD parser (whois.kenic.or.ke).
1189
+ - NEW: Added simple .ke TLD parser (whois.kenic.or.ke).
1153
1190
 
1154
- * NEW: Added simple .li TLD parser (whois.nic.li).
1191
+ - NEW: Added simple .li TLD parser (whois.nic.li).
1155
1192
 
1156
- * CHANGED: Force whois.denic.de WHOIS output to be always UTF-8,
1193
+ - CHANGED: Force whois.denic.de WHOIS output to be always UTF-8,
1157
1194
  otherwise some queries will fail (#51)
1158
1195
 
1159
1196
  $ ruby-whois hosteurope.de
1160
1197
  % Error: 55000000013 Invalid charset for response
1161
1198
 
1162
- * CHANGED: Standardized whois.nic.gov #status property.
1199
+ - CHANGED: Standardized whois.nic.gov #status property.
1163
1200
 
1164
1201
 
1165
1202
  ## Release 1.3.9
1166
1203
 
1167
- * SERVER: Sync definitions with Debian whois 5.0.8:
1168
- * Updated the .bb, .ps, and .lk TLD definitions.
1204
+ - SERVER: Sync definitions with Debian whois 5.0.8:
1205
+ - Updated the .bb, .ps, and .lk TLD definitions.
1169
1206
 
1170
- * NEW: Added simple .dz TLD parser (whois.nic.dz).
1207
+ - NEW: Added simple .dz TLD parser (whois.nic.dz).
1171
1208
 
1172
- * NEW: Added simple .fi TLD parser (whois.ficora.fi).
1209
+ - NEW: Added simple .fi TLD parser (whois.ficora.fi).
1173
1210
 
1174
- * NEW: Added simple .fj TLD parser (whois.usp.ac.fj).
1211
+ - NEW: Added simple .fj TLD parser (whois.usp.ac.fj).
1175
1212
 
1176
- * NEW: Added simple .gg TLD parser (whois.gg).
1213
+ - NEW: Added simple .gg TLD parser (whois.gg).
1177
1214
 
1178
- * NEW: Added simple .gs TLD parser (whois.nic.gs).
1215
+ - NEW: Added simple .gs TLD parser (whois.nic.gs).
1179
1216
 
1180
- * NEW: Added simple .il TLD parser (whois.isoc.org.il).
1217
+ - NEW: Added simple .il TLD parser (whois.isoc.org.il).
1181
1218
 
1182
- * NEW: Added simple .ir TLD parser (whois.nic.ir).
1219
+ - NEW: Added simple .ir TLD parser (whois.nic.ir).
1183
1220
 
1184
- * CHANGED: Standardized whois.pandi.or.id #status property,
1221
+ - CHANGED: Standardized whois.pandi.or.id #status property,
1185
1222
  it now returns symbols instead of strings.
1186
1223
 
1187
- * FIXED: Compatibility with the new whois.cira.ca record schema.
1224
+ - FIXED: Compatibility with the new whois.cira.ca record schema.
1188
1225
 
1189
1226
 
1190
1227
  ## Release 1.3.8
1191
1228
 
1192
- * FIXED: The Verisign WHOIS adapter crashes in some rare circumstances
1229
+ - FIXED: The Verisign WHOIS adapter crashes in some rare circumstances
1193
1230
  when the response from the Verisign database returns a "not defined" value
1194
1231
  for the Referral Whois Server (GH-42)
1195
1232
 
1196
1233
 
1197
1234
  ## Release 1.3.7
1198
1235
 
1199
- * SERVER: Updated the .ci TLD definition.
1236
+ - SERVER: Updated the .ci TLD definition.
1200
1237
 
1201
- * SERVER: Removed the .co.uk TLD definition.
1238
+ - SERVER: Removed the .co.uk TLD definition.
1202
1239
 
1203
- * NEW: Added simple .priv.at TLD parser (whois.nic.priv.at).
1240
+ - NEW: Added simple .priv.at TLD parser (whois.nic.priv.at).
1204
1241
 
1205
- * NEW: Added simple .cx TLD parser (whois.nic.cx).
1242
+ - NEW: Added simple .cx TLD parser (whois.nic.cx).
1206
1243
 
1207
- * NEW: Added simple .bo TLD parser (whois.nic.bo).
1244
+ - NEW: Added simple .bo TLD parser (whois.nic.bo).
1208
1245
 
1209
- * NEW: Added simple .co.ca TLD parser (whois.co.ca).
1246
+ - NEW: Added simple .co.ca TLD parser (whois.co.ca).
1210
1247
 
1211
- * NEW: Added simple .ck TLD parser (whois.nic.ck).
1248
+ - NEW: Added simple .ck TLD parser (whois.nic.ck).
1212
1249
 
1213
- * NEW: Added simple .cl TLD parser (whois.nic.cl).
1250
+ - NEW: Added simple .cl TLD parser (whois.nic.cl).
1214
1251
 
1215
- * NEW: Added simple .cm TLD parser (whois.netcom.cm).
1252
+ - NEW: Added simple .cm TLD parser (whois.netcom.cm).
1216
1253
 
1217
- * NEW: Added simple .cz TLD parser (whois.nic.cz).
1254
+ - NEW: Added simple .cz TLD parser (whois.nic.cz).
1218
1255
 
1219
- * CHANGED: Standardized whois.nic.af #status property,
1256
+ - CHANGED: Standardized whois.nic.af #status property,
1220
1257
  it now returns symbols instead of strings.
1221
1258
 
1222
- * CHANGED: Standardized whois.arnes.si #status property,
1259
+ - CHANGED: Standardized whois.arnes.si #status property,
1223
1260
  it now returns symbols instead of strings.
1224
1261
 
1225
1262
 
1226
1263
  ## Release 1.3.6
1227
1264
 
1228
- * CHANGED: Deprecated Whois::Answer::Part#response.
1265
+ - CHANGED: Deprecated Whois::Answer::Part#response.
1229
1266
 
1230
- * FIXED: whois.denic.de parser is not compatible with Denic response v 2.0.
1267
+ - FIXED: whois.denic.de parser is not compatible with Denic response v 2.0.
1231
1268
 
1232
1269
 
1233
1270
  ## Release 1.3.5
1234
1271
 
1235
- * SERVER: Updated the .so TLD definition (GH-36).
1272
+ - SERVER: Updated the .so TLD definition (GH-36).
1236
1273
 
1237
- * NEW: Added simple .ug TLD parser (whois.co.ug) (GH-35). [DerGuteMoritz]
1274
+ - NEW: Added simple .ug TLD parser (whois.co.ug) (GH-35). [DerGuteMoritz]
1238
1275
 
1239
- * FIXED: ruby-whois executable is not installed when the Gem is installed.
1276
+ - FIXED: ruby-whois executable is not installed when the Gem is installed.
1240
1277
 
1241
1278
 
1242
1279
  ## Release 1.3.4
1243
1280
 
1244
- * FIXED: With some .ie domains, whois.dns.be parser returns invalid values for nameservers.
1281
+ - FIXED: With some .ie domains, whois.dns.be parser returns invalid values for nameservers.
1245
1282
 
1246
- * FIXED: With some .be domains, whois.dmainregistry.ie parser returns invalid values for nameservers.
1283
+ - FIXED: With some .be domains, whois.dmainregistry.ie parser returns invalid values for nameservers.
1247
1284
 
1248
1285
 
1249
1286
  ## Release 1.3.3
1250
1287
 
1251
- * NEW: Ability to parse Registrar for .ca TLD parser. [aeden]
1288
+ - NEW: Ability to parse Registrar for .ca TLD parser. [aeden]
1252
1289
 
1253
- * FIXED: With some .nl domains, whois.domain-registry.nl parser returns invalid values for nameservers.
1290
+ - FIXED: With some .nl domains, whois.domain-registry.nl parser returns invalid values for nameservers.
1254
1291
 
1255
- * FIXED: With some .mx domains, whois.nic.mx parser returns invalid values for nameservers.
1292
+ - FIXED: With some .mx domains, whois.nic.mx parser returns invalid values for nameservers.
1256
1293
 
1257
- * FIXED: With some .me domains, whois.meregistry.net parser returns invalid values for nameservers.
1294
+ - FIXED: With some .me domains, whois.meregistry.net parser returns invalid values for nameservers.
1258
1295
 
1259
1296
 
1260
1297
  ## Release 1.3.2
1261
1298
 
1262
- * FIXED: .nl TLD parser doesn't understand quarantine status (GH-34).
1299
+ - FIXED: .nl TLD parser doesn't understand quarantine status (GH-34).
1263
1300
 
1264
- * CHANGED: Parser aliases are now created aliasing constants instead subclassing.
1301
+ - CHANGED: Parser aliases are now created aliasing constants instead subclassing.
1265
1302
 
1266
- * CHANGED: Updated .hk parser to whois.hkirc.hk (GH-30).
1303
+ - CHANGED: Updated .hk parser to whois.hkirc.hk (GH-30).
1267
1304
 
1268
- * CHANGED: Updated .tw parser to whois.twnic.net.tw (GH-31).
1305
+ - CHANGED: Updated .tw parser to whois.twnic.net.tw (GH-31).
1269
1306
 
1270
1307
 
1271
1308
  ## Release 1.3.1
1272
1309
 
1273
- * SERVER: Added the following 10 new IDN TLD:
1274
- * .xn--fzc2c9e2c (.ලංකා, Sri Lanka)
1275
- * .xn--j6w193g (.香港, Hong Kong)
1276
- * .xn--kprw13d (.台灣, Taiwan)
1277
- * .xn--kpry57d (.台湾, Taiwan)
1278
- * .xn--mgbayh7gpa (.الاردن, Jordan)
1279
- * .xn--o3cw4h (.ไทย, Thailand)
1280
- * .xn--pgbs0dh (.تونس, Tunisia)
1281
- * .xn--wgbh1c (.مصر, Egypt)
1282
- * .xn--xkc2al3hye2a (.இலங்கை, Sri Lanka)
1283
- * .xn--ygbi2ammx (.فلسطين, Palestinian Territory, Occupied)
1310
+ - SERVER: Added the following 10 new IDN TLD:
1311
+ - .xn--fzc2c9e2c (.ලංකා, Sri Lanka)
1312
+ - .xn--j6w193g (.香港, Hong Kong)
1313
+ - .xn--kprw13d (.台灣, Taiwan)
1314
+ - .xn--kpry57d (.台湾, Taiwan)
1315
+ - .xn--mgbayh7gpa (.الاردن, Jordan)
1316
+ - .xn--o3cw4h (.ไทย, Thailand)
1317
+ - .xn--pgbs0dh (.تونس, Tunisia)
1318
+ - .xn--wgbh1c (.مصر, Egypt)
1319
+ - .xn--xkc2al3hye2a (.இலங்கை, Sri Lanka)
1320
+ - .xn--ygbi2ammx (.فلسطين, Palestinian Territory, Occupied)
1284
1321
 
1285
- * SERVER: Sync definitions with Debian whois 5.0.7:
1286
- * Added new IPv4 allocations.
1287
- * Updated the .bd, .bo, .cm, .cu, .dz, .gr, .lb, .ni, .rw, .tw, and .tz TLD servers.
1322
+ - SERVER: Sync definitions with Debian whois 5.0.7:
1323
+ - Added new IPv4 allocations.
1324
+ - Updated the .bd, .bo, .cm, .cu, .dz, .gr, .lb, .ni, .rw, .tw, and .tz TLD servers.
1288
1325
 
1289
- * REMOVED: Deprecated Whois::Answer::Parser.properties method.
1326
+ - REMOVED: Deprecated Whois::Answer::Parser.properties method.
1290
1327
 
1291
1328
 
1292
1329
  ## Release 1.3.0
1293
1330
 
1294
- * NEW: Ability to query IANA for TLD WHOIS information. [aadlani]
1331
+ - NEW: Ability to query IANA for TLD WHOIS information. [aadlani]
1295
1332
 
1296
1333
  Whois.query(".com")
1297
1334
  # => IANA WHOIS response for .com TLD
@@ -1299,7 +1336,7 @@ WARNING: Whois >= 1.5.0 requires Ruby 1.8.7 or newer.
1299
1336
  Whois.query(".invalid")
1300
1337
  # => IANA WHOIS response for unassigned TLD
1301
1338
 
1302
- * NEW: Ability to compare two Server adapters for equality.
1339
+ - NEW: Ability to compare two Server adapters for equality.
1303
1340
 
1304
1341
  Whois::Server.factory(:ipv4, "192.168.1.0/10", "whois.foo") ## Whois::Server.factory(:ipv4, "192.168.1.0/10", "whois.foo")
1305
1342
  # => true
@@ -1307,392 +1344,392 @@ WARNING: Whois >= 1.5.0 requires Ruby 1.8.7 or newer.
1307
1344
  Whois::Server.factory(:ipv4, "192.168.1.0", "whois.foo") ## Whois::Server.factory(:ipv4, "192.168.1.0/10", "whois.foo")
1308
1345
  # => false
1309
1346
 
1310
- * CHANGED: Renamed Scanners::VerisignScanner to Scanners::Verisign.
1347
+ - CHANGED: Renamed Scanners::VerisignScanner to Scanners::Verisign.
1311
1348
 
1312
- * CHANGED: Excluded test folder from the packaged .gem file to reduce the size of the final packaged library.
1349
+ - CHANGED: Excluded test folder from the packaged .gem file to reduce the size of the final packaged library.
1313
1350
 
1314
1351
 
1315
1352
  ## Release 1.2.2
1316
1353
 
1317
- * SERVER: Sync definitions with Debian whois 5.0.6.
1354
+ - SERVER: Sync definitions with Debian whois 5.0.6.
1318
1355
 
1319
- * SERVER: Added new IPv4, IPv6 allocations (whois 5.0.6).
1356
+ - SERVER: Added new IPv4, IPv6 allocations (whois 5.0.6).
1320
1357
 
1321
- * SERVER: Added/Updated the .priv.at, .dj, .ls TLD definition (whois 5.0.6).
1358
+ - SERVER: Added/Updated the .priv.at, .dj, .ls TLD definition (whois 5.0.6).
1322
1359
 
1323
- * SERVER: Added xn--mgbaam7a8h (United Arabs Emirates), .xn--mgberp4a5d4ar (Saudi Arabia), .xn--p1ai (Russian Federation), .xn--fiqs8s (China), .xn--fiqz9s (China) and .xn--wgbh1c (Egypt) TLD servers. (whois 5.0.6).
1360
+ - SERVER: Added xn--mgbaam7a8h (United Arabs Emirates), .xn--mgberp4a5d4ar (Saudi Arabia), .xn--p1ai (Russian Federation), .xn--fiqs8s (China), .xn--fiqz9s (China) and .xn--wgbh1c (Egypt) TLD servers. (whois 5.0.6).
1324
1361
 
1325
- * SERVER: Killed .yu TLD, phased out on 30 March 2009 (whois 5.0.6).
1362
+ - SERVER: Killed .yu TLD, phased out on 30 March 2009 (whois 5.0.6).
1326
1363
 
1327
- * NEW: Added .to TLD parser (whois.tonic.to).
1364
+ - NEW: Added .to TLD parser (whois.tonic.to).
1328
1365
 
1329
- * FIXED: whois.jprs.jp doesn't fully understand answers for .net.jp domains. [milk1000cc]
1366
+ - FIXED: whois.jprs.jp doesn't fully understand answers for .net.jp domains. [milk1000cc]
1330
1367
 
1331
- * CHANGED: The .co TLD now has a WHOIS interface (whois.nic.co). Added simple .co parser.
1368
+ - CHANGED: The .co TLD now has a WHOIS interface (whois.nic.co). Added simple .co parser.
1332
1369
 
1333
- * CHANGED: Updated .sa TLD parser from saudinic.net.sa to whois.nic.net.sa (GH-29).
1370
+ - CHANGED: Updated .sa TLD parser from saudinic.net.sa to whois.nic.net.sa (GH-29).
1334
1371
 
1335
- * CHANGED: Updated .au TLD parser from whois.ausregistry.net.au to whois.audns.net.au (GH-27).
1372
+ - CHANGED: Updated .au TLD parser from whois.ausregistry.net.au to whois.audns.net.au (GH-27).
1336
1373
 
1337
1374
 
1338
1375
  ## Release 1.2.1
1339
1376
 
1340
- * NEW: Added simple .ee TLD parser (whois.eenet.ee).
1377
+ - NEW: Added simple .ee TLD parser (whois.eenet.ee).
1341
1378
 
1342
- * NEW: Added simple .kz TLD parser (whois.nic.kz).
1379
+ - NEW: Added simple .kz TLD parser (whois.nic.kz).
1343
1380
 
1344
- * NEW: Added simple .la TLD parser (whois.nic.la).
1381
+ - NEW: Added simple .la TLD parser (whois.nic.la).
1345
1382
 
1346
- * NEW: Added simple .ec TLD parser (whois.nic.ec).
1383
+ - NEW: Added simple .ec TLD parser (whois.nic.ec).
1347
1384
 
1348
- * NEW: Added simple .uz TLD parser (whois.nic.uz).
1385
+ - NEW: Added simple .uz TLD parser (whois.nic.uz).
1349
1386
 
1350
- * NEW: Added simple .uy TLD parser (whois.nic.org.uy).
1387
+ - NEW: Added simple .uy TLD parser (whois.nic.org.uy).
1351
1388
 
1352
1389
 
1353
1390
  ## Release 1.2.0
1354
1391
 
1355
- * NEW: Whois::Answer#throttle? returns true in case of throttle response (see whois.publicinternetregistry.com for a real example)
1392
+ - NEW: Whois::Answer#throttle? returns true in case of throttle response (see whois.publicinternetregistry.com for a real example)
1356
1393
 
1357
- * FIXED: With some .tr domains, whois.nic.tr parser returns inconsistent values for nameservers.
1394
+ - FIXED: With some .tr domains, whois.nic.tr parser returns inconsistent values for nameservers.
1358
1395
 
1359
- * FIXED: Unexpected token error when trying to parse a .hu whois response. The whois.nic.hu has changed response format.
1396
+ - FIXED: Unexpected token error when trying to parse a .hu whois response. The whois.nic.hu has changed response format.
1360
1397
 
1361
- * FIXED: RuntimeError "Unexpected token: WHOIS LIMIT EXCEEDED - SEE WWW.PIR.ORG/WHOIS FOR DETAILS" for whois.publicinternetregistry.com
1398
+ - FIXED: RuntimeError "Unexpected token: WHOIS LIMIT EXCEEDED - SEE WWW.PIR.ORG/WHOIS FOR DETAILS" for whois.publicinternetregistry.com
1362
1399
 
1363
- * CHANGED: Lazy-load adapters using Ruby autoload feature.
1400
+ - CHANGED: Lazy-load adapters using Ruby autoload feature.
1364
1401
 
1365
1402
 
1366
1403
  ## Release 1.1.8
1367
1404
 
1368
- * NEW: Added simple .pt TLD parser (whois.dns.pt).
1405
+ - NEW: Added simple .pt TLD parser (whois.dns.pt).
1369
1406
 
1370
- * NEW: Added simple .ht TLD parser (whois.nic.ht).
1407
+ - NEW: Added simple .ht TLD parser (whois.nic.ht).
1371
1408
 
1372
- * NEW: Added simple .tr TLD parser (whois.nic.tr).
1409
+ - NEW: Added simple .tr TLD parser (whois.nic.tr).
1373
1410
 
1374
1411
 
1375
1412
  ## Release 1.1.7
1376
1413
 
1377
- * FIXED: method `to_time' not defined in DateTime (NameError) when the library is used with Ruby 1.9.1 and Rails (GH-24)
1414
+ - FIXED: method `to_time' not defined in DateTime (NameError) when the library is used with Ruby 1.9.1 and Rails (GH-24)
1378
1415
 
1379
1416
 
1380
1417
  ## Release 1.1.6
1381
1418
 
1382
- * NEW: Added simple .in.ua TLD parser (whois.in.ua). It seems that .in.ua is handled separately from .ua.
1419
+ - NEW: Added simple .in.ua TLD parser (whois.in.ua). It seems that .in.ua is handled separately from .ua.
1383
1420
 
1384
1421
 
1385
1422
  ## Release 1.1.5
1386
1423
 
1387
- * NEW: Added simple .ua TLD parser (whois.net.ua).
1424
+ - NEW: Added simple .ua TLD parser (whois.net.ua).
1388
1425
 
1389
- * FIXED: Occasionally the library raises a "superclass mismatch for class DateTime (TypeError)" error.
1426
+ - FIXED: Occasionally the library raises a "superclass mismatch for class DateTime (TypeError)" error.
1390
1427
 
1391
- * CHANGED: Cleanup Whois::Adapter::Base @buffer after a successful request.
1428
+ - CHANGED: Cleanup Whois::Adapter::Base @buffer after a successful request.
1392
1429
 
1393
1430
 
1394
1431
  ## Release 1.1.4
1395
1432
 
1396
- * NEW: Added registrar support to Verisign parsers
1433
+ - NEW: Added registrar support to Verisign parsers
1397
1434
 
1398
- * FIXED: Usage of deprecated method Whois::Answer::Parser.properties
1435
+ - FIXED: Usage of deprecated method Whois::Answer::Parser.properties
1399
1436
 
1400
- * FIXED: Verisign parsers don't return the correct Referral URL when there's more than one response entry in the answer
1437
+ - FIXED: Verisign parsers don't return the correct Referral URL when there's more than one response entry in the answer
1401
1438
 
1402
- * FIXED: Whois::Answer::Parsers::WhoisDotTk is not compatible with Ruby 1.9
1439
+ - FIXED: Whois::Answer::Parsers::WhoisDotTk is not compatible with Ruby 1.9
1403
1440
 
1404
1441
 
1405
1442
  ## Release 1.1.3
1406
1443
 
1407
- * NEW: Added simple .tk TLD parser (whois.dot.tk).
1444
+ - NEW: Added simple .tk TLD parser (whois.dot.tk).
1408
1445
 
1409
- * NEW: Added .sn TLD parser (whois.nic.sn).
1446
+ - NEW: Added .sn TLD parser (whois.nic.sn).
1410
1447
 
1411
- * CHANGED: Whois::Answer### and Whois::Answer#eql? should be able to compare Whois::Answer with subclasses.
1448
+ - CHANGED: Whois::Answer### and Whois::Answer#eql? should be able to compare Whois::Answer with subclasses.
1412
1449
 
1413
- * CHANGED: Deprecate Whois::Answer::Parser.properties. Use Whois::Answer::Parser::PROPERTIES instead.
1450
+ - CHANGED: Deprecate Whois::Answer::Parser.properties. Use Whois::Answer::Parser::PROPERTIES instead.
1414
1451
 
1415
1452
 
1416
1453
  ## Release 1.1.2
1417
1454
 
1418
- * NEW: Whois::Answer::Contact#type property returns the type of the contact (ADMIN, TECHNICAL, ...).
1455
+ - NEW: Whois::Answer::Contact#type property returns the type of the contact (ADMIN, TECHNICAL, ...).
1419
1456
 
1420
- * FIXED: Whois::Answer::Parser::Base#contacts decomposes each Contact property in a single contact.
1457
+ - FIXED: Whois::Answer::Parser::Base#contacts decomposes each Contact property in a single contact.
1421
1458
 
1422
1459
 
1423
1460
  ## Release 1.1.1
1424
1461
 
1425
- * FIXED: Deprecated methods Whois::Answer::Parser::Base#(admin|technical|registrant) didn't figure as supported with Whois::Answer#property_supported?(:method)
1462
+ - FIXED: Deprecated methods Whois::Answer::Parser::Base#(admin|technical|registrant) didn't figure as supported with Whois::Answer#property_supported?(:method)
1426
1463
 
1427
1464
 
1428
1465
  ## Release 1.1.0
1429
1466
 
1430
- * NEW: Added simple .am TLD parser (whois.nic.am).
1467
+ - NEW: Added simple .am TLD parser (whois.nic.am).
1431
1468
 
1432
- * NEW: Added simple .as TLD parser (whois.nic.as).
1469
+ - NEW: Added simple .as TLD parser (whois.nic.as).
1433
1470
 
1434
- * NEW: Added simple .au TLD parser (whois.ausregistry.net.au).
1471
+ - NEW: Added simple .au TLD parser (whois.ausregistry.net.au).
1435
1472
 
1436
- * NEW: Added simple .st TLD parser (whois.nic.st).
1473
+ - NEW: Added simple .st TLD parser (whois.nic.st).
1437
1474
 
1438
- * NEW: New methods Whois::Answer#contacts, Whois::Answer::Parser#contacts, and Whois::Answer::Parser::Base#contacts returns all supported contacts.
1475
+ - NEW: New methods Whois::Answer#contacts, Whois::Answer::Parser#contacts, and Whois::Answer::Parser::Base#contacts returns all supported contacts.
1439
1476
 
1440
- * CHANGED: Renamed Whois::Answer::Parser::Base#(admin|technical|registrant) to Whois::Answer::Parser::Base#(admin|technical|registrant)_contact.
1477
+ - CHANGED: Renamed Whois::Answer::Parser::Base#(admin|technical|registrant) to Whois::Answer::Parser::Base#(admin|technical|registrant)_contact.
1441
1478
 
1442
1479
 
1443
1480
  ## Release 1.0.12
1444
1481
 
1445
- * NEW: Added simple .in TLD parser (whois.registry.in).
1482
+ - NEW: Added simple .in TLD parser (whois.registry.in).
1446
1483
 
1447
- * NEW: Added simple .jp TLD parser (whois.jprs.jp).
1484
+ - NEW: Added simple .jp TLD parser (whois.jprs.jp).
1448
1485
 
1449
- * FIXED: With some .lu domains, whois.dns.lu parser returns invalid values for nameservers.
1486
+ - FIXED: With some .lu domains, whois.dns.lu parser returns invalid values for nameservers.
1450
1487
 
1451
1488
 
1452
1489
  ## Release 1.0.11
1453
1490
 
1454
- * NEW: Added simple .af TLD parser (whois.nic.af).
1491
+ - NEW: Added simple .af TLD parser (whois.nic.af).
1455
1492
 
1456
- * NEW: Added simple .ag TLD parser (whois.nic.ag).
1493
+ - NEW: Added simple .ag TLD parser (whois.nic.ag).
1457
1494
 
1458
- * NEW: Added simple .ai TLD parser (whois.ai).
1495
+ - NEW: Added simple .ai TLD parser (whois.ai).
1459
1496
 
1460
- * NEW: Added simple .hk TLD parser (whois.hkdnr.net.hk).
1497
+ - NEW: Added simple .hk TLD parser (whois.hkdnr.net.hk).
1461
1498
 
1462
- * NEW: Added simple .lu TLD parser (whois.dns.lu).
1499
+ - NEW: Added simple .lu TLD parser (whois.dns.lu).
1463
1500
 
1464
- * NEW: Added simple .mx TLD parser (whois.nic.mx).
1501
+ - NEW: Added simple .mx TLD parser (whois.nic.mx).
1465
1502
 
1466
- * FIXED: Fixed uninitialized constant error Whois::Answer::Parser::WhoisNicOrKr when trying to load the .kr parser.
1503
+ - FIXED: Fixed uninitialized constant error Whois::Answer::Parser::WhoisNicOrKr when trying to load the .kr parser.
1467
1504
 
1468
1505
 
1469
1506
  ## Release 1.0.10
1470
1507
 
1471
- * NEW: Added simple .kr TLD parser (whois.nic.or.kr).
1508
+ - NEW: Added simple .kr TLD parser (whois.nic.or.kr).
1472
1509
 
1473
- * NEW: Added simple .be TLD parser (whois.dns.be).
1510
+ - NEW: Added simple .be TLD parser (whois.dns.be).
1474
1511
 
1475
- * FIXED: .cn server was changed by mistake in commit:81b3e253785e59aca542b6165ab1b9769c6acdd7 from whois.cnnic.net.cn to whois.cnnic.cn. This caused the parser lookup to fail.
1512
+ - FIXED: .cn server was changed by mistake in commit:81b3e253785e59aca542b6165ab1b9769c6acdd7 from whois.cnnic.net.cn to whois.cnnic.cn. This caused the parser lookup to fail.
1476
1513
 
1477
- * FIXED: With some .lt domains, whois.domreg.lt parser returns invalid values for nameservers.
1514
+ - FIXED: With some .lt domains, whois.domreg.lt parser returns invalid values for nameservers.
1478
1515
 
1479
- * FIXED: With some .bg domains, whois.register.bg parser returns invalid values for nameservers.
1516
+ - FIXED: With some .bg domains, whois.register.bg parser returns invalid values for nameservers.
1480
1517
 
1481
1518
 
1482
1519
  ## Release 1.0.9
1483
1520
 
1484
- * NEW: Added simple .lt TLD parser (whois.domreg.lt).
1521
+ - NEW: Added simple .lt TLD parser (whois.domreg.lt).
1485
1522
 
1486
- * NEW: Added simple .at TLD parser (whois.nic.at).
1523
+ - NEW: Added simple .at TLD parser (whois.nic.at).
1487
1524
 
1488
- * NEW: Added simple .cn TLD parser (whois.cnnic.net.cn).
1525
+ - NEW: Added simple .cn TLD parser (whois.cnnic.net.cn).
1489
1526
 
1490
- * NEW: Added simple .lv TLD parser (whois.nic.lv).
1527
+ - NEW: Added simple .lv TLD parser (whois.nic.lv).
1491
1528
 
1492
- * NEW: Added simple .si TLD parser (whois.arnes.si).
1529
+ - NEW: Added simple .si TLD parser (whois.arnes.si).
1493
1530
 
1494
- * NEW: Added simple .id TLD parser (whois.pandi.or.id).
1531
+ - NEW: Added simple .id TLD parser (whois.pandi.or.id).
1495
1532
 
1496
- * FIXED: With some .ru domains, whois.ripn.net parser returns invalid values for nameservers.
1533
+ - FIXED: With some .ru domains, whois.ripn.net parser returns invalid values for nameservers.
1497
1534
 
1498
1535
 
1499
1536
  ## Release 1.0.8
1500
1537
 
1501
- * NEW: Added simple .nz TLD parser (whois.srs.net.nz).
1538
+ - NEW: Added simple .nz TLD parser (whois.srs.net.nz).
1502
1539
 
1503
- * FIXED: With some .ch domains, whois.nic.ch parser returns invalid or duplicate values for nameservers.
1540
+ - FIXED: With some .ch domains, whois.nic.ch parser returns invalid or duplicate values for nameservers.
1504
1541
 
1505
1542
 
1506
1543
  ## Release 1.0.7
1507
1544
 
1508
- * FIXED: whois.nic.hu parser raises a NoMethodError when trying to access 'registrant' property for personal domains (GH-19).
1545
+ - FIXED: whois.nic.hu parser raises a NoMethodError when trying to access 'registrant' property for personal domains (GH-19).
1509
1546
 
1510
1547
 
1511
1548
  ## Release 1.0.6
1512
1549
 
1513
- * NEW: Added simple .ve TLD parser (whois.nic.ve).
1550
+ - NEW: Added simple .ve TLD parser (whois.nic.ve).
1514
1551
 
1515
- * NEW: Added support for 'nameservers' property for all existing parsers.
1552
+ - NEW: Added support for 'nameservers' property for all existing parsers.
1516
1553
 
1517
- * FIXED: With some .eu domains, whois.eu parser returns invalid values for nameservers.
1554
+ - FIXED: With some .eu domains, whois.eu parser returns invalid values for nameservers.
1518
1555
 
1519
- * CHANGED: jobswhois.verisign-grs.com now correctly raises PropertyNotSupported when a property is not supported.
1556
+ - CHANGED: jobswhois.verisign-grs.com now correctly raises PropertyNotSupported when a property is not supported.
1520
1557
 
1521
- * CHANGED: whois.crsnic.net now correctly raises PropertyNotSupported when a property is not supported.
1558
+ - CHANGED: whois.crsnic.net now correctly raises PropertyNotSupported when a property is not supported.
1522
1559
 
1523
- * CHANGED: whois.denic.de now correctly raises PropertyNotSupported when a property is not supported.
1560
+ - CHANGED: whois.denic.de now correctly raises PropertyNotSupported when a property is not supported.
1524
1561
 
1525
- * CHANGED: whois.nic.cc now correctly raises PropertyNotSupported when a property is not supported.
1562
+ - CHANGED: whois.nic.cc now correctly raises PropertyNotSupported when a property is not supported.
1526
1563
 
1527
- * CHANGED: whois.nic.hu now correctly raises PropertyNotSupported when a property is not supported.
1564
+ - CHANGED: whois.nic.hu now correctly raises PropertyNotSupported when a property is not supported.
1528
1565
 
1529
- * CHANGED: whois.nic.it now correctly raises PropertyNotSupported when a property is not supported.
1566
+ - CHANGED: whois.nic.it now correctly raises PropertyNotSupported when a property is not supported.
1530
1567
 
1531
- * CHANGED: whois.nic.tv now correctly raises PropertyNotSupported when a property is not supported.
1568
+ - CHANGED: whois.nic.tv now correctly raises PropertyNotSupported when a property is not supported.
1532
1569
 
1533
1570
 
1534
1571
  ## Release 1.0.5
1535
1572
 
1536
- * SERVER: Sync definitions with Debian whois 5.0.1.
1573
+ - SERVER: Sync definitions with Debian whois 5.0.1.
1537
1574
 
1538
- * SERVER: Added new IPv4 allocations (whois 5.0.1).
1575
+ - SERVER: Added new IPv4 allocations (whois 5.0.1).
1539
1576
 
1540
- * SERVER: Updated the .dj TLD definition (whois 5.0.1).
1577
+ - SERVER: Updated the .dj TLD definition (whois 5.0.1).
1541
1578
 
1542
- * NEW: Support for 'nameservers' property for the whois.afilias.info parser. (GH-15)
1579
+ - NEW: Support for 'nameservers' property for the whois.afilias.info parser. (GH-15)
1543
1580
 
1544
- * NEW: Support for 'nameservers' property for the whois.nic.tel parser. (GH-17)
1581
+ - NEW: Support for 'nameservers' property for the whois.nic.tel parser. (GH-17)
1545
1582
 
1546
- * NEW: Support for 'nameservers' property for the whois.eu parser. (GH-16)
1583
+ - NEW: Support for 'nameservers' property for the whois.eu parser. (GH-16)
1547
1584
 
1548
- * NEW: Support for 'nameservers' property for the whois.meregistry.net parser.
1585
+ - NEW: Support for 'nameservers' property for the whois.meregistry.net parser.
1549
1586
 
1550
- * FIXED: whois.crsnic.net server crashes trying to return nameservers with reserved IANA domains and Ruby 1.9.1.
1587
+ - FIXED: whois.crsnic.net server crashes trying to return nameservers with reserved IANA domains and Ruby 1.9.1.
1551
1588
 
1552
- * FIXED: With some .se domains, whois.nic-se.se parser returns invalid values for nameservers.
1589
+ - FIXED: With some .se domains, whois.nic-se.se parser returns invalid values for nameservers.
1553
1590
 
1554
1591
 
1555
1592
  ## Release 1.0.4
1556
1593
 
1557
- * NEW: Added Symbol.to_proc core extension to ensure compatibility with Ruby 1.8.6.
1594
+ - NEW: Added Symbol.to_proc core extension to ensure compatibility with Ruby 1.8.6.
1558
1595
 
1559
- * FIXED: Normalize 'nameservers' property return value. Always return an Array even if there's no nameserver.
1596
+ - FIXED: Normalize 'nameservers' property return value. Always return an Array even if there's no nameserver.
1560
1597
 
1561
- * CHANGED: Suppress Japanese output for the .js TLD [axic]
1598
+ - CHANGED: Suppress Japanese output for the .js TLD [axic]
1562
1599
 
1563
1600
 
1564
1601
  ## Release 1.0.3
1565
1602
 
1566
- * SERVER: Added web address for the .eg TLD [axic]
1603
+ - SERVER: Added web address for the .eg TLD [axic]
1567
1604
 
1568
- * SERVER: Updated web address for the .gt TLD [axic]
1605
+ - SERVER: Updated web address for the .gt TLD [axic]
1569
1606
 
1570
- * SERVER: Updated web address for the .co TLD (GH-13)
1607
+ - SERVER: Updated web address for the .co TLD (GH-13)
1571
1608
 
1572
- * NEW: Support for 'Contact#zip' property for the whois.nic.it parser [axic]
1609
+ - NEW: Support for 'Contact#zip' property for the whois.nic.it parser [axic]
1573
1610
 
1574
- * NEW: Support for 'nameservers' property for the whois.adamsnames.tc parser.
1611
+ - NEW: Support for 'nameservers' property for the whois.adamsnames.tc parser.
1575
1612
 
1576
- * NEW: Compatibility with semver.org
1613
+ - NEW: Compatibility with semver.org
1577
1614
 
1578
- * FIXED: The whois.nic.it parser extracts the wrong Contact country_code property [axic]
1615
+ - FIXED: The whois.nic.it parser extracts the wrong Contact country_code property [axic]
1579
1616
 
1580
- * FIXED: With some .de domains, whois.denic.de parser returns invalid values for nameservers (GH-14)
1617
+ - FIXED: With some .de domains, whois.denic.de parser returns invalid values for nameservers (GH-14)
1581
1618
 
1582
- * FIXED: whois.crsnic.net crashes with reserved IANA domains (ex y.com)
1619
+ - FIXED: whois.crsnic.net crashes with reserved IANA domains (ex y.com)
1583
1620
 
1584
1621
 
1585
1622
  ## Release 1.0.2
1586
1623
 
1587
- * CHANGED: Changed Parsers to use a normalized content version called Whois::Parser::Base#content_for_scanner (Dho! I forgot to save some files on TextMate)
1624
+ - CHANGED: Changed Parsers to use a normalized content version called Whois::Parser::Base#content_for_scanner (Dho! I forgot to save some files on TextMate)
1588
1625
 
1589
1626
 
1590
1627
  ## Release 1.0.1
1591
1628
 
1592
- * CHANGED: Changed Parsers to use a normalized content version called Whois::Parser::Base#content_for_scanner
1629
+ - CHANGED: Changed Parsers to use a normalized content version called Whois::Parser::Base#content_for_scanner
1593
1630
 
1594
1631
 
1595
1632
  ## Release 1.0.0
1596
1633
 
1597
- * SERVER: Changed .biz TLD server to whois.biz (see http://www.iana.org/domains/root/db/biz.html)
1634
+ - SERVER: Changed .biz TLD server to whois.biz (see http://www.iana.org/domains/root/db/biz.html)
1598
1635
 
1599
- * SERVER: Changed .br TLD server to whois.registro.br (see http://www.iana.org/domains/root/db/rb.html)
1636
+ - SERVER: Changed .br TLD server to whois.registro.br (see http://www.iana.org/domains/root/db/rb.html)
1600
1637
 
1601
- * SERVER: Sync definitions with Debian whois 4.7.37.
1638
+ - SERVER: Sync definitions with Debian whois 4.7.37.
1602
1639
 
1603
- * SERVER: Added new IPv4 allocations (whois 4.7.37).
1640
+ - SERVER: Added new IPv4 allocations (whois 4.7.37).
1604
1641
 
1605
- * SERVER: Updated the .bd, .bi, .cm, .ge, .gf, .ki, .kn, .ls, .mq, .np and .tr TLD definitions (whois 4.7.37).
1642
+ - SERVER: Updated the .bd, .bi, .cm, .ge, .gf, .ki, .kn, .ls, .mq, .np and .tr TLD definitions (whois 4.7.37).
1606
1643
 
1607
- * SERVER: Sync definitions with Debian whois 5.0.0.
1644
+ - SERVER: Sync definitions with Debian whois 5.0.0.
1608
1645
 
1609
- * SERVER: Updated the .id, .is, .mm, .my, .pw, .sb, .sr, .tj, .tp, .wf, .yt TLD definitions (whois 5.0.0).
1646
+ - SERVER: Updated the .id, .is, .mm, .my, .pw, .sb, .sr, .tj, .tp, .wf, .yt TLD definitions (whois 5.0.0).
1610
1647
 
1611
- * SERVER: .dk TLD server requires --show-handles option (closes REDMINE-426)
1648
+ - SERVER: .dk TLD server requires --show-handles option (closes REDMINE-426)
1612
1649
 
1613
- * NEW: Simple .at TLD parser.
1650
+ - NEW: Simple .at TLD parser.
1614
1651
 
1615
- * NEW: Simple .be TLD parser.
1652
+ - NEW: Simple .be TLD parser.
1616
1653
 
1617
- * NEW: Simple .bg TLD parser.
1654
+ - NEW: Simple .bg TLD parser.
1618
1655
 
1619
- * NEW: Simple .ca TLD parser.
1656
+ - NEW: Simple .ca TLD parser.
1620
1657
 
1621
- * NEW: Simple .ch TLD parser.
1658
+ - NEW: Simple .ch TLD parser.
1622
1659
 
1623
- * NEW: Simple .eu TLD parser.
1660
+ - NEW: Simple .eu TLD parser.
1624
1661
 
1625
- * NEW: Simple .gl TLD parser.
1662
+ - NEW: Simple .gl TLD parser.
1626
1663
 
1627
- * NEW: Simple .im TLD parser.
1664
+ - NEW: Simple .im TLD parser.
1628
1665
 
1629
- * NEW: Simple .is TLD parser.
1666
+ - NEW: Simple .is TLD parser.
1630
1667
 
1631
- * NEW: Simple .ly TLD parser.
1668
+ - NEW: Simple .ly TLD parser.
1632
1669
 
1633
- * NEW: Simple .me TLD parser.
1670
+ - NEW: Simple .me TLD parser.
1634
1671
 
1635
- * NEW: Simple .mu, .ki TLD parser (whois.nic.mu).
1672
+ - NEW: Simple .mu, .ki TLD parser (whois.nic.mu).
1636
1673
 
1637
- * NEW: Simple .nl TLD parser.
1674
+ - NEW: Simple .nl TLD parser.
1638
1675
 
1639
- * NEW: Simple .no TLD parser.
1676
+ - NEW: Simple .no TLD parser.
1640
1677
 
1641
- * NEW: Simple .fo, .gm, .mc, .sm, .va TLD parsers (whois.ripe.net).
1678
+ - NEW: Simple .fo, .gm, .mc, .sm, .va TLD parsers (whois.ripe.net).
1642
1679
 
1643
- * NEW: Simple .tl TLD parser.
1680
+ - NEW: Simple .tl TLD parser.
1644
1681
 
1645
- * NEW: Simple .tel TLD parser.
1682
+ - NEW: Simple .tel TLD parser.
1646
1683
 
1647
- * NEW: Simple .us TLD parser.
1684
+ - NEW: Simple .us TLD parser.
1648
1685
 
1649
- * NEW: Simple .biz TLD parser.
1686
+ - NEW: Simple .biz TLD parser.
1650
1687
 
1651
- * NEW: Simple .mobi TLD parser.
1688
+ - NEW: Simple .mobi TLD parser.
1652
1689
 
1653
- * NEW: Simple .museum TLD parser.
1690
+ - NEW: Simple .museum TLD parser.
1654
1691
 
1655
- * NEW: Simple .io TLD parser.
1692
+ - NEW: Simple .io TLD parser.
1656
1693
 
1657
- * NEW: Simple .ro TLD parser.
1694
+ - NEW: Simple .ro TLD parser.
1658
1695
 
1659
- * NEW: Simple .br TLD parser.
1696
+ - NEW: Simple .br TLD parser.
1660
1697
 
1661
- * NEW: Simple .travel TLD parser.
1698
+ - NEW: Simple .travel TLD parser.
1662
1699
 
1663
- * NEW: Simple .wf, .yt TLD parser (whois.nic.fr).
1700
+ - NEW: Simple .wf, .yt TLD parser (whois.nic.fr).
1664
1701
 
1665
- * NEW: Simple .dk TLD parser [Thanks Mikkel Kristensen]
1702
+ - NEW: Simple .dk TLD parser [Thanks Mikkel Kristensen]
1666
1703
 
1667
- * NEW: Simple .uk TLD parser (whois.nic.uk).
1704
+ - NEW: Simple .uk TLD parser (whois.nic.uk).
1668
1705
 
1669
- * NEW: Simple .ws TLD parser (whois.samoanic.ws).
1706
+ - NEW: Simple .ws TLD parser (whois.samoanic.ws).
1670
1707
 
1671
- * NEW: Simple .gd, vg, tc TLD parser (whois.adamsnames.tc).
1708
+ - NEW: Simple .gd, vg, tc TLD parser (whois.adamsnames.tc).
1672
1709
 
1673
- * NEW: Simple .su, .ru TLD parser (whois.ripn.net).
1710
+ - NEW: Simple .su, .ru TLD parser (whois.ripn.net).
1674
1711
 
1675
- * NEW: Simple .cat TLD parser (whois.cat).
1712
+ - NEW: Simple .cat TLD parser (whois.cat).
1676
1713
 
1677
- * NEW: Simple .cd TLD parser (whois.nic.cd).
1714
+ - NEW: Simple .cd TLD parser (whois.nic.cd).
1678
1715
 
1679
- * NEW: Simple .coop TLD parser (whois.nic.coop).
1716
+ - NEW: Simple .coop TLD parser (whois.nic.coop).
1680
1717
 
1681
- * NEW: Simple .pro TLD parser (whois.registrypro.pro).
1718
+ - NEW: Simple .pro TLD parser (whois.registrypro.pro).
1682
1719
 
1683
- * NEW: Simple .ae TLD parser (whois.aeda.net.ae).
1720
+ - NEW: Simple .ae TLD parser (whois.aeda.net.ae).
1684
1721
 
1685
- * NEW: .cc, .jobs TLD parsers (verisign).
1722
+ - NEW: .cc, .jobs TLD parsers (verisign).
1686
1723
 
1687
- * NEW: .ac TLD parser (whois.nic.ac).
1724
+ - NEW: .ac TLD parser (whois.nic.ac).
1688
1725
 
1689
- * NEW: Added ability to flag a property as :defined, :implemented and :supported.
1726
+ - NEW: Added ability to flag a property as :defined, :implemented and :supported.
1690
1727
  Parsers now can mark a property as supported or not supported using
1691
1728
  'property_supported' and 'property_not_supported' methods
1692
1729
  in order to distinguish between properties not supported by the answer
1693
1730
  and methods that still need to be implemented because the parser is incomplete.
1694
1731
 
1695
- * NEW: Whois#Answer.property? returns whether property has a value.
1732
+ - NEW: Whois#Answer.property? returns whether property has a value.
1696
1733
 
1697
1734
  a = Whois.query "google.it"
1698
1735
  a.created_on?
@@ -1700,19 +1737,19 @@ WARNING: Whois >= 1.5.0 requires Ruby 1.8.7 or newer.
1700
1737
  a.domain_id?
1701
1738
  # => false
1702
1739
 
1703
- * NEW: Whois::WebInterfaceError now exposes #url attribute.
1740
+ - NEW: Whois::WebInterfaceError now exposes #url attribute.
1704
1741
 
1705
- * FIXED: Whois hosts containing a - are not correctly converted into a Ruby class, ex. whois.domain-registry.nl (closes REDMINE-389)
1742
+ - FIXED: Whois hosts containing a - are not correctly converted into a Ruby class, ex. whois.domain-registry.nl (closes REDMINE-389)
1706
1743
 
1707
- * FIXED: In case of exception, the CLI doesn't exit nicely (closes REDMINE-333)
1744
+ - FIXED: In case of exception, the CLI doesn't exit nicely (closes REDMINE-333)
1708
1745
 
1709
- * FIXED: Some tests are not compatible with Ruby 1.9
1746
+ - FIXED: Some tests are not compatible with Ruby 1.9
1710
1747
 
1711
- * FIXED: Flagged created_on and expires_on properties as not supported for .de TLD.
1748
+ - FIXED: Flagged created_on and expires_on properties as not supported for .de TLD.
1712
1749
 
1713
- * CHANGED: All not supported properties now raise a PropertyNotSupported error instead of returning nil.
1750
+ - CHANGED: All not supported properties now raise a PropertyNotSupported error instead of returning nil.
1714
1751
 
1715
- * CHANGED: Depending on where you ask for a property, the library now returns the most expected value according to property status.
1752
+ - CHANGED: Depending on where you ask for a property, the library now returns the most expected value according to property status.
1716
1753
  If you try to access a property from the answer object, Whois::Answer always returns the value if the property is defined,
1717
1754
  nil otherwise no matter if the property is not supported or undefined.
1718
1755
 
@@ -1726,103 +1763,103 @@ WARNING: Whois >= 1.5.0 requires Ruby 1.8.7 or newer.
1726
1763
  a.parser.nameservers
1727
1764
  # => PropertyNotSupported
1728
1765
 
1729
- * CHANGED: Increased DEFAULT_TIMEOUT to 10 seconds
1766
+ - CHANGED: Increased DEFAULT_TIMEOUT to 10 seconds
1730
1767
 
1731
- * REMOVED: Removed Deprecated #supported? method
1768
+ - REMOVED: Removed Deprecated #supported? method
1732
1769
 
1733
- * REMOVED: Removed Deprecated compatibility layer to Whois 0.4.2
1770
+ - REMOVED: Removed Deprecated compatibility layer to Whois 0.4.2
1734
1771
 
1735
1772
 
1736
1773
  ## Release 0.9.0
1737
1774
 
1738
- * SERVER: .ec TLD has a whois server (closes REDMINE-322)
1775
+ - SERVER: .ec TLD has a whois server (closes REDMINE-322)
1739
1776
 
1740
- * SERVER: .gl TLD has a whois server (closes REDMINE-323)
1777
+ - SERVER: .gl TLD has a whois server (closes REDMINE-323)
1741
1778
 
1742
- * SERVER: .md TLD has a whois server (closes REDMINE-325)
1779
+ - SERVER: .md TLD has a whois server (closes REDMINE-325)
1743
1780
 
1744
- * SERVER: Changed .edu TLD server to whois.educause.edu (see http://www.iana.org/domains/root/db/edu.html)
1781
+ - SERVER: Changed .edu TLD server to whois.educause.edu (see http://www.iana.org/domains/root/db/edu.html)
1745
1782
 
1746
- * FIXED: TLD definitions for whois.afilias-grs.info missing proper adapter (closes REDMINE-342)
1783
+ - FIXED: TLD definitions for whois.afilias-grs.info missing proper adapter (closes REDMINE-342)
1747
1784
 
1748
- * FIXED: ./bin/ruby-whois uses the Gem instead of current version (closes REDMINE-344)
1785
+ - FIXED: ./bin/ruby-whois uses the Gem instead of current version (closes REDMINE-344)
1749
1786
 
1750
- * FIXED: Whois::Client doesn't cast query to_s (closes REDMINE-339)
1787
+ - FIXED: Whois::Client doesn't cast query to_s (closes REDMINE-339)
1751
1788
 
1752
- * FIXED: Whois::Parser doesn't detect preloaded parsers. Improved performances skipping unnecessary 'require'. (closes REDMINE-340)
1789
+ - FIXED: Whois::Parser doesn't detect preloaded parsers. Improved performances skipping unnecessary 'require'. (closes REDMINE-340)
1753
1790
 
1754
- * NEW: Simple .fr TLD parser.
1791
+ - NEW: Simple .fr TLD parser.
1755
1792
 
1756
- * NEW: Simple .name TLD parser.
1793
+ - NEW: Simple .name TLD parser.
1757
1794
 
1758
- * NEW: Simple .ie TLD parser.
1795
+ - NEW: Simple .ie TLD parser.
1759
1796
 
1760
- * NEW: Simple .edu TLD parser.
1797
+ - NEW: Simple .edu TLD parser.
1761
1798
 
1762
- * NEW: Simple .info TLD parser.
1799
+ - NEW: Simple .info TLD parser.
1763
1800
 
1764
- * NEW: Simple .gov TLD parser.
1801
+ - NEW: Simple .gov TLD parser.
1765
1802
 
1766
- * NEW: Simple .za.net TLD parser.
1803
+ - NEW: Simple .za.net TLD parser.
1767
1804
 
1768
- * NEW: Simple .eu.org TLD parser.
1805
+ - NEW: Simple .eu.org TLD parser.
1769
1806
 
1770
- * NEW: Simple .za.org TLD parser.
1807
+ - NEW: Simple .za.org TLD parser.
1771
1808
 
1772
- * NEW: Simple .int/.arpa TLD parser.
1809
+ - NEW: Simple .int/.arpa TLD parser.
1773
1810
 
1774
- * NEW: Simple .aero TLD parser.
1811
+ - NEW: Simple .aero TLD parser.
1775
1812
 
1776
- * NEW: Simple .asia TLD parser.
1813
+ - NEW: Simple .asia TLD parser.
1777
1814
 
1778
- * NEW: Simple .bz, .gi, .hn, .lc, .mn, .sc and .vc TLD parser.
1815
+ - NEW: Simple .bz, .gi, .hn, .lc, .mn, .sc and .vc TLD parser.
1779
1816
 
1780
- * NEW: .tv TLD parser.
1817
+ - NEW: .tv TLD parser.
1781
1818
 
1782
- * NEW: .hu TLD parser.
1819
+ - NEW: .hu TLD parser.
1783
1820
 
1784
- * NEW: Ability to pass timeout option to 'ruby-whois' (closes REDMINE-334)
1821
+ - NEW: Ability to pass timeout option to 'ruby-whois' (closes REDMINE-334)
1785
1822
 
1786
- * NEW: Whois::Answer#properties returns an Hash of :key => value
1823
+ - NEW: Whois::Answer#properties returns an Hash of :key => value
1787
1824
 
1788
- * CHANGED: Removed Whois::BUILD and Whois::STATUS constants. Added Whois::Version::ALPHA constant to be used when I need to package prereleases (see RubyGem --prerelease flag).
1825
+ - CHANGED: Removed Whois::BUILD and Whois::STATUS constants. Added Whois::Version::ALPHA constant to be used when I need to package prereleases (see RubyGem --prerelease flag).
1789
1826
 
1790
- * CHANGED: Extracted Whois::Answer::Parser::Ast module from existing parsers.
1827
+ - CHANGED: Extracted Whois::Answer::Parser::Ast module from existing parsers.
1791
1828
 
1792
- * CHANGED: Normalized WhoisDenicDe parser.
1829
+ - CHANGED: Normalized WhoisDenicDe parser.
1793
1830
 
1794
- * CHANGED: Renamed #supported to #property_supported?
1831
+ - CHANGED: Renamed #supported to #property_supported?
1795
1832
 
1796
1833
 
1797
1834
  ## Release 0.8.1
1798
1835
 
1799
- * FIXED: Updated the whois.denic.de parser to the new format (REDMINE-314). [Thanks David Krentzlin]
1836
+ - FIXED: Updated the whois.denic.de parser to the new format (REDMINE-314). [Thanks David Krentzlin]
1800
1837
 
1801
- * FIXED: In case of thin server the client should select the closest whois server match (closes REDMINE-264)
1838
+ - FIXED: In case of thin server the client should select the closest whois server match (closes REDMINE-264)
1802
1839
 
1803
- * NEW: ability to check whether a property is supported via answer.supported? or parser.supported?
1840
+ - NEW: ability to check whether a property is supported via answer.supported? or parser.supported?
1804
1841
 
1805
1842
 
1806
1843
  ## Release 0.8.0
1807
1844
 
1808
- * FIXED: Server definition with :format doesn't use the Formatted adapter (closes REDMINE-305)
1845
+ - FIXED: Server definition with :format doesn't use the Formatted adapter (closes REDMINE-305)
1809
1846
 
1810
- * NEW: whois.denic.de (.de TLD) parser [Aaron Mueller]
1847
+ - NEW: whois.denic.de (.de TLD) parser [Aaron Mueller]
1811
1848
 
1812
- * NEW: introduced support for multipart answers and Parser proxy class. This is useful in case of thin servers such as .com or .net because the parser needs to know all different responses in order to load all single scanners.
1849
+ - NEW: introduced support for multipart answers and Parser proxy class. This is useful in case of thin servers such as .com or .net because the parser needs to know all different responses in order to load all single scanners.
1813
1850
 
1814
- * NEW: whois.crsnic.net (.com, .net, ... TLDs) parser.
1851
+ - NEW: whois.crsnic.net (.com, .net, ... TLDs) parser.
1815
1852
 
1816
- * CHANGED: extracted all scanners into separated classes in order to make easier extract shared features.
1853
+ - CHANGED: extracted all scanners into separated classes in order to make easier extract shared features.
1817
1854
 
1818
- * CHANGED: renamed Whois::Response to Whois::Answer. This change is required to avoid confusion between query-answer and server request-response. A Whois::Answer is composed by one or more parts, corresponding to single server answers.
1855
+ - CHANGED: renamed Whois::Response to Whois::Answer. This change is required to avoid confusion between query-answer and server request-response. A Whois::Answer is composed by one or more parts, corresponding to single server answers.
1819
1856
 
1820
- * REMOVED: Whois::Answer#i_am_feeling_lucky (formerly Whois::Answer#i_am_feeling_lucky) become obsolete since the introduction of Answer parsers.
1857
+ - REMOVED: Whois::Answer#i_am_feeling_lucky (formerly Whois::Answer#i_am_feeling_lucky) become obsolete since the introduction of Answer parsers.
1821
1858
 
1822
1859
 
1823
1860
  ## Release 0.6.0
1824
1861
 
1825
- * NEW: new more convenient method to query a whois server in addition to the existing Whois::whois method.
1862
+ - NEW: new more convenient method to query a whois server in addition to the existing Whois::whois method.
1826
1863
 
1827
1864
  Whois::query("domain.com")
1828
1865
  # same as Whois::whois but added to normalize application interfaces.
@@ -1833,7 +1870,7 @@ WARNING: Whois >= 1.5.0 requires Ruby 1.8.7 or newer.
1833
1870
  Whois::registered?("domain.com")
1834
1871
  # returns true if the domain is registered.
1835
1872
 
1836
- * NEW: Experimental support for whois response parsing. This release is shipped with two parsers for the .it and .net TLD.
1873
+ - NEW: Experimental support for whois response parsing. This release is shipped with two parsers for the .it and .net TLD.
1837
1874
 
1838
1875
  r = Whois::query("google.it")
1839
1876
  r.available?
@@ -1843,7 +1880,7 @@ WARNING: Whois >= 1.5.0 requires Ruby 1.8.7 or newer.
1843
1880
  r.Nameservers
1844
1881
  # => ["ns1.google.com", "ns2.google.com", ...]
1845
1882
 
1846
- * CHANGED: A whois query now returns a custom Whois::Response object instead of a simple string.
1883
+ - CHANGED: A whois query now returns a custom Whois::Response object instead of a simple string.
1847
1884
  The previous interface is still supported, so you can continue to compare the response with Strings
1848
1885
  but this behavior will be deprecated in a future release.
1849
1886
 
@@ -1860,71 +1897,71 @@ API might change at any time without previous notice.
1860
1897
 
1861
1898
  ## Release 0.5.3
1862
1899
 
1863
- * FIXED: self.valid_ipv6?(addr) references valid_v4? instead of valid_ipv4? (closes REDMINE-300)
1900
+ - FIXED: self.valid_ipv6?(addr) references valid_v4? instead of valid_ipv4? (closes REDMINE-300)
1864
1901
 
1865
- * FIXED: In some rare circumstances the server guessing fails to return the right server but returns an other server instead (closes REDMINE-260).
1902
+ - FIXED: In some rare circumstances the server guessing fails to return the right server but returns an other server instead (closes REDMINE-260).
1866
1903
 
1867
1904
 
1868
1905
  ## Release 0.5.2
1869
1906
 
1870
- * SERVER: Sync definitions with Debian whois 4.7.36.
1907
+ - SERVER: Sync definitions with Debian whois 4.7.36.
1871
1908
 
1872
- * SERVER: Added new IPv4 allocations (whois 4.7.36).
1909
+ - SERVER: Added new IPv4 allocations (whois 4.7.36).
1873
1910
 
1874
- * SERVER: Added .ls, .mg, .mk, .tz and .uy TLD definitions (whois 4.7.36).
1911
+ - SERVER: Added .ls, .mg, .mk, .tz and .uy TLD definitions (whois 4.7.36).
1875
1912
 
1876
- * SERVER: Updated .jobs, .ms and .ph TLD definitions (whois 4.7.36).
1913
+ - SERVER: Updated .jobs, .ms and .ph TLD definitions (whois 4.7.36).
1877
1914
 
1878
- * SERVER: Removed .td TLD definition (whois 4.7.36).
1915
+ - SERVER: Removed .td TLD definition (whois 4.7.36).
1879
1916
 
1880
- * NEW: Whois::Client.new now accepts a block and yields self.
1917
+ - NEW: Whois::Client.new now accepts a block and yields self.
1881
1918
 
1882
1919
  client = Whois::Client.new do |c|
1883
1920
  c.timeout = nil
1884
1921
  end
1885
1922
  client.query("google.com")
1886
1923
 
1887
- * FIXED: DeprecatedWhoisTest are flagged with need_connectivity method because they require connectivity.
1924
+ - FIXED: DeprecatedWhoisTest are flagged with need_connectivity method because they require connectivity.
1888
1925
 
1889
1926
 
1890
1927
  ## Release 0.5.1
1891
1928
 
1892
- * NEW: Whois binary (closes REDMINE-271).
1929
+ - NEW: Whois binary (closes REDMINE-271).
1893
1930
 
1894
- * FIXED: 'rake coverage' task crashes.
1931
+ - FIXED: 'rake coverage' task crashes.
1895
1932
 
1896
- * FIXED: In case of thin server the client should concatenate all responses (closes REDMINE-259).
1933
+ - FIXED: In case of thin server the client should concatenate all responses (closes REDMINE-259).
1897
1934
 
1898
1935
 
1899
1936
  ## Release 0.5.0
1900
1937
 
1901
- * NEW: Support for IPv4 and IPv6 (closes REDMINE-265).
1938
+ - NEW: Support for IPv4 and IPv6 (closes REDMINE-265).
1902
1939
 
1903
- * NEW: Compatibility with existing GEM Whois 0.4.2 (closes REDMINE-266).
1940
+ - NEW: Compatibility with existing GEM Whois 0.4.2 (closes REDMINE-266).
1904
1941
 
1905
- * NEW: Deprecation warning for all the features that will be removed in Whois 0.6.0 (closes REDMINE-266).
1942
+ - NEW: Deprecation warning for all the features that will be removed in Whois 0.6.0 (closes REDMINE-266).
1906
1943
 
1907
- * NEW: Default timeout for any Whois query run from the client interface (closes REDMINE-269).
1944
+ - NEW: Default timeout for any Whois query run from the client interface (closes REDMINE-269).
1908
1945
 
1909
- * FIXED: Whois#whois defined as instance method but modules can't have instances!
1946
+ - FIXED: Whois#whois defined as instance method but modules can't have instances!
1910
1947
 
1911
- * FIXED: Whois::Server::Adapters::Verisign adapter always use "whois.crsnic.net" regardless the adapter set in the server definition.
1948
+ - FIXED: Whois::Server::Adapters::Verisign adapter always use "whois.crsnic.net" regardless the adapter set in the server definition.
1912
1949
 
1913
1950
 
1914
- * SERVER: Updated .tv TLD definition (closes REDMINE-261).
1951
+ - SERVER: Updated .tv TLD definition (closes REDMINE-261).
1915
1952
 
1916
- * SERVER: Updated .ae TLD definition (closes REDMINE-270).
1953
+ - SERVER: Updated .ae TLD definition (closes REDMINE-270).
1917
1954
 
1918
1955
 
1919
1956
  ## Release 0.1.1
1920
1957
 
1921
- * FIXED: Server#guess should raise ServerNotFound when query is not recognized.
1958
+ - FIXED: Server#guess should raise ServerNotFound when query is not recognized.
1922
1959
 
1923
- * FIXED: ServerError should inherits from Error and not StandardError.
1960
+ - FIXED: ServerError should inherits from Error and not StandardError.
1924
1961
 
1925
- * CHANGED: Removed the Kernel#whois method because fights with many implementations of missing_method. Moved the method under the Whois namespace.
1962
+ - CHANGED: Removed the Kernel#whois method because fights with many implementations of missing_method. Moved the method under the Whois namespace.
1926
1963
 
1927
1964
 
1928
1965
  ## Release 0.1.0
1929
1966
 
1930
- * First release
1967
+ - First release