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
@@ -18,7 +18,7 @@
18
18
 
19
19
  #expires_on
20
20
  should: %s be_a(Time)
21
- should: %s == Time.parse("2003-07-31 11:00:00 GMT")
21
+ should: %s == Time.parse("2003-07-31 11:00:00 UTC")
22
22
 
23
23
 
24
24
  #nameservers
@@ -0,0 +1,160 @@
1
+ DotAsia WHOIS LEGAL STATEMENT AND TERMS & CONDITIONS: The WHOIS service offered
2
+ by DotAsia and the access to the records in the DotAsia WHOIS database are provided
3
+ for information purposes only. It allows persons to check whether a specific
4
+ domain name is still available or not and to obtain information related to
5
+ the registration records of existing domain names. DotAsia cannot, under any
6
+ circumstances, be held liable in case the stored information would prove to
7
+ be wrong, incomplete, or not accurate in any sense. By submitting a query
8
+ you agree not to use the information made available to: allow, enable or
9
+ otherwise support the transmission of unsolicited, commercial advertising or
10
+ other solicitations whether via email or otherwise; target advertising in any
11
+ possible way; or to cause nuisance in any possible way to the registrants by
12
+ sending (whether by automated, electronic processes capable of enabling high
13
+ volumes or other possible means) messages to them. Without prejudice to the
14
+ above, it is explicitly forbidden to extract, copy and/or use or re-utilise
15
+ in any form and by any means (electronically or not) the whole or a
16
+ quantitatively or qualitatively substantial part of the contents of the WHOIS
17
+ database without prior and explicit permission by DotAsia, nor in any attempt
18
+ hereof, or to apply automated, electronic processes to DotAsia (or its systems).
19
+ You agree that any reproduction and/or transmission of data for commercial
20
+ purposes will always be considered as the extraction of a substantial part of
21
+ the content of the WHOIS database. By submitting the query you agree to abide
22
+ by this policy and accept that DotAsia can take measures to limit the use of its
23
+ WHOIS services in order to protect the privacy of its registrants or the
24
+ integrity of the database.
25
+
26
+ Domain ID:D1032500-ASIA
27
+ Domain Name:NOVALASH.ASIA
28
+ Domain Create Date:30-Oct-2008 22:54:15 UTC
29
+ Domain Expiration Date:30-Oct-2012 22:54:15 UTC
30
+ Domain Last Updated Date:01-Oct-2010 03:30:34 UTC
31
+ Last Transferred Date:
32
+ IPR Name:
33
+ IPR Number:
34
+ IPR CC Locality:
35
+ IPR Applied:
36
+ IPR Registered:
37
+ IPR Class:
38
+ IPR form:
39
+ IPR Entitlement:
40
+ IPR Type:
41
+ Created by:007Names, Inc. R94-ASIA (91)
42
+ Last Updated by Registrar:007Names, Inc. R94-ASIA (91)
43
+ Sponsoring Registrar:007Names, Inc. R94-ASIA (91)
44
+ Registration Agent ID:
45
+ Registration Agent Name:
46
+ Registration Agent Organization:
47
+ Registration Agent Address:
48
+ Registration Agent Address2:
49
+ Registration Agent Address3:
50
+ Registration Agent City:
51
+ Registration Agent State/Province:
52
+ Registration Agent Country/Economy:
53
+ Registration Agent Postal Code:
54
+ Registration Agent Phone:
55
+ Registration Agent Phone Ext.:
56
+ Registration Agent FAX:
57
+ Registration Agent FAX Ext.:
58
+ Registration Agent E-mail:
59
+ Maintainer URL:
60
+ Domain Status:CLIENT DELETE PROHIBITED
61
+ Domain Status:CLIENT TRANSFER PROHIBITED
62
+ Registrant ID:7AERFN4T4P
63
+ Registrant Name:Sophy Merszei
64
+ Registrant Organization:Novalash
65
+ Registrant Address:3701 W. Alabama
66
+ Registrant Address2:
67
+ Registrant Address3:
68
+ Registrant City:Houston
69
+ Registrant State/Province:TX
70
+ Registrant Country/Economy:US
71
+ Registrant Postal Code:77027
72
+ Registrant Phone:+1.8664301261
73
+ Registrant Phone Ext.:
74
+ Registrant FAX:
75
+ Registrant FAX Ext.:
76
+ Registrant E-mail:khickman@awsp.com
77
+ Administrative ID:5MTMZMT3K1
78
+ Administrative Name:Sophy Merszei
79
+ Administrative Organization:Novalash
80
+ Administrative Address:3701 W. Alabama
81
+ Administrative Address2:
82
+ Administrative Address3:
83
+ Administrative City:Houston
84
+ Administrative State/Province:TX
85
+ Administrative Country/Economy:US
86
+ Administrative Postal Code:77027
87
+ Administrative Phone:+1.8664301261
88
+ Administrative Phone Ext.:
89
+ Administrative FAX:
90
+ Administrative FAX Ext.:
91
+ Administrative E-mail:khickman@awsp.com
92
+ Technical ID:FR-11594d9eed91
93
+ Technical Name:Edward Lin
94
+ Technical Organization:EDM Enterprise Co., LTD
95
+ Technical Address:No. 10 Lane 241, Chung Shan Road
96
+ Technical Address2:
97
+ Technical Address3:
98
+ Technical City:Shen Kang Hsiang
99
+ Technical State/Province:Taichung Hsien
100
+ Technical Country/Economy:TW
101
+ Technical Postal Code:35000
102
+ Technical Phone:+886.425625115
103
+ Technical Phone Ext.:
104
+ Technical FAX:
105
+ Technical FAX Ext.:
106
+ Technical E-mail:doamina@yahoo.com
107
+ Billing ID:5MTMZMT3K1
108
+ Billing Name:Sophy Merszei
109
+ Billing Organization:Novalash
110
+ Billing Address:3701 W. Alabama
111
+ Billing Address2:
112
+ Billing Address3:
113
+ Billing City:Houston
114
+ Billing State/Province:TX
115
+ Billing Country/Economy:US
116
+ Billing Postal Code:77027
117
+ Billing Phone:+1.8664301261
118
+ Billing Phone Ext.:
119
+ Billing FAX:
120
+ Billing FAX Ext.:
121
+ Billing E-mail:khickman@awsp.com
122
+ CED ID:FR-11594d9eed91
123
+ CED CC Locality:TW
124
+ CED State/Province:Taichung Hsien
125
+ CED City:Shen Kang Hsiang
126
+ CED Type of Legal Entity:Corporations or Companies
127
+ CED Type (Other):
128
+ CED Form of Identification:Certificate of Incorporation or equivalent business registration certificate
129
+ CED Form of ID (Other):
130
+ CED Identification Number:N9fTw
131
+ Operations and Notifications ID:7AERFN4T4P
132
+ Operations and Notifications Name:Sophy Merszei
133
+ Operations and Notifications Organization:Novalash
134
+ Operations and Notifications Address:3701 W. Alabama
135
+ Operations and Notifications Address2:
136
+ Operations and Notifications Address3:
137
+ Operations and Notifications City:Houston
138
+ Operations and Notifications State/Province:TX
139
+ Operations and Notifications Country/Economy:US
140
+ Operations and Notifications Postal Code:77027
141
+ Operations and Notifications Phone:+1.8664301261
142
+ Operations and Notifications Phone Ext.:
143
+ Operations and Notifications FAX:
144
+ Operations and Notifications FAX Ext.:
145
+ Operations and Notifications E-mail:khickman@awsp.com
146
+ Nameservers:NS2.RACKSPACE.COM
147
+ Nameservers:NS.RASKSPACE.COM
148
+ Nameservers:
149
+ Nameservers:
150
+ Nameservers:
151
+ Nameservers:
152
+ Nameservers:
153
+ Nameservers:
154
+ Nameservers:
155
+ Nameservers:
156
+ Nameservers:
157
+ Nameservers:
158
+ Nameservers:
159
+
160
+
@@ -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,159 @@
1
+ DotAsia WHOIS LEGAL STATEMENT AND TERMS & CONDITIONS: The WHOIS service offered
2
+ by DotAsia and the access to the records in the DotAsia WHOIS database are provided
3
+ for information purposes only. It allows persons to check whether a specific
4
+ domain name is still available or not and to obtain information related to
5
+ the registration records of existing domain names. DotAsia cannot, under any
6
+ circumstances, be held liable in case the stored information would prove to
7
+ be wrong, incomplete, or not accurate in any sense. By submitting a query
8
+ you agree not to use the information made available to: allow, enable or
9
+ otherwise support the transmission of unsolicited, commercial advertising or
10
+ other solicitations whether via email or otherwise; target advertising in any
11
+ possible way; or to cause nuisance in any possible way to the registrants by
12
+ sending (whether by automated, electronic processes capable of enabling high
13
+ volumes or other possible means) messages to them. Without prejudice to the
14
+ above, it is explicitly forbidden to extract, copy and/or use or re-utilise
15
+ in any form and by any means (electronically or not) the whole or a
16
+ quantitatively or qualitatively substantial part of the contents of the WHOIS
17
+ database without prior and explicit permission by DotAsia, nor in any attempt
18
+ hereof, or to apply automated, electronic processes to DotAsia (or its systems).
19
+ You agree that any reproduction and/or transmission of data for commercial
20
+ purposes will always be considered as the extraction of a substantial part of
21
+ the content of the WHOIS database. By submitting the query you agree to abide
22
+ by this policy and accept that DotAsia can take measures to limit the use of its
23
+ WHOIS services in order to protect the privacy of its registrants or the
24
+ integrity of the database.
25
+
26
+ Domain ID:D1609371-ASIA
27
+ Domain Name:DREAMHOST.ASIA
28
+ Domain Create Date:04-Oct-2010 04:21:46 UTC
29
+ Domain Expiration Date:04-Oct-2011 04:21:46 UTC
30
+ Domain Last Updated Date:03-Dec-2010 20:50:05 UTC
31
+ Last Transferred Date:
32
+ IPR Name:
33
+ IPR Number:
34
+ IPR CC Locality:
35
+ IPR Applied:
36
+ IPR Registered:
37
+ IPR Class:
38
+ IPR form:
39
+ IPR Entitlement:
40
+ IPR Type:
41
+ Created by:1API GmbH R139-ASIA (1387)
42
+ Last Updated by Registrar:ASIA Registry R6-ASIA (9996)
43
+ Sponsoring Registrar:1API GmbH R139-ASIA (1387)
44
+ Registration Agent ID:
45
+ Registration Agent Name:
46
+ Registration Agent Organization:
47
+ Registration Agent Address:
48
+ Registration Agent Address2:
49
+ Registration Agent Address3:
50
+ Registration Agent City:
51
+ Registration Agent State/Province:
52
+ Registration Agent Country/Economy:
53
+ Registration Agent Postal Code:
54
+ Registration Agent Phone:
55
+ Registration Agent Phone Ext.:
56
+ Registration Agent FAX:
57
+ Registration Agent FAX Ext.:
58
+ Registration Agent E-mail:
59
+ Maintainer URL:
60
+ Domain Status:CLIENT TRANSFER PROHIBITED
61
+ Registrant ID:DDD6624899-BUXS
62
+ Registrant Name:ALTUSHOST INC ALTUSHOST INC
63
+ Registrant Organization:ALTUSHOST INC
64
+ Registrant Address:ALTUSHOST INC
65
+ Registrant Address2:
66
+ Registrant Address3:
67
+ Registrant City:ALTUSHOST INC
68
+ Registrant State/Province:ALTUSHOST INC
69
+ Registrant Country/Economy:CN
70
+ Registrant Postal Code:100000
71
+ Registrant Phone:+45.36946676
72
+ Registrant Phone Ext.:
73
+ Registrant FAX:
74
+ Registrant FAX Ext.:
75
+ Registrant E-mail:admin@dh.vc
76
+ Administrative ID:DDD6624899-BUXS
77
+ Administrative Name:ALTUSHOST INC ALTUSHOST INC
78
+ Administrative Organization:ALTUSHOST INC
79
+ Administrative Address:ALTUSHOST INC
80
+ Administrative Address2:
81
+ Administrative Address3:
82
+ Administrative City:ALTUSHOST INC
83
+ Administrative State/Province:ALTUSHOST INC
84
+ Administrative Country/Economy:CN
85
+ Administrative Postal Code:100000
86
+ Administrative Phone:+45.36946676
87
+ Administrative Phone Ext.:
88
+ Administrative FAX:
89
+ Administrative FAX Ext.:
90
+ Administrative E-mail:admin@dh.vc
91
+ Technical ID:DDD6624899-BUXS
92
+ Technical Name:ALTUSHOST INC ALTUSHOST INC
93
+ Technical Organization:ALTUSHOST INC
94
+ Technical Address:ALTUSHOST INC
95
+ Technical Address2:
96
+ Technical Address3:
97
+ Technical City:ALTUSHOST INC
98
+ Technical State/Province:ALTUSHOST INC
99
+ Technical Country/Economy:CN
100
+ Technical Postal Code:100000
101
+ Technical Phone:+45.36946676
102
+ Technical Phone Ext.:
103
+ Technical FAX:
104
+ Technical FAX Ext.:
105
+ Technical E-mail:admin@dh.vc
106
+ Billing ID:P-LFG128-XDWI
107
+ Billing Name:Lenz Gschwendtner
108
+ Billing Organization:domarino ltd
109
+ Billing Address:PO box 558
110
+ Billing Address2:
111
+ Billing Address3:
112
+ Billing City:Paraparaumu
113
+ Billing State/Province:
114
+ Billing Country/Economy:NZ
115
+ Billing Postal Code:5254
116
+ Billing Phone:+64.49022082
117
+ Billing Phone Ext.:
118
+ Billing FAX:
119
+ Billing FAX Ext.:
120
+ Billing E-mail:info@domarino.com
121
+ CED ID:P-LFG128-XDWI
122
+ CED CC Locality:NZ
123
+ CED State/Province:
124
+ CED City:Paraparaumu
125
+ CED Type of Legal Entity:Corporations or Companies
126
+ CED Type (Other):
127
+ CED Form of Identification:Certificate of Incorporation or equivalent business registration certificate
128
+ CED Form of ID (Other):
129
+ CED Identification Number:1982395
130
+ Operations and Notifications ID:
131
+ Operations and Notifications Name:
132
+ Operations and Notifications Organization:
133
+ Operations and Notifications Address:
134
+ Operations and Notifications Address2:
135
+ Operations and Notifications Address3:
136
+ Operations and Notifications City:
137
+ Operations and Notifications State/Province:
138
+ Operations and Notifications Country/Economy:
139
+ Operations and Notifications Postal Code:
140
+ Operations and Notifications Phone:
141
+ Operations and Notifications Phone Ext.:
142
+ Operations and Notifications FAX:
143
+ Operations and Notifications FAX Ext.:
144
+ Operations and Notifications E-mail:
145
+ Nameservers:NS1.US.EDITDNS.NET
146
+ Nameservers:NS2.US.EDITDNS.NET
147
+ Nameservers:NS3.US.EDITDNS.NET
148
+ Nameservers:NS1.EU.EDITDNS.NET
149
+ Nameservers:NS2.EU.EDITDNS.NET
150
+ Nameservers:
151
+ Nameservers:
152
+ Nameservers:
153
+ Nameservers:
154
+ Nameservers:
155
+ Nameservers:
156
+ Nameservers:
157
+ Nameservers:
158
+
159
+
@@ -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,83 @@
1
+ % (c) 2006-2011 CZ.NIC, z.s.p.o.
2
+ %
3
+ % Intended use of supplied data and information
4
+ %
5
+ % Data contained in the domain name register, as well as information
6
+ % supplied through public information services of CZ.NIC association,
7
+ % are appointed only for purposes connected with Internet network
8
+ % administration and operation, or for the purpose of legal or other
9
+ % similar proceedings, in process as regards a matter connected
10
+ % particularly with holding and using a concrete domain name.
11
+ %
12
+ % Full text available at:
13
+ % http://www.nic.cz/page/306/intended-use-of-supplied-data-and-information/
14
+ %
15
+ % See also a search service at http://www.nic.cz/whois/
16
+ %
17
+ %
18
+ % Whoisd Server Version: 3.4.0
19
+ % Timestamp: Wed Jun 29 09:48:24 2011
20
+
21
+ domain: forpsi.cz
22
+ registrant: SB:INTERNET-CZ
23
+ nsset: FORPSI
24
+ registrar: REG-INTERNET-CZ
25
+ status: Update prohibited
26
+ status: Sponsoring registrar change prohibited
27
+ registered: 25.10.2004 15:05:00
28
+ changed: 19.05.2011 08:36:38
29
+ expire: 25.10.2018
30
+
31
+ contact: SB:INTERNET-CZ
32
+ org: INTERNET CZ, a.s.
33
+ name: Stefano Cecconi
34
+ address: Ktiš 2
35
+ address: Ktiš
36
+ address: 384 03
37
+ address: CZ
38
+ phone: +420.383835353
39
+ fax-no: +420.383835354
40
+ e-mail: domain@forpsi.com
41
+ registrar: REG-INTERNET-CZ
42
+ created: 18.11.2001 19:46:00
43
+ changed: 06.06.2011 13:56:51
44
+
45
+ nsset: FORPSI
46
+ nserver: ns.forpsi.net
47
+ nserver: ns.forpsi.cz (81.2.209.185)
48
+ nserver: ns.forpsi.it
49
+ tech-c: FORPSI
50
+ registrar: REG-INTERNET-CZ
51
+ created: 01.10.2007 10:19:47
52
+ changed: 30.09.2010 10:21:36
53
+
54
+ contact: FORPSI
55
+ org: INTERNET CZ, a.s.
56
+ name: Stefano Cecconi
57
+ address: Ktiš 2
58
+ address: Ktiš
59
+ address: 38403
60
+ address: CZ
61
+ fax-no: +420.383835354
62
+ registrar: REG-INTERNET-CZ
63
+ created: 04.08.2008 14:42:08
64
+ changed: 06.06.2011 13:55:12
65
+
66
+ nsset: FORPSI.CZ
67
+ nserver: ns.forpsi.net
68
+ nserver: ns.forpsi.us
69
+ tech-c: CID:IGN-C181273-TSC
70
+ registrar: REG-IGNUM
71
+ created: 24.08.2008 16:07:09
72
+
73
+ contact: CID:IGN-C181273-TSC
74
+ name: Dana Stádníková
75
+ address: Gončarenkova 40
76
+ address: Praha 4
77
+ address: 14700
78
+ address: CZ
79
+ registrar: REG-IGNUM
80
+ created: 21.02.2008 21:10:03
81
+ changed: 24.08.2008 16:38:14
82
+
83
+
@@ -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,54 @@
1
+
2
+ *********************************************************************
3
+ * Please note that the following result could be a subgroup of *
4
+ * the data contained in the database. *
5
+ * *
6
+ * Additional information can be visualized at: *
7
+ * http://www.nic.it/cgi-bin/Whois/whois.cgi *
8
+ *********************************************************************
9
+
10
+ Domain: chiara.it
11
+ Status: NO-PROVIDER
12
+ Created: 1999-12-27 00:00:00
13
+ Last Update: 2011-06-24 23:10:26
14
+ Expire Date: 2011-12-27
15
+
16
+ Registrant
17
+ Name: Infoplan di Giancarlo Abram
18
+ ContactID: INFO2436-ITNIC
19
+ Address: Via Gozzi 13
20
+ Mestre
21
+ 30172
22
+ VE
23
+ IT
24
+ Created: 2007-03-01 11:04:12
25
+ Last Update: 2011-02-09 11:59:46
26
+
27
+ Admin Contact
28
+ Name: Giancarlo Abram
29
+ ContactID: GA8285-ITNIC
30
+ Address: P.zza San Giovanni 14
31
+ Ronzone
32
+ 38013
33
+ TN
34
+ IT
35
+ Created: 2007-03-01 10:26:06
36
+ Last Update: 2010-07-12 15:25:22
37
+
38
+ Technical Contacts
39
+ Name: Giancarlo Abram
40
+ ContactID: GA8285-ITNIC
41
+ Address: P.zza San Giovanni 14
42
+ Ronzone
43
+ 38013
44
+ TN
45
+ IT
46
+ Created: 2007-03-01 10:26:06
47
+ Last Update: 2010-07-12 15:25:22
48
+
49
+ Registrar
50
+ Name: CIM-MNT
51
+
52
+ Nameservers
53
+ ns.cim.it
54
+