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,2 @@
1
+ #status
2
+ should: %s == ["ok"]
@@ -0,0 +1,123 @@
1
+ .coop registry WHOIS server
2
+
3
+ For help on using this server use "?" (without the quotes).
4
+ For more .coop information browse to http://www.coop
5
+
6
+ The domain records that match "calgary.coop" are listed below.
7
+
8
+ --------------------------------------------------------------------------------
9
+
10
+ Domain ID: 7441D-COOP
11
+ Domain Name: calgary.coop
12
+ Expiry Date: 31 Jan 2012 22:12:44 UTC
13
+ Domain Status: ok
14
+ Sponsoring registrar: domains.coop
15
+ Sponsoring registrar ID: 465
16
+ Created by: DCLLC
17
+ Created by ID: 0
18
+ Last updated by: domains.coop
19
+ Last updated by ID: 465
20
+ Created: 31 Jan 2002 22:12:44 UTC
21
+ Last updated: 17 Jan 2007 23:58:04 UTC
22
+ Last transferred:
23
+
24
+ Contact Type: registrant
25
+ Contact ID: 54100C-COOP
26
+ Name: Net Admin
27
+ Organisation: Calgary Co operative Association Limited
28
+ Street 1: 2735 39 Avenue NE
29
+ Street 2:
30
+ Street 3:
31
+ City: Calgary
32
+ State/Province: AB
33
+ Postal code: T1Y 7C7
34
+ Country: Canada
35
+ Voice: +1.4032196025
36
+ Voice extn:
37
+ Fax: +1.4032995416
38
+ Fax extn:
39
+ Email: netadmin@calgarycoop.com
40
+
41
+ Contact Type: admin
42
+ Contact ID: 54100C-COOP
43
+ Name: Net Admin
44
+ Organisation: Calgary Co operative Association Limited
45
+ Street 1: 2735 39 Avenue NE
46
+ Street 2:
47
+ Street 3:
48
+ City: Calgary
49
+ State/Province: AB
50
+ Postal code: T1Y 7C7
51
+ Country: Canada
52
+ Voice: +1.4032196025
53
+ Voice extn:
54
+ Fax: +1.4032995416
55
+ Fax extn:
56
+ Email: netadmin@calgarycoop.com
57
+
58
+ Contact Type: billing
59
+ Contact ID: 54100C-COOP
60
+ Name: Net Admin
61
+ Organisation: Calgary Co operative Association Limited
62
+ Street 1: 2735 39 Avenue NE
63
+ Street 2:
64
+ Street 3:
65
+ City: Calgary
66
+ State/Province: AB
67
+ Postal code: T1Y 7C7
68
+ Country: Canada
69
+ Voice: +1.4032196025
70
+ Voice extn:
71
+ Fax: +1.4032995416
72
+ Fax extn:
73
+ Email: netadmin@calgarycoop.com
74
+
75
+ Contact Type: tech
76
+ Contact ID: 54100C-COOP
77
+ Name: Net Admin
78
+ Organisation: Calgary Co operative Association Limited
79
+ Street 1: 2735 39 Avenue NE
80
+ Street 2:
81
+ Street 3:
82
+ City: Calgary
83
+ State/Province: AB
84
+ Postal code: T1Y 7C7
85
+ Country: Canada
86
+ Voice: +1.4032196025
87
+ Voice extn:
88
+ Fax: +1.4032995416
89
+ Fax extn:
90
+ Email: netadmin@calgarycoop.com
91
+
92
+ Host ID: 59300H-COOP
93
+ Host Name: ns1.calgarycoop.net
94
+
95
+ Host ID: 59301H-COOP
96
+ Host Name: ns2.calgarycoop.net
97
+
98
+ --------------------------------------------------------------------------------
99
+
100
+ The .coop registry WHOIS database provides information for .coop registered
101
+ names only. Although every effort is made to maintain the accuracy of the WHOIS
102
+ data, accuracy cannot be guaranteed.
103
+
104
+ This service is intended only for query-based access. You agree that you will
105
+ use this data only for lawful purposes and that, under no circumstances will you
106
+ use this data to: (a) allow, enable, or otherwise support the transmission by
107
+ e-mail, telephone, or facsimile of mass unsolicited, commercial advertising or
108
+ solicitations to entities other than the data recipient's own existing
109
+ customers; or (b) enable high volume, automated, electronic processes that send
110
+ queries or data to the systems of Registry Operator or any ICANN-Accredited
111
+ Registrar, except as reasonably necessary to register domain names or modify
112
+ existing registrations. The compilation, repackaging, dissemination or other use
113
+ of this Data is expressly prohibited without the prior written consent of
114
+ dotCoop. All rights reserved. dotCoop reserves the right to modify these terms
115
+ at any time. By submitting this query, you agree to abide by this policy.
116
+
117
+ BY USING THE WHOIS SERVICE AND THE DATA CONTAINED HEREIN OR IN ANY REPORT
118
+ GENERATED WITH RESPECT THERETO, IT IS ACCEPTED THAT DOTCOOP IS NOT LIABLE FOR
119
+ ANY DAMAGES OF ANY KIND ARISING OUT OF, OR IN CONNECTION WITH, THE REPORT OR THE
120
+ INFORMATION PROVIDED BY THE WHOIS SERVICE, NOR OMISSIONS OR MISSING INFORMATION.
121
+ THE RESULTS OF ANY WHOIS REPORT OR INFORMATION PROVIDED BY THE WHOIS SERVICE
122
+ CANNOT BE RELIED UPON IN CONTEMPLATION OF LEGAL PROCEEDINGS WITHOUT FURTHER
123
+ VERIFICATION, NOR DO SUCH RESULTS CONSTITUTE A LEGAL OPINION.
@@ -1,5 +1,5 @@
1
1
  #status
2
- should: %s == :available
2
+ should: %s == []
3
3
 
4
4
  #available?
5
5
  should: %s == true
@@ -1,5 +1,5 @@
1
1
  #status
2
- should: %s == :registered
2
+ should: %s == ["ok"]
3
3
 
4
4
  #available?
5
5
  should: %s == false
@@ -0,0 +1,8 @@
1
+ #status
2
+ should: %s == :registered
3
+
4
+ #available?
5
+ should: %s == false
6
+
7
+ #registered?
8
+ should: %s == true
@@ -0,0 +1,68 @@
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 Christmas Island Internet Administration Limited ("CiiA").
2
+
3
+ CiiA 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 CIIA 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 CiiA 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
+ ? 2000-2009 CiiA, All rights reserved.
6
+ Domain Information
7
+ Query: google.cx
8
+ Status: Active
9
+ Created: 30 Jul 2010
10
+ Modified: 31 Jul 2010
11
+ Expires: 30 Jul 2012
12
+ Name Servers:
13
+ ns1.google.com
14
+ ns3.google.com
15
+ ns4.google.com
16
+ ns2.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
+
45
+
46
+ Admin Contact:
47
+ Name: DNS Admin
48
+ Organisation: Google Inc.
49
+ Address:
50
+ 1600 Amphitheatre Parkway
51
+ Mountain View, CA 94043
52
+ US
53
+ Email Address: dns-admin@google.com
54
+ Phone Number: +1.6502530000
55
+ Fax Number: +1.6506188571
56
+
57
+
58
+ Technical Contact:
59
+ Name: DNS Admin
60
+ Organisation: Google Inc.
61
+ Address:
62
+ 1600 Amphitheatre Parkway
63
+ Mountain View, CA 94043
64
+ US
65
+ Email Address: dns-admin@google.com
66
+ Phone Number: +1.6502530000
67
+ Fax Number: +1.6506188571
68
+
@@ -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,51 @@
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 Christmas Island Internet Administration Limited ("CiiA").
2
+
3
+ CiiA 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 CIIA 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 CiiA 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
+ ? 2000-2009 CiiA, All rights reserved.
6
+ Domain Information
7
+ Query: am.cx
8
+ Status: Delegated
9
+ Created: 17 Apr 2003
10
+ Modified: 20 Apr 2010
11
+ Expires: 17 Apr 2011
12
+ Name Servers:
13
+ dns1.inet2.it
14
+ dns3.inet2.it
15
+ dns2.inet2.it
16
+
17
+ Registrar Information
18
+ Registrar Name: Indian Ocean Territories Telecom
19
+ Registration URL: http://www.domains.cx
20
+ Address: Indian Ocean Territories Telecom Pty Ltd
21
+ Christmas Island Technology Centre
22
+ Nursery Road, Drumsite
23
+ Christmas Island
24
+ Indian Ocean, WA 6798
25
+ Country: CX
26
+ Phone: +61 8 9164 8064
27
+ Fax: +61 8 9164 8065
28
+ Customer Service Contact: helpdesk@iott.cx
29
+ Customer Service Email: helpdesk@iott.cx
30
+
31
+
32
+
33
+
34
+ Registrant:
35
+ Name: Andrea Mistrali
36
+ Address:
37
+ Piazza Borgo Pila, 39
38
+ Genova 16122
39
+ IT
40
+ Email Address: unknown
41
+
42
+
43
+ Technical Contact:
44
+ Name: Andrea Mistrali
45
+ Address:
46
+ Piazza Borgo Pila, 39
47
+ Genoa I-16129
48
+ IT
49
+ Email Address: am@am.cx
50
+ Phone Number: +393480116805 ext. 3
51
+
@@ -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 Christmas Island Internet Administration Limited ("CiiA").
2
+
3
+ CiiA 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 CIIA 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 CiiA 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
+ ? 2000-2009 CiiA, All rights reserved.
6
+ Domain Information
7
+ Query: u34jedzcq.cx
8
+ Status: Not Registered
9
+
10
+
11
+
@@ -1,3 +1,10 @@
1
+ #domain
2
+ should: %s == "u34jedzcq.cx"
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.cx"
3
+
4
+ #domain_id
5
+ should: %s raise_error(Whois::PropertyNotSupported)
6
+
7
+
1
8
  #status
2
9
  should: %s == :registered
3
10
 
@@ -1,9 +1,13 @@
1
1
  #nameservers
2
2
  should: %s be_a(Array)
3
- should: %s have(2).items
3
+ should: %s have(3).items
4
4
  should: %s[0] be_a(_nameserver)
5
- should: %s[0].name == "ns.albatani.cz"
6
- should: %s[0].ipv4 == "195.122.208.21"
5
+ should: %s[0].name == "ns.kraxnet.com"
6
+ should: %s[0].ipv4 == nil
7
7
  should: %s[1] be_a(_nameserver)
8
- should: %s[1].name == "ns.albatani.net"
9
- should: %s[1].ipv4 == nil
8
+ should: %s[1].name == "ns1.kraxnet.cz"
9
+ should: %s[1].ipv4 == "178.217.247.1"
10
+ should: %s[2] be_a(_nameserver)
11
+ should: %s[2].name == "ns.kraxnet.cz"
12
+ should: %s[2].ipv4 == "178.217.247.2"
13
+ should: %s[2].ipv6 == "2a02:1360::56"
@@ -21,7 +21,7 @@
21
21
  domain: albatani.cz
22
22
  registrant: SB:EDRIVEHOSTING
23
23
  admin-c: BRUHADAVID
24
- nsset: NSS:EDRIVEHOSTING:1
24
+ nsset: NSS:KRAXNET:1
25
25
  registrar: REG-GENREG
26
26
  status: paid and in zone
27
27
  registered: 07.08.1999 02:00:00
@@ -50,12 +50,14 @@ e-mail: domeny@edrive-hosting.cz
50
50
  registrar: REG-GENREG
51
51
  created: 22.08.2007 17:45:00
52
52
 
53
- nsset: NSS:EDRIVEHOSTING:1
54
- nserver: ns.albatani.cz (195.122.208.21)
55
- nserver: ns.albatani.net
56
- tech-c: BRUHADAVID
57
- tech-c: SB:EDRIVEHOSTING
58
- registrar: REG-GENREG
53
+ nsset: NSS:KRAXNET:1
54
+ nserver: ns.kraxnet.com
55
+ nserver: ns1.kraxnet.cz (178.217.247.1)
56
+ nserver: ns.kraxnet.cz (178.217.247.2, 2a02:1360::56)
57
+ tech-c: SB:KRAXNET
58
+ tech-c: KUBICEK
59
+ registrar: REG-KRAXNET
59
60
  created: 01.10.2007 02:00:00
61
+ changed: 19.09.2011 17:48:26
60
62
 
61
63
 
@@ -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,8 @@
1
+ #status
2
+ should: %s == :inactive
3
+
4
+ #available?
5
+ should: %s == false
6
+
7
+ #registered?
8
+ should: %s == true
@@ -0,0 +1,84 @@
1
+ %%
2
+ %% This is the AFNIC Whois server.
3
+ %%
4
+ %% complete date format : DD/MM/YYYY
5
+ %% short date format : DD/MM
6
+ %% version : FRNIC-2.5
7
+ %%
8
+ %% Rights restricted by copyright.
9
+ %% See http://www.afnic.fr/afnic/web/mentions-legales-whois_en
10
+ %%
11
+ %% Use '-h' option to obtain more information about this service.
12
+ %%
13
+ %% [87.13.187.22 REQUEST] >> amazingsales.fr
14
+ %%
15
+ %% RL Net [##########] - RL IP [#########.]
16
+ %%
17
+
18
+ domain: amazingsales.fr
19
+ status: BLOCKED
20
+ hold: NO
21
+ holder-c: A19281-FRNIC
22
+ admin-c: OVH5-FRNIC
23
+ tech-c: OVH5-FRNIC
24
+ zone-c: NFC1-FRNIC
25
+ nsl-id: NSL22715-FRNIC
26
+ registrar: OVH
27
+ anniversary: 09/02
28
+ created: 09/02/2010
29
+ last-update: 16/03/2010
30
+ source: FRNIC
31
+
32
+ ns-list: NSL22715-FRNIC
33
+ nserver: ns1.interdata.lt
34
+ nserver: ns2.interdata.lt
35
+ source: FRNIC
36
+
37
+ registrar: OVH
38
+ type: Isp Option 1
39
+ address: 2 Rue Kellermann
40
+ address: BP 80157
41
+ address: ROUBAIX CEDEX 1
42
+ country: FR
43
+ phone: +33 8 99 70 17 61
44
+ fax-no: +33 3 20 83 99 28
45
+ e-mail: support@ovh.com
46
+ website: http://www.ovh.fr
47
+ anonymous: NO
48
+ registered: 21/10/1999
49
+ source: FRNIC
50
+
51
+ nic-hdl: A19281-FRNIC
52
+ type: ORGANIZATION
53
+ contact: UAB AMAZINGSALES.COM
54
+ address: Linkmenu g. 15
55
+ address: LT09300 Vilnius
56
+ country: LT
57
+ phone: +370 61282044
58
+ e-mail: robertas@amazingsales.com
59
+ changed: 23/07/2010 nic@nic.fr
60
+ anonymous: NO
61
+ obsoleted: NO
62
+ idstatus: ok
63
+ source: FRNIC
64
+
65
+ nic-hdl: OVH5-FRNIC
66
+ type: ROLE
67
+ contact: OVH NET
68
+ address: OVH
69
+ address: 140, quai du Sartel
70
+ address: 59100 Roubaix
71
+ country: FR
72
+ phone: +33 8 99 70 17 61
73
+ e-mail: tech@ovh.net
74
+ trouble: Information: http://www.ovh.fr
75
+ trouble: Questions: mailto:tech@ovh.net
76
+ trouble: Spam: mailto:abuse@ovh.net
77
+ admin-c: OK217-FRNIC
78
+ tech-c: OK217-FRNIC
79
+ notify: tech@ovh.net
80
+ changed: 11/10/2006 tech@ovh.net
81
+ anonymous: NO
82
+ obsoleted: NO
83
+ source: FRNIC
84
+