whois 2.0.4 → 2.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (602) hide show
  1. data/CHANGELOG.rdoc +36 -1
  2. data/Rakefile +6 -5
  3. data/lib/whois/definitions/tlds.rb +3 -2
  4. data/lib/whois/record/parser/NOTES.txt +1 -0
  5. data/lib/whois/record/parser/whois.audns.net.au.rb +1 -1
  6. data/lib/whois/record/parser/whois.cira.ca.rb +23 -4
  7. data/lib/whois/record/parser/whois.dns.be.rb +8 -0
  8. data/lib/whois/record/parser/whois.eu.rb +3 -3
  9. data/lib/whois/record/parser/whois.meregistry.net.rb +3 -3
  10. data/lib/whois/record/parser/whois.nic.asia.rb +2 -1
  11. data/lib/whois/record/parser/whois.nic.cz.rb +4 -2
  12. data/lib/whois/record/parser/whois.nic.it.rb +7 -5
  13. data/lib/whois/record/parser/whois.nic.sm.rb +78 -0
  14. data/lib/whois/record/parser/whois.nic.uk.rb +2 -0
  15. data/lib/whois/record/parser/whois.nic.xxx.rb +147 -0
  16. data/lib/whois/record/parser/whois.registro.br.rb +20 -6
  17. data/lib/whois/record/parser/whois.sk-nic.sk.rb +17 -3
  18. data/lib/whois/record/parser/whois.srs.net.nz.rb +15 -0
  19. data/lib/whois/server/adapters/verisign.rb +1 -1
  20. data/lib/whois/version.rb +1 -1
  21. data/spec/fixtures/referrals/crsnic.com_referral_missing.txt +50 -0
  22. data/spec/fixtures/responses/whois.biz/status_registered.expected +3 -3
  23. data/spec/fixtures/responses/whois.cat/status_registered.expected +3 -3
  24. data/spec/fixtures/responses/whois.cira.ca/schema-2/property_status_unavailable.txt +11 -0
  25. data/spec/fixtures/responses/whois.cira.ca/schema-2/status_available.expected +7 -0
  26. data/spec/fixtures/responses/whois.cira.ca/schema-2/status_invalid.expected +9 -0
  27. data/spec/fixtures/responses/whois.cira.ca/schema-2/status_invalid.txt +11 -0
  28. data/spec/fixtures/responses/whois.cira.ca/schema-2/status_registered.expected +7 -0
  29. data/spec/fixtures/responses/whois.dns.be/response_throttled.expected +2 -0
  30. data/spec/fixtures/responses/whois.dns.be/response_throttled.txt +40 -0
  31. data/spec/fixtures/responses/whois.eu/property_nameservers.expected +17 -0
  32. data/spec/fixtures/responses/whois.eu/{property_nameservers_with_ip.txt → property_nameservers.txt} +20 -7
  33. data/spec/fixtures/responses/whois.eu/status_registered.txt +1 -1
  34. data/spec/fixtures/responses/whois.meregistry.net/property_updated_on_is_blank.expected +2 -0
  35. data/spec/fixtures/responses/whois.meregistry.net/property_updated_on_is_blank.txt +92 -0
  36. data/spec/fixtures/responses/whois.museum/status_registered.expected +1 -1
  37. data/spec/fixtures/responses/{whois.nic.it/property_status_pendingdelete.expected → whois.nic.asia/property_status_client_delete_prohibited.expected} +0 -0
  38. data/spec/fixtures/responses/whois.nic.asia/property_status_client_delete_prohibited.txt +160 -0
  39. data/spec/fixtures/responses/whois.nic.asia/property_status_client_transfer_prohibited.expected +8 -0
  40. data/spec/fixtures/responses/whois.nic.asia/property_status_client_transfer_prohibited.txt +159 -0
  41. data/spec/fixtures/responses/whois.nic.cz/property_status_update_prohibited.expected +8 -0
  42. data/spec/fixtures/responses/whois.nic.cz/property_status_update_prohibited.txt +83 -0
  43. data/spec/fixtures/responses/whois.nic.it/property_status_no_provider.expected +8 -0
  44. data/spec/fixtures/responses/whois.nic.it/property_status_no_provider.txt +54 -0
  45. data/spec/fixtures/responses/whois.nic.it/property_status_pendingdelete_pendingdelete.expected +8 -0
  46. data/spec/fixtures/responses/whois.nic.it/property_status_pendingdelete_pendingdelete.txt +45 -0
  47. data/spec/fixtures/responses/whois.nic.it/property_status_pendingdelete_redemptionperiod.expected +8 -0
  48. data/spec/fixtures/responses/whois.nic.it/{property_status_pendingdelete.txt → property_status_pendingdelete_redemptionperiod.txt} +0 -0
  49. data/spec/fixtures/responses/whois.nic.it/property_status_redemption_no_provider.expected +8 -0
  50. data/spec/fixtures/responses/whois.nic.it/property_status_redemption_no_provider.txt +42 -0
  51. data/spec/fixtures/responses/{whois.ripe.net/sm → whois.nic.sm}/status_available.expected +2 -2
  52. data/spec/fixtures/responses/whois.nic.sm/status_available.txt +1 -0
  53. data/spec/fixtures/responses/{whois.ripe.net/sm → whois.nic.sm}/status_registered.expected +4 -2
  54. data/spec/fixtures/responses/whois.nic.sm/status_registered.txt +30 -0
  55. data/spec/fixtures/responses/whois.nic.uk/status_invalid.expected +4 -0
  56. data/spec/fixtures/responses/whois.nic.xxx/status_available.expected +57 -0
  57. data/spec/fixtures/responses/whois.nic.xxx/status_available.txt +1 -0
  58. data/spec/fixtures/responses/whois.nic.xxx/status_registered.expected +106 -0
  59. data/spec/fixtures/responses/whois.nic.xxx/status_registered.txt +98 -0
  60. data/spec/fixtures/responses/whois.registro.br/status_available.expected +5 -4
  61. data/spec/fixtures/responses/whois.registro.br/status_registered.expected +12 -4
  62. data/spec/fixtures/responses/whois.registro.br/status_registered.txt +29 -5
  63. data/spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_exp.expected +8 -0
  64. data/spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_exp.txt +27 -0
  65. data/spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_held.expected +1 -1
  66. data/spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_lnot.expected +8 -0
  67. data/spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_lnot.txt +26 -0
  68. data/spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_warn.expected +8 -0
  69. data/spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_warn.txt +24 -0
  70. data/spec/fixtures/responses/whois.srs.net.nz/status_invalid.expected +7 -0
  71. data/spec/tlds +90 -89
  72. data/spec/whois/record/parser/responses/jobswhois.verisign-grs.com/property_nameserver_no_nameserver_spec.rb +1 -1
  73. data/spec/whois/record/parser/responses/jobswhois.verisign-grs.com/status_available_spec.rb +13 -13
  74. data/spec/whois/record/parser/responses/jobswhois.verisign-grs.com/status_registered_spec.rb +13 -13
  75. data/spec/whois/record/parser/responses/kero.yachay.pe/status_available_spec.rb +7 -7
  76. data/spec/whois/record/parser/responses/kero.yachay.pe/status_inactive_spec.rb +7 -7
  77. data/spec/whois/record/parser/responses/kero.yachay.pe/status_registered_spec.rb +7 -7
  78. data/spec/whois/record/parser/responses/whois.adamsnames.tc/gd/status_available_spec.rb +7 -7
  79. data/spec/whois/record/parser/responses/whois.adamsnames.tc/gd/status_registered_spec.rb +7 -7
  80. data/spec/whois/record/parser/responses/whois.adamsnames.tc/tc/status_available_spec.rb +7 -7
  81. data/spec/whois/record/parser/responses/whois.adamsnames.tc/tc/status_registered_spec.rb +7 -7
  82. data/spec/whois/record/parser/responses/whois.adamsnames.tc/vg/status_available_spec.rb +7 -7
  83. data/spec/whois/record/parser/responses/whois.adamsnames.tc/vg/status_registered_spec.rb +7 -7
  84. data/spec/whois/record/parser/responses/whois.aeda.net.ae/status_available_spec.rb +7 -7
  85. data/spec/whois/record/parser/responses/whois.aeda.net.ae/status_registered_spec.rb +7 -7
  86. data/spec/whois/record/parser/responses/whois.aero/status_available_spec.rb +7 -7
  87. data/spec/whois/record/parser/responses/whois.aero/status_registered_spec.rb +7 -7
  88. data/spec/whois/record/parser/responses/whois.afilias-grs.info/bz/status_available_spec.rb +7 -7
  89. data/spec/whois/record/parser/responses/whois.afilias-grs.info/bz/status_registered_spec.rb +7 -7
  90. data/spec/whois/record/parser/responses/whois.afilias-grs.info/gi/status_available_spec.rb +7 -7
  91. data/spec/whois/record/parser/responses/whois.afilias-grs.info/gi/status_registered_spec.rb +7 -7
  92. data/spec/whois/record/parser/responses/whois.afilias-grs.info/hn/status_available_spec.rb +7 -7
  93. data/spec/whois/record/parser/responses/whois.afilias-grs.info/hn/status_registered_spec.rb +7 -7
  94. data/spec/whois/record/parser/responses/whois.afilias-grs.info/lc/status_available_spec.rb +7 -7
  95. data/spec/whois/record/parser/responses/whois.afilias-grs.info/lc/status_registered_spec.rb +7 -7
  96. data/spec/whois/record/parser/responses/whois.afilias-grs.info/mn/status_available_spec.rb +7 -7
  97. data/spec/whois/record/parser/responses/whois.afilias-grs.info/mn/status_registered_spec.rb +7 -7
  98. data/spec/whois/record/parser/responses/whois.afilias-grs.info/sc/status_available_spec.rb +7 -7
  99. data/spec/whois/record/parser/responses/whois.afilias-grs.info/sc/status_registered_spec.rb +7 -7
  100. data/spec/whois/record/parser/responses/whois.afilias-grs.info/vc/status_available_spec.rb +7 -7
  101. data/spec/whois/record/parser/responses/whois.afilias-grs.info/vc/status_registered_spec.rb +7 -7
  102. data/spec/whois/record/parser/responses/whois.afilias.info/status_available_spec.rb +16 -16
  103. data/spec/whois/record/parser/responses/whois.afilias.info/status_registered_spec.rb +16 -16
  104. data/spec/whois/record/parser/responses/whois.ai/status_available_spec.rb +7 -7
  105. data/spec/whois/record/parser/responses/whois.ai/status_registered_spec.rb +7 -7
  106. data/spec/whois/record/parser/responses/whois.arnes.si/status_available_spec.rb +7 -7
  107. data/spec/whois/record/parser/responses/whois.arnes.si/status_registered_spec.rb +7 -7
  108. data/spec/whois/record/parser/responses/whois.audns.net.au/property_status_with_multiple_spec.rb +1 -1
  109. data/spec/whois/record/parser/responses/whois.audns.net.au/status_available_spec.rb +7 -7
  110. data/spec/whois/record/parser/responses/whois.audns.net.au/status_registered_spec.rb +7 -7
  111. data/spec/whois/record/parser/responses/whois.biz/status_available_spec.rb +15 -15
  112. data/spec/whois/record/parser/responses/whois.biz/status_registered_spec.rb +18 -18
  113. data/spec/whois/record/parser/responses/whois.cat/property_status_missing_spec.rb +1 -1
  114. data/spec/whois/record/parser/responses/whois.cat/property_status_multiple_spec.rb +1 -1
  115. data/spec/whois/record/parser/responses/whois.cat/property_status_ok_spec.rb +1 -1
  116. data/spec/whois/record/parser/responses/whois.cat/status_available_spec.rb +7 -7
  117. data/spec/whois/record/parser/responses/whois.cat/status_registered_spec.rb +10 -10
  118. data/spec/whois/record/parser/responses/whois.cctld.uz/status_available_spec.rb +7 -7
  119. data/spec/whois/record/parser/responses/whois.cctld.uz/status_registered_spec.rb +7 -7
  120. data/spec/whois/record/parser/responses/whois.centralnic.com/ae.org/status_available_spec.rb +9 -9
  121. data/spec/whois/record/parser/responses/whois.centralnic.com/ae.org/status_registered_spec.rb +9 -9
  122. data/spec/whois/record/parser/responses/whois.centralnic.com/ar.com/status_available_spec.rb +9 -9
  123. data/spec/whois/record/parser/responses/whois.centralnic.com/ar.com/status_registered_spec.rb +9 -9
  124. data/spec/whois/record/parser/responses/whois.centralnic.com/br.com/status_available_spec.rb +9 -9
  125. data/spec/whois/record/parser/responses/whois.centralnic.com/br.com/status_registered_spec.rb +9 -9
  126. data/spec/whois/record/parser/responses/whois.centralnic.com/cn.com/status_available_spec.rb +9 -9
  127. data/spec/whois/record/parser/responses/whois.centralnic.com/cn.com/status_registered_spec.rb +9 -9
  128. data/spec/whois/record/parser/responses/whois.centralnic.com/de.com/status_available_spec.rb +9 -9
  129. data/spec/whois/record/parser/responses/whois.centralnic.com/de.com/status_registered_spec.rb +9 -9
  130. data/spec/whois/record/parser/responses/whois.centralnic.com/eu.com/status_available_spec.rb +9 -9
  131. data/spec/whois/record/parser/responses/whois.centralnic.com/eu.com/status_registered_spec.rb +9 -9
  132. data/spec/whois/record/parser/responses/whois.centralnic.com/gb.com/status_available_spec.rb +9 -9
  133. data/spec/whois/record/parser/responses/whois.centralnic.com/gb.com/status_registered_spec.rb +9 -9
  134. data/spec/whois/record/parser/responses/whois.centralnic.com/gb.net/status_available_spec.rb +9 -9
  135. data/spec/whois/record/parser/responses/whois.centralnic.com/gb.net/status_registered_spec.rb +9 -9
  136. data/spec/whois/record/parser/responses/whois.centralnic.com/hu.com/status_available_spec.rb +9 -9
  137. data/spec/whois/record/parser/responses/whois.centralnic.com/hu.com/status_registered_spec.rb +9 -9
  138. data/spec/whois/record/parser/responses/whois.centralnic.com/jpn.com/status_available_spec.rb +9 -9
  139. data/spec/whois/record/parser/responses/whois.centralnic.com/jpn.com/status_registered_spec.rb +9 -9
  140. data/spec/whois/record/parser/responses/whois.centralnic.com/kr.com/status_available_spec.rb +9 -9
  141. data/spec/whois/record/parser/responses/whois.centralnic.com/kr.com/status_registered_spec.rb +9 -9
  142. data/spec/whois/record/parser/responses/whois.centralnic.com/no.com/status_available_spec.rb +9 -9
  143. data/spec/whois/record/parser/responses/whois.centralnic.com/no.com/status_registered_spec.rb +9 -9
  144. data/spec/whois/record/parser/responses/whois.centralnic.com/qc.com/status_available_spec.rb +9 -9
  145. data/spec/whois/record/parser/responses/whois.centralnic.com/qc.com/status_registered_spec.rb +9 -9
  146. data/spec/whois/record/parser/responses/whois.centralnic.com/ru.com/status_available_spec.rb +9 -9
  147. data/spec/whois/record/parser/responses/whois.centralnic.com/ru.com/status_registered_spec.rb +9 -9
  148. data/spec/whois/record/parser/responses/whois.centralnic.com/sa.com/status_available_spec.rb +9 -9
  149. data/spec/whois/record/parser/responses/whois.centralnic.com/sa.com/status_registered_spec.rb +9 -9
  150. data/spec/whois/record/parser/responses/whois.centralnic.com/se.com/status_available_spec.rb +9 -9
  151. data/spec/whois/record/parser/responses/whois.centralnic.com/se.com/status_registered_spec.rb +9 -9
  152. data/spec/whois/record/parser/responses/whois.centralnic.com/se.net/status_available_spec.rb +9 -9
  153. data/spec/whois/record/parser/responses/whois.centralnic.com/se.net/status_registered_spec.rb +9 -9
  154. data/spec/whois/record/parser/responses/whois.centralnic.com/uk.com/status_available_spec.rb +9 -9
  155. data/spec/whois/record/parser/responses/whois.centralnic.com/uk.com/status_registered_spec.rb +9 -9
  156. data/spec/whois/record/parser/responses/whois.centralnic.com/uk.net/status_available_spec.rb +9 -9
  157. data/spec/whois/record/parser/responses/whois.centralnic.com/uk.net/status_registered_spec.rb +9 -9
  158. data/spec/whois/record/parser/responses/whois.centralnic.com/us.com/status_available_spec.rb +9 -9
  159. data/spec/whois/record/parser/responses/whois.centralnic.com/us.com/status_registered_spec.rb +9 -9
  160. data/spec/whois/record/parser/responses/whois.centralnic.com/uy.com/status_available_spec.rb +9 -9
  161. data/spec/whois/record/parser/responses/whois.centralnic.com/uy.com/status_registered_spec.rb +9 -9
  162. data/spec/whois/record/parser/responses/whois.centralnic.com/za.com/status_available_spec.rb +9 -9
  163. data/spec/whois/record/parser/responses/whois.centralnic.com/za.com/status_registered_spec.rb +9 -9
  164. data/spec/whois/record/parser/responses/whois.cira.ca/schema-1/status_available_spec.rb +8 -8
  165. data/spec/whois/record/parser/responses/whois.cira.ca/schema-1/status_registered_spec.rb +8 -8
  166. data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_autorenew_grace_spec.rb +3 -3
  167. data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_available_spec.rb +3 -3
  168. data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_redemption_spec.rb +3 -3
  169. data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_registered_spec.rb +3 -3
  170. data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_tobereleased_spec.rb +3 -3
  171. data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/status_available_spec.rb +18 -8
  172. data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/status_invalid_spec.rb +39 -0
  173. data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/status_registered_spec.rb +18 -8
  174. data/spec/whois/record/parser/responses/whois.cnnic.cn/property_status_ok_spec.rb +3 -3
  175. data/spec/whois/record/parser/responses/whois.cnnic.cn/status_available_spec.rb +17 -17
  176. data/spec/whois/record/parser/responses/whois.cnnic.cn/status_registered_spec.rb +17 -17
  177. data/spec/whois/record/parser/responses/whois.cnnic.cn/status_reserved_spec.rb +4 -4
  178. data/spec/whois/record/parser/responses/whois.co.ca/status_available_spec.rb +8 -8
  179. data/spec/whois/record/parser/responses/whois.co.ca/status_registered_spec.rb +8 -8
  180. data/spec/whois/record/parser/responses/whois.co.ca/status_reserved_spec.rb +4 -4
  181. data/spec/whois/record/parser/responses/whois.co.pl/status_available_spec.rb +16 -16
  182. data/spec/whois/record/parser/responses/whois.co.pl/status_registered_spec.rb +16 -16
  183. data/spec/whois/record/parser/responses/whois.co.ug/status_available_spec.rb +7 -7
  184. data/spec/whois/record/parser/responses/whois.co.ug/status_registered_spec.rb +7 -7
  185. data/spec/whois/record/parser/responses/whois.coza.net.za/status_available_spec.rb +16 -16
  186. data/spec/whois/record/parser/responses/whois.coza.net.za/status_registered_spec.rb +16 -16
  187. data/spec/whois/record/parser/responses/whois.crsnic.net/property_nameserver_no_nameserver_spec.rb +1 -1
  188. data/spec/whois/record/parser/responses/whois.crsnic.net/property_registrar_with_multiple_entries_spec.rb +1 -1
  189. data/spec/whois/record/parser/responses/whois.crsnic.net/status_available_spec.rb +13 -13
  190. data/spec/whois/record/parser/responses/whois.crsnic.net/status_registered_spec.rb +13 -13
  191. data/spec/whois/record/parser/responses/whois.denic.de/schema-1.10.0/status_available_spec.rb +14 -14
  192. data/spec/whois/record/parser/responses/whois.denic.de/schema-1.10.0/status_registered_spec.rb +14 -14
  193. data/spec/whois/record/parser/responses/whois.denic.de/schema-1.11.0/property_nameservers_with_ip_spec.rb +1 -1
  194. data/spec/whois/record/parser/responses/whois.denic.de/schema-1.11.0/status_available_spec.rb +14 -14
  195. data/spec/whois/record/parser/responses/whois.denic.de/schema-1.11.0/status_invalid_spec.rb +14 -14
  196. data/spec/whois/record/parser/responses/whois.denic.de/schema-1.11.0/status_registered_spec.rb +14 -14
  197. data/spec/whois/record/parser/responses/whois.denic.de/schema-2.0/property_nameservers_with_ip_spec.rb +1 -1
  198. data/spec/whois/record/parser/responses/whois.denic.de/schema-2.0/response_throttled_spec.rb +1 -1
  199. data/spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_available_spec.rb +14 -14
  200. data/spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_failed_ace_spec.rb +3 -3
  201. data/spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_failed_spec.rb +3 -3
  202. data/spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_invalid_spec.rb +14 -14
  203. data/spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_registered_spec.rb +15 -15
  204. data/spec/whois/record/parser/responses/whois.dk-hostmaster.dk/status_available_spec.rb +7 -7
  205. data/spec/whois/record/parser/responses/whois.dk-hostmaster.dk/status_registered_spec.rb +7 -7
  206. data/spec/whois/record/parser/responses/whois.dns.be/property_nameservers_with_ip_spec.rb +1 -1
  207. data/spec/whois/record/parser/responses/whois.dns.be/response_throttled_spec.rb +29 -0
  208. data/spec/whois/record/parser/responses/whois.dns.be/status_available_spec.rb +7 -7
  209. data/spec/whois/record/parser/responses/whois.dns.be/status_registered_spec.rb +7 -7
  210. data/spec/whois/record/parser/responses/whois.dns.lu/property_nameservers_with_ip_spec.rb +1 -1
  211. data/spec/whois/record/parser/responses/whois.dns.lu/status_available_spec.rb +7 -7
  212. data/spec/whois/record/parser/responses/whois.dns.lu/status_registered_spec.rb +7 -7
  213. data/spec/whois/record/parser/responses/whois.dns.pl/property_nameservers_with_ip_spec.rb +1 -1
  214. data/spec/whois/record/parser/responses/whois.dns.pl/status_available_spec.rb +7 -7
  215. data/spec/whois/record/parser/responses/whois.dns.pl/status_registered_spec.rb +7 -7
  216. data/spec/whois/record/parser/responses/whois.dns.pt/status_available_spec.rb +7 -7
  217. data/spec/whois/record/parser/responses/whois.dns.pt/status_registered_spec.rb +7 -7
  218. data/spec/whois/record/parser/responses/whois.dns.pt/status_reserved_spec.rb +7 -7
  219. data/spec/whois/record/parser/responses/whois.domain-registry.nl/property_nameservers_with_ip_spec.rb +1 -1
  220. data/spec/whois/record/parser/responses/whois.domain-registry.nl/response_throttled_daily_spec.rb +1 -1
  221. data/spec/whois/record/parser/responses/whois.domain-registry.nl/response_throttled_spec.rb +1 -1
  222. data/spec/whois/record/parser/responses/whois.domain-registry.nl/response_unavailable_spec.rb +1 -1
  223. data/spec/whois/record/parser/responses/whois.domain-registry.nl/status_available_spec.rb +7 -7
  224. data/spec/whois/record/parser/responses/whois.domain-registry.nl/status_quarantine_spec.rb +7 -7
  225. data/spec/whois/record/parser/responses/whois.domain-registry.nl/status_registered_spec.rb +9 -9
  226. data/spec/whois/record/parser/responses/whois.domain.kg/status_available_spec.rb +7 -7
  227. data/spec/whois/record/parser/responses/whois.domain.kg/status_registered_spec.rb +7 -7
  228. data/spec/whois/record/parser/responses/whois.domainregistry.ie/property_nameservers_with_ip_spec.rb +1 -1
  229. data/spec/whois/record/parser/responses/whois.domainregistry.ie/status_available_spec.rb +7 -7
  230. data/spec/whois/record/parser/responses/whois.domainregistry.ie/status_registered_spec.rb +7 -7
  231. data/spec/whois/record/parser/responses/whois.domainregistry.my/status_available_spec.rb +7 -7
  232. data/spec/whois/record/parser/responses/whois.domainregistry.my/status_registered_spec.rb +7 -7
  233. data/spec/whois/record/parser/responses/whois.domreg.lt/property_nameservers_with_ip_spec.rb +1 -1
  234. data/spec/whois/record/parser/responses/whois.domreg.lt/status_available_spec.rb +7 -7
  235. data/spec/whois/record/parser/responses/whois.domreg.lt/status_registered_spec.rb +7 -7
  236. data/spec/whois/record/parser/responses/whois.dot.tk/status_available_spec.rb +7 -7
  237. data/spec/whois/record/parser/responses/whois.dot.tk/status_registered_spec.rb +7 -7
  238. data/spec/whois/record/parser/responses/whois.dotmobiregistry.net/status_available_spec.rb +7 -7
  239. data/spec/whois/record/parser/responses/whois.dotmobiregistry.net/status_registered_spec.rb +7 -7
  240. data/spec/whois/record/parser/responses/whois.educause.edu/status_available_spec.rb +7 -7
  241. data/spec/whois/record/parser/responses/whois.educause.edu/status_registered_spec.rb +7 -7
  242. data/spec/whois/record/parser/responses/whois.eenet.ee/status_available_spec.rb +7 -7
  243. data/spec/whois/record/parser/responses/whois.eenet.ee/status_registered_spec.rb +7 -7
  244. data/spec/whois/record/parser/responses/whois.eu.org/status_available_spec.rb +7 -7
  245. data/spec/whois/record/parser/responses/whois.eu.org/status_registered_spec.rb +7 -7
  246. data/spec/whois/record/parser/responses/whois.eu/property_nameservers_spec.rb +44 -0
  247. data/spec/whois/record/parser/responses/whois.eu/status_available_spec.rb +7 -7
  248. data/spec/whois/record/parser/responses/whois.eu/status_registered_spec.rb +7 -7
  249. data/spec/whois/record/parser/responses/whois.ficora.fi/status_available_spec.rb +7 -7
  250. data/spec/whois/record/parser/responses/whois.ficora.fi/status_registered_spec.rb +7 -7
  251. data/spec/whois/record/parser/responses/whois.gg/status_available_spec.rb +7 -7
  252. data/spec/whois/record/parser/responses/whois.gg/status_registered_spec.rb +7 -7
  253. data/spec/whois/record/parser/responses/whois.gov.za/status_available_spec.rb +7 -7
  254. data/spec/whois/record/parser/responses/whois.gov.za/status_registered_spec.rb +7 -7
  255. data/spec/whois/record/parser/responses/whois.hkirc.hk/status_available_spec.rb +7 -7
  256. data/spec/whois/record/parser/responses/whois.hkirc.hk/status_registered_spec.rb +7 -7
  257. data/spec/whois/record/parser/responses/whois.iam.net.ma/status_available_spec.rb +6 -6
  258. data/spec/whois/record/parser/responses/whois.iam.net.ma/status_registered_spec.rb +6 -6
  259. data/spec/whois/record/parser/responses/whois.iana.org/status_available_spec.rb +10 -10
  260. data/spec/whois/record/parser/responses/whois.iana.org/status_not_assigned_spec.rb +10 -10
  261. data/spec/whois/record/parser/responses/whois.iana.org/status_registered_spec.rb +10 -10
  262. data/spec/whois/record/parser/responses/whois.in.ua/status_available_spec.rb +7 -7
  263. data/spec/whois/record/parser/responses/whois.in.ua/status_registered_spec.rb +7 -7
  264. data/spec/whois/record/parser/responses/whois.isnic.is/status_available_spec.rb +7 -7
  265. data/spec/whois/record/parser/responses/whois.isnic.is/status_registered_spec.rb +7 -7
  266. data/spec/whois/record/parser/responses/whois.isoc.org.il/property_status_missing_spec.rb +3 -3
  267. data/spec/whois/record/parser/responses/whois.isoc.org.il/property_status_transfer_allowed_spec.rb +3 -3
  268. data/spec/whois/record/parser/responses/whois.isoc.org.il/property_status_transfer_locked_spec.rb +3 -3
  269. data/spec/whois/record/parser/responses/whois.isoc.org.il/status_available_spec.rb +7 -7
  270. data/spec/whois/record/parser/responses/whois.isoc.org.il/status_registered_spec.rb +7 -7
  271. data/spec/whois/record/parser/responses/whois.ja.net/ac.uk/status_available_spec.rb +7 -7
  272. data/spec/whois/record/parser/responses/whois.ja.net/ac.uk/status_registered_spec.rb +7 -7
  273. data/spec/whois/record/parser/responses/whois.ja.net/gov.uk/status_available_spec.rb +7 -7
  274. data/spec/whois/record/parser/responses/whois.ja.net/gov.uk/status_registered_spec.rb +7 -7
  275. data/spec/whois/record/parser/responses/whois.je/status_available_spec.rb +7 -7
  276. data/spec/whois/record/parser/responses/whois.je/status_registered_spec.rb +7 -7
  277. data/spec/whois/record/parser/responses/whois.jprs.jp/jp/property_created_on_and_expires_on_missing_spec.rb +1 -1
  278. data/spec/whois/record/parser/responses/whois.jprs.jp/jp/property_expires_on_missing_spec.rb +1 -1
  279. data/spec/whois/record/parser/responses/whois.jprs.jp/jp/property_updates_on_error_out-of-range_spec.rb +1 -1
  280. data/spec/whois/record/parser/responses/whois.jprs.jp/jp/status_available_spec.rb +7 -7
  281. data/spec/whois/record/parser/responses/whois.jprs.jp/jp/status_registered_spec.rb +7 -7
  282. data/spec/whois/record/parser/responses/whois.jprs.jp/jp/status_reserved_spec.rb +7 -7
  283. data/spec/whois/record/parser/responses/whois.jprs.jp/ne.jp/status_available_spec.rb +7 -7
  284. data/spec/whois/record/parser/responses/whois.jprs.jp/ne.jp/status_registered_spec.rb +7 -7
  285. data/spec/whois/record/parser/responses/whois.kenic.or.ke/status_available_spec.rb +7 -7
  286. data/spec/whois/record/parser/responses/whois.kenic.or.ke/status_registered_spec.rb +7 -7
  287. data/spec/whois/record/parser/responses/whois.kr/property_nameservers_with_ip_spec.rb +1 -1
  288. data/spec/whois/record/parser/responses/whois.kr/status_available_spec.rb +7 -7
  289. data/spec/whois/record/parser/responses/whois.kr/status_registered_spec.rb +7 -7
  290. data/spec/whois/record/parser/responses/whois.markmonitor.com/status_registered_spec.rb +11 -11
  291. data/spec/whois/record/parser/responses/whois.meregistry.net/property_nameservers_is_missing_spec.rb +1 -1
  292. data/spec/whois/record/parser/responses/whois.meregistry.net/property_updated_on_is_blank_spec.rb +29 -0
  293. data/spec/whois/record/parser/responses/whois.meregistry.net/status_available_spec.rb +7 -7
  294. data/spec/whois/record/parser/responses/whois.meregistry.net/status_registered_spec.rb +7 -7
  295. data/spec/whois/record/parser/responses/whois.museum/status_available_spec.rb +7 -7
  296. data/spec/whois/record/parser/responses/whois.museum/status_registered_spec.rb +8 -8
  297. data/spec/whois/record/parser/responses/whois.na-nic.com.na/status_available_spec.rb +7 -7
  298. data/spec/whois/record/parser/responses/whois.na-nic.com.na/status_registered_spec.rb +7 -7
  299. data/spec/whois/record/parser/responses/whois.net.ua/property_nameservers_uppercase_spec.rb +1 -1
  300. data/spec/whois/record/parser/responses/whois.net.ua/status_available_spec.rb +7 -7
  301. data/spec/whois/record/parser/responses/whois.net.ua/status_registered_spec.rb +7 -7
  302. data/spec/whois/record/parser/responses/whois.netcom.cm/status_available_spec.rb +7 -7
  303. data/spec/whois/record/parser/responses/whois.netcom.cm/status_registered_spec.rb +7 -7
  304. data/spec/whois/record/parser/responses/whois.nic-se.se/property_datetime_is_dash_spec.rb +3 -3
  305. data/spec/whois/record/parser/responses/whois.nic-se.se/property_nameservers_with_ip_spec.rb +1 -1
  306. data/spec/whois/record/parser/responses/whois.nic-se.se/status_available_spec.rb +6 -6
  307. data/spec/whois/record/parser/responses/whois.nic-se.se/status_inactive_spec.rb +3 -3
  308. data/spec/whois/record/parser/responses/whois.nic-se.se/status_registered_spec.rb +6 -6
  309. data/spec/whois/record/parser/responses/whois.nic.ac/status_available_spec.rb +16 -16
  310. data/spec/whois/record/parser/responses/whois.nic.ac/status_registered_spec.rb +16 -16
  311. data/spec/whois/record/parser/responses/whois.nic.af/status_available_spec.rb +7 -7
  312. data/spec/whois/record/parser/responses/whois.nic.af/status_registered_spec.rb +7 -7
  313. data/spec/whois/record/parser/responses/whois.nic.ag/status_available_spec.rb +7 -7
  314. data/spec/whois/record/parser/responses/whois.nic.ag/status_registered_spec.rb +7 -7
  315. data/spec/whois/record/parser/responses/whois.nic.am/status_available_spec.rb +7 -7
  316. data/spec/whois/record/parser/responses/whois.nic.am/status_registered_spec.rb +7 -7
  317. data/spec/whois/record/parser/responses/whois.nic.as/status_available_spec.rb +7 -7
  318. data/spec/whois/record/parser/responses/whois.nic.as/status_registered_spec.rb +7 -7
  319. data/spec/whois/record/parser/responses/whois.nic.asia/property_status_client_delete_prohibited_spec.rb +39 -0
  320. data/spec/whois/record/parser/responses/whois.nic.asia/property_status_client_transfer_prohibited_spec.rb +39 -0
  321. data/spec/whois/record/parser/responses/whois.nic.asia/status_available_spec.rb +7 -7
  322. data/spec/whois/record/parser/responses/whois.nic.asia/status_registered_spec.rb +7 -7
  323. data/spec/whois/record/parser/responses/whois.nic.at/status_available_spec.rb +7 -7
  324. data/spec/whois/record/parser/responses/whois.nic.at/status_registered_spec.rb +7 -7
  325. data/spec/whois/record/parser/responses/whois.nic.bo/status_available_spec.rb +9 -9
  326. data/spec/whois/record/parser/responses/whois.nic.bo/status_registered_spec.rb +9 -9
  327. data/spec/whois/record/parser/responses/whois.nic.cc/property_nameserver_no_nameserver_spec.rb +1 -1
  328. data/spec/whois/record/parser/responses/whois.nic.cc/status_available_spec.rb +13 -13
  329. data/spec/whois/record/parser/responses/whois.nic.cc/status_registered_spec.rb +13 -13
  330. data/spec/whois/record/parser/responses/whois.nic.cd/status_available_spec.rb +7 -7
  331. data/spec/whois/record/parser/responses/whois.nic.cd/status_registered_spec.rb +7 -7
  332. data/spec/whois/record/parser/responses/whois.nic.ch/property_nameservers_with_ip_spec.rb +1 -1
  333. data/spec/whois/record/parser/responses/whois.nic.ch/status_available_spec.rb +7 -7
  334. data/spec/whois/record/parser/responses/whois.nic.ch/status_registered_spec.rb +7 -7
  335. data/spec/whois/record/parser/responses/whois.nic.ci/status_available_spec.rb +7 -7
  336. data/spec/whois/record/parser/responses/whois.nic.ci/status_registered_spec.rb +7 -7
  337. data/spec/whois/record/parser/responses/whois.nic.ck/status_available_spec.rb +7 -7
  338. data/spec/whois/record/parser/responses/whois.nic.ck/status_registered_spec.rb +7 -7
  339. data/spec/whois/record/parser/responses/whois.nic.cl/status_available_spec.rb +6 -6
  340. data/spec/whois/record/parser/responses/whois.nic.cl/status_registered_spec.rb +6 -6
  341. data/spec/whois/record/parser/responses/whois.nic.co/status_available_spec.rb +7 -7
  342. data/spec/whois/record/parser/responses/whois.nic.co/status_registered_spec.rb +7 -7
  343. data/spec/whois/record/parser/responses/whois.nic.coop/status_available_spec.rb +7 -7
  344. data/spec/whois/record/parser/responses/whois.nic.coop/status_registered_spec.rb +7 -7
  345. data/spec/whois/record/parser/responses/whois.nic.cx/status_available_spec.rb +7 -7
  346. data/spec/whois/record/parser/responses/whois.nic.cx/status_registered_spec.rb +7 -7
  347. data/spec/whois/record/parser/responses/whois.nic.cz/property_nameservers_with_ip_spec.rb +1 -1
  348. data/spec/whois/record/parser/responses/whois.nic.cz/property_status_expired_spec.rb +3 -3
  349. data/spec/whois/record/parser/responses/whois.nic.cz/property_status_missing_spec.rb +3 -3
  350. data/spec/whois/record/parser/responses/whois.nic.cz/property_status_paid_spec.rb +3 -3
  351. data/spec/whois/record/parser/responses/whois.nic.cz/property_status_update_prohibited_spec.rb +39 -0
  352. data/spec/whois/record/parser/responses/whois.nic.cz/status_available_spec.rb +7 -7
  353. data/spec/whois/record/parser/responses/whois.nic.cz/status_registered_spec.rb +7 -7
  354. data/spec/whois/record/parser/responses/whois.nic.dz/status_available_spec.rb +7 -7
  355. data/spec/whois/record/parser/responses/whois.nic.dz/status_registered_spec.rb +7 -7
  356. data/spec/whois/record/parser/responses/whois.nic.ec/status_available_spec.rb +7 -7
  357. data/spec/whois/record/parser/responses/whois.nic.ec/status_registered_spec.rb +7 -7
  358. data/spec/whois/record/parser/responses/whois.nic.fr/fr/property_nameservers_spec.rb +1 -1
  359. data/spec/whois/record/parser/responses/whois.nic.fr/fr/property_nameservers_with_ipv4_and_some_ipv6_spec.rb +1 -1
  360. data/spec/whois/record/parser/responses/whois.nic.fr/fr/property_status_missing_spec.rb +3 -3
  361. data/spec/whois/record/parser/responses/whois.nic.fr/fr/property_status_redemption_spec.rb +3 -3
  362. data/spec/whois/record/parser/responses/whois.nic.fr/fr/property_status_registered_spec.rb +3 -3
  363. data/spec/whois/record/parser/responses/whois.nic.fr/fr/status_available_spec.rb +7 -7
  364. data/spec/whois/record/parser/responses/whois.nic.fr/fr/status_registered_spec.rb +7 -7
  365. data/spec/whois/record/parser/responses/whois.nic.fr/pm/property_nameservers_with_ipv4_and_ipv6_spec.rb +1 -1
  366. data/spec/whois/record/parser/responses/whois.nic.fr/pm/status_available_spec.rb +7 -7
  367. data/spec/whois/record/parser/responses/whois.nic.fr/pm/status_registered_spec.rb +7 -7
  368. data/spec/whois/record/parser/responses/whois.nic.fr/re/property_nameservers_with_ipv4_and_ipv6_spec.rb +1 -1
  369. data/spec/whois/record/parser/responses/whois.nic.fr/re/status_available_spec.rb +7 -7
  370. data/spec/whois/record/parser/responses/whois.nic.fr/re/status_registered_spec.rb +7 -7
  371. data/spec/whois/record/parser/responses/whois.nic.fr/tf/property_status_frozen_spec.rb +3 -3
  372. data/spec/whois/record/parser/responses/whois.nic.fr/tf/status_available_spec.rb +7 -7
  373. data/spec/whois/record/parser/responses/whois.nic.fr/tf/status_registered_spec.rb +7 -7
  374. data/spec/whois/record/parser/responses/whois.nic.fr/wf/status_available_spec.rb +7 -7
  375. data/spec/whois/record/parser/responses/whois.nic.fr/wf/status_registered_spec.rb +7 -7
  376. data/spec/whois/record/parser/responses/whois.nic.fr/yt/status_available_spec.rb +7 -7
  377. data/spec/whois/record/parser/responses/whois.nic.fr/yt/status_registered_spec.rb +7 -7
  378. data/spec/whois/record/parser/responses/whois.nic.gl/status_available_spec.rb +7 -7
  379. data/spec/whois/record/parser/responses/whois.nic.gl/status_registered_spec.rb +7 -7
  380. data/spec/whois/record/parser/responses/whois.nic.gov/status_available_spec.rb +7 -7
  381. data/spec/whois/record/parser/responses/whois.nic.gov/status_registered_spec.rb +7 -7
  382. data/spec/whois/record/parser/responses/whois.nic.gs/status_available_spec.rb +7 -7
  383. data/spec/whois/record/parser/responses/whois.nic.gs/status_registered_spec.rb +7 -7
  384. data/spec/whois/record/parser/responses/whois.nic.ht/status_available_spec.rb +7 -7
  385. data/spec/whois/record/parser/responses/whois.nic.ht/status_registered_spec.rb +7 -7
  386. data/spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/property_contact_company_spec.rb +1 -1
  387. data/spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/property_contact_private_person_spec.rb +1 -1
  388. data/spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/property_contact_without_address_spec.rb +1 -1
  389. data/spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/status_available_spec.rb +16 -16
  390. data/spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/status_in_progress_spec.rb +15 -15
  391. data/spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/status_registered_spec.rb +16 -16
  392. data/spec/whois/record/parser/responses/whois.nic.hu/schema-current/status_available_spec.rb +14 -14
  393. data/spec/whois/record/parser/responses/whois.nic.hu/schema-current/status_registered_spec.rb +14 -14
  394. data/spec/whois/record/parser/responses/whois.nic.im/status_available_spec.rb +7 -7
  395. data/spec/whois/record/parser/responses/whois.nic.im/status_registered_spec.rb +7 -7
  396. data/spec/whois/record/parser/responses/whois.nic.io/status_available_spec.rb +16 -16
  397. data/spec/whois/record/parser/responses/whois.nic.io/status_registered_spec.rb +16 -16
  398. data/spec/whois/record/parser/responses/whois.nic.ir/status_available_spec.rb +7 -7
  399. data/spec/whois/record/parser/responses/whois.nic.ir/status_registered_spec.rb +7 -7
  400. data/spec/whois/record/parser/responses/whois.nic.it/property_contact_province_spec.rb +1 -1
  401. data/spec/whois/record/parser/responses/whois.nic.it/property_contact_with_company_in_address_spec.rb +1 -1
  402. data/spec/whois/record/parser/responses/whois.nic.it/property_contact_with_organization_spec.rb +1 -1
  403. data/spec/whois/record/parser/responses/whois.nic.it/property_status_active_spec.rb +3 -3
  404. data/spec/whois/record/parser/responses/whois.nic.it/property_status_available_spec.rb +3 -3
  405. data/spec/whois/record/parser/responses/whois.nic.it/property_status_client_spec.rb +3 -3
  406. data/spec/whois/record/parser/responses/whois.nic.it/property_status_graceperiod_spec.rb +3 -3
  407. data/spec/whois/record/parser/responses/whois.nic.it/property_status_inactive_noregistrar_spec.rb +3 -3
  408. data/spec/whois/record/parser/responses/whois.nic.it/property_status_no_provider_spec.rb +39 -0
  409. data/spec/whois/record/parser/responses/whois.nic.it/property_status_ok_autorenew_spec.rb +3 -3
  410. data/spec/whois/record/parser/responses/whois.nic.it/property_status_ok_spec.rb +3 -3
  411. data/spec/whois/record/parser/responses/whois.nic.it/{property_status_pendingdelete_spec.rb → property_status_pendingdelete_pendingdelete_spec.rb} +7 -7
  412. data/spec/whois/record/parser/responses/whois.nic.it/property_status_pendingdelete_redemptionperiod_spec.rb +39 -0
  413. data/spec/whois/record/parser/responses/whois.nic.it/property_status_pendingtransfer_spec.rb +3 -3
  414. data/spec/whois/record/parser/responses/whois.nic.it/property_status_pendingupdate_spec.rb +3 -3
  415. data/spec/whois/record/parser/responses/whois.nic.it/property_status_redemption_no_provider_spec.rb +39 -0
  416. data/spec/whois/record/parser/responses/whois.nic.it/property_status_unassignable_spec.rb +3 -3
  417. data/spec/whois/record/parser/responses/whois.nic.it/property_technical_contact_spec.rb +1 -1
  418. data/spec/whois/record/parser/responses/whois.nic.it/response_unavailable_spec.rb +1 -1
  419. data/spec/whois/record/parser/responses/whois.nic.it/status_available_spec.rb +17 -17
  420. data/spec/whois/record/parser/responses/whois.nic.it/status_registered_spec.rb +17 -17
  421. data/spec/whois/record/parser/responses/whois.nic.ki/status_available_spec.rb +7 -7
  422. data/spec/whois/record/parser/responses/whois.nic.ki/status_registered_spec.rb +7 -7
  423. data/spec/whois/record/parser/responses/whois.nic.kz/property_status_missing_spec.rb +3 -3
  424. data/spec/whois/record/parser/responses/whois.nic.kz/property_status_multiple_spec.rb +3 -3
  425. data/spec/whois/record/parser/responses/whois.nic.kz/property_status_ok_spec.rb +3 -3
  426. data/spec/whois/record/parser/responses/whois.nic.kz/status_available_spec.rb +7 -7
  427. data/spec/whois/record/parser/responses/whois.nic.kz/status_registered_spec.rb +7 -7
  428. data/spec/whois/record/parser/responses/whois.nic.la/status_available_spec.rb +7 -7
  429. data/spec/whois/record/parser/responses/whois.nic.la/status_registered_spec.rb +7 -7
  430. data/spec/whois/record/parser/responses/whois.nic.li/status_available_spec.rb +7 -7
  431. data/spec/whois/record/parser/responses/whois.nic.li/status_registered_spec.rb +7 -7
  432. data/spec/whois/record/parser/responses/whois.nic.lv/status_available_spec.rb +7 -7
  433. data/spec/whois/record/parser/responses/whois.nic.lv/status_registered_spec.rb +7 -7
  434. data/spec/whois/record/parser/responses/whois.nic.ly/status_available_spec.rb +7 -7
  435. data/spec/whois/record/parser/responses/whois.nic.ly/status_registered_spec.rb +7 -7
  436. data/spec/whois/record/parser/responses/whois.nic.md/status_available_spec.rb +16 -16
  437. data/spec/whois/record/parser/responses/whois.nic.md/status_registered_spec.rb +16 -16
  438. data/spec/whois/record/parser/responses/whois.nic.mg/status_available_spec.rb +7 -7
  439. data/spec/whois/record/parser/responses/whois.nic.mg/status_registered_spec.rb +7 -7
  440. data/spec/whois/record/parser/responses/whois.nic.ms/status_available_spec.rb +7 -7
  441. data/spec/whois/record/parser/responses/whois.nic.ms/status_registered_spec.rb +7 -7
  442. data/spec/whois/record/parser/responses/whois.nic.mu/status_available_spec.rb +7 -7
  443. data/spec/whois/record/parser/responses/whois.nic.mu/status_registered_spec.rb +7 -7
  444. data/spec/whois/record/parser/responses/whois.nic.mx/property_nameservers_with_ip_spec.rb +1 -1
  445. data/spec/whois/record/parser/responses/whois.nic.mx/status_available_spec.rb +6 -6
  446. data/spec/whois/record/parser/responses/whois.nic.mx/status_registered_spec.rb +6 -6
  447. data/spec/whois/record/parser/responses/whois.nic.name/status_available_spec.rb +7 -7
  448. data/spec/whois/record/parser/responses/whois.nic.name/status_registered_spec.rb +7 -7
  449. data/spec/whois/record/parser/responses/whois.nic.net.nf/status_available_spec.rb +7 -7
  450. data/spec/whois/record/parser/responses/whois.nic.net.nf/status_registered_spec.rb +7 -7
  451. data/spec/whois/record/parser/responses/whois.nic.net.ng/status_available_spec.rb +7 -7
  452. data/spec/whois/record/parser/responses/whois.nic.net.ng/status_registered_spec.rb +7 -7
  453. data/spec/whois/record/parser/responses/whois.nic.net.sa/status_available_spec.rb +7 -7
  454. data/spec/whois/record/parser/responses/whois.nic.net.sa/status_registered_spec.rb +7 -7
  455. data/spec/whois/record/parser/responses/whois.nic.nu/status_available_spec.rb +7 -7
  456. data/spec/whois/record/parser/responses/whois.nic.nu/status_registered_spec.rb +7 -7
  457. data/spec/whois/record/parser/responses/whois.nic.org.uy/status_available_spec.rb +7 -7
  458. data/spec/whois/record/parser/responses/whois.nic.org.uy/status_registered_spec.rb +7 -7
  459. data/spec/whois/record/parser/responses/whois.nic.pr/status_available_spec.rb +7 -7
  460. data/spec/whois/record/parser/responses/whois.nic.pr/status_registered_spec.rb +7 -7
  461. data/spec/whois/record/parser/responses/whois.nic.priv.at/status_available_spec.rb +7 -7
  462. data/spec/whois/record/parser/responses/whois.nic.priv.at/status_registered_spec.rb +7 -7
  463. data/spec/whois/record/parser/responses/whois.nic.sh/status_available_spec.rb +16 -16
  464. data/spec/whois/record/parser/responses/whois.nic.sh/status_registered_spec.rb +16 -16
  465. data/spec/whois/record/parser/responses/whois.nic.sl/status_available_spec.rb +7 -7
  466. data/spec/whois/record/parser/responses/whois.nic.sl/status_registered_spec.rb +7 -7
  467. data/spec/whois/record/parser/responses/{whois.ripe.net/sm → whois.nic.sm}/status_available_spec.rb +13 -13
  468. data/spec/whois/record/parser/responses/{whois.ripe.net/sm → whois.nic.sm}/status_registered_spec.rb +15 -13
  469. data/spec/whois/record/parser/responses/whois.nic.sn/status_available_spec.rb +16 -16
  470. data/spec/whois/record/parser/responses/whois.nic.sn/status_registered_spec.rb +16 -16
  471. data/spec/whois/record/parser/responses/whois.nic.so/status_available_spec.rb +7 -7
  472. data/spec/whois/record/parser/responses/whois.nic.so/status_registered_spec.rb +7 -7
  473. data/spec/whois/record/parser/responses/whois.nic.st/status_available_spec.rb +7 -7
  474. data/spec/whois/record/parser/responses/whois.nic.st/status_registered_spec.rb +7 -7
  475. data/spec/whois/record/parser/responses/whois.nic.tel/status_available_spec.rb +7 -7
  476. data/spec/whois/record/parser/responses/whois.nic.tel/status_registered_spec.rb +7 -7
  477. data/spec/whois/record/parser/responses/whois.nic.tl/status_available_spec.rb +7 -7
  478. data/spec/whois/record/parser/responses/whois.nic.tl/status_registered_spec.rb +7 -7
  479. data/spec/whois/record/parser/responses/whois.nic.tm/status_available_spec.rb +16 -16
  480. data/spec/whois/record/parser/responses/whois.nic.tm/status_registered_spec.rb +16 -16
  481. data/spec/whois/record/parser/responses/whois.nic.tr/property_nameservers_with_ip_spec.rb +1 -1
  482. data/spec/whois/record/parser/responses/whois.nic.tr/property_nameservers_with_trailing_space_spec.rb +1 -1
  483. data/spec/whois/record/parser/responses/whois.nic.tr/status_available_spec.rb +7 -7
  484. data/spec/whois/record/parser/responses/whois.nic.tr/status_registered_spec.rb +7 -7
  485. data/spec/whois/record/parser/responses/whois.nic.travel/status_available_spec.rb +7 -7
  486. data/spec/whois/record/parser/responses/whois.nic.travel/status_registered_spec.rb +7 -7
  487. data/spec/whois/record/parser/responses/whois.nic.tv/property_nameserver_no_nameserver_spec.rb +1 -1
  488. data/spec/whois/record/parser/responses/whois.nic.tv/status_available_spec.rb +13 -13
  489. data/spec/whois/record/parser/responses/whois.nic.tv/status_registered_spec.rb +13 -13
  490. data/spec/whois/record/parser/responses/whois.nic.uk/property_nameservers_with_ip_spec.rb +1 -1
  491. data/spec/whois/record/parser/responses/whois.nic.uk/property_registrar_without_trading_name_spec.rb +1 -1
  492. data/spec/whois/record/parser/responses/whois.nic.uk/property_status_missing_spec.rb +3 -3
  493. data/spec/whois/record/parser/responses/whois.nic.uk/property_status_processing_registration_spec.rb +3 -3
  494. data/spec/whois/record/parser/responses/whois.nic.uk/property_status_processing_renewal_spec.rb +3 -3
  495. data/spec/whois/record/parser/responses/whois.nic.uk/property_status_registered_spec.rb +3 -3
  496. data/spec/whois/record/parser/responses/whois.nic.uk/property_status_suspended_spec.rb +3 -3
  497. data/spec/whois/record/parser/responses/whois.nic.uk/status_available_spec.rb +9 -9
  498. data/spec/whois/record/parser/responses/whois.nic.uk/status_invalid_spec.rb +7 -2
  499. data/spec/whois/record/parser/responses/whois.nic.uk/status_registered_spec.rb +10 -10
  500. data/spec/whois/record/parser/responses/whois.nic.uk/status_suspended_spec.rb +8 -8
  501. data/spec/whois/record/parser/responses/whois.nic.us/status_available_spec.rb +7 -7
  502. data/spec/whois/record/parser/responses/whois.nic.us/status_registered_spec.rb +7 -7
  503. data/spec/whois/record/parser/responses/whois.nic.ve/property_expires_on_missing_spec.rb +1 -1
  504. data/spec/whois/record/parser/responses/whois.nic.ve/property_nameservers_missing_spec.rb +1 -1
  505. data/spec/whois/record/parser/responses/whois.nic.ve/property_nameservers_spec.rb +1 -1
  506. data/spec/whois/record/parser/responses/whois.nic.ve/property_status_activo_spec.rb +3 -3
  507. data/spec/whois/record/parser/responses/whois.nic.ve/property_status_missing_spec.rb +3 -3
  508. data/spec/whois/record/parser/responses/whois.nic.ve/property_status_suspendido_spec.rb +3 -3
  509. data/spec/whois/record/parser/responses/whois.nic.ve/property_updated_on_blank_spec.rb +1 -1
  510. data/spec/whois/record/parser/responses/whois.nic.ve/property_updated_on_spec.rb +1 -1
  511. data/spec/whois/record/parser/responses/whois.nic.ve/status_available_spec.rb +7 -7
  512. data/spec/whois/record/parser/responses/whois.nic.ve/status_registered_spec.rb +7 -7
  513. data/spec/whois/record/parser/responses/whois.nic.ve/status_suspended_spec.rb +7 -7
  514. data/spec/whois/record/parser/responses/whois.nic.xxx/status_available_spec.rb +108 -0
  515. data/spec/whois/record/parser/responses/whois.nic.xxx/status_registered_spec.rb +157 -0
  516. data/spec/whois/record/parser/responses/whois.norid.no/status_available_spec.rb +6 -6
  517. data/spec/whois/record/parser/responses/whois.norid.no/status_registered_spec.rb +6 -6
  518. data/spec/whois/record/parser/responses/whois.org.za/status_available_spec.rb +16 -16
  519. data/spec/whois/record/parser/responses/whois.org.za/status_registered_spec.rb +16 -16
  520. data/spec/whois/record/parser/responses/whois.pandi.or.id/status_available_spec.rb +7 -7
  521. data/spec/whois/record/parser/responses/whois.pandi.or.id/status_registered_spec.rb +7 -7
  522. data/spec/whois/record/parser/responses/whois.pnina.ps/property_nameservers_with_nodns_spec.rb +1 -1
  523. data/spec/whois/record/parser/responses/whois.pnina.ps/status_available_spec.rb +7 -7
  524. data/spec/whois/record/parser/responses/whois.pnina.ps/status_registered_spec.rb +7 -7
  525. data/spec/whois/record/parser/responses/whois.publicinterestregistry.net/response_throttled_spec.rb +1 -1
  526. data/spec/whois/record/parser/responses/whois.publicinterestregistry.net/status_available_spec.rb +14 -14
  527. data/spec/whois/record/parser/responses/whois.publicinterestregistry.net/status_registered_spec.rb +15 -15
  528. data/spec/whois/record/parser/responses/whois.register.bg/property_nameservers_with_ip_spec.rb +1 -1
  529. data/spec/whois/record/parser/responses/whois.register.bg/status_available_spec.rb +7 -7
  530. data/spec/whois/record/parser/responses/whois.register.bg/status_registered_spec.rb +7 -7
  531. data/spec/whois/record/parser/responses/whois.registro.br/status_available_limited_spec.rb +2 -2
  532. data/spec/whois/record/parser/responses/whois.registro.br/status_available_spec.rb +12 -11
  533. data/spec/whois/record/parser/responses/whois.registro.br/status_registered_limited_spec.rb +2 -2
  534. data/spec/whois/record/parser/responses/whois.registro.br/status_registered_spec.rb +19 -11
  535. data/spec/whois/record/parser/responses/whois.registry.gy/status_available_spec.rb +7 -7
  536. data/spec/whois/record/parser/responses/whois.registry.gy/status_registered_spec.rb +7 -7
  537. data/spec/whois/record/parser/responses/whois.registry.hm/status_available_spec.rb +7 -7
  538. data/spec/whois/record/parser/responses/whois.registry.hm/status_registered_spec.rb +7 -7
  539. data/spec/whois/record/parser/responses/whois.registry.in/property_status_missing_spec.rb +1 -1
  540. data/spec/whois/record/parser/responses/whois.registry.in/property_status_multiple_spec.rb +1 -1
  541. data/spec/whois/record/parser/responses/whois.registry.in/property_status_ok_spec.rb +1 -1
  542. data/spec/whois/record/parser/responses/whois.registry.in/status_available_spec.rb +8 -8
  543. data/spec/whois/record/parser/responses/whois.registry.in/status_registered_spec.rb +8 -8
  544. data/spec/whois/record/parser/responses/whois.registrypro.pro/status_available_spec.rb +7 -7
  545. data/spec/whois/record/parser/responses/whois.registrypro.pro/status_registered_spec.rb +7 -7
  546. data/spec/whois/record/parser/responses/whois.ripe.net/fo/status_available_spec.rb +7 -7
  547. data/spec/whois/record/parser/responses/whois.ripe.net/fo/status_registered_spec.rb +7 -7
  548. data/spec/whois/record/parser/responses/whois.ripe.net/gm/status_available_spec.rb +7 -7
  549. data/spec/whois/record/parser/responses/whois.ripe.net/gm/status_registered_spec.rb +7 -7
  550. data/spec/whois/record/parser/responses/whois.ripe.net/mc/status_available_spec.rb +7 -7
  551. data/spec/whois/record/parser/responses/whois.ripe.net/mc/status_registered_spec.rb +7 -7
  552. data/spec/whois/record/parser/responses/whois.ripe.net/va/status_available_spec.rb +7 -7
  553. data/spec/whois/record/parser/responses/whois.ripe.net/va/status_registered_spec.rb +7 -7
  554. data/spec/whois/record/parser/responses/whois.ripn.net/ru/property_nameservers_with_ip_spec.rb +1 -1
  555. data/spec/whois/record/parser/responses/whois.ripn.net/ru/status_available_spec.rb +11 -11
  556. data/spec/whois/record/parser/responses/whois.ripn.net/ru/status_registered_spec.rb +11 -11
  557. data/spec/whois/record/parser/responses/whois.ripn.net/su/status_available_spec.rb +11 -11
  558. data/spec/whois/record/parser/responses/whois.ripn.net/su/status_registered_spec.rb +11 -11
  559. data/spec/whois/record/parser/responses/whois.ripn.net/xn--p1ai/status_available_spec.rb +11 -11
  560. data/spec/whois/record/parser/responses/whois.ripn.net/xn--p1ai/status_registered_spec.rb +11 -11
  561. data/spec/whois/record/parser/responses/whois.rotld.ro/status_available_spec.rb +7 -7
  562. data/spec/whois/record/parser/responses/whois.rotld.ro/status_registered_spec.rb +7 -7
  563. data/spec/whois/record/parser/responses/whois.samoanic.ws/status_available_spec.rb +7 -7
  564. data/spec/whois/record/parser/responses/whois.samoanic.ws/status_registered_spec.rb +7 -7
  565. data/spec/whois/record/parser/responses/whois.sgnic.sg/status_available_spec.rb +7 -7
  566. data/spec/whois/record/parser/responses/whois.sgnic.sg/status_registered_spec.rb +7 -7
  567. data/spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_dakt_spec.rb +3 -3
  568. data/spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_exp_spec.rb +39 -0
  569. data/spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_held_spec.rb +4 -4
  570. data/spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_lnot_spec.rb +39 -0
  571. data/spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_ok_spec.rb +3 -3
  572. data/spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_warn_spec.rb +39 -0
  573. data/spec/whois/record/parser/responses/whois.sk-nic.sk/status_available_spec.rb +7 -7
  574. data/spec/whois/record/parser/responses/whois.sk-nic.sk/status_registered_spec.rb +7 -7
  575. data/spec/whois/record/parser/responses/whois.srs.net.nz/status_available_spec.rb +7 -7
  576. data/spec/whois/record/parser/responses/whois.srs.net.nz/status_invalid_spec.rb +17 -7
  577. data/spec/whois/record/parser/responses/whois.srs.net.nz/status_registered_spec.rb +7 -7
  578. data/spec/whois/record/parser/responses/whois.thnic.co.th/status_available_spec.rb +7 -7
  579. data/spec/whois/record/parser/responses/whois.thnic.co.th/status_registered_spec.rb +7 -7
  580. data/spec/whois/record/parser/responses/whois.tld.ee/status_available_spec.rb +11 -11
  581. data/spec/whois/record/parser/responses/whois.tld.ee/status_expired_spec.rb +7 -7
  582. data/spec/whois/record/parser/responses/whois.tld.ee/status_registered_spec.rb +11 -11
  583. data/spec/whois/record/parser/responses/whois.tonic.to/response_incomplete_spec.rb +2 -2
  584. data/spec/whois/record/parser/responses/whois.tonic.to/status_available_spec.rb +17 -17
  585. data/spec/whois/record/parser/responses/whois.tonic.to/status_registered_spec.rb +17 -17
  586. data/spec/whois/record/parser/responses/whois.twnic.net.tw/status_available_spec.rb +7 -7
  587. data/spec/whois/record/parser/responses/whois.twnic.net.tw/status_registered_spec.rb +7 -7
  588. data/spec/whois/record/parser/responses/whois.tznic.or.tz/status_available_spec.rb +7 -7
  589. data/spec/whois/record/parser/responses/whois.tznic.or.tz/status_registered_spec.rb +7 -7
  590. data/spec/whois/record/parser/responses/whois.usp.ac.fj/status_available_spec.rb +7 -7
  591. data/spec/whois/record/parser/responses/whois.usp.ac.fj/status_registered_spec.rb +7 -7
  592. data/spec/whois/record/parser/responses/whois.za.net/status_available_spec.rb +7 -7
  593. data/spec/whois/record/parser/responses/whois.za.net/status_registered_spec.rb +7 -7
  594. data/spec/whois/record/parser/responses/whois.za.org/status_available_spec.rb +7 -7
  595. data/spec/whois/record/parser/responses/whois.za.org/status_registered_spec.rb +7 -7
  596. data/spec/whois/server/adapters/verisign_spec.rb +16 -5
  597. data/whois.gemspec +14 -11
  598. metadata +78 -21
  599. data/spec/fixtures/responses/whois.eu/property_nameservers_with_ip.expected +0 -9
  600. data/spec/fixtures/responses/whois.ripe.net/sm/status_available.txt +0 -11
  601. data/spec/fixtures/responses/whois.ripe.net/sm/status_registered.txt +0 -60
  602. data/spec/whois/record/parser/responses/whois.eu/property_nameservers_with_ip_spec.rb +0 -36
@@ -9,14 +9,15 @@
9
9
 
10
10
 
11
11
  #created_on
12
- should: %s raise_error(Whois::PropertyNotSupported)
12
+ should: %s == nil
13
13
 
14
14
  #updated_on
15
- should: %s raise_error(Whois::PropertyNotSupported)
15
+ should: %s == nil
16
16
 
17
17
  #expires_on
18
- should: %s raise_error(Whois::PropertyNotSupported)
18
+ should: %s == nil
19
19
 
20
20
 
21
21
  #nameservers
22
- should: %s raise_error(Whois::PropertyNotSupported)
22
+ should: %s be_a(Array)
23
+ should: %s == []
@@ -9,14 +9,22 @@
9
9
 
10
10
 
11
11
  #created_on
12
- should: %s raise_error(Whois::PropertyNotSupported)
12
+ should: %s be_a(Time)
13
+ should: %s == Time.parse("20110630")
13
14
 
14
15
  #updated_on
15
- should: %s raise_error(Whois::PropertyNotSupported)
16
+ should: %s be_a(Time)
17
+ should: %s == Time.parse("20110630")
16
18
 
17
19
  #expires_on
18
- should: %s raise_error(Whois::PropertyNotSupported)
20
+ should: %s be_a(Time)
21
+ should: %s == Time.parse("20120630")
19
22
 
20
23
 
21
24
  #nameservers
22
- should: %s raise_error(Whois::PropertyNotSupported)
25
+ should: %s be_a(Array)
26
+ should: %s have(2).items
27
+ should: %s[0] be_a(_nameserver)
28
+ should: %s[0].name == "a.sec.dns.br"
29
+ should: %s[1] be_a(_nameserver)
30
+ should: %s[1].name == "b.sec.dns.br"
@@ -5,13 +5,36 @@
5
5
  % being prohibited its distribution, comercialization or
6
6
  % reproduction, in particular, to use it for advertising or
7
7
  % any similar purpose.
8
- % 2010-03-16 14:47:50 (BRT -03:00)
8
+ % 2011-07-23 15:43:32 (BRT -03:00)
9
9
 
10
- % Query rate limit exceeded. Reduced information.
11
- % Use https://registro.br/cgi-bin/avail/ for domain availability.
10
+ domain: morellon.com.br
11
+ owner: Thiago Morello Peres
12
+ ownerid: 106.835.847-58
13
+ country: BR
14
+ owner-c: THMPE16
15
+ admin-c: THMPE16
16
+ tech-c: THMPE16
17
+ billing-c: THMPE16
18
+ nserver: a.sec.dns.br
19
+ nsstat: 20110723 AA
20
+ nslastaa: 20110723
21
+ nserver: b.sec.dns.br
22
+ nsstat: 20110723 AA
23
+ nslastaa: 20110723
24
+ dsrecord: 45187 RSA/SHA-1 7A106EB76E73ADE52F482D5FF11F86AA93C63369
25
+ dsstatus: 20110723 DSOK
26
+ dslastok: 20110723
27
+ saci: yes
28
+ created: 20110630 #8516780
29
+ expires: 20120630
30
+ changed: 20110630
31
+ status: published
12
32
 
13
- domain: registro.br
14
- owner: Núcleo de Informação e Coordenação do Ponto BR (662379)
33
+ nic-hdl-br: THMPE16
34
+ person: Thiago Morello Peres
35
+ e-mail: morellon@gmail.com
36
+ created: 20110630
37
+ changed: 20110630
15
38
 
16
39
  % Security and mail abuse issues should also be addressed to
17
40
  % cert.br, http://www.cert.br/, respectivelly to cert@cert.br
@@ -21,3 +44,4 @@ owner: Núcleo de Informação e Coordenação do Ponto BR (662379)
21
44
  % of queries are: domain (.br), ticket, provider, ID, CIDR
22
45
  % block, IP and ASN.
23
46
 
47
+
@@ -0,0 +1,8 @@
1
+ #status
2
+ should: %s == :registered
3
+
4
+ #available?
5
+ should: %s == false
6
+
7
+ #registered?
8
+ should: %s == true
@@ -0,0 +1,27 @@
1
+ %
2
+ % whois.sk-nic.sk - whois server for TLD .sk
3
+ %
4
+
5
+
6
+ Domain-name kuphry.sk
7
+ Admin-id BCPE-0006
8
+ Admin-name Bc. Peter Drienovsky
9
+ Admin-legal-form zivnost
10
+ Admin-org.-ID 40332721
11
+ Admin-address Hviezdoslavova 22, Zlate Moravce 95301
12
+ Admin-telephone +421 905 2398 07
13
+ Admin-email peter@drienovsky.sk
14
+ Tech-id BCPE-0006
15
+ Tech-name Bc. Peter Drienovsky
16
+ Tech-org.-ID 40332721
17
+ Tech-address Hviezdoslavova 22, Zlate Moravce 95301
18
+ Tech-telephone +421 905 2398 07
19
+ Tech-email peter@drienovsky.sk
20
+ dns_name ns1.servage.net
21
+ dns_name ns2.servage.net
22
+ dns_name ns3.servage.net
23
+ dns_name ns4.servage.net
24
+ Last-update 2011-08-02
25
+ Valid-date 2011-08-16
26
+ Domain-status DOM_EXP
27
+
@@ -1,5 +1,5 @@
1
1
  #status
2
- should: %s == :registered
2
+ should: %s == :redemption
3
3
 
4
4
  #available?
5
5
  should: %s == false
@@ -0,0 +1,8 @@
1
+ #status
2
+ should: %s == :registered
3
+
4
+ #available?
5
+ should: %s == false
6
+
7
+ #registered?
8
+ should: %s == true
@@ -0,0 +1,26 @@
1
+ %
2
+ % whois.sk-nic.sk - whois server for TLD .sk
3
+ %
4
+
5
+
6
+ Domain-name dobramasaz.sk
7
+ Admin-id SECO-0007
8
+ Admin-name SECORAMA
9
+ Admin-legal-form s.r.o
10
+ Admin-org.-ID 45509859
11
+ Admin-address Kresankova 7/B, Bratislava 84105
12
+ Admin-telephone 0000000000, 0000000000
13
+ Admin-email hmalik@secorama.sk
14
+ Tech-id FORP-0003
15
+ Tech-name Forplay, spol. s r.o.
16
+ Tech-org.-ID 35868295
17
+ Tech-address Laurinska 11, Bratislava - Stare mesto 811 01
18
+ Tech-telephone 0905 403 404
19
+ Tech-email info@forplay.sk
20
+ dns_name ns1.brianlurie.com
21
+ dns_name ns2.brianlurie.com
22
+ dns_name ns3.brianlurie.com
23
+ Last-update 2011-08-02
24
+ Valid-date 2011-08-16
25
+ Domain-status DOM_LNOT
26
+
@@ -0,0 +1,8 @@
1
+ #status
2
+ should: %s == :registered
3
+
4
+ #available?
5
+ should: %s == false
6
+
7
+ #registered?
8
+ should: %s == true
@@ -0,0 +1,24 @@
1
+ %
2
+ % whois.sk-nic.sk - whois server for TLD .sk
3
+ %
4
+
5
+
6
+ Domain-name e-biznis.sk
7
+ Admin-id EVEC-0001
8
+ Admin-name eVector s.r.o.
9
+ Admin-legal-form s.r.o
10
+ Admin-org.-ID 36552011
11
+ Admin-address Coboriho 2, Nitra 94901
12
+ Admin-telephone 421-37-6578941
13
+ Admin-email info@evector.sk
14
+ Tech-id BEES-0002
15
+ Tech-name BeeSoft s.r.o.
16
+ Tech-org.-ID 36723657
17
+ Tech-address Lamacska cesta 20, Bratislava 84103
18
+ Tech-telephone 421264530707, 421905322795
19
+ dns_name ns1.beesoft.sk
20
+ dns_name ns2.beesoft.sk
21
+ Last-update 2011-07-30
22
+ Valid-date 2011-08-27
23
+ Domain-status DOM_WARN
24
+
@@ -21,3 +21,10 @@
21
21
  #nameservers
22
22
  should: %s be_a(Array)
23
23
  should: %s == []
24
+
25
+
26
+ #valid?
27
+ should: %s == false
28
+
29
+ #invalid?
30
+ should: %s == true
data/spec/tlds CHANGED
@@ -1,53 +1,19 @@
1
- tld;registry;available;unavailable
2
- ae.org;whois.centralnic.com;qrops.ae.org;u34jedzcq.ae.org
3
- ar.com;whois.centralnic.com;hotel.ar.com;u34jedzcq.ar.com
4
- br.com;whois.centralnic.com;billboard.br.com;u34jedzcq.br.com
5
- cn.com;whois.centralnic.com;gsn.cn.com;u34jedzcq.cn.com
6
- de.com;whois.centralnic.com;boerse.de.com;u34jedzcq.de.com
7
- eu.com;whois.centralnic.com;walkabout.eu.com;u34jedzcq.eu.com
8
- gb.com;whois.centralnic.com;hotel.gb.com;u34jedzcq.gb.com
9
- gb.net;whois.centralnic.com;hotel.gb.net;u34jedzcq.gb.net
10
- hu.com;whois.centralnic.com;xxx.hu.com;u34jedzcq.hu.com
11
- jpn.com;whois.centralnic.com;koi.jpn.com;u34jedzcq.jpn.com
12
- kr.com;whois.centralnic.com;academyart.kr.com;u34jedzcq.kr.com
13
- no.com;whois.centralnic.com;mrsa.no.com;u34jedzcq.no.com
14
- qc.com;whois.centralnic.com;ceo.qc.com;u34jedzcq.qc.com
15
- ru.com;whois.centralnic.com;srk.ru.com;u34jedzcq.ru.com
16
- sa.com;whois.centralnic.com;fynbos.sa.com;u34jedzcq.sa.com
17
- se.com;whois.centralnic.com;hotel.se.com;u34jedzcq.se.com
18
- se.net;whois.centralnic.com;hotel.se.net;u34jedzcq.se.net
19
- uk.com;whois.centralnic.com;history.uk.com;u34jedzcq.uk.com
20
- uk.net;whois.centralnic.com;paramount.uk.net;u34jedzcq.uk.net
21
- us.com;whois.centralnic.com;college.us.com;u34jedzcq.us.com
22
- uy.com;whois.centralnic.com;ctrl.uy.com;u34jedzcq.uy.com
23
- za.com;whois.centralnic.com;siyenza.za.com;u34jedzcq.za.com
24
- com;whois.crsnic.net;google.com;u34jedzcq.com
25
- za.net;whois.za.net;karnaugh.za.net;u34jedzcq.za.net
26
- net;whois.crsnic.net;google.net;u34jedzcq.net
27
- eu.org;whois.eu.org;google.eu.org;u34jedzcq.eu.org
28
- za.org;whois.za.org;csa.za.org;u34jedzcq.za.org
29
- org;whois.publicinterestregistry.net;google.org;u34jedzcq.org
30
- edu;whois.educause.edu;google.edu;u34jedzcq.edu
31
- gov;whois.nic.gov;gsa.gov;u34jedzcq.gov
32
- int;whois.iana.org;nato.int;u34jedzcq.int
33
- mil;;;
34
- arpa;whois.iana.org;ip6.arpa;u34jedzcq.arpa
35
- aero;whois.aero;srilankan.aero;u34jedzcq.aero
36
- asia;whois.nic.asia;srilankan.aero;u34jedzcq.asia
37
- biz;whois.biz;google.biz;u34jedzcq.biz
38
- cat;whois.cat;gencat.cat;u34jedzcq.cat
39
- coop;whois.nic.coop;calgary.coop;u34jedzcq.coop
40
- info;whois.afilias.info;google.info;u34jedzcq.info
41
- jobs;jobswhois.verisign-grs.com;goto.jobs;u34jedzcq.jobs
42
- mobi;whois.dotmobiregistry.net;google.mobi;u34jedzcq.mobi
43
- museum;whois.museum;musedoma.museum;u34jedzcq.museum
44
- name;whois.nicc.name;carletti.name;u34jedzcq.name
45
- pro;whois.registrypro.pro;registry.pro;u34jedzcq.pro
46
- tel;whois.nic.tel;weppos.tel;u34jedzcq.tel
47
- travel;whois.nic.travel;travel.travel;u34jedzcq.travel
1
+ #Whois::Server.define :tld, ".ac.za", "whois.ac.za"
2
+ #Whois::Server.define :tld, ".bj", "whois.nic.bj"
3
+ #Whois::Server.define :tld, ".co.pl", "whois.co.pl"
4
+ #Whois::Server.define :tld, ".dm", "whois.nic.dm"
5
+ #Whois::Server.define :tld, ".edu.cn", "whois.edu.cn"
6
+ #Whois::Server.define :tld, ".edu.ru", "whois.informika.ru"
7
+ #Whois::Server.define :tld, ".gp", "whois.nic.gp"
8
+ #Whois::Server.define :tld, ".kp", "whois.kcce.kp"
9
+ #Whois::Server.define :tld, ".sb", "whois.nic.net.sb"
10
+ .com.uy;;;
11
+ ac.uk;whois.ja.net;lboro.ac.uk;u34jedzcq.ac.uk
48
12
  ac;whois.nic.ac;google.ac;u34jedzcq.ac
49
13
  ad;;;
14
+ ae.org;whois.centralnic.com;qrops.ae.org;u34jedzcq.ae.org
50
15
  ae;whois.aeda.net.ae;google.ae;u34jedzcq.ae
16
+ aero;whois.aero;srilankan.aero;u34jedzcq.aero
51
17
  af;whois.nic.af;google.af;u34jedzcq.af
52
18
  af;whois.nic.ag;google.ag;u34jedzcq.ag
53
19
  ai;whois.ai;google.ai;u34jedzcq.ai
@@ -56,9 +22,11 @@ am;whois.nic.am;google.am;u34jedzcq.am
56
22
  an;;;
57
23
  ao;;;
58
24
  aq;;;
25
+ ar.com;whois.centralnic.com;hotel.ar.com;u34jedzcq.ar.com
59
26
  ar;;;
27
+ arpa;whois.iana.org;ip6.arpa;u34jedzcq.arpa
60
28
  as;whois.nic.as;google.as;u34jedzcq.as
61
- priv.at;whois.nic.priv.at;nic.priv.at;u34jedzcq.priv.at
29
+ asia;whois.nic.asia;srilankan.aero;u34jedzcq.asia
62
30
  at;whois.nic.at;google.at;u34jedzcq.at
63
31
  au;whois.audns.net.au;google.com.au;u34jedzcq.com.au
64
32
  aw;;;
@@ -72,19 +40,22 @@ bf;;;
72
40
  bg;whois.register.bg;google.bg;u34jedzcq.bg
73
41
  bh;;;
74
42
  bi;;;
75
- #Whois::Server.define :tld, ".bj", "whois.nic.bj"
43
+ biz;whois.biz;google.biz;u34jedzcq.biz
44
+ bl.uk;;;
76
45
  bm;;;
77
46
  bn;;;
78
47
  bo;whois.nic.bo;google.br;u34jedzcq.bo
48
+ br.com;whois.centralnic.com;billboard.br.com;u34jedzcq.br.com
79
49
  br;whois.registro.br;registro.br;u34jedzcq.br
50
+ british-library.uk;;;
80
51
  bs;;;
81
52
  bt;;;
82
53
  bv;;;
83
- by;;;
84
54
  bw;;;
55
+ by;;;
85
56
  bz;whois.afilias-grs.info;google.bz;u34jedzcq.bz
86
- co.ca;whois.co.ca;internet.co.ca;u34jedzcq.co.ca
87
57
  ca;whois.cira.ca;google.ca;u34jedzcq.ca
58
+ cat;whois.cat;gencat.cat;u34jedzcq.cat
88
59
  cc;whois.nic.cc;google.cc;u34jedzcq.cc
89
60
  cd;whois.nic.cd;google.cd;u34jedzcq.cd
90
61
  cf;;;
@@ -94,27 +65,35 @@ ci;www.nic.ci;google.ci;u34jedzcq.ci
94
65
  ck;whois.nic.ck;google.co.ck;u34jedzcq.co.ck
95
66
  cl;whois.nic.cl;google.cl;u34jedzcq.cl
96
67
  cm;whois.netcom.cm;google.cm;u34jedzcq.cm
97
- #Whois::Server.define :tld, ".edu.cn", "whois.edu.cn"
68
+ cn.com;whois.centralnic.com;gsn.cn.com;u34jedzcq.cn.com
98
69
  cn;whois.cnnic.cn;google.cn;u34jedzcq.cn
70
+ co.ca;whois.co.ca;internet.co.ca;u34jedzcq.co.ca
71
+ co.pl;whois.co.pl;coco.co.pl;u34jedzcq.co.pl
72
+ co.za;whois.coza.net.za;google.co.za;u34jedzcq.co.za
99
73
  co;whois.nic.co;t.co;u34jedzcq.co
74
+ com;whois.crsnic.net;google.com;u34jedzcq.com
75
+ coop;whois.nic.coop;calgary.coop;u34jedzcq.coop
100
76
  cr;;;
101
77
  cu;;;
102
78
  cv;;;
103
79
  cx;whois.nic.cx;google.cx;u34jedzcq.cx
104
80
  cy;;;
105
81
  cz;whois.nic.cz;google.cz;u34jedzcq.cz
82
+ de.com;whois.centralnic.com;boerse.de.com;u34jedzcq.de.com
106
83
  de;whois.denic.de;google.de;u34jedzcq.de
107
84
  dj;;;
108
85
  dk;whois.dk-hostmaster.dk;google.dk;u34jedzcq.dk
109
- #Whois::Server.define :tld, ".dm", "whois.nic.dm"
110
86
  do;;;
111
87
  dz;whois.nic.dz;google.dz;u34jedzcq.dz
112
88
  ec;whois.nic.ec;google.ec;u34jedzcq.ec
89
+ edu;whois.educause.edu;google.edu;u34jedzcq.edu
113
90
  ee;whois.tld.ee;google.ee;u34jedzcq.ee
114
91
  eg;;;
115
92
  er;;;
116
93
  es;;;
117
94
  et;;;
95
+ eu.com;whois.centralnic.com;walkabout.eu.com;u34jedzcq.eu.com
96
+ eu.org;whois.eu.org;google.eu.org;u34jedzcq.eu.org
118
97
  eu;whois.eu;google.eu;u34jedzcq.eu
119
98
  fi;whois.ficora.fi;google.fi;u34jedzcq.fi
120
99
  fi;whois.usp.ac.fj;google.com.fj;u34jedzcq.fj
@@ -123,6 +102,8 @@ fm;;;
123
102
  fo;whois.ripe.net;nic.fo;u34jedzcq.fo
124
103
  fr;whois.nic.fr;google.fr;u34jedzcq.fr
125
104
  ga;;;
105
+ gb.com;whois.centralnic.com;hotel.gb.com;u34jedzcq.gb.com
106
+ gb.net;whois.centralnic.com;hotel.gb.net;u34jedzcq.gb.net
126
107
  gb;;;
127
108
  gd;whois.adamsnames.tc;google.gd;u34jedzcq.gd
128
109
  ge;;;
@@ -133,7 +114,9 @@ gi;whois.afilias-grs.info;sapphire.gi;u34jedzcq.gi
133
114
  gl;whois.nic.gl;google.gl;u34jedzcq.gl
134
115
  gm;whois.ripe.net;nic.gm;u34jedzcq.gm
135
116
  gn;;;
136
- #Whois::Server.define :tld, ".gp", "whois.nic.gp"
117
+ gov.uk;whois.ja.net;lboro.gov.uk;u34jedzcq.gov.uk
118
+ gov.za;whois.gov.za;dha.gov.za;u34jedzcq.gov.za
119
+ gov;whois.nic.gov;gsa.gov;u34jedzcq.gov
137
120
  gq;;;
138
121
  gr;;;
139
122
  gs;whois.nic.gs;google.gs;u34jedzcq.gs
@@ -146,28 +129,36 @@ hm;whois.registry.hm;google.hm;u34jedzcq.hm
146
129
  hn;whois.afilias-grs.info;google.hn;u34jedzcq.hn
147
130
  hr;;;
148
131
  ht;whois.nic.ht;google.ht;u34jedzcq.ht
132
+ hu.com;whois.centralnic.com;xxx.hu.com;u34jedzcq.hu.com
149
133
  hu;whois.nic.hu;google.hu;u34jedzcq.hu
134
+ icnet.uk;;;
150
135
  id;whois.pandi.or.id;google.co.id;u34jedzcq.co.id
151
136
  ie;whois.domainregistry.ie;google.ie;u34jedzcq.ie
152
137
  il;whois.isoc.org.il;isoc.org.il;u34jedzcq.il
153
138
  im;whois.nic.im;google.im;u34jedzcq.im
139
+ in.ua;whois.in.ua;google.in.ua;u34jedzcq.in.ua
154
140
  in;whois.registry.in;google.in;u34jedzcq.in
141
+ info;whois.afilias.info;google.info;u34jedzcq.info
142
+ int;whois.iana.org;nato.int;u34jedzcq.int
155
143
  io;whois.nic.io;drop.io;u34jedzcq.io
156
144
  iq;;;
157
145
  ir;whois.nic.ir;google.ir;u34jedzcq.ir
158
146
  is;whois.isnic.is;google.is;u34jedzcq.is
159
147
  it;whois.nic.it;google.it;u34jedzcq.it
160
148
  je;whois.je;google.je;u34jedzcq.je
149
+ jet.uk;;;
161
150
  jm;;;
162
151
  jo;;;
152
+ jobs;jobswhois.verisign-grs.com;goto.jobs;u34jedzcq.jobs
163
153
  jp;whois.jprs.jp;google.jp;u34jedzcq.jp
154
+ jpn.com;whois.centralnic.com;koi.jpn.com;u34jedzcq.jpn.com
164
155
  ke;whois.kenic.or.ke;google.co.ke;u34jedzcq.ke
165
156
  kg;whois.domain.kg;google.kg;u34jedzcq.kg
166
157
  kh;;;
167
158
  ki;whois.nic.ki;google.ki;u34jedzcq.ki
168
159
  km;;;
169
160
  kn;;;
170
- #Whois::Server.define :tld, ".kp", "whois.kcce.kp"
161
+ kr.com;whois.centralnic.com;academyart.kr.com;u34jedzcq.kr.com
171
162
  kr;whois.kr;google.kr;u34jedzcq.kr
172
163
  kw;;;
173
164
  ky;;;
@@ -189,61 +180,77 @@ md;whois.nic.md;google.md;u34jedzcq.md
189
180
  me;whois.meregistry.net;google.me;u34jedzcq.me
190
181
  mg;whois.nic.mg;google.mg;u34jedzcq.mg
191
182
  mh;;;
183
+ mil;;;
192
184
  mk;;;
193
185
  ml;;;
194
186
  mm;;;
195
187
  mn;whois.afilias-grs.info;google.mn;u34jedzcq.mn
196
188
  mo;;;
189
+ mobi;whois.dotmobiregistry.net;google.mobi;u34jedzcq.mobi
190
+ mod.uk;;;
197
191
  mp;;;
198
192
  mq;;;
199
193
  mr;;;
200
194
  ms;whois.nic.ms;google.ms;u34jedzcq.ms
201
195
  mt;;;
202
196
  mu;whois.nic.mu;google.mu;u34jedzcq.mu
197
+ museum;whois.museum;musedoma.museum;u34jedzcq.museum
203
198
  mv;;;
204
199
  mw;;;
205
200
  mx;whois.nic.mx;google.mx;u34jedzcq.mx
206
201
  my;whois.domainregistry.my;google.my;u34jedzcq.my
207
202
  mz;;;
208
203
  na;whois.na-nic.com.na;google.na;u34jedzcq.na
204
+ name;whois.nicc.name;carletti.name;u34jedzcq.name
209
205
  nc;;;
210
206
  ne;;;
207
+ net;whois.crsnic.net;google.net;u34jedzcq.net
211
208
  nf;whois.nic.net.nf;google.nf;u34jedzcq.nf
212
209
  ng;whois.nic.net.ng;nic.net.ng;u34jedzcq.ng
210
+ nhs.uk;;;
213
211
  ni;;;
214
212
  nl;whois.domain-registry.nl;google.nl;u34jedzcq.nl
213
+ nls.uk;;;
214
+ no.com;whois.centralnic.com;mrsa.no.com;u34jedzcq.no.com
215
215
  no;whois.norid.no;google.no;u34jedzcq.no
216
216
  np;;;
217
217
  nr;;;
218
218
  nu;whois.nic.nu;google.nu;u34jedzcq.nu
219
219
  om;;;
220
+ org.za;whois.org.za;joburg.org.za;u34jedzcq.org.za
221
+ org;whois.publicinterestregistry.net;google.org;u34jedzcq.org
220
222
  pa;;;
223
+ parliament.uk;;;
221
224
  pe;kero.yachay.pe;google.pe;u34jedzcq.pe
222
225
  pf;;;
223
226
  pg;;;
224
227
  ph;;;
225
228
  pk;;;
226
- #Whois::Server.define :tld, ".co.pl", "whois.co.pl"
227
- co.pl;whois.co.pl;coco.co.pl;u34jedzcq.co.pl
228
229
  pl;whois.dns.pl;google.pl;u34jedzcq.pl
229
230
  pm;whois.nic.fr;nic.pm;u34jedzcq.pm
230
231
  pn;;;
232
+ police.uk;;;
231
233
  pr;whois.nic.pr;google.pr;u34jedzcq.pr
234
+ priv.at;whois.nic.priv.at;nic.priv.at;u34jedzcq.priv.at
235
+ pro;whois.registrypro.pro;registry.pro;u34jedzcq.pro
232
236
  ps;whois.pnina.ps;google.ps;u34jedzcq.ps
233
237
  pt;whois.dns.pt;google.pt;u34jedzcq.pt
234
238
  pw;;;
235
239
  py;;;
236
240
  qa;;;
241
+ qc.com;whois.centralnic.com;ceo.qc.com;u34jedzcq.qc.com
237
242
  re;whois.nic.fr;nic.re;u34jedzcq.re
238
243
  ro;whois.rotld.ro;google.ro;u34jedzcq.ro
239
244
  rs;;;
240
- #Whois::Server.define :tld, ".edu.ru", "whois.informika.ru"
245
+ ru.com;whois.centralnic.com;srk.ru.com;u34jedzcq.ru.com
241
246
  ru;whois.ripn.net;google.ru;u34jedzcq.ru
242
247
  rw;;;
248
+ sa.com;whois.centralnic.com;fynbos.sa.com;u34jedzcq.sa.com
243
249
  sa;whois.nic.net.sa;saudigazette.com.sa;u34jedzcq.com.sa
244
- #Whois::Server.define :tld, ".sb", "whois.nic.net.sb"
245
250
  sc;whois.afilias-grs.info;google.sc;u34jedzcq.sc
246
251
  sd;;;
252
+ se.com;whois.centralnic.com;hotel.se.com;u34jedzcq.se.com
253
+ se.net;whois.centralnic.com;hotel.se.net;u34jedzcq.se.net
247
254
  se;whois.nic-se.se;google.se;u34jedzcq.se
248
255
  sg;whois.sgnic.sg;google.sg;u34jedzcq.sg
249
256
  sh;whois.nic.sh;google.sh;u34jedzcq.sh
@@ -251,7 +258,7 @@ si;whois.arnes.si;google.si;u34jedzcq.si
251
258
  sj;;;
252
259
  sk;whois.sk-nic.sk;google.sk;u34jedzcq.sk
253
260
  sl;whois.nic.sl;google.sl;u34jedzcq.sl
254
- sm;whois.ripe.net;google.sm;u34jedzcq.sm
261
+ sm;whois.nic.sm;google.sm;u34jedzcq.sm
255
262
  sn;whois.nic.sn;google.sn;u34jedzcq.sn
256
263
  so;whois.nic.so;google.so;u34jedzcq.so
257
264
  sr;;;
@@ -262,38 +269,32 @@ sy;;;
262
269
  sz;;;
263
270
  tc;whois.adamsnames.tc;google.tc;u34jedzcq.tc
264
271
  td;;;
272
+ tel;whois.nic.tel;weppos.tel;u34jedzcq.tel
265
273
  tf;whois.nic.fr;google.tf;u34jedzcq.rf
266
274
  tg;;;
267
275
  th;whois.thnic.co.th;google.co.th;u34jedzcq.co.th
268
276
  tj;;;
269
277
  tk;whois.dot.tk;thinkcode.tk;u34jedzcq.tk
270
278
  tl;whois.nic.tl;thinkcode.tl;u34jedzcq.tl
279
+ tld;registry;available;unavailable
271
280
  tm;whois.nic.tm;google.tm;u34jedzcq.tm
272
281
  tn;;;
273
282
  to;whois.tonic.to;go.to;u34jedzcq.to
274
283
  tp;;;
275
284
  tr;whois.nic.tr;google.com.tr;u34jedzcq.com.tr
285
+ travel;whois.nic.travel;travel.travel;u34jedzcq.travel
276
286
  tt;;;
277
287
  tv;whois.nic.tv;thinkcode.tv;u34jedzcq.tv
278
288
  tw;whois.twnic.net.tw;google.com.tw;u34jedzcq.com.tw
279
289
  tz;whois.tznic.or.tz;dailynews.co.tz;u34jedzcq.co.tz
280
- in.ua;whois.in.ua;google.in.ua;u34jedzcq.in.ua
281
290
  ua;whois.net.ua;google.com.ua;u34jedzcq.com.ua
282
291
  ug;whois.co.ug;google.co.ug;u34jedzcq.co.ug
283
- ac.uk;whois.ja.net;lboro.ac.uk;u34jedzcq.ac.uk
284
- bl.uk;;;
285
- british-library.uk;;;
286
- gov.uk;whois.ja.net;lboro.gov.uk;u34jedzcq.gov.uk
287
- icnet.uk;;;
288
- jet.uk;;;
289
- mod.uk;;;
290
- nhs.uk;;;
291
- nls.uk;;;
292
- parliament.uk;;;
293
- police.uk;;;
292
+ uk.com;whois.centralnic.com;history.uk.com;u34jedzcq.uk.com
293
+ uk.net;whois.centralnic.com;paramount.uk.net;u34jedzcq.uk.net
294
294
  uk;whois.nic.uk;google.co.uk;u34jedzcq.co.uk
295
+ us.com;whois.centralnic.com;college.us.com;u34jedzcq.us.com
295
296
  us;whois.nic.us;google.us;u34jedzcq.us
296
- .com.uy;;;
297
+ uy.com;whois.centralnic.com;ctrl.uy.com;u34jedzcq.uy.com
297
298
  uy;whois.nic.org.uy;seciu.edu.uy;u34jedzcq.edu.uy
298
299
  uz;whois.cctld.uz;google.uz;u34jedzcq.uz
299
300
  va;whois.ripe.net;vatican.va;u34jedzcq.va
@@ -304,16 +305,6 @@ vi;;;
304
305
  vn;;;
305
306
  vu;;;
306
307
  wf;whois.nic.fr;nic.wf;u34jedzcq.wf
307
- ws;whois.samoanic.ws;google.ws;u34jedzcq.ws
308
- ye;;;
309
- yt;whois.nic.fr;nic.yt;u34jedzcq.yt
310
- #Whois::Server.define :tld, ".ac.za", "whois.ac.za"
311
- co.za;whois.coza.net.za;google.co.za;u34jedzcq.co.za
312
- gov.za;whois.gov.za;dha.gov.za;u34jedzcq.gov.za
313
- org.za;whois.org.za;joburg.org.za;u34jedzcq.org.za
314
- za;;;
315
- zm;;;
316
- zw;;;
317
308
  Whois::Server.define :tld, ".xn--3e0b707e", "whois.kr"
318
309
  Whois::Server.define :tld, ".xn--45brj9c", nil, { :adapter => Whois::Server::Adapters::None }
319
310
  Whois::Server.define :tld, ".xn--fiqs8s", "cwhois.cnnic.cn"
@@ -321,22 +312,32 @@ Whois::Server.define :tld, ".xn--fiqz9s", "cwhois.cnnic.cn"
321
312
  Whois::Server.define :tld, ".xn--fpcrj9c3d", nil, { :adapter => Whois::Server::Adapters::None }
322
313
  Whois::Server.define :tld, ".xn--fzc2c9e2c", nil, { :adapter => Whois::Server::Adapters::None }
323
314
  Whois::Server.define :tld, ".xn--gecrj9c", nil, { :adapter => Whois::Server::Adapters::None }
315
+ Whois::Server.define :tld, ".xn--h2brj9c", nil, { :adapter => Whois::Server::Adapters::None }
324
316
  Whois::Server.define :tld, ".xn--j6w193g", "whois.hkirc.hk"
325
317
  Whois::Server.define :tld, ".xn--kprw13d", "whois.twnic.net.tw"
326
318
  Whois::Server.define :tld, ".xn--kpry57d", "whois.twnic.net.tw"
327
319
  Whois::Server.define :tld, ".xn--mgbaam7a8h", "whois.aeda.net.ae"
328
320
  Whois::Server.define :tld, ".xn--mgbayh7gpa", nil, { :adapter => Whois::Server::Adapters::None }
321
+ Whois::Server.define :tld, ".xn--mgbbh1a71e", nil, { :adapter => Whois::Server::Adapters::None }
329
322
  Whois::Server.define :tld, ".xn--mgberp4a5d4ar", "whois.nic.net.sa"
330
323
  Whois::Server.define :tld, ".xn--o3cw4h", "whois.thnic.co.th"
331
- xn--p1ai;whois.ripn.net;xn----8sbc3ahklcs4adf.xn--p1ai;u34jedzcq.xn--p1ai
324
+ Whois::Server.define :tld, ".xn--ogbpf8fl", nil, { :adapter => Whois::Server::Adapters::None }
332
325
  Whois::Server.define :tld, ".xn--pgbs0dh", nil, { :adapter => Whois::Server::Adapters::None }
326
+ Whois::Server.define :tld, ".xn--s9brj9c", nil, { :adapter => Whois::Server::Adapters::None }
333
327
  Whois::Server.define :tld, ".xn--wgbh1c", "whois.dotmasr.eg"
334
328
  Whois::Server.define :tld, ".xn--wgbl6a", nil, { :adapter => Whois::Server::Adapters::None }
335
329
  Whois::Server.define :tld, ".xn--xkc2al3hye2a", nil, { :adapter => Whois::Server::Adapters::None }
336
- Whois::Server.define :tld, ".xn--ygbi2ammx", "whois.pnina.ps"
337
- Whois::Server.define :tld, ".xn--h2brj9c", nil, { :adapter => Whois::Server::Adapters::None }
338
- Whois::Server.define :tld, ".xn--mgbbh1a71e", nil, { :adapter => Whois::Server::Adapters::None }
339
- Whois::Server.define :tld, ".xn--ogbpf8fl", nil, { :adapter => Whois::Server::Adapters::None }
340
- Whois::Server.define :tld, ".xn--s9brj9c", nil, { :adapter => Whois::Server::Adapters::None }
341
330
  Whois::Server.define :tld, ".xn--xkc2dl3a5ee0h", nil, { :adapter => Whois::Server::Adapters::None }
342
331
  Whois::Server.define :tld, ".xn--yfro4i67o", "whois.sgnic.sg"
332
+ Whois::Server.define :tld, ".xn--ygbi2ammx", "whois.pnina.ps"
333
+ ws;whois.samoanic.ws;google.ws;u34jedzcq.ws
334
+ xn--p1ai;whois.ripn.net;xn----8sbc3ahklcs4adf.xn--p1ai;u34jedzcq.xn--p1ai
335
+ xxx;whois.nic.xxx;nic.xxx;u34jedzcq.xxx
336
+ ye;;;
337
+ yt;whois.nic.fr;nic.yt;u34jedzcq.yt
338
+ za.com;whois.centralnic.com;siyenza.za.com;u34jedzcq.za.com
339
+ za.net;whois.za.net;karnaugh.za.net;u34jedzcq.za.net
340
+ za.org;whois.za.org;csa.za.org;u34jedzcq.za.org
341
+ za;;;
342
+ zm;;;
343
+ zw;;;