whois 2.1.0 → 2.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (790) hide show
  1. data/Rakefile +13 -17
  2. data/lib/core_ext.rb +1 -1
  3. data/lib/core_ext/date_time/conversions.rb +1 -2
  4. data/lib/whois/record/parser/base_cocca.rb +85 -0
  5. data/lib/whois/record/parser/scanners/afilias.rb +8 -1
  6. data/lib/whois/record/parser/whois.aero.rb +0 -1
  7. data/lib/whois/record/parser/whois.cnnic.cn.rb +5 -6
  8. data/lib/whois/record/parser/whois.co.ca.rb +5 -6
  9. data/lib/whois/record/parser/whois.denic.de.rb +1 -1
  10. data/lib/whois/record/parser/whois.dns.pt.rb +8 -3
  11. data/lib/whois/record/parser/whois.godaddy.com.rb +17 -17
  12. data/lib/whois/record/parser/whois.je.rb +17 -7
  13. data/lib/whois/record/parser/whois.na-nic.com.na.rb +7 -54
  14. data/lib/whois/record/parser/whois.nic.af.rb +2 -66
  15. data/lib/whois/record/parser/whois.nic.coop.rb +1 -9
  16. data/lib/whois/record/parser/whois.nic.cx.rb +2 -64
  17. data/lib/whois/record/parser/whois.nic.cz.rb +1 -1
  18. data/lib/whois/record/parser/whois.nic.fr.rb +80 -6
  19. data/lib/whois/record/parser/whois.nic.gs.rb +2 -64
  20. data/lib/whois/record/parser/whois.nic.ht.rb +2 -65
  21. data/lib/whois/record/parser/whois.nic.it.rb +12 -3
  22. data/lib/whois/record/parser/whois.nic.ki.rb +2 -64
  23. data/lib/whois/record/parser/whois.nic.la.rb +1 -9
  24. data/lib/whois/record/parser/whois.nic.ms.rb +2 -64
  25. data/lib/whois/record/parser/whois.nic.mu.rb +2 -62
  26. data/lib/whois/record/parser/whois.nic.net.nf.rb +8 -54
  27. data/lib/whois/record/parser/whois.nic.net.ng.rb +2 -64
  28. data/lib/whois/record/parser/whois.nic.net.sb.rb +23 -0
  29. data/lib/whois/record/parser/whois.nic.tl.rb +2 -57
  30. data/lib/whois/record/parser/whois.nic.uk.rb +22 -1
  31. data/lib/whois/record/parser/whois.nic.ve.rb +2 -2
  32. data/lib/whois/record/parser/whois.nic.xxx.rb +15 -2
  33. data/lib/whois/record/parser/whois.registro.br.rb +2 -1
  34. data/lib/whois/record/parser/whois.registry.gy.rb +2 -64
  35. data/lib/whois/record/parser/whois.tld.ee.rb +1 -1
  36. data/lib/whois/version.rb +1 -1
  37. data/spec/fixtures/responses/whois.dns.pt/property_status_techpro.expected +8 -0
  38. data/spec/fixtures/responses/whois.dns.pt/property_status_techpro.txt +21 -0
  39. data/spec/fixtures/responses/whois.dns.pt/status_available.expected +1 -1
  40. data/spec/fixtures/responses/whois.dns.pt/status_inactive.expected +25 -0
  41. data/spec/fixtures/responses/whois.dns.pt/status_inactive.txt +21 -0
  42. data/spec/fixtures/responses/whois.dns.pt/status_registered.expected +2 -1
  43. data/spec/fixtures/responses/whois.dns.pt/status_reserved.expected +1 -1
  44. data/spec/fixtures/responses/whois.godaddy.com/property_dates_not_available.txt +54 -0
  45. data/spec/fixtures/responses/whois.godaddy.com/status_registered.expected +0 -13
  46. data/spec/fixtures/responses/whois.je/status_available.expected +2 -2
  47. data/spec/fixtures/responses/whois.je/status_available.txt +30 -23
  48. data/spec/fixtures/responses/whois.je/status_registered.expected +7 -5
  49. data/spec/fixtures/responses/whois.je/status_registered.txt +52 -31
  50. data/spec/fixtures/responses/whois.na-nic.com.na/property_status_suspended.expected +8 -0
  51. data/spec/fixtures/responses/whois.na-nic.com.na/property_status_suspended.txt +68 -0
  52. data/spec/fixtures/responses/whois.na-nic.com.na/status_available.expected +7 -0
  53. data/spec/fixtures/responses/whois.na-nic.com.na/status_registered.expected +7 -0
  54. data/spec/fixtures/responses/whois.nic.af/status_available.expected +7 -0
  55. data/spec/fixtures/responses/whois.nic.af/status_registered.expected +7 -0
  56. data/spec/fixtures/responses/whois.nic.coop/property_status_multiple.expected +2 -0
  57. data/spec/fixtures/responses/whois.nic.coop/property_status_multiple.txt +125 -0
  58. data/spec/fixtures/responses/whois.nic.coop/property_status_single.expected +2 -0
  59. data/spec/fixtures/responses/whois.nic.coop/property_status_single.txt +123 -0
  60. data/spec/fixtures/responses/whois.nic.coop/status_available.expected +1 -1
  61. data/spec/fixtures/responses/whois.nic.coop/status_registered.expected +1 -1
  62. data/spec/fixtures/responses/whois.nic.cx/property_status_active.expected +8 -0
  63. data/spec/fixtures/responses/whois.nic.cx/property_status_active.txt +68 -0
  64. data/spec/fixtures/responses/whois.nic.cx/property_status_delegated.expected +8 -0
  65. data/spec/fixtures/responses/whois.nic.cx/property_status_delegated.txt +51 -0
  66. data/spec/fixtures/responses/whois.nic.cx/property_status_not_registered.expected +8 -0
  67. data/spec/fixtures/responses/whois.nic.cx/property_status_not_registered.txt +11 -0
  68. data/spec/fixtures/responses/whois.nic.cx/status_available.expected +7 -0
  69. data/spec/fixtures/responses/whois.nic.cx/status_registered.expected +7 -0
  70. data/spec/fixtures/responses/whois.nic.cz/property_nameservers_with_ip.expected +9 -5
  71. data/spec/fixtures/responses/whois.nic.cz/property_nameservers_with_ip.txt +9 -7
  72. data/spec/fixtures/responses/whois.nic.fr/fr/property_status_active.expected +8 -0
  73. data/spec/fixtures/responses/whois.nic.fr/fr/property_status_blocked.expected +8 -0
  74. data/spec/fixtures/responses/whois.nic.fr/fr/property_status_blocked.txt +84 -0
  75. data/spec/fixtures/responses/whois.nic.fr/fr/response_contains_trouble.txt +106 -0
  76. data/spec/fixtures/responses/whois.nic.fr/fr/status_available.expected +13 -0
  77. data/spec/fixtures/responses/whois.nic.fr/fr/status_registered.expected +57 -0
  78. data/spec/fixtures/responses/whois.nic.fr/pm/status_available.expected +13 -0
  79. data/spec/fixtures/responses/whois.nic.fr/pm/status_registered.expected +57 -0
  80. data/spec/fixtures/responses/whois.nic.fr/re/status_available.expected +13 -0
  81. data/spec/fixtures/responses/whois.nic.fr/re/status_registered.expected +57 -0
  82. data/spec/fixtures/responses/whois.nic.fr/tf/status_available.expected +13 -0
  83. data/spec/fixtures/responses/whois.nic.fr/tf/status_registered.expected +57 -0
  84. data/spec/fixtures/responses/whois.nic.fr/wf/status_available.expected +13 -0
  85. data/spec/fixtures/responses/whois.nic.fr/wf/status_registered.expected +57 -0
  86. data/spec/fixtures/responses/whois.nic.fr/yt/status_available.expected +13 -0
  87. data/spec/fixtures/responses/whois.nic.fr/yt/status_registered.expected +57 -0
  88. data/spec/fixtures/responses/whois.nic.gs/property_status_active.expected +8 -0
  89. data/spec/fixtures/responses/whois.nic.gs/property_status_active.txt +91 -0
  90. data/spec/fixtures/responses/whois.nic.gs/property_status_delegated.expected +8 -0
  91. data/spec/fixtures/responses/whois.nic.gs/property_status_delegated.txt +35 -0
  92. data/spec/fixtures/responses/whois.nic.gs/property_status_not_registered.expected +8 -0
  93. data/spec/fixtures/responses/whois.nic.gs/property_status_not_registered.txt +23 -0
  94. data/spec/fixtures/responses/whois.nic.gs/status_available.expected +7 -0
  95. data/spec/fixtures/responses/whois.nic.gs/status_registered.expected +7 -0
  96. data/spec/fixtures/responses/whois.nic.ht/property_status_active.expected +8 -0
  97. data/spec/fixtures/responses/whois.nic.ht/property_status_active.txt +59 -0
  98. data/spec/fixtures/responses/whois.nic.ht/property_status_delegated.expected +8 -0
  99. data/spec/fixtures/responses/whois.nic.ht/property_status_delegated.txt +58 -0
  100. data/spec/fixtures/responses/whois.nic.ht/property_status_not_registered.expected +8 -0
  101. data/spec/fixtures/responses/whois.nic.ht/property_status_not_registered.txt +23 -0
  102. data/spec/fixtures/responses/whois.nic.ht/status_available.expected +7 -0
  103. data/spec/fixtures/responses/whois.nic.ht/status_available.txt +9 -9
  104. data/spec/fixtures/responses/whois.nic.ht/status_registered.expected +10 -3
  105. data/spec/fixtures/responses/whois.nic.it/property_status_autorenewperiod_clientdeleteprohibited_clientupdateprohibited.txt +63 -0
  106. data/spec/fixtures/responses/whois.nic.it/property_status_pendingtransfer_autorenewperiod.expected +8 -0
  107. data/spec/fixtures/responses/whois.nic.it/property_status_pendingtransfer_autorenewperiod.txt +38 -0
  108. data/spec/fixtures/responses/whois.nic.it/status_reserved.expected +12 -0
  109. data/spec/fixtures/responses/whois.nic.it/status_reserved.txt +2 -0
  110. data/spec/fixtures/responses/whois.nic.ki/property_status_active.expected +8 -0
  111. data/spec/fixtures/responses/whois.nic.ki/property_status_active.txt +54 -0
  112. data/spec/fixtures/responses/whois.nic.ki/property_status_delegated.expected +8 -0
  113. data/spec/fixtures/responses/whois.nic.ki/property_status_delegated.txt +78 -0
  114. data/spec/fixtures/responses/whois.nic.ki/property_status_not_registered.expected +8 -0
  115. data/spec/fixtures/responses/whois.nic.ki/property_status_not_registered.txt +22 -0
  116. data/spec/fixtures/responses/whois.nic.ki/status_available.expected +7 -0
  117. data/spec/fixtures/responses/whois.nic.ki/status_registered.expected +7 -0
  118. data/spec/fixtures/responses/whois.nic.la/property_status_multiple.expected +2 -0
  119. data/spec/fixtures/responses/whois.nic.la/property_status_multiple.txt +75 -0
  120. data/spec/fixtures/responses/whois.nic.la/property_status_single.expected +2 -0
  121. data/spec/fixtures/responses/whois.nic.la/property_status_single.txt +70 -0
  122. data/spec/fixtures/responses/whois.nic.la/status_available.expected +1 -1
  123. data/spec/fixtures/responses/whois.nic.la/status_registered.expected +1 -1
  124. data/spec/fixtures/responses/whois.nic.ms/property_status_active.expected +8 -0
  125. data/spec/fixtures/responses/whois.nic.ms/property_status_active.txt +59 -0
  126. data/spec/fixtures/responses/whois.nic.ms/property_status_delegated.expected +8 -0
  127. data/spec/fixtures/responses/whois.nic.ms/property_status_delegated.txt +55 -0
  128. data/spec/fixtures/responses/whois.nic.ms/property_status_not_registered.expected +8 -0
  129. data/spec/fixtures/responses/whois.nic.ms/property_status_not_registered.txt +15 -0
  130. data/spec/fixtures/responses/whois.nic.ms/status_available.expected +7 -0
  131. data/spec/fixtures/responses/whois.nic.ms/status_registered.expected +7 -0
  132. data/spec/fixtures/responses/whois.nic.mu/property_status_active.expected +8 -0
  133. data/spec/fixtures/responses/whois.nic.mu/property_status_active.txt +22 -0
  134. data/spec/fixtures/responses/whois.nic.mu/property_status_delegated.expected +8 -0
  135. data/spec/fixtures/responses/whois.nic.mu/property_status_delegated.txt +37 -0
  136. data/spec/fixtures/responses/whois.nic.mu/property_status_not_registered.expected +8 -0
  137. data/spec/fixtures/responses/whois.nic.mu/property_status_not_registered.txt +9 -0
  138. data/spec/fixtures/responses/whois.nic.mu/status_available.expected +7 -0
  139. data/spec/fixtures/responses/whois.nic.mu/status_registered.expected +7 -0
  140. data/spec/fixtures/responses/whois.nic.net.nf/property_status_active.expected +8 -0
  141. data/spec/fixtures/responses/whois.nic.net.nf/property_status_active.txt +44 -0
  142. data/spec/fixtures/responses/whois.nic.net.nf/property_status_delegated.expected +8 -0
  143. data/spec/fixtures/responses/whois.nic.net.nf/property_status_delegated.txt +72 -0
  144. data/spec/fixtures/responses/whois.nic.net.nf/property_status_excluded_pendingdelete_restorable.expected +8 -0
  145. data/spec/fixtures/responses/whois.nic.net.nf/property_status_excluded_pendingdelete_restorable.txt +73 -0
  146. data/spec/fixtures/responses/whois.nic.net.nf/property_status_not_registered.expected +8 -0
  147. data/spec/fixtures/responses/whois.nic.net.nf/property_status_not_registered.txt +11 -0
  148. data/spec/fixtures/responses/whois.nic.net.nf/status_available.expected +7 -0
  149. data/spec/fixtures/responses/whois.nic.net.nf/status_registered.expected +7 -0
  150. data/spec/fixtures/responses/whois.nic.net.ng/property_status_active.expected +8 -0
  151. data/spec/fixtures/responses/whois.nic.net.ng/property_status_active.txt +41 -0
  152. data/spec/fixtures/responses/whois.nic.net.ng/property_status_delegated.expected +8 -0
  153. data/spec/fixtures/responses/whois.nic.net.ng/property_status_delegated.txt +41 -0
  154. data/spec/fixtures/responses/whois.nic.net.ng/property_status_not_registered.expected +8 -0
  155. data/spec/fixtures/responses/whois.nic.net.ng/property_status_not_registered.txt +9 -0
  156. data/spec/fixtures/responses/whois.nic.net.sb/property_status_active.expected +8 -0
  157. data/spec/fixtures/responses/whois.nic.net.sb/property_status_active.txt +72 -0
  158. data/spec/fixtures/responses/whois.nic.net.sb/property_status_delegated.expected +8 -0
  159. data/spec/fixtures/responses/whois.nic.net.sb/property_status_delegated.txt +72 -0
  160. data/spec/fixtures/responses/whois.nic.net.sb/property_status_not_registered.expected +8 -0
  161. data/spec/fixtures/responses/whois.nic.net.sb/property_status_not_registered.txt +12 -0
  162. data/spec/fixtures/responses/whois.nic.net.sb/status_available.expected +30 -0
  163. data/spec/fixtures/responses/whois.nic.net.sb/status_available.txt +12 -0
  164. data/spec/fixtures/responses/whois.nic.net.sb/status_registered.expected +37 -0
  165. data/spec/fixtures/responses/whois.nic.net.sb/status_registered.txt +72 -0
  166. data/spec/fixtures/responses/whois.nic.tl/property_status_active.expected +8 -0
  167. data/spec/fixtures/responses/whois.nic.tl/property_status_active.txt +29 -0
  168. data/spec/fixtures/responses/whois.nic.tl/property_status_delegated.expected +8 -0
  169. data/spec/fixtures/responses/whois.nic.tl/property_status_delegated.txt +72 -0
  170. data/spec/fixtures/responses/whois.nic.tl/property_status_not_registered.expected +8 -0
  171. data/spec/fixtures/responses/whois.nic.tl/property_status_not_registered.txt +21 -0
  172. data/spec/fixtures/responses/whois.nic.tl/status_available.expected +7 -0
  173. data/spec/fixtures/responses/whois.nic.tl/status_registered.expected +7 -0
  174. data/spec/fixtures/responses/whois.nic.uk/response_throttled.expected +2 -0
  175. data/spec/fixtures/responses/whois.nic.uk/response_throttled.txt +9 -0
  176. data/spec/fixtures/responses/whois.nic.uk/status_available.expected +8 -0
  177. data/spec/fixtures/responses/whois.nic.uk/status_registered.expected +19 -0
  178. data/spec/fixtures/responses/whois.nic.ve/property_status_suspendido.expected +1 -1
  179. data/spec/fixtures/responses/whois.nic.ve/{status_suspended.expected → status_inactive.expected} +1 -1
  180. data/spec/fixtures/responses/whois.nic.ve/{status_suspended.txt → status_inactive.txt} +0 -0
  181. data/spec/fixtures/responses/whois.nic.xxx/status_reserved.expected +12 -0
  182. data/spec/fixtures/responses/whois.nic.xxx/status_reserved.txt +1 -0
  183. data/spec/fixtures/responses/whois.registro.br/property_nameservers_with_ip.expected +15 -0
  184. data/spec/fixtures/responses/whois.registro.br/property_nameservers_with_ip.txt +50 -0
  185. data/spec/fixtures/responses/whois.registry.gy/property_status_active.expected +8 -0
  186. data/spec/fixtures/responses/whois.registry.gy/property_status_active.txt +58 -0
  187. data/spec/fixtures/responses/whois.registry.gy/property_status_delegated.expected +8 -0
  188. data/spec/fixtures/responses/whois.registry.gy/property_status_delegated.txt +66 -0
  189. data/spec/fixtures/responses/whois.registry.gy/property_status_not_registered.expected +8 -0
  190. data/spec/fixtures/responses/whois.registry.gy/property_status_not_registered.txt +18 -0
  191. data/spec/fixtures/responses/whois.registry.gy/status_available.expected +7 -0
  192. data/spec/fixtures/responses/whois.registry.gy/status_registered.expected +7 -0
  193. data/spec/tlds +2 -2
  194. data/spec/whois/record/parser/responses/jobswhois.verisign-grs.com/property_nameserver_no_nameserver_spec.rb +1 -1
  195. data/spec/whois/record/parser/responses/jobswhois.verisign-grs.com/status_available_spec.rb +1 -1
  196. data/spec/whois/record/parser/responses/jobswhois.verisign-grs.com/status_registered_spec.rb +1 -1
  197. data/spec/whois/record/parser/responses/kero.yachay.pe/status_available_spec.rb +1 -1
  198. data/spec/whois/record/parser/responses/kero.yachay.pe/status_inactive_spec.rb +1 -1
  199. data/spec/whois/record/parser/responses/kero.yachay.pe/status_registered_spec.rb +1 -1
  200. data/spec/whois/record/parser/responses/whois.adamsnames.tc/gd/status_available_spec.rb +1 -1
  201. data/spec/whois/record/parser/responses/whois.adamsnames.tc/gd/status_registered_spec.rb +1 -1
  202. data/spec/whois/record/parser/responses/whois.adamsnames.tc/tc/status_available_spec.rb +1 -1
  203. data/spec/whois/record/parser/responses/whois.adamsnames.tc/tc/status_registered_spec.rb +1 -1
  204. data/spec/whois/record/parser/responses/whois.adamsnames.tc/vg/status_available_spec.rb +1 -1
  205. data/spec/whois/record/parser/responses/whois.adamsnames.tc/vg/status_registered_spec.rb +1 -1
  206. data/spec/whois/record/parser/responses/whois.aeda.net.ae/status_available_spec.rb +1 -1
  207. data/spec/whois/record/parser/responses/whois.aeda.net.ae/status_registered_spec.rb +1 -1
  208. data/spec/whois/record/parser/responses/whois.aero/status_available_spec.rb +1 -1
  209. data/spec/whois/record/parser/responses/whois.aero/status_registered_spec.rb +1 -1
  210. data/spec/whois/record/parser/responses/whois.afilias-grs.info/bz/status_available_spec.rb +1 -1
  211. data/spec/whois/record/parser/responses/whois.afilias-grs.info/bz/status_registered_spec.rb +1 -1
  212. data/spec/whois/record/parser/responses/whois.afilias-grs.info/gi/status_available_spec.rb +1 -1
  213. data/spec/whois/record/parser/responses/whois.afilias-grs.info/gi/status_registered_spec.rb +1 -1
  214. data/spec/whois/record/parser/responses/whois.afilias-grs.info/hn/status_available_spec.rb +1 -1
  215. data/spec/whois/record/parser/responses/whois.afilias-grs.info/hn/status_registered_spec.rb +1 -1
  216. data/spec/whois/record/parser/responses/whois.afilias-grs.info/lc/status_available_spec.rb +1 -1
  217. data/spec/whois/record/parser/responses/whois.afilias-grs.info/lc/status_registered_spec.rb +1 -1
  218. data/spec/whois/record/parser/responses/whois.afilias-grs.info/mn/status_available_spec.rb +1 -1
  219. data/spec/whois/record/parser/responses/whois.afilias-grs.info/mn/status_registered_spec.rb +1 -1
  220. data/spec/whois/record/parser/responses/whois.afilias-grs.info/sc/status_available_spec.rb +1 -1
  221. data/spec/whois/record/parser/responses/whois.afilias-grs.info/sc/status_registered_spec.rb +1 -1
  222. data/spec/whois/record/parser/responses/whois.afilias-grs.info/vc/status_available_spec.rb +1 -1
  223. data/spec/whois/record/parser/responses/whois.afilias-grs.info/vc/status_registered_spec.rb +1 -1
  224. data/spec/whois/record/parser/responses/whois.afilias.info/status_available_spec.rb +1 -1
  225. data/spec/whois/record/parser/responses/whois.afilias.info/status_registered_spec.rb +1 -1
  226. data/spec/whois/record/parser/responses/whois.ai/status_available_spec.rb +1 -1
  227. data/spec/whois/record/parser/responses/whois.ai/status_registered_spec.rb +1 -1
  228. data/spec/whois/record/parser/responses/whois.arnes.si/status_available_spec.rb +1 -1
  229. data/spec/whois/record/parser/responses/whois.arnes.si/status_registered_spec.rb +1 -1
  230. data/spec/whois/record/parser/responses/whois.audns.net.au/property_status_with_multiple_spec.rb +1 -1
  231. data/spec/whois/record/parser/responses/whois.audns.net.au/status_available_spec.rb +1 -1
  232. data/spec/whois/record/parser/responses/whois.audns.net.au/status_registered_spec.rb +1 -1
  233. data/spec/whois/record/parser/responses/whois.biz/status_available_spec.rb +1 -1
  234. data/spec/whois/record/parser/responses/whois.biz/status_registered_spec.rb +1 -1
  235. data/spec/whois/record/parser/responses/whois.cat/property_status_missing_spec.rb +1 -1
  236. data/spec/whois/record/parser/responses/whois.cat/property_status_multiple_spec.rb +1 -1
  237. data/spec/whois/record/parser/responses/whois.cat/property_status_ok_spec.rb +1 -1
  238. data/spec/whois/record/parser/responses/whois.cat/status_available_spec.rb +1 -1
  239. data/spec/whois/record/parser/responses/whois.cat/status_registered_spec.rb +1 -1
  240. data/spec/whois/record/parser/responses/whois.cctld.uz/status_available_spec.rb +1 -1
  241. data/spec/whois/record/parser/responses/whois.cctld.uz/status_registered_spec.rb +1 -1
  242. data/spec/whois/record/parser/responses/whois.centralnic.com/ae.org/status_available_spec.rb +1 -1
  243. data/spec/whois/record/parser/responses/whois.centralnic.com/ae.org/status_registered_spec.rb +1 -1
  244. data/spec/whois/record/parser/responses/whois.centralnic.com/ar.com/status_available_spec.rb +1 -1
  245. data/spec/whois/record/parser/responses/whois.centralnic.com/ar.com/status_registered_spec.rb +1 -1
  246. data/spec/whois/record/parser/responses/whois.centralnic.com/br.com/status_available_spec.rb +1 -1
  247. data/spec/whois/record/parser/responses/whois.centralnic.com/br.com/status_registered_spec.rb +1 -1
  248. data/spec/whois/record/parser/responses/whois.centralnic.com/cn.com/status_available_spec.rb +1 -1
  249. data/spec/whois/record/parser/responses/whois.centralnic.com/cn.com/status_registered_spec.rb +1 -1
  250. data/spec/whois/record/parser/responses/whois.centralnic.com/de.com/status_available_spec.rb +1 -1
  251. data/spec/whois/record/parser/responses/whois.centralnic.com/de.com/status_registered_spec.rb +1 -1
  252. data/spec/whois/record/parser/responses/whois.centralnic.com/eu.com/status_available_spec.rb +1 -1
  253. data/spec/whois/record/parser/responses/whois.centralnic.com/eu.com/status_registered_spec.rb +1 -1
  254. data/spec/whois/record/parser/responses/whois.centralnic.com/gb.com/status_available_spec.rb +1 -1
  255. data/spec/whois/record/parser/responses/whois.centralnic.com/gb.com/status_registered_spec.rb +1 -1
  256. data/spec/whois/record/parser/responses/whois.centralnic.com/gb.net/status_available_spec.rb +1 -1
  257. data/spec/whois/record/parser/responses/whois.centralnic.com/gb.net/status_registered_spec.rb +1 -1
  258. data/spec/whois/record/parser/responses/whois.centralnic.com/hu.com/status_available_spec.rb +1 -1
  259. data/spec/whois/record/parser/responses/whois.centralnic.com/hu.com/status_registered_spec.rb +1 -1
  260. data/spec/whois/record/parser/responses/whois.centralnic.com/jpn.com/status_available_spec.rb +1 -1
  261. data/spec/whois/record/parser/responses/whois.centralnic.com/jpn.com/status_registered_spec.rb +1 -1
  262. data/spec/whois/record/parser/responses/whois.centralnic.com/kr.com/status_available_spec.rb +1 -1
  263. data/spec/whois/record/parser/responses/whois.centralnic.com/kr.com/status_registered_spec.rb +1 -1
  264. data/spec/whois/record/parser/responses/whois.centralnic.com/no.com/status_available_spec.rb +1 -1
  265. data/spec/whois/record/parser/responses/whois.centralnic.com/no.com/status_registered_spec.rb +1 -1
  266. data/spec/whois/record/parser/responses/whois.centralnic.com/qc.com/status_available_spec.rb +1 -1
  267. data/spec/whois/record/parser/responses/whois.centralnic.com/qc.com/status_registered_spec.rb +1 -1
  268. data/spec/whois/record/parser/responses/whois.centralnic.com/ru.com/status_available_spec.rb +1 -1
  269. data/spec/whois/record/parser/responses/whois.centralnic.com/ru.com/status_registered_spec.rb +1 -1
  270. data/spec/whois/record/parser/responses/whois.centralnic.com/sa.com/status_available_spec.rb +1 -1
  271. data/spec/whois/record/parser/responses/whois.centralnic.com/sa.com/status_registered_spec.rb +1 -1
  272. data/spec/whois/record/parser/responses/whois.centralnic.com/se.com/status_available_spec.rb +1 -1
  273. data/spec/whois/record/parser/responses/whois.centralnic.com/se.com/status_registered_spec.rb +1 -1
  274. data/spec/whois/record/parser/responses/whois.centralnic.com/se.net/status_available_spec.rb +1 -1
  275. data/spec/whois/record/parser/responses/whois.centralnic.com/se.net/status_registered_spec.rb +1 -1
  276. data/spec/whois/record/parser/responses/whois.centralnic.com/uk.com/status_available_spec.rb +1 -1
  277. data/spec/whois/record/parser/responses/whois.centralnic.com/uk.com/status_registered_spec.rb +1 -1
  278. data/spec/whois/record/parser/responses/whois.centralnic.com/uk.net/status_available_spec.rb +1 -1
  279. data/spec/whois/record/parser/responses/whois.centralnic.com/uk.net/status_registered_spec.rb +1 -1
  280. data/spec/whois/record/parser/responses/whois.centralnic.com/us.com/status_available_spec.rb +1 -1
  281. data/spec/whois/record/parser/responses/whois.centralnic.com/us.com/status_registered_spec.rb +1 -1
  282. data/spec/whois/record/parser/responses/whois.centralnic.com/uy.com/status_available_spec.rb +1 -1
  283. data/spec/whois/record/parser/responses/whois.centralnic.com/uy.com/status_registered_spec.rb +1 -1
  284. data/spec/whois/record/parser/responses/whois.centralnic.com/za.com/status_available_spec.rb +1 -1
  285. data/spec/whois/record/parser/responses/whois.centralnic.com/za.com/status_registered_spec.rb +1 -1
  286. data/spec/whois/record/parser/responses/whois.cira.ca/schema-1/status_available_spec.rb +1 -1
  287. data/spec/whois/record/parser/responses/whois.cira.ca/schema-1/status_registered_spec.rb +1 -1
  288. data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_autorenew_grace_spec.rb +1 -1
  289. data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_available_spec.rb +1 -1
  290. data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_redemption_spec.rb +1 -1
  291. data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_registered_spec.rb +1 -1
  292. data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_tobereleased_spec.rb +1 -1
  293. data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/status_available_spec.rb +1 -1
  294. data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/status_invalid_spec.rb +1 -1
  295. data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/status_registered_spec.rb +1 -1
  296. data/spec/whois/record/parser/responses/whois.cnnic.cn/property_status_ok_spec.rb +1 -1
  297. data/spec/whois/record/parser/responses/whois.cnnic.cn/status_available_spec.rb +1 -1
  298. data/spec/whois/record/parser/responses/whois.cnnic.cn/status_registered_spec.rb +1 -1
  299. data/spec/whois/record/parser/responses/whois.cnnic.cn/status_reserved_spec.rb +1 -1
  300. data/spec/whois/record/parser/responses/whois.co.ca/status_available_spec.rb +1 -1
  301. data/spec/whois/record/parser/responses/whois.co.ca/status_registered_spec.rb +1 -1
  302. data/spec/whois/record/parser/responses/whois.co.ca/status_reserved_spec.rb +1 -1
  303. data/spec/whois/record/parser/responses/whois.co.pl/status_available_spec.rb +1 -1
  304. data/spec/whois/record/parser/responses/whois.co.pl/status_registered_spec.rb +1 -1
  305. data/spec/whois/record/parser/responses/whois.co.ug/status_available_spec.rb +1 -1
  306. data/spec/whois/record/parser/responses/whois.co.ug/status_registered_spec.rb +1 -1
  307. data/spec/whois/record/parser/responses/whois.coza.net.za/status_available_spec.rb +1 -1
  308. data/spec/whois/record/parser/responses/whois.coza.net.za/status_registered_spec.rb +1 -1
  309. data/spec/whois/record/parser/responses/whois.crsnic.net/property_nameserver_no_nameserver_spec.rb +1 -1
  310. data/spec/whois/record/parser/responses/whois.crsnic.net/property_registrar_with_multiple_entries_spec.rb +1 -1
  311. data/spec/whois/record/parser/responses/whois.crsnic.net/status_available_spec.rb +1 -1
  312. data/spec/whois/record/parser/responses/whois.crsnic.net/status_registered_spec.rb +1 -1
  313. data/spec/whois/record/parser/responses/whois.denic.de/schema-1.10.0/status_available_spec.rb +1 -1
  314. data/spec/whois/record/parser/responses/whois.denic.de/schema-1.10.0/status_registered_spec.rb +1 -1
  315. data/spec/whois/record/parser/responses/whois.denic.de/schema-1.11.0/property_nameservers_with_ip_spec.rb +1 -1
  316. data/spec/whois/record/parser/responses/whois.denic.de/schema-1.11.0/status_available_spec.rb +1 -1
  317. data/spec/whois/record/parser/responses/whois.denic.de/schema-1.11.0/status_invalid_spec.rb +1 -1
  318. data/spec/whois/record/parser/responses/whois.denic.de/schema-1.11.0/status_registered_spec.rb +1 -1
  319. data/spec/whois/record/parser/responses/whois.denic.de/schema-2.0/property_nameservers_with_ip_spec.rb +1 -1
  320. data/spec/whois/record/parser/responses/whois.denic.de/schema-2.0/response_throttled_spec.rb +1 -1
  321. data/spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_available_spec.rb +1 -1
  322. data/spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_failed_ace_spec.rb +1 -1
  323. data/spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_failed_spec.rb +1 -1
  324. data/spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_invalid_spec.rb +1 -1
  325. data/spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_registered_spec.rb +1 -1
  326. data/spec/whois/record/parser/responses/whois.dk-hostmaster.dk/status_available_spec.rb +1 -1
  327. data/spec/whois/record/parser/responses/whois.dk-hostmaster.dk/status_registered_spec.rb +1 -1
  328. data/spec/whois/record/parser/responses/whois.dns.be/property_nameservers_with_ip_spec.rb +1 -1
  329. data/spec/whois/record/parser/responses/whois.dns.be/response_throttled_spec.rb +1 -1
  330. data/spec/whois/record/parser/responses/whois.dns.be/status_available_spec.rb +1 -1
  331. data/spec/whois/record/parser/responses/whois.dns.be/status_registered_spec.rb +1 -1
  332. data/spec/whois/record/parser/responses/whois.dns.lu/property_nameservers_with_ip_spec.rb +1 -1
  333. data/spec/whois/record/parser/responses/whois.dns.lu/status_available_spec.rb +1 -1
  334. data/spec/whois/record/parser/responses/whois.dns.lu/status_registered_spec.rb +1 -1
  335. data/spec/whois/record/parser/responses/whois.dns.pl/property_nameservers_with_ip_spec.rb +1 -1
  336. data/spec/whois/record/parser/responses/whois.dns.pl/status_available_spec.rb +1 -1
  337. data/spec/whois/record/parser/responses/whois.dns.pl/status_registered_spec.rb +1 -1
  338. data/spec/whois/record/parser/responses/whois.dns.pt/property_nameservers_spec.rb +1 -1
  339. data/spec/whois/record/parser/responses/whois.dns.pt/property_nameservers_without_host_spec.rb +1 -1
  340. data/spec/whois/record/parser/responses/whois.dns.pt/property_status_techpro_spec.rb +39 -0
  341. data/spec/whois/record/parser/responses/whois.dns.pt/status_available_spec.rb +2 -2
  342. data/spec/whois/record/parser/responses/whois.dns.pt/status_inactive_spec.rb +62 -0
  343. data/spec/whois/record/parser/responses/whois.dns.pt/status_registered_spec.rb +3 -2
  344. data/spec/whois/record/parser/responses/whois.dns.pt/status_reserved_spec.rb +2 -2
  345. data/spec/whois/record/parser/responses/whois.domain-registry.nl/property_nameservers_with_ip_spec.rb +1 -1
  346. data/spec/whois/record/parser/responses/whois.domain-registry.nl/response_throttled_daily_spec.rb +1 -1
  347. data/spec/whois/record/parser/responses/whois.domain-registry.nl/response_throttled_spec.rb +1 -1
  348. data/spec/whois/record/parser/responses/whois.domain-registry.nl/response_unavailable_spec.rb +1 -1
  349. data/spec/whois/record/parser/responses/whois.domain-registry.nl/status_available_spec.rb +1 -1
  350. data/spec/whois/record/parser/responses/whois.domain-registry.nl/status_quarantine_spec.rb +1 -1
  351. data/spec/whois/record/parser/responses/whois.domain-registry.nl/status_registered_spec.rb +1 -1
  352. data/spec/whois/record/parser/responses/whois.domain.kg/status_available_spec.rb +1 -1
  353. data/spec/whois/record/parser/responses/whois.domain.kg/status_registered_spec.rb +1 -1
  354. data/spec/whois/record/parser/responses/whois.domainregistry.ie/property_nameservers_with_ip_spec.rb +1 -1
  355. data/spec/whois/record/parser/responses/whois.domainregistry.ie/status_available_spec.rb +1 -1
  356. data/spec/whois/record/parser/responses/whois.domainregistry.ie/status_registered_spec.rb +1 -1
  357. data/spec/whois/record/parser/responses/whois.domainregistry.my/status_available_spec.rb +1 -1
  358. data/spec/whois/record/parser/responses/whois.domainregistry.my/status_registered_spec.rb +1 -1
  359. data/spec/whois/record/parser/responses/whois.domreg.lt/property_nameservers_with_ip_spec.rb +1 -1
  360. data/spec/whois/record/parser/responses/whois.domreg.lt/status_available_spec.rb +1 -1
  361. data/spec/whois/record/parser/responses/whois.domreg.lt/status_registered_spec.rb +1 -1
  362. data/spec/whois/record/parser/responses/whois.dot.tk/status_available_spec.rb +1 -1
  363. data/spec/whois/record/parser/responses/whois.dot.tk/status_registered_spec.rb +1 -1
  364. data/spec/whois/record/parser/responses/whois.dotmobiregistry.net/status_available_spec.rb +1 -1
  365. data/spec/whois/record/parser/responses/whois.dotmobiregistry.net/status_registered_spec.rb +1 -1
  366. data/spec/whois/record/parser/responses/whois.educause.edu/property_updated_on_unknown_spec.rb +1 -1
  367. data/spec/whois/record/parser/responses/whois.educause.edu/status_available_spec.rb +1 -1
  368. data/spec/whois/record/parser/responses/whois.educause.edu/status_registered_spec.rb +1 -1
  369. data/spec/whois/record/parser/responses/whois.eenet.ee/status_available_spec.rb +1 -1
  370. data/spec/whois/record/parser/responses/whois.eenet.ee/status_registered_spec.rb +1 -1
  371. data/spec/whois/record/parser/responses/whois.eu.org/status_available_spec.rb +1 -1
  372. data/spec/whois/record/parser/responses/whois.eu.org/status_registered_spec.rb +1 -1
  373. data/spec/whois/record/parser/responses/whois.eu/property_nameservers_spec.rb +1 -1
  374. data/spec/whois/record/parser/responses/whois.eu/status_available_spec.rb +1 -1
  375. data/spec/whois/record/parser/responses/whois.eu/status_registered_spec.rb +1 -1
  376. data/spec/whois/record/parser/responses/whois.ficora.fi/status_available_spec.rb +1 -1
  377. data/spec/whois/record/parser/responses/whois.ficora.fi/status_registered_spec.rb +1 -1
  378. data/spec/whois/record/parser/responses/whois.gg/status_available_spec.rb +1 -1
  379. data/spec/whois/record/parser/responses/whois.gg/status_registered_spec.rb +1 -1
  380. data/spec/whois/record/parser/responses/whois.godaddy.com/status_registered_spec.rb +1 -19
  381. data/spec/whois/record/parser/responses/whois.gov.za/status_available_spec.rb +1 -1
  382. data/spec/whois/record/parser/responses/whois.gov.za/status_registered_spec.rb +1 -1
  383. data/spec/whois/record/parser/responses/whois.hkirc.hk/status_available_spec.rb +1 -1
  384. data/spec/whois/record/parser/responses/whois.hkirc.hk/status_registered_spec.rb +1 -1
  385. data/spec/whois/record/parser/responses/whois.iam.net.ma/status_available_spec.rb +1 -1
  386. data/spec/whois/record/parser/responses/whois.iam.net.ma/status_registered_spec.rb +1 -1
  387. data/spec/whois/record/parser/responses/whois.iana.org/status_available_spec.rb +1 -1
  388. data/spec/whois/record/parser/responses/whois.iana.org/status_not_assigned_spec.rb +1 -1
  389. data/spec/whois/record/parser/responses/whois.iana.org/status_registered_spec.rb +1 -1
  390. data/spec/whois/record/parser/responses/whois.in.ua/status_available_spec.rb +1 -1
  391. data/spec/whois/record/parser/responses/whois.in.ua/status_registered_spec.rb +1 -1
  392. data/spec/whois/record/parser/responses/whois.isnic.is/status_available_spec.rb +1 -1
  393. data/spec/whois/record/parser/responses/whois.isnic.is/status_registered_spec.rb +1 -1
  394. data/spec/whois/record/parser/responses/whois.isoc.org.il/property_status_missing_spec.rb +1 -1
  395. data/spec/whois/record/parser/responses/whois.isoc.org.il/property_status_transfer_allowed_spec.rb +1 -1
  396. data/spec/whois/record/parser/responses/whois.isoc.org.il/property_status_transfer_locked_spec.rb +1 -1
  397. data/spec/whois/record/parser/responses/whois.isoc.org.il/status_available_spec.rb +1 -1
  398. data/spec/whois/record/parser/responses/whois.isoc.org.il/status_registered_spec.rb +1 -1
  399. data/spec/whois/record/parser/responses/whois.ja.net/ac.uk/status_available_spec.rb +1 -1
  400. data/spec/whois/record/parser/responses/whois.ja.net/ac.uk/status_registered_spec.rb +1 -1
  401. data/spec/whois/record/parser/responses/whois.ja.net/gov.uk/status_available_spec.rb +1 -1
  402. data/spec/whois/record/parser/responses/whois.ja.net/gov.uk/status_registered_spec.rb +1 -1
  403. data/spec/whois/record/parser/responses/whois.je/status_available_spec.rb +3 -3
  404. data/spec/whois/record/parser/responses/whois.je/status_registered_spec.rb +8 -6
  405. data/spec/whois/record/parser/responses/whois.jprs.jp/jp/property_created_on_and_expires_on_missing_spec.rb +1 -1
  406. data/spec/whois/record/parser/responses/whois.jprs.jp/jp/property_expires_on_missing_spec.rb +1 -1
  407. data/spec/whois/record/parser/responses/whois.jprs.jp/jp/property_updates_on_error_out-of-range_spec.rb +1 -1
  408. data/spec/whois/record/parser/responses/whois.jprs.jp/jp/status_available_spec.rb +1 -1
  409. data/spec/whois/record/parser/responses/whois.jprs.jp/jp/status_registered_spec.rb +1 -1
  410. data/spec/whois/record/parser/responses/whois.jprs.jp/jp/status_reserved_spec.rb +1 -1
  411. data/spec/whois/record/parser/responses/whois.jprs.jp/ne.jp/status_available_spec.rb +1 -1
  412. data/spec/whois/record/parser/responses/whois.jprs.jp/ne.jp/status_registered_spec.rb +1 -1
  413. data/spec/whois/record/parser/responses/whois.kenic.or.ke/status_available_spec.rb +1 -1
  414. data/spec/whois/record/parser/responses/whois.kenic.or.ke/status_registered_spec.rb +1 -1
  415. data/spec/whois/record/parser/responses/whois.kr/property_nameservers_with_ip_spec.rb +1 -1
  416. data/spec/whois/record/parser/responses/whois.kr/status_available_spec.rb +1 -1
  417. data/spec/whois/record/parser/responses/whois.kr/status_registered_spec.rb +1 -1
  418. data/spec/whois/record/parser/responses/whois.markmonitor.com/property_contacts_are_blank_spec.rb +1 -1
  419. data/spec/whois/record/parser/responses/whois.markmonitor.com/status_registered_spec.rb +1 -1
  420. data/spec/whois/record/parser/responses/whois.meregistry.net/property_nameservers_is_blank_spec.rb +1 -1
  421. data/spec/whois/record/parser/responses/whois.meregistry.net/property_updated_on_is_blank_spec.rb +1 -1
  422. data/spec/whois/record/parser/responses/whois.meregistry.net/status_available_spec.rb +1 -1
  423. data/spec/whois/record/parser/responses/whois.meregistry.net/status_registered_spec.rb +1 -1
  424. data/spec/whois/record/parser/responses/whois.museum/status_available_spec.rb +1 -1
  425. data/spec/whois/record/parser/responses/whois.museum/status_registered_spec.rb +1 -1
  426. data/spec/whois/record/parser/responses/whois.na-nic.com.na/property_status_suspended_spec.rb +39 -0
  427. data/spec/whois/record/parser/responses/whois.na-nic.com.na/status_available_spec.rb +11 -1
  428. data/spec/whois/record/parser/responses/whois.na-nic.com.na/status_registered_spec.rb +11 -1
  429. data/spec/whois/record/parser/responses/whois.net.ua/property_nameservers_uppercase_spec.rb +1 -1
  430. data/spec/whois/record/parser/responses/whois.net.ua/status_available_spec.rb +1 -1
  431. data/spec/whois/record/parser/responses/whois.net.ua/status_registered_spec.rb +1 -1
  432. data/spec/whois/record/parser/responses/whois.netcom.cm/status_available_spec.rb +1 -1
  433. data/spec/whois/record/parser/responses/whois.netcom.cm/status_registered_spec.rb +1 -1
  434. data/spec/whois/record/parser/responses/whois.nic-se.se/property_datetime_is_dash_spec.rb +1 -1
  435. data/spec/whois/record/parser/responses/whois.nic-se.se/property_nameservers_with_ip_spec.rb +1 -1
  436. data/spec/whois/record/parser/responses/whois.nic-se.se/status_available_spec.rb +1 -1
  437. data/spec/whois/record/parser/responses/whois.nic-se.se/status_inactive_spec.rb +1 -1
  438. data/spec/whois/record/parser/responses/whois.nic-se.se/status_registered_spec.rb +1 -1
  439. data/spec/whois/record/parser/responses/whois.nic.ac/status_available_spec.rb +1 -1
  440. data/spec/whois/record/parser/responses/whois.nic.ac/status_registered_spec.rb +1 -1
  441. data/spec/whois/record/parser/responses/whois.nic.af/property_status_active_spec.rb +1 -1
  442. data/spec/whois/record/parser/responses/whois.nic.af/property_status_delegated_spec.rb +1 -1
  443. data/spec/whois/record/parser/responses/whois.nic.af/property_status_not_registered_spec.rb +1 -1
  444. data/spec/whois/record/parser/responses/whois.nic.af/status_available_spec.rb +11 -1
  445. data/spec/whois/record/parser/responses/whois.nic.af/status_registered_spec.rb +11 -1
  446. data/spec/whois/record/parser/responses/whois.nic.ag/status_available_spec.rb +1 -1
  447. data/spec/whois/record/parser/responses/whois.nic.ag/status_registered_spec.rb +1 -1
  448. data/spec/whois/record/parser/responses/whois.nic.am/status_available_spec.rb +1 -1
  449. data/spec/whois/record/parser/responses/whois.nic.am/status_registered_spec.rb +1 -1
  450. data/spec/whois/record/parser/responses/whois.nic.as/status_available_spec.rb +1 -1
  451. data/spec/whois/record/parser/responses/whois.nic.as/status_registered_spec.rb +1 -1
  452. data/spec/whois/record/parser/responses/whois.nic.asia/property_status_multiple_spec.rb +1 -1
  453. data/spec/whois/record/parser/responses/whois.nic.asia/property_status_single_spec.rb +1 -1
  454. data/spec/whois/record/parser/responses/whois.nic.asia/status_available_spec.rb +1 -1
  455. data/spec/whois/record/parser/responses/whois.nic.asia/status_registered_spec.rb +1 -1
  456. data/spec/whois/record/parser/responses/whois.nic.at/status_available_spec.rb +1 -1
  457. data/spec/whois/record/parser/responses/whois.nic.at/status_registered_spec.rb +1 -1
  458. data/spec/whois/record/parser/responses/whois.nic.bo/status_available_spec.rb +1 -1
  459. data/spec/whois/record/parser/responses/whois.nic.bo/status_registered_spec.rb +1 -1
  460. data/spec/whois/record/parser/responses/whois.nic.cc/property_nameserver_no_nameserver_spec.rb +1 -1
  461. data/spec/whois/record/parser/responses/whois.nic.cc/status_available_spec.rb +1 -1
  462. data/spec/whois/record/parser/responses/whois.nic.cc/status_registered_spec.rb +1 -1
  463. data/spec/whois/record/parser/responses/whois.nic.cd/status_available_spec.rb +1 -1
  464. data/spec/whois/record/parser/responses/whois.nic.cd/status_registered_spec.rb +1 -1
  465. data/spec/whois/record/parser/responses/whois.nic.ch/property_nameservers_with_ip_spec.rb +1 -1
  466. data/spec/whois/record/parser/responses/whois.nic.ch/status_available_spec.rb +1 -1
  467. data/spec/whois/record/parser/responses/whois.nic.ch/status_registered_spec.rb +1 -1
  468. data/spec/whois/record/parser/responses/whois.nic.ci/status_available_spec.rb +1 -1
  469. data/spec/whois/record/parser/responses/whois.nic.ci/status_registered_spec.rb +1 -1
  470. data/spec/whois/record/parser/responses/whois.nic.ck/status_available_spec.rb +1 -1
  471. data/spec/whois/record/parser/responses/whois.nic.ck/status_registered_spec.rb +1 -1
  472. data/spec/whois/record/parser/responses/whois.nic.cl/status_available_spec.rb +1 -1
  473. data/spec/whois/record/parser/responses/whois.nic.cl/status_registered_spec.rb +1 -1
  474. data/spec/whois/record/parser/responses/whois.nic.co/status_available_spec.rb +1 -1
  475. data/spec/whois/record/parser/responses/whois.nic.co/status_registered_spec.rb +1 -1
  476. data/spec/whois/record/parser/responses/whois.nic.coop/property_status_multiple_spec.rb +29 -0
  477. data/spec/whois/record/parser/responses/whois.nic.coop/property_status_single_spec.rb +29 -0
  478. data/spec/whois/record/parser/responses/whois.nic.coop/status_available_spec.rb +2 -2
  479. data/spec/whois/record/parser/responses/whois.nic.coop/status_registered_spec.rb +2 -2
  480. data/spec/whois/record/parser/responses/whois.nic.cx/property_status_active_spec.rb +39 -0
  481. data/spec/whois/record/parser/responses/whois.nic.cx/property_status_delegated_spec.rb +39 -0
  482. data/spec/whois/record/parser/responses/whois.nic.cx/property_status_not_registered_spec.rb +39 -0
  483. data/spec/whois/record/parser/responses/whois.nic.cx/status_available_spec.rb +11 -1
  484. data/spec/whois/record/parser/responses/whois.nic.cx/status_registered_spec.rb +11 -1
  485. data/spec/whois/record/parser/responses/whois.nic.cz/property_nameservers_with_ip_spec.rb +10 -6
  486. data/spec/whois/record/parser/responses/whois.nic.cz/property_status_expired_spec.rb +1 -1
  487. data/spec/whois/record/parser/responses/whois.nic.cz/property_status_missing_spec.rb +1 -1
  488. data/spec/whois/record/parser/responses/whois.nic.cz/property_status_paid_spec.rb +1 -1
  489. data/spec/whois/record/parser/responses/whois.nic.cz/property_status_update_prohibited_spec.rb +1 -1
  490. data/spec/whois/record/parser/responses/whois.nic.cz/status_available_spec.rb +1 -1
  491. data/spec/whois/record/parser/responses/whois.nic.cz/status_registered_spec.rb +1 -1
  492. data/spec/whois/record/parser/responses/whois.nic.dz/dz/status_available_spec.rb +1 -1
  493. data/spec/whois/record/parser/responses/whois.nic.dz/dz/status_registered_spec.rb +1 -1
  494. data/spec/whois/record/parser/responses/whois.nic.ec/status_available_spec.rb +1 -1
  495. data/spec/whois/record/parser/responses/whois.nic.ec/status_registered_spec.rb +1 -1
  496. data/spec/whois/record/parser/responses/whois.nic.fr/fr/property_nameservers_spec.rb +1 -1
  497. data/spec/whois/record/parser/responses/whois.nic.fr/fr/property_nameservers_with_ipv4_and_some_ipv6_spec.rb +1 -1
  498. data/spec/whois/record/parser/responses/whois.nic.fr/fr/property_status_active_spec.rb +39 -0
  499. data/spec/whois/record/parser/responses/whois.nic.fr/fr/property_status_blocked_spec.rb +39 -0
  500. data/spec/whois/record/parser/responses/whois.nic.fr/fr/property_status_missing_spec.rb +1 -1
  501. data/spec/whois/record/parser/responses/whois.nic.fr/fr/property_status_redemption_spec.rb +1 -1
  502. data/spec/whois/record/parser/responses/whois.nic.fr/fr/property_status_registered_spec.rb +1 -1
  503. data/spec/whois/record/parser/responses/whois.nic.fr/fr/status_available_spec.rb +19 -1
  504. data/spec/whois/record/parser/responses/whois.nic.fr/fr/status_registered_spec.rb +63 -1
  505. data/spec/whois/record/parser/responses/whois.nic.fr/pm/property_nameservers_with_ipv4_and_ipv6_spec.rb +1 -1
  506. data/spec/whois/record/parser/responses/whois.nic.fr/pm/status_available_spec.rb +19 -1
  507. data/spec/whois/record/parser/responses/whois.nic.fr/pm/status_registered_spec.rb +63 -1
  508. data/spec/whois/record/parser/responses/whois.nic.fr/re/property_nameservers_with_ipv4_and_ipv6_spec.rb +1 -1
  509. data/spec/whois/record/parser/responses/whois.nic.fr/re/status_available_spec.rb +19 -1
  510. data/spec/whois/record/parser/responses/whois.nic.fr/re/status_registered_spec.rb +63 -1
  511. data/spec/whois/record/parser/responses/whois.nic.fr/tf/property_status_frozen_spec.rb +1 -1
  512. data/spec/whois/record/parser/responses/whois.nic.fr/tf/status_available_spec.rb +19 -1
  513. data/spec/whois/record/parser/responses/whois.nic.fr/tf/status_registered_spec.rb +63 -1
  514. data/spec/whois/record/parser/responses/whois.nic.fr/wf/status_available_spec.rb +19 -1
  515. data/spec/whois/record/parser/responses/whois.nic.fr/wf/status_registered_spec.rb +63 -1
  516. data/spec/whois/record/parser/responses/whois.nic.fr/yt/status_available_spec.rb +19 -1
  517. data/spec/whois/record/parser/responses/whois.nic.fr/yt/status_registered_spec.rb +63 -1
  518. data/spec/whois/record/parser/responses/whois.nic.gl/status_available_spec.rb +1 -1
  519. data/spec/whois/record/parser/responses/whois.nic.gl/status_registered_spec.rb +1 -1
  520. data/spec/whois/record/parser/responses/whois.nic.gov/status_available_spec.rb +1 -1
  521. data/spec/whois/record/parser/responses/whois.nic.gov/status_registered_spec.rb +1 -1
  522. data/spec/whois/record/parser/responses/whois.nic.gs/property_status_active_spec.rb +39 -0
  523. data/spec/whois/record/parser/responses/whois.nic.gs/property_status_delegated_spec.rb +39 -0
  524. data/spec/whois/record/parser/responses/whois.nic.gs/property_status_not_registered_spec.rb +39 -0
  525. data/spec/whois/record/parser/responses/whois.nic.gs/status_available_spec.rb +11 -1
  526. data/spec/whois/record/parser/responses/whois.nic.gs/status_registered_spec.rb +11 -1
  527. data/spec/whois/record/parser/responses/whois.nic.ht/property_status_active_spec.rb +39 -0
  528. data/spec/whois/record/parser/responses/whois.nic.ht/property_status_delegated_spec.rb +39 -0
  529. data/spec/whois/record/parser/responses/whois.nic.ht/property_status_not_registered_spec.rb +39 -0
  530. data/spec/whois/record/parser/responses/whois.nic.ht/status_available_spec.rb +11 -1
  531. data/spec/whois/record/parser/responses/whois.nic.ht/status_registered_spec.rb +14 -4
  532. data/spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/property_contact_company_spec.rb +1 -1
  533. data/spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/property_contact_private_person_spec.rb +1 -1
  534. data/spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/property_contact_without_address_spec.rb +1 -1
  535. data/spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/status_available_spec.rb +1 -1
  536. data/spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/status_in_progress_spec.rb +1 -1
  537. data/spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/status_registered_spec.rb +1 -1
  538. data/spec/whois/record/parser/responses/whois.nic.hu/schema-current/status_available_spec.rb +1 -1
  539. data/spec/whois/record/parser/responses/whois.nic.hu/schema-current/status_registered_spec.rb +1 -1
  540. data/spec/whois/record/parser/responses/whois.nic.im/status_available_spec.rb +1 -1
  541. data/spec/whois/record/parser/responses/whois.nic.im/status_registered_spec.rb +1 -1
  542. data/spec/whois/record/parser/responses/whois.nic.io/status_available_spec.rb +1 -1
  543. data/spec/whois/record/parser/responses/whois.nic.io/status_registered_spec.rb +1 -1
  544. data/spec/whois/record/parser/responses/whois.nic.ir/status_available_spec.rb +1 -1
  545. data/spec/whois/record/parser/responses/whois.nic.ir/status_registered_spec.rb +1 -1
  546. data/spec/whois/record/parser/responses/whois.nic.it/property_contact_province_spec.rb +1 -1
  547. data/spec/whois/record/parser/responses/whois.nic.it/property_contact_with_company_in_address_spec.rb +1 -1
  548. data/spec/whois/record/parser/responses/whois.nic.it/property_contact_with_organization_spec.rb +1 -1
  549. data/spec/whois/record/parser/responses/whois.nic.it/property_status_active_spec.rb +1 -1
  550. data/spec/whois/record/parser/responses/whois.nic.it/property_status_available_spec.rb +1 -1
  551. data/spec/whois/record/parser/responses/whois.nic.it/property_status_client_spec.rb +1 -1
  552. data/spec/whois/record/parser/responses/whois.nic.it/property_status_graceperiod_spec.rb +1 -1
  553. data/spec/whois/record/parser/responses/whois.nic.it/property_status_inactive_noregistrar_spec.rb +1 -1
  554. data/spec/whois/record/parser/responses/whois.nic.it/property_status_no_provider_spec.rb +1 -1
  555. data/spec/whois/record/parser/responses/whois.nic.it/property_status_ok_autorenew_spec.rb +1 -1
  556. data/spec/whois/record/parser/responses/whois.nic.it/property_status_ok_spec.rb +1 -1
  557. data/spec/whois/record/parser/responses/whois.nic.it/property_status_pendingdelete_pendingdelete_spec.rb +1 -1
  558. data/spec/whois/record/parser/responses/whois.nic.it/property_status_pendingdelete_redemptionperiod_spec.rb +1 -1
  559. data/spec/whois/record/parser/responses/whois.nic.it/property_status_pendingtransfer_autorenewperiod_spec.rb +39 -0
  560. data/spec/whois/record/parser/responses/whois.nic.it/property_status_pendingtransfer_spec.rb +1 -1
  561. data/spec/whois/record/parser/responses/whois.nic.it/property_status_pendingupdate_spec.rb +1 -1
  562. data/spec/whois/record/parser/responses/whois.nic.it/property_status_redemption_no_provider_spec.rb +1 -1
  563. data/spec/whois/record/parser/responses/whois.nic.it/property_status_unassignable_spec.rb +1 -1
  564. data/spec/whois/record/parser/responses/whois.nic.it/property_technical_contact_spec.rb +1 -1
  565. data/spec/whois/record/parser/responses/whois.nic.it/response_unavailable_spec.rb +1 -1
  566. data/spec/whois/record/parser/responses/whois.nic.it/status_available_spec.rb +1 -1
  567. data/spec/whois/record/parser/responses/whois.nic.it/status_registered_spec.rb +1 -1
  568. data/spec/whois/record/parser/responses/whois.nic.it/status_reserved_spec.rb +44 -0
  569. data/spec/whois/record/parser/responses/whois.nic.ki/property_status_active_spec.rb +39 -0
  570. data/spec/whois/record/parser/responses/whois.nic.ki/property_status_delegated_spec.rb +39 -0
  571. data/spec/whois/record/parser/responses/whois.nic.ki/property_status_not_registered_spec.rb +39 -0
  572. data/spec/whois/record/parser/responses/whois.nic.ki/status_available_spec.rb +11 -1
  573. data/spec/whois/record/parser/responses/whois.nic.ki/status_registered_spec.rb +11 -1
  574. data/spec/whois/record/parser/responses/whois.nic.kz/property_status_missing_spec.rb +1 -1
  575. data/spec/whois/record/parser/responses/whois.nic.kz/property_status_multiple_spec.rb +1 -1
  576. data/spec/whois/record/parser/responses/whois.nic.kz/property_status_ok_spec.rb +1 -1
  577. data/spec/whois/record/parser/responses/whois.nic.kz/status_available_spec.rb +1 -1
  578. data/spec/whois/record/parser/responses/whois.nic.kz/status_registered_spec.rb +1 -1
  579. data/spec/whois/record/parser/responses/whois.nic.la/property_status_multiple_spec.rb +29 -0
  580. data/spec/whois/record/parser/responses/whois.nic.la/property_status_single_spec.rb +29 -0
  581. data/spec/whois/record/parser/responses/whois.nic.la/status_available_spec.rb +2 -2
  582. data/spec/whois/record/parser/responses/whois.nic.la/status_registered_spec.rb +2 -2
  583. data/spec/whois/record/parser/responses/whois.nic.li/status_available_spec.rb +1 -1
  584. data/spec/whois/record/parser/responses/whois.nic.li/status_registered_spec.rb +1 -1
  585. data/spec/whois/record/parser/responses/whois.nic.lv/status_available_spec.rb +1 -1
  586. data/spec/whois/record/parser/responses/whois.nic.lv/status_registered_spec.rb +1 -1
  587. data/spec/whois/record/parser/responses/whois.nic.ly/status_available_spec.rb +1 -1
  588. data/spec/whois/record/parser/responses/whois.nic.ly/status_registered_spec.rb +1 -1
  589. data/spec/whois/record/parser/responses/whois.nic.md/status_available_spec.rb +1 -1
  590. data/spec/whois/record/parser/responses/whois.nic.md/status_registered_spec.rb +1 -1
  591. data/spec/whois/record/parser/responses/whois.nic.mg/status_available_spec.rb +1 -1
  592. data/spec/whois/record/parser/responses/whois.nic.mg/status_registered_spec.rb +1 -1
  593. data/spec/whois/record/parser/responses/whois.nic.ms/property_status_active_spec.rb +39 -0
  594. data/spec/whois/record/parser/responses/whois.nic.ms/property_status_delegated_spec.rb +39 -0
  595. data/spec/whois/record/parser/responses/whois.nic.ms/property_status_not_registered_spec.rb +39 -0
  596. data/spec/whois/record/parser/responses/whois.nic.ms/status_available_spec.rb +11 -1
  597. data/spec/whois/record/parser/responses/whois.nic.ms/status_registered_spec.rb +11 -1
  598. data/spec/whois/record/parser/responses/whois.nic.mu/property_status_active_spec.rb +39 -0
  599. data/spec/whois/record/parser/responses/whois.nic.mu/property_status_delegated_spec.rb +39 -0
  600. data/spec/whois/record/parser/responses/whois.nic.mu/property_status_not_registered_spec.rb +39 -0
  601. data/spec/whois/record/parser/responses/whois.nic.mu/status_available_spec.rb +11 -1
  602. data/spec/whois/record/parser/responses/whois.nic.mu/status_registered_spec.rb +11 -1
  603. data/spec/whois/record/parser/responses/whois.nic.mx/property_nameservers_with_ip_spec.rb +1 -1
  604. data/spec/whois/record/parser/responses/whois.nic.mx/status_available_spec.rb +1 -1
  605. data/spec/whois/record/parser/responses/whois.nic.mx/status_registered_spec.rb +1 -1
  606. data/spec/whois/record/parser/responses/whois.nic.name/status_available_spec.rb +1 -1
  607. data/spec/whois/record/parser/responses/whois.nic.name/status_registered_spec.rb +1 -1
  608. data/spec/whois/record/parser/responses/whois.nic.net.nf/property_status_active_spec.rb +39 -0
  609. data/spec/whois/record/parser/responses/whois.nic.net.nf/property_status_delegated_spec.rb +39 -0
  610. data/spec/whois/record/parser/responses/whois.nic.net.nf/property_status_excluded_pendingdelete_restorable_spec.rb +39 -0
  611. data/spec/whois/record/parser/responses/whois.nic.net.nf/property_status_not_registered_spec.rb +39 -0
  612. data/spec/whois/record/parser/responses/whois.nic.net.nf/status_available_spec.rb +11 -1
  613. data/spec/whois/record/parser/responses/whois.nic.net.nf/status_registered_spec.rb +11 -1
  614. data/spec/whois/record/parser/responses/whois.nic.net.ng/property_status_active_spec.rb +39 -0
  615. data/spec/whois/record/parser/responses/whois.nic.net.ng/property_status_delegated_spec.rb +39 -0
  616. data/spec/whois/record/parser/responses/whois.nic.net.ng/property_status_not_registered_spec.rb +39 -0
  617. data/spec/whois/record/parser/responses/whois.nic.net.ng/status_available_spec.rb +1 -1
  618. data/spec/whois/record/parser/responses/whois.nic.net.ng/status_registered_spec.rb +1 -1
  619. data/spec/whois/record/parser/responses/whois.nic.net.sa/status_available_spec.rb +1 -1
  620. data/spec/whois/record/parser/responses/whois.nic.net.sa/status_registered_spec.rb +1 -1
  621. data/spec/whois/record/parser/responses/whois.nic.net.sb/property_status_active_spec.rb +39 -0
  622. data/spec/whois/record/parser/responses/whois.nic.net.sb/property_status_delegated_spec.rb +39 -0
  623. data/spec/whois/record/parser/responses/whois.nic.net.sb/property_status_not_registered_spec.rb +39 -0
  624. data/spec/whois/record/parser/responses/whois.nic.net.sb/status_available_spec.rb +70 -0
  625. data/spec/whois/record/parser/responses/whois.nic.net.sb/status_registered_spec.rb +77 -0
  626. data/spec/whois/record/parser/responses/whois.nic.nu/status_available_spec.rb +1 -1
  627. data/spec/whois/record/parser/responses/whois.nic.nu/status_registered_spec.rb +1 -1
  628. data/spec/whois/record/parser/responses/whois.nic.org.uy/status_available_spec.rb +1 -1
  629. data/spec/whois/record/parser/responses/whois.nic.org.uy/status_registered_spec.rb +1 -1
  630. data/spec/whois/record/parser/responses/whois.nic.pr/status_available_spec.rb +1 -1
  631. data/spec/whois/record/parser/responses/whois.nic.pr/status_registered_spec.rb +1 -1
  632. data/spec/whois/record/parser/responses/whois.nic.priv.at/status_available_spec.rb +1 -1
  633. data/spec/whois/record/parser/responses/whois.nic.priv.at/status_registered_spec.rb +1 -1
  634. data/spec/whois/record/parser/responses/whois.nic.sh/status_available_spec.rb +1 -1
  635. data/spec/whois/record/parser/responses/whois.nic.sh/status_registered_spec.rb +1 -1
  636. data/spec/whois/record/parser/responses/whois.nic.sl/status_available_spec.rb +1 -1
  637. data/spec/whois/record/parser/responses/whois.nic.sl/status_registered_spec.rb +1 -1
  638. data/spec/whois/record/parser/responses/whois.nic.sm/status_available_spec.rb +1 -1
  639. data/spec/whois/record/parser/responses/whois.nic.sm/status_registered_spec.rb +1 -1
  640. data/spec/whois/record/parser/responses/whois.nic.sn/status_available_spec.rb +1 -1
  641. data/spec/whois/record/parser/responses/whois.nic.sn/status_registered_spec.rb +1 -1
  642. data/spec/whois/record/parser/responses/whois.nic.so/status_available_spec.rb +1 -1
  643. data/spec/whois/record/parser/responses/whois.nic.so/status_registered_spec.rb +1 -1
  644. data/spec/whois/record/parser/responses/whois.nic.st/status_available_spec.rb +1 -1
  645. data/spec/whois/record/parser/responses/whois.nic.st/status_registered_spec.rb +1 -1
  646. data/spec/whois/record/parser/responses/whois.nic.tel/status_available_spec.rb +1 -1
  647. data/spec/whois/record/parser/responses/whois.nic.tel/status_registered_spec.rb +1 -1
  648. data/spec/whois/record/parser/responses/whois.nic.tl/property_status_active_spec.rb +39 -0
  649. data/spec/whois/record/parser/responses/whois.nic.tl/property_status_delegated_spec.rb +39 -0
  650. data/spec/whois/record/parser/responses/whois.nic.tl/property_status_not_registered_spec.rb +39 -0
  651. data/spec/whois/record/parser/responses/whois.nic.tl/status_available_spec.rb +11 -1
  652. data/spec/whois/record/parser/responses/whois.nic.tl/status_registered_spec.rb +11 -1
  653. data/spec/whois/record/parser/responses/whois.nic.tm/status_available_spec.rb +1 -1
  654. data/spec/whois/record/parser/responses/whois.nic.tm/status_registered_spec.rb +1 -1
  655. data/spec/whois/record/parser/responses/whois.nic.tr/property_nameservers_with_ip_spec.rb +1 -1
  656. data/spec/whois/record/parser/responses/whois.nic.tr/property_nameservers_with_trailing_space_spec.rb +1 -1
  657. data/spec/whois/record/parser/responses/whois.nic.tr/status_available_spec.rb +1 -1
  658. data/spec/whois/record/parser/responses/whois.nic.tr/status_registered_spec.rb +1 -1
  659. data/spec/whois/record/parser/responses/whois.nic.travel/property_status_multiple_spec.rb +1 -1
  660. data/spec/whois/record/parser/responses/whois.nic.travel/property_status_single_spec.rb +1 -1
  661. data/spec/whois/record/parser/responses/whois.nic.travel/status_available_spec.rb +1 -1
  662. data/spec/whois/record/parser/responses/whois.nic.travel/status_registered_spec.rb +1 -1
  663. data/spec/whois/record/parser/responses/whois.nic.tv/property_nameserver_no_nameserver_spec.rb +1 -1
  664. data/spec/whois/record/parser/responses/whois.nic.tv/status_available_spec.rb +1 -1
  665. data/spec/whois/record/parser/responses/whois.nic.tv/status_registered_spec.rb +1 -1
  666. data/spec/whois/record/parser/responses/whois.nic.uk/property_nameservers_with_ip_spec.rb +1 -1
  667. data/spec/whois/record/parser/responses/whois.nic.uk/property_registrar_without_trading_name_spec.rb +1 -1
  668. data/spec/whois/record/parser/responses/whois.nic.uk/property_status_missing_spec.rb +1 -1
  669. data/spec/whois/record/parser/responses/whois.nic.uk/property_status_processing_registration_spec.rb +1 -1
  670. data/spec/whois/record/parser/responses/whois.nic.uk/property_status_processing_renewal_spec.rb +1 -1
  671. data/spec/whois/record/parser/responses/whois.nic.uk/property_status_registered_spec.rb +1 -1
  672. data/spec/whois/record/parser/responses/whois.nic.uk/property_status_suspended_spec.rb +1 -1
  673. data/spec/whois/record/parser/responses/whois.nic.uk/response_throttled_spec.rb +29 -0
  674. data/spec/whois/record/parser/responses/whois.nic.uk/status_available_spec.rb +11 -1
  675. data/spec/whois/record/parser/responses/whois.nic.uk/status_invalid_spec.rb +1 -1
  676. data/spec/whois/record/parser/responses/whois.nic.uk/status_registered_spec.rb +22 -1
  677. data/spec/whois/record/parser/responses/whois.nic.uk/status_suspended_spec.rb +1 -1
  678. data/spec/whois/record/parser/responses/whois.nic.us/status_available_spec.rb +1 -1
  679. data/spec/whois/record/parser/responses/whois.nic.us/status_registered_spec.rb +1 -1
  680. data/spec/whois/record/parser/responses/whois.nic.ve/property_expires_on_missing_spec.rb +1 -1
  681. data/spec/whois/record/parser/responses/whois.nic.ve/property_nameservers_missing_spec.rb +1 -1
  682. data/spec/whois/record/parser/responses/whois.nic.ve/property_nameservers_spec.rb +1 -1
  683. data/spec/whois/record/parser/responses/whois.nic.ve/property_status_activo_spec.rb +1 -1
  684. data/spec/whois/record/parser/responses/whois.nic.ve/property_status_missing_spec.rb +1 -1
  685. data/spec/whois/record/parser/responses/whois.nic.ve/property_status_suspendido_spec.rb +2 -2
  686. data/spec/whois/record/parser/responses/whois.nic.ve/property_updated_on_blank_spec.rb +1 -1
  687. data/spec/whois/record/parser/responses/whois.nic.ve/property_updated_on_spec.rb +1 -1
  688. data/spec/whois/record/parser/responses/whois.nic.ve/status_available_spec.rb +1 -1
  689. data/spec/whois/record/parser/responses/whois.nic.ve/{status_suspended_spec.rb → status_inactive_spec.rb} +5 -5
  690. data/spec/whois/record/parser/responses/whois.nic.ve/status_registered_spec.rb +1 -1
  691. data/spec/whois/record/parser/responses/whois.nic.xxx/property_updated_on_blank_spec.rb +1 -1
  692. data/spec/whois/record/parser/responses/whois.nic.xxx/status_available_spec.rb +1 -1
  693. data/spec/whois/record/parser/responses/whois.nic.xxx/status_registered_spec.rb +1 -1
  694. data/spec/whois/record/parser/responses/whois.nic.xxx/status_reserved_spec.rb +44 -0
  695. data/spec/whois/record/parser/responses/whois.norid.no/status_available_spec.rb +1 -1
  696. data/spec/whois/record/parser/responses/whois.norid.no/status_registered_spec.rb +1 -1
  697. data/spec/whois/record/parser/responses/whois.org.za/status_available_spec.rb +1 -1
  698. data/spec/whois/record/parser/responses/whois.org.za/status_registered_spec.rb +1 -1
  699. data/spec/whois/record/parser/responses/whois.pandi.or.id/status_available_spec.rb +1 -1
  700. data/spec/whois/record/parser/responses/whois.pandi.or.id/status_registered_spec.rb +1 -1
  701. data/spec/whois/record/parser/responses/whois.pnina.ps/property_nameservers_with_nodns_spec.rb +1 -1
  702. data/spec/whois/record/parser/responses/whois.pnina.ps/property_status_active_pending_transfer_spec.rb +1 -1
  703. data/spec/whois/record/parser/responses/whois.pnina.ps/status_available_spec.rb +1 -1
  704. data/spec/whois/record/parser/responses/whois.pnina.ps/status_registered_spec.rb +1 -1
  705. data/spec/whois/record/parser/responses/whois.publicinterestregistry.net/response_throttled_spec.rb +1 -1
  706. data/spec/whois/record/parser/responses/whois.publicinterestregistry.net/status_available_spec.rb +1 -1
  707. data/spec/whois/record/parser/responses/whois.publicinterestregistry.net/status_registered_spec.rb +1 -1
  708. data/spec/whois/record/parser/responses/whois.register.bg/property_nameservers_with_ip_spec.rb +1 -1
  709. data/spec/whois/record/parser/responses/whois.register.bg/status_available_spec.rb +1 -1
  710. data/spec/whois/record/parser/responses/whois.register.bg/status_registered_spec.rb +1 -1
  711. data/spec/whois/record/parser/responses/whois.registro.br/property_nameservers_with_ip_spec.rb +42 -0
  712. data/spec/whois/record/parser/responses/whois.registro.br/status_available_limited_spec.rb +1 -1
  713. data/spec/whois/record/parser/responses/whois.registro.br/status_available_spec.rb +1 -1
  714. data/spec/whois/record/parser/responses/whois.registro.br/status_registered_limited_spec.rb +1 -1
  715. data/spec/whois/record/parser/responses/whois.registro.br/status_registered_spec.rb +1 -1
  716. data/spec/whois/record/parser/responses/whois.registry.gy/property_status_active_spec.rb +39 -0
  717. data/spec/whois/record/parser/responses/whois.registry.gy/property_status_delegated_spec.rb +39 -0
  718. data/spec/whois/record/parser/responses/whois.registry.gy/property_status_not_registered_spec.rb +39 -0
  719. data/spec/whois/record/parser/responses/whois.registry.gy/status_available_spec.rb +11 -1
  720. data/spec/whois/record/parser/responses/whois.registry.gy/status_registered_spec.rb +11 -1
  721. data/spec/whois/record/parser/responses/whois.registry.hm/status_available_spec.rb +1 -1
  722. data/spec/whois/record/parser/responses/whois.registry.hm/status_registered_spec.rb +1 -1
  723. data/spec/whois/record/parser/responses/whois.registry.in/property_status_missing_spec.rb +1 -1
  724. data/spec/whois/record/parser/responses/whois.registry.in/property_status_multiple_spec.rb +1 -1
  725. data/spec/whois/record/parser/responses/whois.registry.in/property_status_ok_spec.rb +1 -1
  726. data/spec/whois/record/parser/responses/whois.registry.in/status_available_spec.rb +1 -1
  727. data/spec/whois/record/parser/responses/whois.registry.in/status_registered_spec.rb +1 -1
  728. data/spec/whois/record/parser/responses/whois.registry.qa/qa/status_available_spec.rb +1 -1
  729. data/spec/whois/record/parser/responses/whois.registry.qa/qa/status_registered_spec.rb +1 -1
  730. data/spec/whois/record/parser/responses/whois.registrypro.pro/status_available_spec.rb +1 -1
  731. data/spec/whois/record/parser/responses/whois.registrypro.pro/status_registered_spec.rb +1 -1
  732. data/spec/whois/record/parser/responses/whois.ripe.net/fo/status_available_spec.rb +1 -1
  733. data/spec/whois/record/parser/responses/whois.ripe.net/fo/status_registered_spec.rb +1 -1
  734. data/spec/whois/record/parser/responses/whois.ripe.net/gm/status_available_spec.rb +1 -1
  735. data/spec/whois/record/parser/responses/whois.ripe.net/gm/status_registered_spec.rb +1 -1
  736. data/spec/whois/record/parser/responses/whois.ripe.net/mc/status_available_spec.rb +1 -1
  737. data/spec/whois/record/parser/responses/whois.ripe.net/mc/status_registered_spec.rb +1 -1
  738. data/spec/whois/record/parser/responses/whois.ripe.net/va/status_available_spec.rb +1 -1
  739. data/spec/whois/record/parser/responses/whois.ripe.net/va/status_registered_spec.rb +1 -1
  740. data/spec/whois/record/parser/responses/whois.rotld.ro/status_available_spec.rb +1 -1
  741. data/spec/whois/record/parser/responses/whois.rotld.ro/status_registered_spec.rb +1 -1
  742. data/spec/whois/record/parser/responses/whois.samoanic.ws/status_available_spec.rb +1 -1
  743. data/spec/whois/record/parser/responses/whois.samoanic.ws/status_registered_spec.rb +1 -1
  744. data/spec/whois/record/parser/responses/whois.sgnic.sg/property_nameservers_schema_1_spec.rb +1 -1
  745. data/spec/whois/record/parser/responses/whois.sgnic.sg/property_nameservers_schema_1_with_ip_spec.rb +1 -1
  746. data/spec/whois/record/parser/responses/whois.sgnic.sg/property_nameservers_schema_2_spec.rb +1 -1
  747. data/spec/whois/record/parser/responses/whois.sgnic.sg/status_available_spec.rb +1 -1
  748. data/spec/whois/record/parser/responses/whois.sgnic.sg/status_registered_spec.rb +1 -1
  749. data/spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_dakt_spec.rb +1 -1
  750. data/spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_exp_spec.rb +1 -1
  751. data/spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_held_spec.rb +1 -1
  752. data/spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_lnot_spec.rb +1 -1
  753. data/spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_ok_spec.rb +1 -1
  754. data/spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_ta_spec.rb +1 -1
  755. data/spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_warn_spec.rb +1 -1
  756. data/spec/whois/record/parser/responses/whois.sk-nic.sk/status_available_spec.rb +1 -1
  757. data/spec/whois/record/parser/responses/whois.sk-nic.sk/status_registered_spec.rb +1 -1
  758. data/spec/whois/record/parser/responses/whois.srs.net.nz/property_status_pendingrelease_spec.rb +1 -1
  759. data/spec/whois/record/parser/responses/whois.srs.net.nz/status_available_spec.rb +1 -1
  760. data/spec/whois/record/parser/responses/whois.srs.net.nz/status_invalid_spec.rb +1 -1
  761. data/spec/whois/record/parser/responses/whois.srs.net.nz/status_registered_spec.rb +1 -1
  762. data/spec/whois/record/parser/responses/whois.tcinet.ru/ru/property_nameservers_with_ip_spec.rb +1 -1
  763. data/spec/whois/record/parser/responses/whois.tcinet.ru/ru/status_available_spec.rb +1 -1
  764. data/spec/whois/record/parser/responses/whois.tcinet.ru/ru/status_registered_spec.rb +1 -1
  765. data/spec/whois/record/parser/responses/whois.tcinet.ru/su/status_available_spec.rb +1 -1
  766. data/spec/whois/record/parser/responses/whois.tcinet.ru/su/status_registered_spec.rb +1 -1
  767. data/spec/whois/record/parser/responses/whois.tcinet.ru/xn--p1ai/status_available_spec.rb +1 -1
  768. data/spec/whois/record/parser/responses/whois.tcinet.ru/xn--p1ai/status_registered_spec.rb +1 -1
  769. data/spec/whois/record/parser/responses/whois.thnic.co.th/status_available_spec.rb +1 -1
  770. data/spec/whois/record/parser/responses/whois.thnic.co.th/status_registered_spec.rb +1 -1
  771. data/spec/whois/record/parser/responses/whois.tld.ee/status_available_spec.rb +1 -1
  772. data/spec/whois/record/parser/responses/whois.tld.ee/status_expired_spec.rb +1 -1
  773. data/spec/whois/record/parser/responses/whois.tld.ee/status_registered_spec.rb +1 -1
  774. data/spec/whois/record/parser/responses/whois.tonic.to/response_incomplete_spec.rb +1 -1
  775. data/spec/whois/record/parser/responses/whois.tonic.to/status_available_spec.rb +1 -1
  776. data/spec/whois/record/parser/responses/whois.tonic.to/status_registered_spec.rb +1 -1
  777. data/spec/whois/record/parser/responses/whois.twnic.net.tw/status_available_spec.rb +1 -1
  778. data/spec/whois/record/parser/responses/whois.twnic.net.tw/status_registered_spec.rb +1 -1
  779. data/spec/whois/record/parser/responses/whois.tznic.or.tz/status_available_spec.rb +1 -1
  780. data/spec/whois/record/parser/responses/whois.tznic.or.tz/status_registered_spec.rb +1 -1
  781. data/spec/whois/record/parser/responses/whois.usp.ac.fj/status_available_spec.rb +1 -1
  782. data/spec/whois/record/parser/responses/whois.usp.ac.fj/status_registered_spec.rb +1 -1
  783. data/spec/whois/record/parser/responses/whois.za.net/status_available_spec.rb +1 -1
  784. data/spec/whois/record/parser/responses/whois.za.net/status_registered_spec.rb +1 -1
  785. data/spec/whois/record/parser/responses/whois.za.org/status_available_spec.rb +1 -1
  786. data/spec/whois/record/parser/responses/whois.za.org/status_registered_spec.rb +1 -1
  787. data/whois.gemspec +16 -16
  788. metadata +169 -17
  789. data/CHANGELOG.rdoc +0 -1309
  790. data/README.rdoc +0 -205
@@ -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,37 @@
1
+ TERMS OF USE: You are not authorized to access or query our Whois database through the use of electronic processes that are high-volume and automated. Whois database is provided by Internet Direct Ltd.
2
+
3
+ Internet Direct Ltd makes every effort to maintain the completeness and accuracy of the Whois data, but cannot guarantee that the results are error-free. Therefore, any data provided through the Whois service are on an "as is" basis without any warranties. BY USING THE WHOIS SERVICE AND THE DATA CONTAINED HEREIN OR IN ANY REPORT GENERATED WITH RESPECT THERETO, IT IS ACCEPTED THAT Internet Direct Ltd IS NOT LIABLE FOR ANY DAMAGES OF ANY KIND ARISING OUT OF, OR IN CONNECTION WITH, THE REPORT OR THE INFORMATION PROVIDED BY THE WHOIS SERVICE, NOR OMISSIONS OR MISSING INFORMATION. THE RESULTS OF ANY WHOIS REPORT OR INFORMATION PROVIDED BY THE WHOIS SERVICE CANNOT BE RELIED UPON IN CONTEMPLATION OF LEGAL PROCEEDINGS WITHOUT FURTHER VERIFICATION, NOR DO SUCH RESULTS CONSTITUTE A LEGAL OPINION. Acceptance of the results of the Whois constitutes acceptance of these terms, conditions and limitations. Whois data may be requested only for lawful purposes, in particular, to protect legal rights and obligations. Illegitimate uses of Whois data include, but are not limited to, unsolicited email, data mining, direct marketing or any other improper purpose. Any request made for Whois data will be documented by Internet Direct Ltd but will not be used for any commercial purpose whatsoever. NOTE: FAILURE TO LOCATE A RECORD IN THE WHOIS DATABASE IS NOT INDICATIVE OF THE AVAILABILITY OF A DOMAIN NAME.
4
+
5
+ ? 1995-2009 Internet Direct Ltd, All rights reserved.
6
+ Domain Information
7
+ Query: zumba.mu
8
+ Status: Delegated
9
+ Created: 27 Oct 2010
10
+ Modified: 21 Jul 2011
11
+ Expires: 27 Oct 2013
12
+ Name Servers:
13
+ a.ns.zerigo.net
14
+ b.ns.zerigo.net
15
+ c.ns.zerigo.net
16
+ d.ns.zerigo.net
17
+ e.ns.zerigo.net
18
+
19
+ Registrar Information
20
+ Registrar Name: MarkMonitor
21
+ Registration URL: http://www.markmonitor.com
22
+ Address: MarkMonitor
23
+ Emerald Tech Center
24
+ 391 N. Ancestor Place
25
+ Boise, ID 83704
26
+ Country: US
27
+ Phone: +1 (208) 389-5740
28
+ Fax: +1 (208) 389-5771
29
+ Customer Service Contact: ccops@markmonitor.com
30
+ Customer Service Email: ccops@markmonitor.com
31
+
32
+
33
+
34
+
35
+ Registrant:
36
+ Name: Domain Administrator
37
+
@@ -0,0 +1,8 @@
1
+ #status
2
+ should: %s == :available
3
+
4
+ #available?
5
+ should: %s == true
6
+
7
+ #registered?
8
+ should: %s == false
@@ -0,0 +1,9 @@
1
+ TERMS OF USE: You are not authorized to access or query our Whois database through the use of electronic processes that are high-volume and automated. Whois database is provided by Internet Direct Ltd.
2
+
3
+ Internet Direct Ltd makes every effort to maintain the completeness and accuracy of the Whois data, but cannot guarantee that the results are error-free. Therefore, any data provided through the Whois service are on an "as is" basis without any warranties. BY USING THE WHOIS SERVICE AND THE DATA CONTAINED HEREIN OR IN ANY REPORT GENERATED WITH RESPECT THERETO, IT IS ACCEPTED THAT Internet Direct Ltd IS NOT LIABLE FOR ANY DAMAGES OF ANY KIND ARISING OUT OF, OR IN CONNECTION WITH, THE REPORT OR THE INFORMATION PROVIDED BY THE WHOIS SERVICE, NOR OMISSIONS OR MISSING INFORMATION. THE RESULTS OF ANY WHOIS REPORT OR INFORMATION PROVIDED BY THE WHOIS SERVICE CANNOT BE RELIED UPON IN CONTEMPLATION OF LEGAL PROCEEDINGS WITHOUT FURTHER VERIFICATION, NOR DO SUCH RESULTS CONSTITUTE A LEGAL OPINION. Acceptance of the results of the Whois constitutes acceptance of these terms, conditions and limitations. Whois data may be requested only for lawful purposes, in particular, to protect legal rights and obligations. Illegitimate uses of Whois data include, but are not limited to, unsolicited email, data mining, direct marketing or any other improper purpose. Any request made for Whois data will be documented by Internet Direct Ltd but will not be used for any commercial purpose whatsoever. NOTE: FAILURE TO LOCATE A RECORD IN THE WHOIS DATABASE IS NOT INDICATIVE OF THE AVAILABILITY OF A DOMAIN NAME.
4
+
5
+ © 1995-2009 Internet Direct Ltd, All rights reserved.
6
+
7
+ Domain Information
8
+ Query: u34jedzcq.mu
9
+ Status: Not Registered
@@ -1,3 +1,10 @@
1
+ #domain
2
+ should: %s == "u34jedzcq.mu"
3
+
4
+ #domain_id
5
+ should: %s raise_error(Whois::PropertyNotSupported)
6
+
7
+
1
8
  #status
2
9
  should: %s == :available
3
10
 
@@ -1,3 +1,10 @@
1
+ #domain
2
+ should: %s == "google.mu"
3
+
4
+ #domain_id
5
+ should: %s raise_error(Whois::PropertyNotSupported)
6
+
7
+
1
8
  #status
2
9
  should: %s == :registered
3
10
 
@@ -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,44 @@
1
+ TERMS OF USE: You are not authorized to access or query our Whois database through the use of electronic processes that are high-volume and automated. Whois database is provided by CoCCA as a service to the internet community on behalf of CoCCA members.
2
+
3
+ The data is for information purposes only. CoCCA does not guarantee its accuracy. By submitting a Whois query, you agree to abide by the following terms of use: You agree that you may use this Data only for lawful purposes and that under no circumstances will you use this Data to: (1) allow, enable, or otherwise support the transmission of mass unsolicited, commercial advertising or solicitations via e-mail, telephone, or facsimile; or (2) enable high volume, automated, electronic processes that apply to CoCCA it's members (or CoCCA or member computer systems). The compilation, repackaging, dissemination or other use of this Data is expressly prohibited.
4
+
5
+ CoCCA Helpdesk | http://helpdesk.coccaregistry.net
6
+ Domain Information
7
+ Query: google.nf
8
+ Status: Active
9
+ Created: 27 Nov 2005
10
+ Modified: 19 Mar 2010
11
+ Expires: 27 Nov 2010
12
+ Name Servers:
13
+ ns1.google.com
14
+ ns2.google.com
15
+ ns3.google.com
16
+ ns4.google.com
17
+
18
+ Registrar Information
19
+ Registrar Name: MarkMonitor
20
+ Registration URL: http://www.markmonitor.com
21
+ Address: MarkMonitor
22
+ Emerald Tech Center
23
+ 391 N. Ancestor Place
24
+ Boise, ID 83704
25
+ Country: US
26
+ Phone: +1 (208) 389-5740
27
+ Fax: +1 (208) 389-5771
28
+ Customer Service Contact: ccops@markmonitor.com
29
+ Customer Service Email: ccops@markmonitor.com
30
+
31
+
32
+
33
+
34
+ Registrant:
35
+ Name: DNS Admin
36
+ Organisation: Google Inc.
37
+ Address:
38
+ 1600 Amphitheatre Parkway
39
+ Mountain View, CA 94043
40
+ US
41
+ Email Address: dns-admin@google.com
42
+ Phone Number: +1.6502530000
43
+ Fax Number: +1.6506188571
44
+
@@ -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,72 @@
1
+ TERMS OF USE: You are not authorized to access or query our Whois database through the use of electronic processes that are high-volume and automated. Whois database is provided by CoCCA as a service to the internet community on behalf of CoCCA members.
2
+
3
+ The data is for information purposes only. CoCCA does not guarantee its accuracy. By submitting a Whois query, you agree to abide by the following terms of use: You agree that you may use this Data only for lawful purposes and that under no circumstances will you use this Data to: (1) allow, enable, or otherwise support the transmission of mass unsolicited, commercial advertising or solicitations via e-mail, telephone, or facsimile; or (2) enable high volume, automated, electronic processes that apply to CoCCA it's members (or CoCCA or member computer systems). The compilation, repackaging, dissemination or other use of this Data is expressly prohibited.
4
+
5
+ CoCCA Helpdesk | http://helpdesk.coccaregistry.net
6
+ Domain Information
7
+ Query: zumba.com.nf
8
+ Status: Delegated
9
+ Created: 27 Oct 2010
10
+ Modified: 24 Jun 2011
11
+ Expires: 27 Oct 2011
12
+ Name Servers:
13
+ e.ns.zerigo.net
14
+ a.ns.zerigo.net
15
+ b.ns.zerigo.net
16
+ c.ns.zerigo.net
17
+ d.ns.zerigo.net
18
+
19
+ Registrar Information
20
+ Registrar Name: Instra Corporation
21
+ Registration URL: http://www.instra.com
22
+ Address: INSTRA CORPORATION PTY LTD
23
+ ACN 110 054 610
24
+ GPO Box 988
25
+ Melbourne VIC 3001
26
+ Australia
27
+ Country: AU
28
+ Phone: 1800 220 123
29
+ Fax: +61 3 9783 6844
30
+ Customer Service Contact: Louise Lentino
31
+ Customer Service Email: domsup@instra.com
32
+
33
+
34
+
35
+
36
+ Registrant:
37
+ Name: Rodrigo Faerman
38
+ Address:
39
+ 3801 N 29th Ave
40
+ Hollywood, FL 33020
41
+ US
42
+
43
+
44
+ Admin Contact:
45
+ Name: Rodrigo Faerman
46
+ Address:
47
+ 3801 N 29th Ave
48
+ Hollywood, FL 33020
49
+ US
50
+
51
+
52
+ Technical Contact:
53
+ Name: Rodrigo Faerman
54
+ Address:
55
+ 3801 N 29th Ave
56
+ Hollywood, FL 33020
57
+ US
58
+ Email Address: rodrigo@zumba.com
59
+ Phone Number: +1.9549253755 ext. 1111
60
+ Fax Number: +1.9549253505 ext. 1111
61
+
62
+
63
+ Billing Contact:
64
+ Name: Rodrigo Faerman
65
+ Address:
66
+ 3801 N 29th Ave
67
+ Hollywood, FL 33020
68
+ US
69
+ Email Address: rodrigo@zumba.com
70
+ Phone Number: +1.9549253755 ext. 1111
71
+ Fax Number: +1.9549253505 ext. 1111
72
+
@@ -0,0 +1,8 @@
1
+ #status
2
+ should: %s == :redemption
3
+
4
+ #available?
5
+ should: %s == false
6
+
7
+ #registered?
8
+ should: %s == true
@@ -0,0 +1,73 @@
1
+ TERMS OF USE: You are not authorized to access or query our Whois database through the use of electronic processes that are high-volume and automated. Whois database is provided by CoCCA as a service to the internet community on behalf of CoCCA members.
2
+
3
+ The data is for information purposes only. CoCCA does not guarantee its accuracy. By submitting a Whois query, you agree to abide by the following terms of use: You agree that you may use this Data only for lawful purposes and that under no circumstances will you use this Data to: (1) allow, enable, or otherwise support the transmission of mass unsolicited, commercial advertising or solicitations via e-mail, telephone, or facsimile; or (2) enable high volume, automated, electronic processes that apply to CoCCA it's members (or CoCCA or member computer systems). The compilation, repackaging, dissemination or other use of this Data is expressly prohibited.
4
+
5
+ CoCCA Helpdesk | http://helpdesk.coccaregistry.net
6
+ Domain Information
7
+ Query: zumba.com.nf
8
+ Status: Excluded - Pending Delete - Restorable
9
+ Created: 27 Oct 2010
10
+ Modified: 24 Jun 2011
11
+ Expires: 27 Oct 2011
12
+ Redemption Expiry: 11 Dec 2011
13
+ Name Servers:
14
+ e.ns.zerigo.net
15
+ a.ns.zerigo.net
16
+ b.ns.zerigo.net
17
+ c.ns.zerigo.net
18
+ d.ns.zerigo.net
19
+
20
+ Registrar Information
21
+ Registrar Name: Instra Corporation
22
+ Registration URL: http://www.instra.com
23
+ Address: INSTRA CORPORATION PTY LTD
24
+ ACN 110 054 610
25
+ GPO Box 988
26
+ Melbourne VIC 3001
27
+ Australia
28
+ Country: AU
29
+ Phone: 1800 220 123
30
+ Fax: +61 3 9783 6844
31
+ Customer Service Contact: Louise Lentino
32
+ Customer Service Email: domsup@instra.com
33
+
34
+
35
+
36
+
37
+ Registrant:
38
+ Name: Rodrigo Faerman
39
+ Address:
40
+ 3801 N 29th Ave
41
+ Hollywood, FL 33020
42
+ US
43
+
44
+
45
+ Admin Contact:
46
+ Name: Rodrigo Faerman
47
+ Address:
48
+ 3801 N 29th Ave
49
+ Hollywood, FL 33020
50
+ US
51
+
52
+
53
+ Technical Contact:
54
+ Name: Rodrigo Faerman
55
+ Address:
56
+ 3801 N 29th Ave
57
+ Hollywood, FL 33020
58
+ US
59
+ Email Address: rodrigo@zumba.com
60
+ Phone Number: +1.9549253755 ext. 1111
61
+ Fax Number: +1.9549253505 ext. 1111
62
+
63
+
64
+ Billing Contact:
65
+ Name: Rodrigo Faerman
66
+ Address:
67
+ 3801 N 29th Ave
68
+ Hollywood, FL 33020
69
+ US
70
+ Email Address: rodrigo@zumba.com
71
+ Phone Number: +1.9549253755 ext. 1111
72
+ Fax Number: +1.9549253505 ext. 1111
73
+
@@ -0,0 +1,8 @@
1
+ #status
2
+ should: %s == :available
3
+
4
+ #available?
5
+ should: %s == true
6
+
7
+ #registered?
8
+ should: %s == false
@@ -0,0 +1,11 @@
1
+ TERMS OF USE: You are not authorized to access or query our Whois database through the use of electronic processes that are high-volume and automated. Whois database is provided by CoCCA as a service to the internet community on behalf of CoCCA members.
2
+
3
+ The data is for information purposes only. CoCCA does not guarantee its accuracy. By submitting a Whois query, you agree to abide by the following terms of use: You agree that you may use this Data only for lawful purposes and that under no circumstances will you use this Data to: (1) allow, enable, or otherwise support the transmission of mass unsolicited, commercial advertising or solicitations via e-mail, telephone, or facsimile; or (2) enable high volume, automated, electronic processes that apply to CoCCA it's members (or CoCCA or member computer systems). The compilation, repackaging, dissemination or other use of this Data is expressly prohibited.
4
+
5
+ CoCCA Helpdesk | http://helpdesk.coccaregistry.net
6
+ Domain Information
7
+ Query: u34jedzcq.nf
8
+ Status: Not Registered
9
+
10
+
11
+
@@ -1,3 +1,10 @@
1
+ #domain
2
+ should: %s == "u34jedzcq.nf"
3
+
4
+ #domain_id
5
+ should: %s raise_error(Whois::PropertyNotSupported)
6
+
7
+
1
8
  #status
2
9
  should: %s == :available
3
10
 
@@ -1,3 +1,10 @@
1
+ #domain
2
+ should: %s == "google.nf"
3
+
4
+ #domain_id
5
+ should: %s raise_error(Whois::PropertyNotSupported)
6
+
7
+
1
8
  #status
2
9
  should: %s == :registered
3
10
 
@@ -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,41 @@
1
+ <br/>
2
+ <b>TERMS OF USE:</b> You are not authorized to access or query our Whois database through the use of electronic processes that are high-volume and automated. Whois database is provided by NIRA as a service to the internet community. <br/><br/>The data is for information purposes only. NIRA does not guarantee its accuracy. By submitting a Whois query, you agree to abide by the following terms of use: You agree that you may use this Data only for lawful purposes and that under no circumstances will you use this Data to: (1) allow, enable, or otherwise support the transmission of mass unsolicited, commercial advertising or solicitations via e-mail, telephone, or facsimile; or (2) enable high volume, automated, electronic processes that apply to NIRA or NIRA Accredited Registrars and their computer systems. The compilation, repackaging, dissemination or other use of this Data is expressly prohibited.
3
+
4
+ Domain Information
5
+ Query: nic.net.ng
6
+ Status: Active
7
+ Created: 13 May 2009 15:27 WAT
8
+ Modified: 02 Jul 2010 20:06 WAT
9
+ Expires: 31 Jul 2020 00:00 WAT
10
+ Name Servers:
11
+ rns1.nic.net.ng
12
+ rns2.nic.net.ng
13
+ rns3.nic.net.ng
14
+ rns4.nic.net.ng
15
+
16
+ Registrar Information
17
+ Registrar Name: nira
18
+ Country: NG
19
+
20
+
21
+
22
+
23
+ Registrant:
24
+ Organisation: Nigeria Internet Registration Association (NIRA)
25
+ Address:
26
+ 9 Kofo Abayomi Street
27
+ Victoria Island
28
+ Lagos, Lagos, Nigeria P O Box 1088 Yaba
29
+ NG
30
+ Email Address: ugo@nira.org.ng
31
+
32
+
33
+ Admin Contact:
34
+ Organisation: Nigeria Internet Registration Association (NIRA)
35
+ Address:
36
+ 9 Kofo Abayomi Street
37
+ Victoria Island
38
+ Lagos, Lagos, Nigeria P O Box 1088 Yaba
39
+ NG
40
+ Email Address: ugo@nira.org.ng
41
+
@@ -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,41 @@
1
+ <br/>
2
+ <b>TERMS OF USE:</b> You are not authorized to access or query our Whois database through the use of electronic processes that are high-volume and automated. Whois database is provided by NIRA as a service to the internet community. <br/><br/>The data is for information purposes only. NIRA does not guarantee its accuracy. By submitting a Whois query, you agree to abide by the following terms of use: You agree that you may use this Data only for lawful purposes and that under no circumstances will you use this Data to: (1) allow, enable, or otherwise support the transmission of mass unsolicited, commercial advertising or solicitations via e-mail, telephone, or facsimile; or (2) enable high volume, automated, electronic processes that apply to NIRA or NIRA Accredited Registrars and their computer systems. The compilation, repackaging, dissemination or other use of this Data is expressly prohibited.
3
+
4
+ Domain Information
5
+ Query: ui.edu.ng
6
+ Status: Delegated
7
+ Created: 13 May 2009 15:21 WAT
8
+ Modified: 19 Sep 2011 10:40 WAT
9
+ Expires: 13 Jul 2012 15:21 WAT
10
+ Name Servers:
11
+ ns1.dnspark.net
12
+ ns2.dnspark.net
13
+ ns3.dnspark.net
14
+ ns4.dnspark.net
15
+ ns5.dnspark.net
16
+
17
+ Registrar Information
18
+ Registrar Name: skanhost
19
+ Registration URL: www.skannet.com.ng
20
+ Address: General Data Engineering Services Plc
21
+ 16, Oshin Road, off kongi street, Bodija, Ibadan, Oyo State.
22
+ Country: NG
23
+ Customer Service Contact: SKANNET Hostmaster
24
+ Customer Service Email: webmaster@skannet.com
25
+ Admin Contact: SKANNET Hostmaster
26
+
27
+
28
+
29
+
30
+ Registrant:
31
+ Organisation: General Data Engineering Services Plc
32
+ Address:
33
+ No 18b Oshin Road Kongi
34
+ Ibadan NG
35
+ Email Address: hostmaster@skannet.com.ng
36
+
37
+
38
+ Admin Contact:
39
+ Organisation: General Data Engineering Services Plc
40
+ Email Address: hostmaster@skannet.com.ng
41
+