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
@@ -7,7 +7,7 @@
7
7
  #
8
8
  # and regenerate the tests with the following rake task
9
9
  #
10
- # $ rake genspec:parsers
10
+ # $ rake spec:generate
11
11
  #
12
12
 
13
13
  require 'spec_helper'
@@ -7,7 +7,7 @@
7
7
  #
8
8
  # and regenerate the tests with the following rake task
9
9
  #
10
- # $ rake genspec:parsers
10
+ # $ rake spec:generate
11
11
  #
12
12
 
13
13
  require 'spec_helper'
@@ -7,7 +7,7 @@
7
7
  #
8
8
  # and regenerate the tests with the following rake task
9
9
  #
10
- # $ rake genspec:parsers
10
+ # $ rake spec:generate
11
11
  #
12
12
 
13
13
  require 'spec_helper'
@@ -7,7 +7,7 @@
7
7
  #
8
8
  # and regenerate the tests with the following rake task
9
9
  #
10
- # $ rake genspec:parsers
10
+ # $ rake spec:generate
11
11
  #
12
12
 
13
13
  require 'spec_helper'
@@ -7,7 +7,7 @@
7
7
  #
8
8
  # and regenerate the tests with the following rake task
9
9
  #
10
- # $ rake genspec:parsers
10
+ # $ rake spec:generate
11
11
  #
12
12
 
13
13
  require 'spec_helper'
@@ -7,7 +7,7 @@
7
7
  #
8
8
  # and regenerate the tests with the following rake task
9
9
  #
10
- # $ rake genspec:parsers
10
+ # $ rake spec:generate
11
11
  #
12
12
 
13
13
  require 'spec_helper'
@@ -7,7 +7,7 @@
7
7
  #
8
8
  # and regenerate the tests with the following rake task
9
9
  #
10
- # $ rake genspec:parsers
10
+ # $ rake spec:generate
11
11
  #
12
12
 
13
13
  require 'spec_helper'
@@ -7,7 +7,7 @@
7
7
  #
8
8
  # and regenerate the tests with the following rake task
9
9
  #
10
- # $ rake genspec:parsers
10
+ # $ rake spec:generate
11
11
  #
12
12
 
13
13
  require 'spec_helper'
@@ -7,7 +7,7 @@
7
7
  #
8
8
  # and regenerate the tests with the following rake task
9
9
  #
10
- # $ rake genspec:parsers
10
+ # $ rake spec:generate
11
11
  #
12
12
 
13
13
  require 'spec_helper'
@@ -7,7 +7,7 @@
7
7
  #
8
8
  # and regenerate the tests with the following rake task
9
9
  #
10
- # $ rake genspec:parsers
10
+ # $ rake spec:generate
11
11
  #
12
12
 
13
13
  require 'spec_helper'
@@ -7,7 +7,7 @@
7
7
  #
8
8
  # and regenerate the tests with the following rake task
9
9
  #
10
- # $ rake genspec:parsers
10
+ # $ rake spec:generate
11
11
  #
12
12
 
13
13
  require 'spec_helper'
data/whois.gemspec CHANGED
@@ -1,40 +1,40 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
 
3
3
  Gem::Specification.new do |s|
4
- s.name = %q{whois}
5
- s.version = "2.1.0"
4
+ s.name = "whois"
5
+ s.version = "2.2.0"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
- s.authors = [%q{Simone Carletti}]
9
- s.date = %q{2011-08-25}
10
- s.description = %q{Whois is an intelligent WHOIS client and parser written in pure Ruby. It can query registry data for IPv4, IPv6 and top level domains, parse and convert responses into easy-to-use Ruby objects.}
11
- s.email = [%q{weppos@weppos.net}]
12
- s.executables = [%q{ruby-whois}]
13
- s.files = [%q{Rakefile}, %q{LICENSE}, %q{.gemtest}, %q{.rspec}, %q{.yardopts}, %q{CHANGELOG.rdoc}, %q{README.rdoc}, %q{whois.gemspec}, %q{bin/ruby-whois}, %q{lib/core_ext}, %q{lib/core_ext/array}, %q{lib/core_ext/array/extract_options.rb}, %q{lib/core_ext/array/wrap.rb}, %q{lib/core_ext/class}, %q{lib/core_ext/class/attribute.rb}, %q{lib/core_ext/date_time}, %q{lib/core_ext/date_time/conversions.rb}, %q{lib/core_ext/kernel}, %q{lib/core_ext/kernel/singleton_class.rb}, %q{lib/core_ext/module}, %q{lib/core_ext/module/remove_method.rb}, %q{lib/core_ext.rb}, %q{lib/whois}, %q{lib/whois/client.rb}, %q{lib/whois/definitions}, %q{lib/whois/definitions/ipv4.rb}, %q{lib/whois/definitions/ipv6.rb}, %q{lib/whois/definitions/NOTES.txt}, %q{lib/whois/definitions/tlds.rb}, %q{lib/whois/errors.rb}, %q{lib/whois/record}, %q{lib/whois/record/contact.rb}, %q{lib/whois/record/nameserver.rb}, %q{lib/whois/record/parser}, %q{lib/whois/record/parser/base.rb}, %q{lib/whois/record/parser/base_afilias.rb}, %q{lib/whois/record/parser/blank.rb}, %q{lib/whois/record/parser/example.rb}, %q{lib/whois/record/parser/jobswhois.verisign-grs.com.rb}, %q{lib/whois/record/parser/kero.yachay.pe.rb}, %q{lib/whois/record/parser/NOTES.txt}, %q{lib/whois/record/parser/saudinic.net.sa.rb}, %q{lib/whois/record/parser/scanners}, %q{lib/whois/record/parser/scanners/afilias.rb}, %q{lib/whois/record/parser/scanners/ast.rb}, %q{lib/whois/record/parser/scanners/base.rb}, %q{lib/whois/record/parser/scanners/cnnic.rb}, %q{lib/whois/record/parser/scanners/iana.rb}, %q{lib/whois/record/parser/scanners/verisign.rb}, %q{lib/whois/record/parser/scanners/whois.biz.rb}, %q{lib/whois/record/parser/scanners/whois.denic.de.rb}, %q{lib/whois/record/parser/scanners/whois.nic.hu.rb}, %q{lib/whois/record/parser/scanners/whois.nic.it.rb}, %q{lib/whois/record/parser/scanners/whois.registry.qa.rb}, %q{lib/whois/record/parser/scanners/whois.tld.ee.rb}, %q{lib/whois/record/parser/whois.adamsnames.tc.rb}, %q{lib/whois/record/parser/whois.aeda.net.ae.rb}, %q{lib/whois/record/parser/whois.aero.rb}, %q{lib/whois/record/parser/whois.afilias-grs.info.rb}, %q{lib/whois/record/parser/whois.afilias.info.rb}, %q{lib/whois/record/parser/whois.ai.rb}, %q{lib/whois/record/parser/whois.arnes.si.rb}, %q{lib/whois/record/parser/whois.audns.net.au.rb}, %q{lib/whois/record/parser/whois.ausregistry.net.au.rb}, %q{lib/whois/record/parser/whois.biz.rb}, %q{lib/whois/record/parser/whois.cat.rb}, %q{lib/whois/record/parser/whois.cctld.uz.rb}, %q{lib/whois/record/parser/whois.centralnic.com.rb}, %q{lib/whois/record/parser/whois.centralnic.net.rb}, %q{lib/whois/record/parser/whois.cira.ca.rb}, %q{lib/whois/record/parser/whois.cnnic.cn.rb}, %q{lib/whois/record/parser/whois.cnnic.net.cn.rb}, %q{lib/whois/record/parser/whois.co.ca.rb}, %q{lib/whois/record/parser/whois.co.pl.rb}, %q{lib/whois/record/parser/whois.co.ug.rb}, %q{lib/whois/record/parser/whois.coza.net.za.rb}, %q{lib/whois/record/parser/whois.crsnic.net.rb}, %q{lib/whois/record/parser/whois.denic.de.rb}, %q{lib/whois/record/parser/whois.dk-hostmaster.dk.rb}, %q{lib/whois/record/parser/whois.dns.be.rb}, %q{lib/whois/record/parser/whois.dns.lu.rb}, %q{lib/whois/record/parser/whois.dns.pl.rb}, %q{lib/whois/record/parser/whois.dns.pt.rb}, %q{lib/whois/record/parser/whois.domain-registry.nl.rb}, %q{lib/whois/record/parser/whois.domain.kg.rb}, %q{lib/whois/record/parser/whois.domainregistry.ie.rb}, %q{lib/whois/record/parser/whois.domainregistry.my.rb}, %q{lib/whois/record/parser/whois.domreg.lt.rb}, %q{lib/whois/record/parser/whois.dot.tk.rb}, %q{lib/whois/record/parser/whois.dotmobiregistry.net.rb}, %q{lib/whois/record/parser/whois.educause.edu.rb}, %q{lib/whois/record/parser/whois.eenet.ee.rb}, %q{lib/whois/record/parser/whois.eu.org.rb}, %q{lib/whois/record/parser/whois.eu.rb}, %q{lib/whois/record/parser/whois.ficora.fi.rb}, %q{lib/whois/record/parser/whois.gg.rb}, %q{lib/whois/record/parser/whois.godaddy.com.rb}, %q{lib/whois/record/parser/whois.gov.za.rb}, %q{lib/whois/record/parser/whois.hkdnr.net.hk.rb}, %q{lib/whois/record/parser/whois.hkirc.hk.rb}, %q{lib/whois/record/parser/whois.iam.net.ma.rb}, %q{lib/whois/record/parser/whois.iana.org.rb}, %q{lib/whois/record/parser/whois.in.ua.rb}, %q{lib/whois/record/parser/whois.isnic.is.rb}, %q{lib/whois/record/parser/whois.isoc.org.il.rb}, %q{lib/whois/record/parser/whois.ja.net.rb}, %q{lib/whois/record/parser/whois.je.rb}, %q{lib/whois/record/parser/whois.jprs.jp.rb}, %q{lib/whois/record/parser/whois.kenic.or.ke.rb}, %q{lib/whois/record/parser/whois.kr.rb}, %q{lib/whois/record/parser/whois.markmonitor.com.rb}, %q{lib/whois/record/parser/whois.meregistry.net.rb}, %q{lib/whois/record/parser/whois.museum.rb}, %q{lib/whois/record/parser/whois.na-nic.com.na.rb}, %q{lib/whois/record/parser/whois.net.ua.rb}, %q{lib/whois/record/parser/whois.netcom.cm.rb}, %q{lib/whois/record/parser/whois.nic-se.se.rb}, %q{lib/whois/record/parser/whois.nic.ac.rb}, %q{lib/whois/record/parser/whois.nic.af.rb}, %q{lib/whois/record/parser/whois.nic.ag.rb}, %q{lib/whois/record/parser/whois.nic.am.rb}, %q{lib/whois/record/parser/whois.nic.as.rb}, %q{lib/whois/record/parser/whois.nic.asia.rb}, %q{lib/whois/record/parser/whois.nic.at.rb}, %q{lib/whois/record/parser/whois.nic.bo.rb}, %q{lib/whois/record/parser/whois.nic.cc.rb}, %q{lib/whois/record/parser/whois.nic.cd.rb}, %q{lib/whois/record/parser/whois.nic.ch.rb}, %q{lib/whois/record/parser/whois.nic.ci.rb}, %q{lib/whois/record/parser/whois.nic.ck.rb}, %q{lib/whois/record/parser/whois.nic.cl.rb}, %q{lib/whois/record/parser/whois.nic.co.rb}, %q{lib/whois/record/parser/whois.nic.coop.rb}, %q{lib/whois/record/parser/whois.nic.cx.rb}, %q{lib/whois/record/parser/whois.nic.cz.rb}, %q{lib/whois/record/parser/whois.nic.dz.rb}, %q{lib/whois/record/parser/whois.nic.ec.rb}, %q{lib/whois/record/parser/whois.nic.fr.rb}, %q{lib/whois/record/parser/whois.nic.gl.rb}, %q{lib/whois/record/parser/whois.nic.gov.rb}, %q{lib/whois/record/parser/whois.nic.gs.rb}, %q{lib/whois/record/parser/whois.nic.ht.rb}, %q{lib/whois/record/parser/whois.nic.hu.rb}, %q{lib/whois/record/parser/whois.nic.im.rb}, %q{lib/whois/record/parser/whois.nic.io.rb}, %q{lib/whois/record/parser/whois.nic.ir.rb}, %q{lib/whois/record/parser/whois.nic.it.rb}, %q{lib/whois/record/parser/whois.nic.ki.rb}, %q{lib/whois/record/parser/whois.nic.kz.rb}, %q{lib/whois/record/parser/whois.nic.la.rb}, %q{lib/whois/record/parser/whois.nic.li.rb}, %q{lib/whois/record/parser/whois.nic.lv.rb}, %q{lib/whois/record/parser/whois.nic.ly.rb}, %q{lib/whois/record/parser/whois.nic.md.rb}, %q{lib/whois/record/parser/whois.nic.mg.rb}, %q{lib/whois/record/parser/whois.nic.ms.rb}, %q{lib/whois/record/parser/whois.nic.mu.rb}, %q{lib/whois/record/parser/whois.nic.mx.rb}, %q{lib/whois/record/parser/whois.nic.name.rb}, %q{lib/whois/record/parser/whois.nic.net.nf.rb}, %q{lib/whois/record/parser/whois.nic.net.ng.rb}, %q{lib/whois/record/parser/whois.nic.net.sa.rb}, %q{lib/whois/record/parser/whois.nic.nu.rb}, %q{lib/whois/record/parser/whois.nic.or.kr.rb}, %q{lib/whois/record/parser/whois.nic.org.uy.rb}, %q{lib/whois/record/parser/whois.nic.pr.rb}, %q{lib/whois/record/parser/whois.nic.priv.at.rb}, %q{lib/whois/record/parser/whois.nic.sh.rb}, %q{lib/whois/record/parser/whois.nic.sl.rb}, %q{lib/whois/record/parser/whois.nic.sm.rb}, %q{lib/whois/record/parser/whois.nic.sn.rb}, %q{lib/whois/record/parser/whois.nic.so.rb}, %q{lib/whois/record/parser/whois.nic.st.rb}, %q{lib/whois/record/parser/whois.nic.tel.rb}, %q{lib/whois/record/parser/whois.nic.tl.rb}, %q{lib/whois/record/parser/whois.nic.tm.rb}, %q{lib/whois/record/parser/whois.nic.tr.rb}, %q{lib/whois/record/parser/whois.nic.travel.rb}, %q{lib/whois/record/parser/whois.nic.tv.rb}, %q{lib/whois/record/parser/whois.nic.uk.rb}, %q{lib/whois/record/parser/whois.nic.us.rb}, %q{lib/whois/record/parser/whois.nic.ve.rb}, %q{lib/whois/record/parser/whois.nic.xxx.rb}, %q{lib/whois/record/parser/whois.norid.no.rb}, %q{lib/whois/record/parser/whois.org.za.rb}, %q{lib/whois/record/parser/whois.pandi.or.id.rb}, %q{lib/whois/record/parser/whois.pnina.ps.rb}, %q{lib/whois/record/parser/whois.publicinterestregistry.net.rb}, %q{lib/whois/record/parser/whois.register.bg.rb}, %q{lib/whois/record/parser/whois.registro.br.rb}, %q{lib/whois/record/parser/whois.registry.gy.rb}, %q{lib/whois/record/parser/whois.registry.hm.rb}, %q{lib/whois/record/parser/whois.registry.in.rb}, %q{lib/whois/record/parser/whois.registry.qa.rb}, %q{lib/whois/record/parser/whois.registrypro.pro.rb}, %q{lib/whois/record/parser/whois.ripe.net.rb}, %q{lib/whois/record/parser/whois.ripn.net.rb}, %q{lib/whois/record/parser/whois.rotld.ro.rb}, %q{lib/whois/record/parser/whois.samoanic.ws.rb}, %q{lib/whois/record/parser/whois.sgnic.sg.rb}, %q{lib/whois/record/parser/whois.sk-nic.sk.rb}, %q{lib/whois/record/parser/whois.srs.net.nz.rb}, %q{lib/whois/record/parser/whois.tcinet.ru.rb}, %q{lib/whois/record/parser/whois.thnic.co.th.rb}, %q{lib/whois/record/parser/whois.tld.ee.rb}, %q{lib/whois/record/parser/whois.tonic.to.rb}, %q{lib/whois/record/parser/whois.twnic.net.tw.rb}, %q{lib/whois/record/parser/whois.tznic.or.tz.rb}, %q{lib/whois/record/parser/whois.usp.ac.fj.rb}, %q{lib/whois/record/parser/whois.za.net.rb}, %q{lib/whois/record/parser/whois.za.org.rb}, %q{lib/whois/record/parser.rb}, %q{lib/whois/record/part.rb}, %q{lib/whois/record/registrar.rb}, %q{lib/whois/record/super_struct.rb}, %q{lib/whois/record.rb}, %q{lib/whois/server}, %q{lib/whois/server/adapters}, %q{lib/whois/server/adapters/afilias.rb}, %q{lib/whois/server/adapters/arpa.rb}, %q{lib/whois/server/adapters/base.rb}, %q{lib/whois/server/adapters/formatted.rb}, %q{lib/whois/server/adapters/none.rb}, %q{lib/whois/server/adapters/not_implemented.rb}, %q{lib/whois/server/adapters/pir.rb}, %q{lib/whois/server/adapters/standard.rb}, %q{lib/whois/server/adapters/verisign.rb}, %q{lib/whois/server/adapters/web.rb}, %q{lib/whois/server.rb}, %q{lib/whois/version.rb}, %q{lib/whois.rb}, %q{spec/fixtures}, %q{spec/fixtures/referrals}, %q{spec/fixtures/referrals/afilias.bz.txt}, %q{spec/fixtures/referrals/crsnic.com.txt}, %q{spec/fixtures/referrals/crsnic.com_referral.txt}, %q{spec/fixtures/referrals/crsnic.com_referral_missing.txt}, %q{spec/fixtures/referrals/crsnic.com_referral_multiple.txt}, %q{spec/fixtures/referrals/crsnic.com_referral_not_defined.txt}, %q{spec/fixtures/referrals/niccc.cc.txt}, %q{spec/fixtures/referrals/pir.org.txt}, %q{spec/fixtures/responses}, %q{spec/fixtures/responses/FIND.txt}, %q{spec/fixtures/responses/jobswhois.verisign-grs.com}, %q{spec/fixtures/responses/jobswhois.verisign-grs.com/property_nameserver_no_nameserver.expected}, %q{spec/fixtures/responses/jobswhois.verisign-grs.com/property_nameserver_no_nameserver.txt}, %q{spec/fixtures/responses/jobswhois.verisign-grs.com/status_available.expected}, %q{spec/fixtures/responses/jobswhois.verisign-grs.com/status_available.txt}, %q{spec/fixtures/responses/jobswhois.verisign-grs.com/status_registered.expected}, %q{spec/fixtures/responses/jobswhois.verisign-grs.com/status_registered.txt}, %q{spec/fixtures/responses/kero.yachay.pe}, %q{spec/fixtures/responses/kero.yachay.pe/status_available.expected}, %q{spec/fixtures/responses/kero.yachay.pe/status_available.txt}, %q{spec/fixtures/responses/kero.yachay.pe/status_inactive.expected}, %q{spec/fixtures/responses/kero.yachay.pe/status_inactive.txt}, %q{spec/fixtures/responses/kero.yachay.pe/status_registered.expected}, %q{spec/fixtures/responses/kero.yachay.pe/status_registered.txt}, %q{spec/fixtures/responses/saudinic.net.sa}, %q{spec/fixtures/responses/UTF8.txt}, %q{spec/fixtures/responses/whois.adamsnames.tc}, %q{spec/fixtures/responses/whois.adamsnames.tc/gd}, %q{spec/fixtures/responses/whois.adamsnames.tc/gd/status_available.expected}, %q{spec/fixtures/responses/whois.adamsnames.tc/gd/status_available.txt}, %q{spec/fixtures/responses/whois.adamsnames.tc/gd/status_registered.expected}, %q{spec/fixtures/responses/whois.adamsnames.tc/gd/status_registered.txt}, %q{spec/fixtures/responses/whois.adamsnames.tc/tc}, %q{spec/fixtures/responses/whois.adamsnames.tc/tc/status_available.expected}, %q{spec/fixtures/responses/whois.adamsnames.tc/tc/status_available.txt}, %q{spec/fixtures/responses/whois.adamsnames.tc/tc/status_registered.expected}, %q{spec/fixtures/responses/whois.adamsnames.tc/tc/status_registered.txt}, %q{spec/fixtures/responses/whois.adamsnames.tc/vg}, %q{spec/fixtures/responses/whois.adamsnames.tc/vg/status_available.expected}, %q{spec/fixtures/responses/whois.adamsnames.tc/vg/status_available.txt}, %q{spec/fixtures/responses/whois.adamsnames.tc/vg/status_registered.expected}, %q{spec/fixtures/responses/whois.adamsnames.tc/vg/status_registered.txt}, %q{spec/fixtures/responses/whois.aeda.net.ae}, %q{spec/fixtures/responses/whois.aeda.net.ae/status_available.expected}, %q{spec/fixtures/responses/whois.aeda.net.ae/status_available.txt}, %q{spec/fixtures/responses/whois.aeda.net.ae/status_registered.expected}, %q{spec/fixtures/responses/whois.aeda.net.ae/status_registered.txt}, %q{spec/fixtures/responses/whois.aero}, %q{spec/fixtures/responses/whois.aero/status_available.expected}, %q{spec/fixtures/responses/whois.aero/status_available.txt}, %q{spec/fixtures/responses/whois.aero/status_registered.expected}, %q{spec/fixtures/responses/whois.aero/status_registered.txt}, %q{spec/fixtures/responses/whois.afilias-grs.info}, %q{spec/fixtures/responses/whois.afilias-grs.info/bz}, %q{spec/fixtures/responses/whois.afilias-grs.info/bz/status_available.expected}, %q{spec/fixtures/responses/whois.afilias-grs.info/bz/status_available.txt}, %q{spec/fixtures/responses/whois.afilias-grs.info/bz/status_registered.expected}, %q{spec/fixtures/responses/whois.afilias-grs.info/bz/status_registered.txt}, %q{spec/fixtures/responses/whois.afilias-grs.info/gi}, %q{spec/fixtures/responses/whois.afilias-grs.info/gi/status_available.expected}, %q{spec/fixtures/responses/whois.afilias-grs.info/gi/status_available.txt}, %q{spec/fixtures/responses/whois.afilias-grs.info/gi/status_registered.expected}, %q{spec/fixtures/responses/whois.afilias-grs.info/gi/status_registered.txt}, %q{spec/fixtures/responses/whois.afilias-grs.info/hn}, %q{spec/fixtures/responses/whois.afilias-grs.info/hn/status_available.expected}, %q{spec/fixtures/responses/whois.afilias-grs.info/hn/status_available.txt}, %q{spec/fixtures/responses/whois.afilias-grs.info/hn/status_registered.expected}, %q{spec/fixtures/responses/whois.afilias-grs.info/hn/status_registered.txt}, %q{spec/fixtures/responses/whois.afilias-grs.info/lc}, %q{spec/fixtures/responses/whois.afilias-grs.info/lc/status_available.expected}, %q{spec/fixtures/responses/whois.afilias-grs.info/lc/status_available.txt}, %q{spec/fixtures/responses/whois.afilias-grs.info/lc/status_registered.expected}, %q{spec/fixtures/responses/whois.afilias-grs.info/lc/status_registered.txt}, %q{spec/fixtures/responses/whois.afilias-grs.info/mn}, %q{spec/fixtures/responses/whois.afilias-grs.info/mn/status_available.expected}, %q{spec/fixtures/responses/whois.afilias-grs.info/mn/status_available.txt}, %q{spec/fixtures/responses/whois.afilias-grs.info/mn/status_registered.expected}, %q{spec/fixtures/responses/whois.afilias-grs.info/mn/status_registered.txt}, %q{spec/fixtures/responses/whois.afilias-grs.info/sc}, %q{spec/fixtures/responses/whois.afilias-grs.info/sc/status_available.expected}, %q{spec/fixtures/responses/whois.afilias-grs.info/sc/status_available.txt}, %q{spec/fixtures/responses/whois.afilias-grs.info/sc/status_registered.expected}, %q{spec/fixtures/responses/whois.afilias-grs.info/sc/status_registered.txt}, %q{spec/fixtures/responses/whois.afilias-grs.info/vc}, %q{spec/fixtures/responses/whois.afilias-grs.info/vc/status_available.expected}, %q{spec/fixtures/responses/whois.afilias-grs.info/vc/status_available.txt}, %q{spec/fixtures/responses/whois.afilias-grs.info/vc/status_registered.expected}, %q{spec/fixtures/responses/whois.afilias-grs.info/vc/status_registered.txt}, %q{spec/fixtures/responses/whois.afilias.info}, %q{spec/fixtures/responses/whois.afilias.info/status_available.expected}, %q{spec/fixtures/responses/whois.afilias.info/status_available.txt}, %q{spec/fixtures/responses/whois.afilias.info/status_registered.expected}, %q{spec/fixtures/responses/whois.afilias.info/status_registered.txt}, %q{spec/fixtures/responses/whois.ai}, %q{spec/fixtures/responses/whois.ai/status_available.expected}, %q{spec/fixtures/responses/whois.ai/status_available.txt}, %q{spec/fixtures/responses/whois.ai/status_registered.expected}, %q{spec/fixtures/responses/whois.ai/status_registered.txt}, %q{spec/fixtures/responses/whois.arnes.si}, %q{spec/fixtures/responses/whois.arnes.si/status_available.expected}, %q{spec/fixtures/responses/whois.arnes.si/status_available.txt}, %q{spec/fixtures/responses/whois.arnes.si/status_registered.expected}, %q{spec/fixtures/responses/whois.arnes.si/status_registered.txt}, %q{spec/fixtures/responses/whois.audns.net.au}, %q{spec/fixtures/responses/whois.audns.net.au/property_status_with_multiple.expected}, %q{spec/fixtures/responses/whois.audns.net.au/property_status_with_multiple.txt}, %q{spec/fixtures/responses/whois.audns.net.au/status_available.expected}, %q{spec/fixtures/responses/whois.audns.net.au/status_available.txt}, %q{spec/fixtures/responses/whois.audns.net.au/status_registered.expected}, %q{spec/fixtures/responses/whois.audns.net.au/status_registered.txt}, %q{spec/fixtures/responses/whois.ausregistry.net.au}, %q{spec/fixtures/responses/whois.biz}, %q{spec/fixtures/responses/whois.biz/status_available.expected}, %q{spec/fixtures/responses/whois.biz/status_available.txt}, %q{spec/fixtures/responses/whois.biz/status_registered.expected}, %q{spec/fixtures/responses/whois.biz/status_registered.txt}, %q{spec/fixtures/responses/whois.cat}, %q{spec/fixtures/responses/whois.cat/property_status_missing.expected}, %q{spec/fixtures/responses/whois.cat/property_status_missing.txt}, %q{spec/fixtures/responses/whois.cat/property_status_multiple.expected}, %q{spec/fixtures/responses/whois.cat/property_status_multiple.txt}, %q{spec/fixtures/responses/whois.cat/property_status_ok.expected}, %q{spec/fixtures/responses/whois.cat/property_status_ok.txt}, %q{spec/fixtures/responses/whois.cat/status_available.expected}, %q{spec/fixtures/responses/whois.cat/status_available.txt}, %q{spec/fixtures/responses/whois.cat/status_registered.expected}, %q{spec/fixtures/responses/whois.cat/status_registered.txt}, %q{spec/fixtures/responses/whois.cctld.uz}, %q{spec/fixtures/responses/whois.cctld.uz/status_available.expected}, %q{spec/fixtures/responses/whois.cctld.uz/status_available.txt}, %q{spec/fixtures/responses/whois.cctld.uz/status_registered.expected}, %q{spec/fixtures/responses/whois.cctld.uz/status_registered.txt}, %q{spec/fixtures/responses/whois.centralnic.com}, %q{spec/fixtures/responses/whois.centralnic.com/ae.org}, %q{spec/fixtures/responses/whois.centralnic.com/ae.org/status_available.expected}, %q{spec/fixtures/responses/whois.centralnic.com/ae.org/status_available.txt}, %q{spec/fixtures/responses/whois.centralnic.com/ae.org/status_registered.expected}, %q{spec/fixtures/responses/whois.centralnic.com/ae.org/status_registered.txt}, %q{spec/fixtures/responses/whois.centralnic.com/ar.com}, %q{spec/fixtures/responses/whois.centralnic.com/ar.com/status_available.expected}, %q{spec/fixtures/responses/whois.centralnic.com/ar.com/status_available.txt}, %q{spec/fixtures/responses/whois.centralnic.com/ar.com/status_registered.expected}, %q{spec/fixtures/responses/whois.centralnic.com/ar.com/status_registered.txt}, %q{spec/fixtures/responses/whois.centralnic.com/br.com}, %q{spec/fixtures/responses/whois.centralnic.com/br.com/status_available.expected}, %q{spec/fixtures/responses/whois.centralnic.com/br.com/status_available.txt}, %q{spec/fixtures/responses/whois.centralnic.com/br.com/status_registered.expected}, %q{spec/fixtures/responses/whois.centralnic.com/br.com/status_registered.txt}, %q{spec/fixtures/responses/whois.centralnic.com/cn.com}, %q{spec/fixtures/responses/whois.centralnic.com/cn.com/status_available.expected}, %q{spec/fixtures/responses/whois.centralnic.com/cn.com/status_available.txt}, %q{spec/fixtures/responses/whois.centralnic.com/cn.com/status_registered.expected}, %q{spec/fixtures/responses/whois.centralnic.com/cn.com/status_registered.txt}, %q{spec/fixtures/responses/whois.centralnic.com/de.com}, %q{spec/fixtures/responses/whois.centralnic.com/de.com/status_available.expected}, %q{spec/fixtures/responses/whois.centralnic.com/de.com/status_available.txt}, %q{spec/fixtures/responses/whois.centralnic.com/de.com/status_registered.expected}, %q{spec/fixtures/responses/whois.centralnic.com/de.com/status_registered.txt}, %q{spec/fixtures/responses/whois.centralnic.com/eu.com}, %q{spec/fixtures/responses/whois.centralnic.com/eu.com/status_available.expected}, %q{spec/fixtures/responses/whois.centralnic.com/eu.com/status_available.txt}, %q{spec/fixtures/responses/whois.centralnic.com/eu.com/status_registered.expected}, %q{spec/fixtures/responses/whois.centralnic.com/eu.com/status_registered.txt}, %q{spec/fixtures/responses/whois.centralnic.com/gb.com}, %q{spec/fixtures/responses/whois.centralnic.com/gb.com/status_available.expected}, %q{spec/fixtures/responses/whois.centralnic.com/gb.com/status_available.txt}, %q{spec/fixtures/responses/whois.centralnic.com/gb.com/status_registered.expected}, %q{spec/fixtures/responses/whois.centralnic.com/gb.com/status_registered.txt}, %q{spec/fixtures/responses/whois.centralnic.com/gb.net}, %q{spec/fixtures/responses/whois.centralnic.com/gb.net/status_available.expected}, %q{spec/fixtures/responses/whois.centralnic.com/gb.net/status_available.txt}, %q{spec/fixtures/responses/whois.centralnic.com/gb.net/status_registered.expected}, %q{spec/fixtures/responses/whois.centralnic.com/gb.net/status_registered.txt}, %q{spec/fixtures/responses/whois.centralnic.com/hu.com}, %q{spec/fixtures/responses/whois.centralnic.com/hu.com/registered_details_omitted.txt}, %q{spec/fixtures/responses/whois.centralnic.com/hu.com/status_available.expected}, %q{spec/fixtures/responses/whois.centralnic.com/hu.com/status_available.txt}, %q{spec/fixtures/responses/whois.centralnic.com/hu.com/status_registered.expected}, %q{spec/fixtures/responses/whois.centralnic.com/hu.com/status_registered.txt}, %q{spec/fixtures/responses/whois.centralnic.com/jpn.com}, %q{spec/fixtures/responses/whois.centralnic.com/jpn.com/status_available.expected}, %q{spec/fixtures/responses/whois.centralnic.com/jpn.com/status_available.txt}, %q{spec/fixtures/responses/whois.centralnic.com/jpn.com/status_registered.expected}, %q{spec/fixtures/responses/whois.centralnic.com/jpn.com/status_registered.txt}, %q{spec/fixtures/responses/whois.centralnic.com/kr.com}, %q{spec/fixtures/responses/whois.centralnic.com/kr.com/status_available.expected}, %q{spec/fixtures/responses/whois.centralnic.com/kr.com/status_available.txt}, %q{spec/fixtures/responses/whois.centralnic.com/kr.com/status_registered.expected}, %q{spec/fixtures/responses/whois.centralnic.com/kr.com/status_registered.txt}, %q{spec/fixtures/responses/whois.centralnic.com/no.com}, %q{spec/fixtures/responses/whois.centralnic.com/no.com/status_available.expected}, %q{spec/fixtures/responses/whois.centralnic.com/no.com/status_available.txt}, %q{spec/fixtures/responses/whois.centralnic.com/no.com/status_registered.expected}, %q{spec/fixtures/responses/whois.centralnic.com/no.com/status_registered.txt}, %q{spec/fixtures/responses/whois.centralnic.com/qc.com}, %q{spec/fixtures/responses/whois.centralnic.com/qc.com/status_available.expected}, %q{spec/fixtures/responses/whois.centralnic.com/qc.com/status_available.txt}, %q{spec/fixtures/responses/whois.centralnic.com/qc.com/status_registered.expected}, %q{spec/fixtures/responses/whois.centralnic.com/qc.com/status_registered.txt}, %q{spec/fixtures/responses/whois.centralnic.com/ru.com}, %q{spec/fixtures/responses/whois.centralnic.com/ru.com/status_available.expected}, %q{spec/fixtures/responses/whois.centralnic.com/ru.com/status_available.txt}, %q{spec/fixtures/responses/whois.centralnic.com/ru.com/status_registered.expected}, %q{spec/fixtures/responses/whois.centralnic.com/ru.com/status_registered.txt}, %q{spec/fixtures/responses/whois.centralnic.com/sa.com}, %q{spec/fixtures/responses/whois.centralnic.com/sa.com/status_available.expected}, %q{spec/fixtures/responses/whois.centralnic.com/sa.com/status_available.txt}, %q{spec/fixtures/responses/whois.centralnic.com/sa.com/status_registered.expected}, %q{spec/fixtures/responses/whois.centralnic.com/sa.com/status_registered.txt}, %q{spec/fixtures/responses/whois.centralnic.com/se.com}, %q{spec/fixtures/responses/whois.centralnic.com/se.com/status_available.expected}, %q{spec/fixtures/responses/whois.centralnic.com/se.com/status_available.txt}, %q{spec/fixtures/responses/whois.centralnic.com/se.com/status_registered.expected}, %q{spec/fixtures/responses/whois.centralnic.com/se.com/status_registered.txt}, %q{spec/fixtures/responses/whois.centralnic.com/se.net}, %q{spec/fixtures/responses/whois.centralnic.com/se.net/status_available.expected}, %q{spec/fixtures/responses/whois.centralnic.com/se.net/status_available.txt}, %q{spec/fixtures/responses/whois.centralnic.com/se.net/status_registered.expected}, %q{spec/fixtures/responses/whois.centralnic.com/se.net/status_registered.txt}, %q{spec/fixtures/responses/whois.centralnic.com/uk.com}, %q{spec/fixtures/responses/whois.centralnic.com/uk.com/status_available.expected}, %q{spec/fixtures/responses/whois.centralnic.com/uk.com/status_available.txt}, %q{spec/fixtures/responses/whois.centralnic.com/uk.com/status_registered.expected}, %q{spec/fixtures/responses/whois.centralnic.com/uk.com/status_registered.txt}, %q{spec/fixtures/responses/whois.centralnic.com/uk.net}, %q{spec/fixtures/responses/whois.centralnic.com/uk.net/status_available.expected}, %q{spec/fixtures/responses/whois.centralnic.com/uk.net/status_available.txt}, %q{spec/fixtures/responses/whois.centralnic.com/uk.net/status_registered.expected}, %q{spec/fixtures/responses/whois.centralnic.com/uk.net/status_registered.txt}, %q{spec/fixtures/responses/whois.centralnic.com/us.com}, %q{spec/fixtures/responses/whois.centralnic.com/us.com/status_available.expected}, %q{spec/fixtures/responses/whois.centralnic.com/us.com/status_available.txt}, %q{spec/fixtures/responses/whois.centralnic.com/us.com/status_registered.expected}, %q{spec/fixtures/responses/whois.centralnic.com/us.com/status_registered.txt}, %q{spec/fixtures/responses/whois.centralnic.com/uy.com}, %q{spec/fixtures/responses/whois.centralnic.com/uy.com/property_billing_contact_missing.txt}, %q{spec/fixtures/responses/whois.centralnic.com/uy.com/status_available.expected}, %q{spec/fixtures/responses/whois.centralnic.com/uy.com/status_available.txt}, %q{spec/fixtures/responses/whois.centralnic.com/uy.com/status_registered.expected}, %q{spec/fixtures/responses/whois.centralnic.com/uy.com/status_registered.txt}, %q{spec/fixtures/responses/whois.centralnic.com/uy.com/status_registered_details_omitted.txt}, %q{spec/fixtures/responses/whois.centralnic.com/web.com}, %q{spec/fixtures/responses/whois.centralnic.com/web.com/status_available.txt}, %q{spec/fixtures/responses/whois.centralnic.com/za.com}, %q{spec/fixtures/responses/whois.centralnic.com/za.com/status_available.expected}, %q{spec/fixtures/responses/whois.centralnic.com/za.com/status_available.txt}, %q{spec/fixtures/responses/whois.centralnic.com/za.com/status_registered.expected}, %q{spec/fixtures/responses/whois.centralnic.com/za.com/status_registered.txt}, %q{spec/fixtures/responses/whois.centralnic.net}, %q{spec/fixtures/responses/whois.cira.ca}, %q{spec/fixtures/responses/whois.cira.ca/schema-1}, %q{spec/fixtures/responses/whois.cira.ca/schema-1/status_available.expected}, %q{spec/fixtures/responses/whois.cira.ca/schema-1/status_available.txt}, %q{spec/fixtures/responses/whois.cira.ca/schema-1/status_registered.expected}, %q{spec/fixtures/responses/whois.cira.ca/schema-1/status_registered.txt}, %q{spec/fixtures/responses/whois.cira.ca/schema-2}, %q{spec/fixtures/responses/whois.cira.ca/schema-2/property_status_autorenew_grace.expected}, %q{spec/fixtures/responses/whois.cira.ca/schema-2/property_status_autorenew_grace.txt}, %q{spec/fixtures/responses/whois.cira.ca/schema-2/property_status_available.expected}, %q{spec/fixtures/responses/whois.cira.ca/schema-2/property_status_available.txt}, %q{spec/fixtures/responses/whois.cira.ca/schema-2/property_status_redemption.expected}, %q{spec/fixtures/responses/whois.cira.ca/schema-2/property_status_redemption.txt}, %q{spec/fixtures/responses/whois.cira.ca/schema-2/property_status_registered.expected}, %q{spec/fixtures/responses/whois.cira.ca/schema-2/property_status_registered.txt}, %q{spec/fixtures/responses/whois.cira.ca/schema-2/property_status_tobereleased.expected}, %q{spec/fixtures/responses/whois.cira.ca/schema-2/property_status_tobereleased.txt}, %q{spec/fixtures/responses/whois.cira.ca/schema-2/property_status_unavailable.txt}, %q{spec/fixtures/responses/whois.cira.ca/schema-2/status_available.expected}, %q{spec/fixtures/responses/whois.cira.ca/schema-2/status_available.txt}, %q{spec/fixtures/responses/whois.cira.ca/schema-2/status_invalid.expected}, %q{spec/fixtures/responses/whois.cira.ca/schema-2/status_invalid.txt}, %q{spec/fixtures/responses/whois.cira.ca/schema-2/status_registered.expected}, %q{spec/fixtures/responses/whois.cira.ca/schema-2/status_registered.txt}, %q{spec/fixtures/responses/whois.cnnic.cn}, %q{spec/fixtures/responses/whois.cnnic.cn/property_status_ok.expected}, %q{spec/fixtures/responses/whois.cnnic.cn/property_status_ok.txt}, %q{spec/fixtures/responses/whois.cnnic.cn/status_available.expected}, %q{spec/fixtures/responses/whois.cnnic.cn/status_available.txt}, %q{spec/fixtures/responses/whois.cnnic.cn/status_registered.expected}, %q{spec/fixtures/responses/whois.cnnic.cn/status_registered.txt}, %q{spec/fixtures/responses/whois.cnnic.cn/status_reserved.expected}, %q{spec/fixtures/responses/whois.cnnic.cn/status_reserved.txt}, %q{spec/fixtures/responses/whois.cnnic.net.cn}, %q{spec/fixtures/responses/whois.co.ca}, %q{spec/fixtures/responses/whois.co.ca/status_available.expected}, %q{spec/fixtures/responses/whois.co.ca/status_available.txt}, %q{spec/fixtures/responses/whois.co.ca/status_registered.expected}, %q{spec/fixtures/responses/whois.co.ca/status_registered.txt}, %q{spec/fixtures/responses/whois.co.ca/status_reserved.expected}, %q{spec/fixtures/responses/whois.co.ca/status_reserved.txt}, %q{spec/fixtures/responses/whois.co.pl}, %q{spec/fixtures/responses/whois.co.pl/status_available.expected}, %q{spec/fixtures/responses/whois.co.pl/status_available.txt}, %q{spec/fixtures/responses/whois.co.pl/status_registered.expected}, %q{spec/fixtures/responses/whois.co.pl/status_registered.txt}, %q{spec/fixtures/responses/whois.co.ug}, %q{spec/fixtures/responses/whois.co.ug/status_available.expected}, %q{spec/fixtures/responses/whois.co.ug/status_available.txt}, %q{spec/fixtures/responses/whois.co.ug/status_registered.expected}, %q{spec/fixtures/responses/whois.co.ug/status_registered.txt}, %q{spec/fixtures/responses/whois.coza.net.za}, %q{spec/fixtures/responses/whois.coza.net.za/status_available.expected}, %q{spec/fixtures/responses/whois.coza.net.za/status_available.txt}, %q{spec/fixtures/responses/whois.coza.net.za/status_registered.expected}, %q{spec/fixtures/responses/whois.coza.net.za/status_registered.txt}, %q{spec/fixtures/responses/whois.crsnic.net}, %q{spec/fixtures/responses/whois.crsnic.net/property_nameserver_no_nameserver.expected}, %q{spec/fixtures/responses/whois.crsnic.net/property_nameserver_no_nameserver.txt}, %q{spec/fixtures/responses/whois.crsnic.net/property_registrar_with_multiple_entries.expected}, %q{spec/fixtures/responses/whois.crsnic.net/property_registrar_with_multiple_entries.txt}, %q{spec/fixtures/responses/whois.crsnic.net/status_available.expected}, %q{spec/fixtures/responses/whois.crsnic.net/status_available.txt}, %q{spec/fixtures/responses/whois.crsnic.net/status_registered.expected}, %q{spec/fixtures/responses/whois.crsnic.net/status_registered.txt}, %q{spec/fixtures/responses/whois.denic.de}, %q{spec/fixtures/responses/whois.denic.de/schema-1.10.0}, %q{spec/fixtures/responses/whois.denic.de/schema-1.10.0/status_available.expected}, %q{spec/fixtures/responses/whois.denic.de/schema-1.10.0/status_available.txt}, %q{spec/fixtures/responses/whois.denic.de/schema-1.10.0/status_registered.expected}, %q{spec/fixtures/responses/whois.denic.de/schema-1.10.0/status_registered.txt}, %q{spec/fixtures/responses/whois.denic.de/schema-1.11.0}, %q{spec/fixtures/responses/whois.denic.de/schema-1.11.0/property_nameservers_with_ip.expected}, %q{spec/fixtures/responses/whois.denic.de/schema-1.11.0/property_nameservers_with_ip.txt}, %q{spec/fixtures/responses/whois.denic.de/schema-1.11.0/property_technical_contact.txt}, %q{spec/fixtures/responses/whois.denic.de/schema-1.11.0/status_available.expected}, %q{spec/fixtures/responses/whois.denic.de/schema-1.11.0/status_available.txt}, %q{spec/fixtures/responses/whois.denic.de/schema-1.11.0/status_invalid.expected}, %q{spec/fixtures/responses/whois.denic.de/schema-1.11.0/status_invalid.txt}, %q{spec/fixtures/responses/whois.denic.de/schema-1.11.0/status_registered.expected}, %q{spec/fixtures/responses/whois.denic.de/schema-1.11.0/status_registered.txt}, %q{spec/fixtures/responses/whois.denic.de/schema-2.0}, %q{spec/fixtures/responses/whois.denic.de/schema-2.0/property_nameservers_with_ip.expected}, %q{spec/fixtures/responses/whois.denic.de/schema-2.0/property_nameservers_with_ip.txt}, %q{spec/fixtures/responses/whois.denic.de/schema-2.0/property_technical_contact.txt}, %q{spec/fixtures/responses/whois.denic.de/schema-2.0/response_throttled.expected}, %q{spec/fixtures/responses/whois.denic.de/schema-2.0/response_throttled.txt}, %q{spec/fixtures/responses/whois.denic.de/schema-2.0/status_available.expected}, %q{spec/fixtures/responses/whois.denic.de/schema-2.0/status_available.txt}, %q{spec/fixtures/responses/whois.denic.de/schema-2.0/status_failed.expected}, %q{spec/fixtures/responses/whois.denic.de/schema-2.0/status_failed.txt}, %q{spec/fixtures/responses/whois.denic.de/schema-2.0/status_failed_ace.expected}, %q{spec/fixtures/responses/whois.denic.de/schema-2.0/status_failed_ace.txt}, %q{spec/fixtures/responses/whois.denic.de/schema-2.0/status_invalid.expected}, %q{spec/fixtures/responses/whois.denic.de/schema-2.0/status_invalid.txt}, %q{spec/fixtures/responses/whois.denic.de/schema-2.0/status_registered.expected}, %q{spec/fixtures/responses/whois.denic.de/schema-2.0/status_registered.txt}, %q{spec/fixtures/responses/whois.dk-hostmaster.dk}, %q{spec/fixtures/responses/whois.dk-hostmaster.dk/status_available.expected}, %q{spec/fixtures/responses/whois.dk-hostmaster.dk/status_available.txt}, %q{spec/fixtures/responses/whois.dk-hostmaster.dk/status_registered.expected}, %q{spec/fixtures/responses/whois.dk-hostmaster.dk/status_registered.txt}, %q{spec/fixtures/responses/whois.dns.be}, %q{spec/fixtures/responses/whois.dns.be/property_nameservers_with_ip.expected}, %q{spec/fixtures/responses/whois.dns.be/property_nameservers_with_ip.txt}, %q{spec/fixtures/responses/whois.dns.be/response_throttled.expected}, %q{spec/fixtures/responses/whois.dns.be/response_throttled.txt}, %q{spec/fixtures/responses/whois.dns.be/status_available.expected}, %q{spec/fixtures/responses/whois.dns.be/status_available.txt}, %q{spec/fixtures/responses/whois.dns.be/status_registered.expected}, %q{spec/fixtures/responses/whois.dns.be/status_registered.txt}, %q{spec/fixtures/responses/whois.dns.lu}, %q{spec/fixtures/responses/whois.dns.lu/property_nameservers_with_ip.expected}, %q{spec/fixtures/responses/whois.dns.lu/property_nameservers_with_ip.txt}, %q{spec/fixtures/responses/whois.dns.lu/status_available.expected}, %q{spec/fixtures/responses/whois.dns.lu/status_available.txt}, %q{spec/fixtures/responses/whois.dns.lu/status_registered.expected}, %q{spec/fixtures/responses/whois.dns.lu/status_registered.txt}, %q{spec/fixtures/responses/whois.dns.pl}, %q{spec/fixtures/responses/whois.dns.pl/property_nameservers_with_ip.expected}, %q{spec/fixtures/responses/whois.dns.pl/property_nameservers_with_ip.txt}, %q{spec/fixtures/responses/whois.dns.pl/status_available.expected}, %q{spec/fixtures/responses/whois.dns.pl/status_available.txt}, %q{spec/fixtures/responses/whois.dns.pl/status_registered.expected}, %q{spec/fixtures/responses/whois.dns.pl/status_registered.txt}, %q{spec/fixtures/responses/whois.dns.pt}, %q{spec/fixtures/responses/whois.dns.pt/property_nameservers.expected}, %q{spec/fixtures/responses/whois.dns.pt/property_nameservers.txt}, %q{spec/fixtures/responses/whois.dns.pt/property_nameservers_without_host.expected}, %q{spec/fixtures/responses/whois.dns.pt/property_nameservers_without_host.txt}, %q{spec/fixtures/responses/whois.dns.pt/status_available.expected}, %q{spec/fixtures/responses/whois.dns.pt/status_available.txt}, %q{spec/fixtures/responses/whois.dns.pt/status_registered.expected}, %q{spec/fixtures/responses/whois.dns.pt/status_registered.txt}, %q{spec/fixtures/responses/whois.dns.pt/status_reserved.expected}, %q{spec/fixtures/responses/whois.dns.pt/status_reserved.txt}, %q{spec/fixtures/responses/whois.domain-registry.nl}, %q{spec/fixtures/responses/whois.domain-registry.nl/property_nameservers_with_ip.expected}, %q{spec/fixtures/responses/whois.domain-registry.nl/property_nameservers_with_ip.txt}, %q{spec/fixtures/responses/whois.domain-registry.nl/response_throttled.expected}, %q{spec/fixtures/responses/whois.domain-registry.nl/response_throttled.txt}, %q{spec/fixtures/responses/whois.domain-registry.nl/response_throttled_daily.expected}, %q{spec/fixtures/responses/whois.domain-registry.nl/response_throttled_daily.txt}, %q{spec/fixtures/responses/whois.domain-registry.nl/response_unavailable.expected}, %q{spec/fixtures/responses/whois.domain-registry.nl/response_unavailable.txt}, %q{spec/fixtures/responses/whois.domain-registry.nl/status_available.expected}, %q{spec/fixtures/responses/whois.domain-registry.nl/status_available.txt}, %q{spec/fixtures/responses/whois.domain-registry.nl/status_quarantine.expected}, %q{spec/fixtures/responses/whois.domain-registry.nl/status_quarantine.txt}, %q{spec/fixtures/responses/whois.domain-registry.nl/status_registered.expected}, %q{spec/fixtures/responses/whois.domain-registry.nl/status_registered.txt}, %q{spec/fixtures/responses/whois.domain.kg}, %q{spec/fixtures/responses/whois.domain.kg/status_available.expected}, %q{spec/fixtures/responses/whois.domain.kg/status_available.txt}, %q{spec/fixtures/responses/whois.domain.kg/status_registered.expected}, %q{spec/fixtures/responses/whois.domain.kg/status_registered.txt}, %q{spec/fixtures/responses/whois.domainregistry.ie}, %q{spec/fixtures/responses/whois.domainregistry.ie/property_nameservers_with_ip.expected}, %q{spec/fixtures/responses/whois.domainregistry.ie/property_nameservers_with_ip.txt}, %q{spec/fixtures/responses/whois.domainregistry.ie/status_available.expected}, %q{spec/fixtures/responses/whois.domainregistry.ie/status_available.txt}, %q{spec/fixtures/responses/whois.domainregistry.ie/status_registered.expected}, %q{spec/fixtures/responses/whois.domainregistry.ie/status_registered.txt}, %q{spec/fixtures/responses/whois.domainregistry.my}, %q{spec/fixtures/responses/whois.domainregistry.my/status_available.expected}, %q{spec/fixtures/responses/whois.domainregistry.my/status_available.txt}, %q{spec/fixtures/responses/whois.domainregistry.my/status_registered.expected}, %q{spec/fixtures/responses/whois.domainregistry.my/status_registered.txt}, %q{spec/fixtures/responses/whois.domreg.lt}, %q{spec/fixtures/responses/whois.domreg.lt/property_nameservers_with_ip.expected}, %q{spec/fixtures/responses/whois.domreg.lt/property_nameservers_with_ip.txt}, %q{spec/fixtures/responses/whois.domreg.lt/status_available.expected}, %q{spec/fixtures/responses/whois.domreg.lt/status_available.txt}, %q{spec/fixtures/responses/whois.domreg.lt/status_registered.expected}, %q{spec/fixtures/responses/whois.domreg.lt/status_registered.txt}, %q{spec/fixtures/responses/whois.dot.tk}, %q{spec/fixtures/responses/whois.dot.tk/status_available.expected}, %q{spec/fixtures/responses/whois.dot.tk/status_available.txt}, %q{spec/fixtures/responses/whois.dot.tk/status_registered.expected}, %q{spec/fixtures/responses/whois.dot.tk/status_registered.txt}, %q{spec/fixtures/responses/whois.dotmobiregistry.net}, %q{spec/fixtures/responses/whois.dotmobiregistry.net/status_available.expected}, %q{spec/fixtures/responses/whois.dotmobiregistry.net/status_available.txt}, %q{spec/fixtures/responses/whois.dotmobiregistry.net/status_registered.expected}, %q{spec/fixtures/responses/whois.dotmobiregistry.net/status_registered.txt}, %q{spec/fixtures/responses/whois.educause.edu}, %q{spec/fixtures/responses/whois.educause.edu/property_updated_on_unknown.expected}, %q{spec/fixtures/responses/whois.educause.edu/property_updated_on_unknown.txt}, %q{spec/fixtures/responses/whois.educause.edu/status_available.expected}, %q{spec/fixtures/responses/whois.educause.edu/status_available.txt}, %q{spec/fixtures/responses/whois.educause.edu/status_registered.expected}, %q{spec/fixtures/responses/whois.educause.edu/status_registered.txt}, %q{spec/fixtures/responses/whois.eenet.ee}, %q{spec/fixtures/responses/whois.eenet.ee/status_available.expected}, %q{spec/fixtures/responses/whois.eenet.ee/status_available.txt}, %q{spec/fixtures/responses/whois.eenet.ee/status_registered.expected}, %q{spec/fixtures/responses/whois.eenet.ee/status_registered.txt}, %q{spec/fixtures/responses/whois.eu}, %q{spec/fixtures/responses/whois.eu/property_nameservers.expected}, %q{spec/fixtures/responses/whois.eu/property_nameservers.txt}, %q{spec/fixtures/responses/whois.eu/status_available.expected}, %q{spec/fixtures/responses/whois.eu/status_available.txt}, %q{spec/fixtures/responses/whois.eu/status_registered.expected}, %q{spec/fixtures/responses/whois.eu/status_registered.txt}, %q{spec/fixtures/responses/whois.eu.org}, %q{spec/fixtures/responses/whois.eu.org/status_available.expected}, %q{spec/fixtures/responses/whois.eu.org/status_available.txt}, %q{spec/fixtures/responses/whois.eu.org/status_registered.expected}, %q{spec/fixtures/responses/whois.eu.org/status_registered.txt}, %q{spec/fixtures/responses/whois.ficora.fi}, %q{spec/fixtures/responses/whois.ficora.fi/status_available.expected}, %q{spec/fixtures/responses/whois.ficora.fi/status_available.txt}, %q{spec/fixtures/responses/whois.ficora.fi/status_registered.expected}, %q{spec/fixtures/responses/whois.ficora.fi/status_registered.txt}, %q{spec/fixtures/responses/whois.gg}, %q{spec/fixtures/responses/whois.gg/status_available.expected}, %q{spec/fixtures/responses/whois.gg/status_available.txt}, %q{spec/fixtures/responses/whois.gg/status_registered.expected}, %q{spec/fixtures/responses/whois.gg/status_registered.txt}, %q{spec/fixtures/responses/whois.godaddy.com}, %q{spec/fixtures/responses/whois.godaddy.com/status_registered.expected}, %q{spec/fixtures/responses/whois.godaddy.com/status_registered.txt}, %q{spec/fixtures/responses/whois.gov.za}, %q{spec/fixtures/responses/whois.gov.za/status_available.expected}, %q{spec/fixtures/responses/whois.gov.za/status_available.txt}, %q{spec/fixtures/responses/whois.gov.za/status_registered.expected}, %q{spec/fixtures/responses/whois.gov.za/status_registered.txt}, %q{spec/fixtures/responses/whois.hkdnr.net.hk}, %q{spec/fixtures/responses/whois.hkirc.hk}, %q{spec/fixtures/responses/whois.hkirc.hk/status_available.expected}, %q{spec/fixtures/responses/whois.hkirc.hk/status_available.txt}, %q{spec/fixtures/responses/whois.hkirc.hk/status_registered.expected}, %q{spec/fixtures/responses/whois.hkirc.hk/status_registered.txt}, %q{spec/fixtures/responses/whois.iam.net.ma}, %q{spec/fixtures/responses/whois.iam.net.ma/status_available.expected}, %q{spec/fixtures/responses/whois.iam.net.ma/status_available.txt}, %q{spec/fixtures/responses/whois.iam.net.ma/status_registered.expected}, %q{spec/fixtures/responses/whois.iam.net.ma/status_registered.txt}, %q{spec/fixtures/responses/whois.iana.org}, %q{spec/fixtures/responses/whois.iana.org/MULTIPLE.txt}, %q{spec/fixtures/responses/whois.iana.org/status_available.expected}, %q{spec/fixtures/responses/whois.iana.org/status_available.txt}, %q{spec/fixtures/responses/whois.iana.org/status_not_assigned.expected}, %q{spec/fixtures/responses/whois.iana.org/status_not_assigned.txt}, %q{spec/fixtures/responses/whois.iana.org/status_registered.expected}, %q{spec/fixtures/responses/whois.iana.org/status_registered.txt}, %q{spec/fixtures/responses/whois.in.ua}, %q{spec/fixtures/responses/whois.in.ua/status_available.expected}, %q{spec/fixtures/responses/whois.in.ua/status_available.txt}, %q{spec/fixtures/responses/whois.in.ua/status_registered.expected}, %q{spec/fixtures/responses/whois.in.ua/status_registered.txt}, %q{spec/fixtures/responses/whois.isnic.is}, %q{spec/fixtures/responses/whois.isnic.is/status_available.expected}, %q{spec/fixtures/responses/whois.isnic.is/status_available.txt}, %q{spec/fixtures/responses/whois.isnic.is/status_registered.expected}, %q{spec/fixtures/responses/whois.isnic.is/status_registered.txt}, %q{spec/fixtures/responses/whois.isoc.org.il}, %q{spec/fixtures/responses/whois.isoc.org.il/property_status_missing.expected}, %q{spec/fixtures/responses/whois.isoc.org.il/property_status_missing.txt}, %q{spec/fixtures/responses/whois.isoc.org.il/property_status_transfer_allowed.expected}, %q{spec/fixtures/responses/whois.isoc.org.il/property_status_transfer_allowed.txt}, %q{spec/fixtures/responses/whois.isoc.org.il/property_status_transfer_locked.expected}, %q{spec/fixtures/responses/whois.isoc.org.il/property_status_transfer_locked.txt}, %q{spec/fixtures/responses/whois.isoc.org.il/status_available.expected}, %q{spec/fixtures/responses/whois.isoc.org.il/status_available.txt}, %q{spec/fixtures/responses/whois.isoc.org.il/status_registered.expected}, %q{spec/fixtures/responses/whois.isoc.org.il/status_registered.txt}, %q{spec/fixtures/responses/whois.ja.net}, %q{spec/fixtures/responses/whois.ja.net/ac.uk}, %q{spec/fixtures/responses/whois.ja.net/ac.uk/status_available.expected}, %q{spec/fixtures/responses/whois.ja.net/ac.uk/status_available.txt}, %q{spec/fixtures/responses/whois.ja.net/ac.uk/status_registered.expected}, %q{spec/fixtures/responses/whois.ja.net/ac.uk/status_registered.txt}, %q{spec/fixtures/responses/whois.ja.net/gov.uk}, %q{spec/fixtures/responses/whois.ja.net/gov.uk/status_available.expected}, %q{spec/fixtures/responses/whois.ja.net/gov.uk/status_available.txt}, %q{spec/fixtures/responses/whois.ja.net/gov.uk/status_registered.expected}, %q{spec/fixtures/responses/whois.ja.net/gov.uk/status_registered.txt}, %q{spec/fixtures/responses/whois.je}, %q{spec/fixtures/responses/whois.je/status_available.expected}, %q{spec/fixtures/responses/whois.je/status_available.txt}, %q{spec/fixtures/responses/whois.je/status_registered.expected}, %q{spec/fixtures/responses/whois.je/status_registered.txt}, %q{spec/fixtures/responses/whois.jprs.jp}, %q{spec/fixtures/responses/whois.jprs.jp/jp}, %q{spec/fixtures/responses/whois.jprs.jp/jp/property_created_on_and_expires_on_missing.expected}, %q{spec/fixtures/responses/whois.jprs.jp/jp/property_created_on_and_expires_on_missing.txt}, %q{spec/fixtures/responses/whois.jprs.jp/jp/property_expires_on_missing.expected}, %q{spec/fixtures/responses/whois.jprs.jp/jp/property_expires_on_missing.txt}, %q{spec/fixtures/responses/whois.jprs.jp/jp/property_updates_on_error_out-of-range.expected}, %q{spec/fixtures/responses/whois.jprs.jp/jp/property_updates_on_error_out-of-range.txt}, %q{spec/fixtures/responses/whois.jprs.jp/jp/status_available.expected}, %q{spec/fixtures/responses/whois.jprs.jp/jp/status_available.txt}, %q{spec/fixtures/responses/whois.jprs.jp/jp/status_registered.expected}, %q{spec/fixtures/responses/whois.jprs.jp/jp/status_registered.txt}, %q{spec/fixtures/responses/whois.jprs.jp/jp/status_reserved.expected}, %q{spec/fixtures/responses/whois.jprs.jp/jp/status_reserved.txt}, %q{spec/fixtures/responses/whois.jprs.jp/ne.jp}, %q{spec/fixtures/responses/whois.jprs.jp/ne.jp/status_available.expected}, %q{spec/fixtures/responses/whois.jprs.jp/ne.jp/status_available.txt}, %q{spec/fixtures/responses/whois.jprs.jp/ne.jp/status_registered.expected}, %q{spec/fixtures/responses/whois.jprs.jp/ne.jp/status_registered.txt}, %q{spec/fixtures/responses/whois.kenic.or.ke}, %q{spec/fixtures/responses/whois.kenic.or.ke/status_available.expected}, %q{spec/fixtures/responses/whois.kenic.or.ke/status_available.txt}, %q{spec/fixtures/responses/whois.kenic.or.ke/status_registered.expected}, %q{spec/fixtures/responses/whois.kenic.or.ke/status_registered.txt}, %q{spec/fixtures/responses/whois.kr}, %q{spec/fixtures/responses/whois.kr/property_nameservers_with_ip.expected}, %q{spec/fixtures/responses/whois.kr/property_nameservers_with_ip.txt}, %q{spec/fixtures/responses/whois.kr/status_available.expected}, %q{spec/fixtures/responses/whois.kr/status_available.txt}, %q{spec/fixtures/responses/whois.kr/status_registered.expected}, %q{spec/fixtures/responses/whois.kr/status_registered.txt}, %q{spec/fixtures/responses/whois.markmonitor.com}, %q{spec/fixtures/responses/whois.markmonitor.com/property_contacts_are_blank.expected}, %q{spec/fixtures/responses/whois.markmonitor.com/property_contacts_are_blank.txt}, %q{spec/fixtures/responses/whois.markmonitor.com/status_registered.expected}, %q{spec/fixtures/responses/whois.markmonitor.com/status_registered.txt}, %q{spec/fixtures/responses/whois.meregistry.net}, %q{spec/fixtures/responses/whois.meregistry.net/property_nameservers_is_blank.expected}, %q{spec/fixtures/responses/whois.meregistry.net/property_nameservers_is_blank.txt}, %q{spec/fixtures/responses/whois.meregistry.net/property_updated_on_is_blank.expected}, %q{spec/fixtures/responses/whois.meregistry.net/property_updated_on_is_blank.txt}, %q{spec/fixtures/responses/whois.meregistry.net/status_available.expected}, %q{spec/fixtures/responses/whois.meregistry.net/status_available.txt}, %q{spec/fixtures/responses/whois.meregistry.net/status_registered.expected}, %q{spec/fixtures/responses/whois.meregistry.net/status_registered.txt}, %q{spec/fixtures/responses/whois.museum}, %q{spec/fixtures/responses/whois.museum/status_available.expected}, %q{spec/fixtures/responses/whois.museum/status_available.txt}, %q{spec/fixtures/responses/whois.museum/status_registered.expected}, %q{spec/fixtures/responses/whois.museum/status_registered.txt}, %q{spec/fixtures/responses/whois.na-nic.com.na}, %q{spec/fixtures/responses/whois.na-nic.com.na/status_available.expected}, %q{spec/fixtures/responses/whois.na-nic.com.na/status_available.txt}, %q{spec/fixtures/responses/whois.na-nic.com.na/status_registered.expected}, %q{spec/fixtures/responses/whois.na-nic.com.na/status_registered.txt}, %q{spec/fixtures/responses/whois.net.ua}, %q{spec/fixtures/responses/whois.net.ua/property_nameservers_uppercase.expected}, %q{spec/fixtures/responses/whois.net.ua/property_nameservers_uppercase.txt}, %q{spec/fixtures/responses/whois.net.ua/redirect_to_whois.in.ua.txt}, %q{spec/fixtures/responses/whois.net.ua/status_available.expected}, %q{spec/fixtures/responses/whois.net.ua/status_available.txt}, %q{spec/fixtures/responses/whois.net.ua/status_registered.expected}, %q{spec/fixtures/responses/whois.net.ua/status_registered.txt}, %q{spec/fixtures/responses/whois.netcom.cm}, %q{spec/fixtures/responses/whois.netcom.cm/status_available.expected}, %q{spec/fixtures/responses/whois.netcom.cm/status_available.txt}, %q{spec/fixtures/responses/whois.netcom.cm/status_registered.expected}, %q{spec/fixtures/responses/whois.netcom.cm/status_registered.txt}, %q{spec/fixtures/responses/whois.nic-se.se}, %q{spec/fixtures/responses/whois.nic-se.se/property_datetime_is_dash.expected}, %q{spec/fixtures/responses/whois.nic-se.se/property_datetime_is_dash.txt}, %q{spec/fixtures/responses/whois.nic-se.se/property_nameservers_with_ip.expected}, %q{spec/fixtures/responses/whois.nic-se.se/property_nameservers_with_ip.txt}, %q{spec/fixtures/responses/whois.nic-se.se/property_status_inactive.txt}, %q{spec/fixtures/responses/whois.nic-se.se/property_status_missing.txt}, %q{spec/fixtures/responses/whois.nic-se.se/property_status_ok.txt}, %q{spec/fixtures/responses/whois.nic-se.se/status_available.expected}, %q{spec/fixtures/responses/whois.nic-se.se/status_available.txt}, %q{spec/fixtures/responses/whois.nic-se.se/status_inactive.expected}, %q{spec/fixtures/responses/whois.nic-se.se/status_inactive.txt}, %q{spec/fixtures/responses/whois.nic-se.se/status_registered.expected}, %q{spec/fixtures/responses/whois.nic-se.se/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.ac}, %q{spec/fixtures/responses/whois.nic.ac/status_available.expected}, %q{spec/fixtures/responses/whois.nic.ac/status_available.txt}, %q{spec/fixtures/responses/whois.nic.ac/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.ac/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.af}, %q{spec/fixtures/responses/whois.nic.af/property_status_active.expected}, %q{spec/fixtures/responses/whois.nic.af/property_status_active.txt}, %q{spec/fixtures/responses/whois.nic.af/property_status_delegated.expected}, %q{spec/fixtures/responses/whois.nic.af/property_status_delegated.txt}, %q{spec/fixtures/responses/whois.nic.af/property_status_not_registered.expected}, %q{spec/fixtures/responses/whois.nic.af/property_status_not_registered.txt}, %q{spec/fixtures/responses/whois.nic.af/status_available.expected}, %q{spec/fixtures/responses/whois.nic.af/status_available.txt}, %q{spec/fixtures/responses/whois.nic.af/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.af/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.ag}, %q{spec/fixtures/responses/whois.nic.ag/status_available.expected}, %q{spec/fixtures/responses/whois.nic.ag/status_available.txt}, %q{spec/fixtures/responses/whois.nic.ag/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.ag/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.am}, %q{spec/fixtures/responses/whois.nic.am/status_available.expected}, %q{spec/fixtures/responses/whois.nic.am/status_available.txt}, %q{spec/fixtures/responses/whois.nic.am/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.am/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.as}, %q{spec/fixtures/responses/whois.nic.as/status_available.expected}, %q{spec/fixtures/responses/whois.nic.as/status_available.txt}, %q{spec/fixtures/responses/whois.nic.as/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.as/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.asia}, %q{spec/fixtures/responses/whois.nic.asia/property_status_multiple.expected}, %q{spec/fixtures/responses/whois.nic.asia/property_status_multiple.txt}, %q{spec/fixtures/responses/whois.nic.asia/property_status_single.expected}, %q{spec/fixtures/responses/whois.nic.asia/property_status_single.txt}, %q{spec/fixtures/responses/whois.nic.asia/status_available.expected}, %q{spec/fixtures/responses/whois.nic.asia/status_available.txt}, %q{spec/fixtures/responses/whois.nic.asia/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.asia/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.at}, %q{spec/fixtures/responses/whois.nic.at/status_available.expected}, %q{spec/fixtures/responses/whois.nic.at/status_available.txt}, %q{spec/fixtures/responses/whois.nic.at/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.at/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.bo}, %q{spec/fixtures/responses/whois.nic.bo/status_available.expected}, %q{spec/fixtures/responses/whois.nic.bo/status_available.txt}, %q{spec/fixtures/responses/whois.nic.bo/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.bo/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.cc}, %q{spec/fixtures/responses/whois.nic.cc/property_nameserver_no_nameserver.expected}, %q{spec/fixtures/responses/whois.nic.cc/property_nameserver_no_nameserver.txt}, %q{spec/fixtures/responses/whois.nic.cc/status_available.expected}, %q{spec/fixtures/responses/whois.nic.cc/status_available.txt}, %q{spec/fixtures/responses/whois.nic.cc/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.cc/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.cd}, %q{spec/fixtures/responses/whois.nic.cd/status_available.expected}, %q{spec/fixtures/responses/whois.nic.cd/status_available.txt}, %q{spec/fixtures/responses/whois.nic.cd/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.cd/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.ch}, %q{spec/fixtures/responses/whois.nic.ch/property_nameservers_with_ip.expected}, %q{spec/fixtures/responses/whois.nic.ch/property_nameservers_with_ip.txt}, %q{spec/fixtures/responses/whois.nic.ch/status_available.expected}, %q{spec/fixtures/responses/whois.nic.ch/status_available.txt}, %q{spec/fixtures/responses/whois.nic.ch/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.ch/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.ci}, %q{spec/fixtures/responses/whois.nic.ci/status_available.expected}, %q{spec/fixtures/responses/whois.nic.ci/status_available.txt}, %q{spec/fixtures/responses/whois.nic.ci/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.ci/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.ck}, %q{spec/fixtures/responses/whois.nic.ck/status_available.expected}, %q{spec/fixtures/responses/whois.nic.ck/status_available.txt}, %q{spec/fixtures/responses/whois.nic.ck/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.ck/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.cl}, %q{spec/fixtures/responses/whois.nic.cl/status_available.expected}, %q{spec/fixtures/responses/whois.nic.cl/status_available.txt}, %q{spec/fixtures/responses/whois.nic.cl/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.cl/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.co}, %q{spec/fixtures/responses/whois.nic.co/status_available.expected}, %q{spec/fixtures/responses/whois.nic.co/status_available.txt}, %q{spec/fixtures/responses/whois.nic.co/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.co/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.coop}, %q{spec/fixtures/responses/whois.nic.coop/status_available.expected}, %q{spec/fixtures/responses/whois.nic.coop/status_available.txt}, %q{spec/fixtures/responses/whois.nic.coop/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.coop/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.cx}, %q{spec/fixtures/responses/whois.nic.cx/status_available.expected}, %q{spec/fixtures/responses/whois.nic.cx/status_available.txt}, %q{spec/fixtures/responses/whois.nic.cx/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.cx/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.cz}, %q{spec/fixtures/responses/whois.nic.cz/property_nameservers_with_ip.expected}, %q{spec/fixtures/responses/whois.nic.cz/property_nameservers_with_ip.txt}, %q{spec/fixtures/responses/whois.nic.cz/property_status_expired.expected}, %q{spec/fixtures/responses/whois.nic.cz/property_status_expired.txt}, %q{spec/fixtures/responses/whois.nic.cz/property_status_missing.expected}, %q{spec/fixtures/responses/whois.nic.cz/property_status_missing.txt}, %q{spec/fixtures/responses/whois.nic.cz/property_status_paid.expected}, %q{spec/fixtures/responses/whois.nic.cz/property_status_paid.txt}, %q{spec/fixtures/responses/whois.nic.cz/property_status_update_prohibited.expected}, %q{spec/fixtures/responses/whois.nic.cz/property_status_update_prohibited.txt}, %q{spec/fixtures/responses/whois.nic.cz/status_available.expected}, %q{spec/fixtures/responses/whois.nic.cz/status_available.txt}, %q{spec/fixtures/responses/whois.nic.cz/status_expired.txt}, %q{spec/fixtures/responses/whois.nic.cz/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.cz/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.dz}, %q{spec/fixtures/responses/whois.nic.dz/dz}, %q{spec/fixtures/responses/whois.nic.dz/dz/status_available.expected}, %q{spec/fixtures/responses/whois.nic.dz/dz/status_available.txt}, %q{spec/fixtures/responses/whois.nic.dz/dz/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.dz/dz/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.ec}, %q{spec/fixtures/responses/whois.nic.ec/status_available.expected}, %q{spec/fixtures/responses/whois.nic.ec/status_available.txt}, %q{spec/fixtures/responses/whois.nic.ec/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.ec/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.fr}, %q{spec/fixtures/responses/whois.nic.fr/fr}, %q{spec/fixtures/responses/whois.nic.fr/fr/property_nameservers.expected}, %q{spec/fixtures/responses/whois.nic.fr/fr/property_nameservers.txt}, %q{spec/fixtures/responses/whois.nic.fr/fr/property_nameservers_with_ipv4_and_some_ipv6.expected}, %q{spec/fixtures/responses/whois.nic.fr/fr/property_nameservers_with_ipv4_and_some_ipv6.txt}, %q{spec/fixtures/responses/whois.nic.fr/fr/property_status_active.txt}, %q{spec/fixtures/responses/whois.nic.fr/fr/property_status_missing.expected}, %q{spec/fixtures/responses/whois.nic.fr/fr/property_status_missing.txt}, %q{spec/fixtures/responses/whois.nic.fr/fr/property_status_redemption.expected}, %q{spec/fixtures/responses/whois.nic.fr/fr/property_status_redemption.txt}, %q{spec/fixtures/responses/whois.nic.fr/fr/property_status_registered.expected}, %q{spec/fixtures/responses/whois.nic.fr/fr/property_status_registered.txt}, %q{spec/fixtures/responses/whois.nic.fr/fr/status_available.expected}, %q{spec/fixtures/responses/whois.nic.fr/fr/status_available.txt}, %q{spec/fixtures/responses/whois.nic.fr/fr/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.fr/fr/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.fr/pm}, %q{spec/fixtures/responses/whois.nic.fr/pm/property_nameservers_with_ipv4_and_ipv6.expected}, %q{spec/fixtures/responses/whois.nic.fr/pm/property_nameservers_with_ipv4_and_ipv6.txt}, %q{spec/fixtures/responses/whois.nic.fr/pm/status_available.expected}, %q{spec/fixtures/responses/whois.nic.fr/pm/status_available.txt}, %q{spec/fixtures/responses/whois.nic.fr/pm/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.fr/pm/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.fr/re}, %q{spec/fixtures/responses/whois.nic.fr/re/property_nameservers_with_ipv4_and_ipv6.expected}, %q{spec/fixtures/responses/whois.nic.fr/re/property_nameservers_with_ipv4_and_ipv6.txt}, %q{spec/fixtures/responses/whois.nic.fr/re/status_available.expected}, %q{spec/fixtures/responses/whois.nic.fr/re/status_available.txt}, %q{spec/fixtures/responses/whois.nic.fr/re/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.fr/re/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.fr/tf}, %q{spec/fixtures/responses/whois.nic.fr/tf/property_status_frozen.expected}, %q{spec/fixtures/responses/whois.nic.fr/tf/property_status_frozen.txt}, %q{spec/fixtures/responses/whois.nic.fr/tf/status_available.expected}, %q{spec/fixtures/responses/whois.nic.fr/tf/status_available.txt}, %q{spec/fixtures/responses/whois.nic.fr/tf/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.fr/tf/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.fr/wf}, %q{spec/fixtures/responses/whois.nic.fr/wf/status_available.expected}, %q{spec/fixtures/responses/whois.nic.fr/wf/status_available.txt}, %q{spec/fixtures/responses/whois.nic.fr/wf/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.fr/wf/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.fr/yt}, %q{spec/fixtures/responses/whois.nic.fr/yt/status_available.expected}, %q{spec/fixtures/responses/whois.nic.fr/yt/status_available.txt}, %q{spec/fixtures/responses/whois.nic.fr/yt/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.fr/yt/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.gl}, %q{spec/fixtures/responses/whois.nic.gl/status_available.expected}, %q{spec/fixtures/responses/whois.nic.gl/status_available.txt}, %q{spec/fixtures/responses/whois.nic.gl/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.gl/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.gov}, %q{spec/fixtures/responses/whois.nic.gov/status_available.expected}, %q{spec/fixtures/responses/whois.nic.gov/status_available.txt}, %q{spec/fixtures/responses/whois.nic.gov/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.gov/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.gs}, %q{spec/fixtures/responses/whois.nic.gs/status_available.expected}, %q{spec/fixtures/responses/whois.nic.gs/status_available.txt}, %q{spec/fixtures/responses/whois.nic.gs/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.gs/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.ht}, %q{spec/fixtures/responses/whois.nic.ht/status_available.expected}, %q{spec/fixtures/responses/whois.nic.ht/status_available.txt}, %q{spec/fixtures/responses/whois.nic.ht/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.ht/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.hu}, %q{spec/fixtures/responses/whois.nic.hu/schema-1.99}, %q{spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_company.expected}, %q{spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_company.txt}, %q{spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_private_person.expected}, %q{spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_private_person.txt}, %q{spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_without_address.expected}, %q{spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_without_address.txt}, %q{spec/fixtures/responses/whois.nic.hu/schema-1.99/status_available.expected}, %q{spec/fixtures/responses/whois.nic.hu/schema-1.99/status_available.txt}, %q{spec/fixtures/responses/whois.nic.hu/schema-1.99/status_in_progress.expected}, %q{spec/fixtures/responses/whois.nic.hu/schema-1.99/status_in_progress.txt}, %q{spec/fixtures/responses/whois.nic.hu/schema-1.99/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.hu/schema-1.99/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.hu/schema-current}, %q{spec/fixtures/responses/whois.nic.hu/schema-current/status_available.expected}, %q{spec/fixtures/responses/whois.nic.hu/schema-current/status_available.txt}, %q{spec/fixtures/responses/whois.nic.hu/schema-current/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.hu/schema-current/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.im}, %q{spec/fixtures/responses/whois.nic.im/status_available.expected}, %q{spec/fixtures/responses/whois.nic.im/status_available.txt}, %q{spec/fixtures/responses/whois.nic.im/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.im/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.io}, %q{spec/fixtures/responses/whois.nic.io/status_available.expected}, %q{spec/fixtures/responses/whois.nic.io/status_available.txt}, %q{spec/fixtures/responses/whois.nic.io/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.io/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.ir}, %q{spec/fixtures/responses/whois.nic.ir/status_available.expected}, %q{spec/fixtures/responses/whois.nic.ir/status_available.txt}, %q{spec/fixtures/responses/whois.nic.ir/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.ir/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.it}, %q{spec/fixtures/responses/whois.nic.it/property_contact_province.expected}, %q{spec/fixtures/responses/whois.nic.it/property_contact_province.txt}, %q{spec/fixtures/responses/whois.nic.it/property_contact_with_company_in_address.expected}, %q{spec/fixtures/responses/whois.nic.it/property_contact_with_company_in_address.txt}, %q{spec/fixtures/responses/whois.nic.it/property_contact_with_organization.expected}, %q{spec/fixtures/responses/whois.nic.it/property_contact_with_organization.txt}, %q{spec/fixtures/responses/whois.nic.it/property_status_active.expected}, %q{spec/fixtures/responses/whois.nic.it/property_status_active.txt}, %q{spec/fixtures/responses/whois.nic.it/property_status_available.expected}, %q{spec/fixtures/responses/whois.nic.it/property_status_available.txt}, %q{spec/fixtures/responses/whois.nic.it/property_status_client.expected}, %q{spec/fixtures/responses/whois.nic.it/property_status_client.txt}, %q{spec/fixtures/responses/whois.nic.it/property_status_graceperiod.expected}, %q{spec/fixtures/responses/whois.nic.it/property_status_graceperiod.txt}, %q{spec/fixtures/responses/whois.nic.it/property_status_inactive_noregistrar.expected}, %q{spec/fixtures/responses/whois.nic.it/property_status_inactive_noregistrar.txt}, %q{spec/fixtures/responses/whois.nic.it/property_status_no_provider.expected}, %q{spec/fixtures/responses/whois.nic.it/property_status_no_provider.txt}, %q{spec/fixtures/responses/whois.nic.it/property_status_ok.expected}, %q{spec/fixtures/responses/whois.nic.it/property_status_ok.txt}, %q{spec/fixtures/responses/whois.nic.it/property_status_ok_autorenew.expected}, %q{spec/fixtures/responses/whois.nic.it/property_status_ok_autorenew.txt}, %q{spec/fixtures/responses/whois.nic.it/property_status_pendingdelete_pendingdelete.expected}, %q{spec/fixtures/responses/whois.nic.it/property_status_pendingdelete_pendingdelete.txt}, %q{spec/fixtures/responses/whois.nic.it/property_status_pendingdelete_redemptionperiod.expected}, %q{spec/fixtures/responses/whois.nic.it/property_status_pendingdelete_redemptionperiod.txt}, %q{spec/fixtures/responses/whois.nic.it/property_status_pendingtransfer.expected}, %q{spec/fixtures/responses/whois.nic.it/property_status_pendingtransfer.txt}, %q{spec/fixtures/responses/whois.nic.it/property_status_pendingupdate.expected}, %q{spec/fixtures/responses/whois.nic.it/property_status_pendingupdate.txt}, %q{spec/fixtures/responses/whois.nic.it/property_status_redemption_no_provider.expected}, %q{spec/fixtures/responses/whois.nic.it/property_status_redemption_no_provider.txt}, %q{spec/fixtures/responses/whois.nic.it/property_status_unassignable.expected}, %q{spec/fixtures/responses/whois.nic.it/property_status_unassignable.txt}, %q{spec/fixtures/responses/whois.nic.it/property_technical_contact.expected}, %q{spec/fixtures/responses/whois.nic.it/property_technical_contact.txt}, %q{spec/fixtures/responses/whois.nic.it/response_unavailable.expected}, %q{spec/fixtures/responses/whois.nic.it/response_unavailable.txt}, %q{spec/fixtures/responses/whois.nic.it/status_available.expected}, %q{spec/fixtures/responses/whois.nic.it/status_available.txt}, %q{spec/fixtures/responses/whois.nic.it/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.it/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.ki}, %q{spec/fixtures/responses/whois.nic.ki/status_available.expected}, %q{spec/fixtures/responses/whois.nic.ki/status_available.txt}, %q{spec/fixtures/responses/whois.nic.ki/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.ki/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.kz}, %q{spec/fixtures/responses/whois.nic.kz/property_status_missing.expected}, %q{spec/fixtures/responses/whois.nic.kz/property_status_missing.txt}, %q{spec/fixtures/responses/whois.nic.kz/property_status_multiple.expected}, %q{spec/fixtures/responses/whois.nic.kz/property_status_multiple.txt}, %q{spec/fixtures/responses/whois.nic.kz/property_status_ok.expected}, %q{spec/fixtures/responses/whois.nic.kz/property_status_ok.txt}, %q{spec/fixtures/responses/whois.nic.kz/status_available.expected}, %q{spec/fixtures/responses/whois.nic.kz/status_available.txt}, %q{spec/fixtures/responses/whois.nic.kz/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.kz/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.la}, %q{spec/fixtures/responses/whois.nic.la/status_available.expected}, %q{spec/fixtures/responses/whois.nic.la/status_available.txt}, %q{spec/fixtures/responses/whois.nic.la/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.la/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.li}, %q{spec/fixtures/responses/whois.nic.li/status_available.expected}, %q{spec/fixtures/responses/whois.nic.li/status_available.txt}, %q{spec/fixtures/responses/whois.nic.li/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.li/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.lv}, %q{spec/fixtures/responses/whois.nic.lv/status_available.expected}, %q{spec/fixtures/responses/whois.nic.lv/status_available.txt}, %q{spec/fixtures/responses/whois.nic.lv/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.lv/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.ly}, %q{spec/fixtures/responses/whois.nic.ly/status_available.expected}, %q{spec/fixtures/responses/whois.nic.ly/status_available.txt}, %q{spec/fixtures/responses/whois.nic.ly/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.ly/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.md}, %q{spec/fixtures/responses/whois.nic.md/property_dns-update.txt}, %q{spec/fixtures/responses/whois.nic.md/status_available.expected}, %q{spec/fixtures/responses/whois.nic.md/status_available.txt}, %q{spec/fixtures/responses/whois.nic.md/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.md/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.mg}, %q{spec/fixtures/responses/whois.nic.mg/status_available.expected}, %q{spec/fixtures/responses/whois.nic.mg/status_available.txt}, %q{spec/fixtures/responses/whois.nic.mg/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.mg/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.ms}, %q{spec/fixtures/responses/whois.nic.ms/status_available.expected}, %q{spec/fixtures/responses/whois.nic.ms/status_available.txt}, %q{spec/fixtures/responses/whois.nic.ms/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.ms/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.mu}, %q{spec/fixtures/responses/whois.nic.mu/status_available.expected}, %q{spec/fixtures/responses/whois.nic.mu/status_available.txt}, %q{spec/fixtures/responses/whois.nic.mu/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.mu/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.mx}, %q{spec/fixtures/responses/whois.nic.mx/property_nameservers_with_ip.expected}, %q{spec/fixtures/responses/whois.nic.mx/property_nameservers_with_ip.txt}, %q{spec/fixtures/responses/whois.nic.mx/status_available.expected}, %q{spec/fixtures/responses/whois.nic.mx/status_available.txt}, %q{spec/fixtures/responses/whois.nic.mx/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.mx/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.name}, %q{spec/fixtures/responses/whois.nic.name/reserved.txt}, %q{spec/fixtures/responses/whois.nic.name/status_available.expected}, %q{spec/fixtures/responses/whois.nic.name/status_available.txt}, %q{spec/fixtures/responses/whois.nic.name/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.name/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.net.nf}, %q{spec/fixtures/responses/whois.nic.net.nf/status_available.expected}, %q{spec/fixtures/responses/whois.nic.net.nf/status_available.txt}, %q{spec/fixtures/responses/whois.nic.net.nf/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.net.nf/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.net.ng}, %q{spec/fixtures/responses/whois.nic.net.ng/status_available.expected}, %q{spec/fixtures/responses/whois.nic.net.ng/status_available.txt}, %q{spec/fixtures/responses/whois.nic.net.ng/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.net.ng/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.net.sa}, %q{spec/fixtures/responses/whois.nic.net.sa/status_available.expected}, %q{spec/fixtures/responses/whois.nic.net.sa/status_available.txt}, %q{spec/fixtures/responses/whois.nic.net.sa/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.net.sa/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.nu}, %q{spec/fixtures/responses/whois.nic.nu/status_available.expected}, %q{spec/fixtures/responses/whois.nic.nu/status_available.txt}, %q{spec/fixtures/responses/whois.nic.nu/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.nu/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.or.kr}, %q{spec/fixtures/responses/whois.nic.org.uy}, %q{spec/fixtures/responses/whois.nic.org.uy/status_available.expected}, %q{spec/fixtures/responses/whois.nic.org.uy/status_available.txt}, %q{spec/fixtures/responses/whois.nic.org.uy/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.org.uy/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.pr}, %q{spec/fixtures/responses/whois.nic.pr/status_available.expected}, %q{spec/fixtures/responses/whois.nic.pr/status_available.txt}, %q{spec/fixtures/responses/whois.nic.pr/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.pr/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.priv.at}, %q{spec/fixtures/responses/whois.nic.priv.at/status_available.expected}, %q{spec/fixtures/responses/whois.nic.priv.at/status_available.txt}, %q{spec/fixtures/responses/whois.nic.priv.at/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.priv.at/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.sh}, %q{spec/fixtures/responses/whois.nic.sh/status_available.expected}, %q{spec/fixtures/responses/whois.nic.sh/status_available.txt}, %q{spec/fixtures/responses/whois.nic.sh/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.sh/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.sl}, %q{spec/fixtures/responses/whois.nic.sl/status_available.expected}, %q{spec/fixtures/responses/whois.nic.sl/status_available.txt}, %q{spec/fixtures/responses/whois.nic.sl/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.sl/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.sm}, %q{spec/fixtures/responses/whois.nic.sm/status_available.expected}, %q{spec/fixtures/responses/whois.nic.sm/status_available.txt}, %q{spec/fixtures/responses/whois.nic.sm/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.sm/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.sn}, %q{spec/fixtures/responses/whois.nic.sn/status_available.expected}, %q{spec/fixtures/responses/whois.nic.sn/status_available.txt}, %q{spec/fixtures/responses/whois.nic.sn/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.sn/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.so}, %q{spec/fixtures/responses/whois.nic.so/status_available.expected}, %q{spec/fixtures/responses/whois.nic.so/status_available.txt}, %q{spec/fixtures/responses/whois.nic.so/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.so/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.st}, %q{spec/fixtures/responses/whois.nic.st/status_available.expected}, %q{spec/fixtures/responses/whois.nic.st/status_available.txt}, %q{spec/fixtures/responses/whois.nic.st/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.st/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.tel}, %q{spec/fixtures/responses/whois.nic.tel/status_available.expected}, %q{spec/fixtures/responses/whois.nic.tel/status_available.txt}, %q{spec/fixtures/responses/whois.nic.tel/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.tel/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.tl}, %q{spec/fixtures/responses/whois.nic.tl/status_available.expected}, %q{spec/fixtures/responses/whois.nic.tl/status_available.txt}, %q{spec/fixtures/responses/whois.nic.tl/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.tl/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.tm}, %q{spec/fixtures/responses/whois.nic.tm/status_available.expected}, %q{spec/fixtures/responses/whois.nic.tm/status_available.txt}, %q{spec/fixtures/responses/whois.nic.tm/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.tm/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.tr}, %q{spec/fixtures/responses/whois.nic.tr/property_nameservers_with_ip.expected}, %q{spec/fixtures/responses/whois.nic.tr/property_nameservers_with_ip.txt}, %q{spec/fixtures/responses/whois.nic.tr/property_nameservers_with_trailing_space.expected}, %q{spec/fixtures/responses/whois.nic.tr/property_nameservers_with_trailing_space.txt}, %q{spec/fixtures/responses/whois.nic.tr/status_available.expected}, %q{spec/fixtures/responses/whois.nic.tr/status_available.txt}, %q{spec/fixtures/responses/whois.nic.tr/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.tr/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.travel}, %q{spec/fixtures/responses/whois.nic.travel/property_status_multiple.expected}, %q{spec/fixtures/responses/whois.nic.travel/property_status_multiple.txt}, %q{spec/fixtures/responses/whois.nic.travel/property_status_single.expected}, %q{spec/fixtures/responses/whois.nic.travel/property_status_single.txt}, %q{spec/fixtures/responses/whois.nic.travel/status_available.expected}, %q{spec/fixtures/responses/whois.nic.travel/status_available.txt}, %q{spec/fixtures/responses/whois.nic.travel/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.travel/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.tv}, %q{spec/fixtures/responses/whois.nic.tv/property_nameserver_no_nameserver.expected}, %q{spec/fixtures/responses/whois.nic.tv/property_nameserver_no_nameserver.txt}, %q{spec/fixtures/responses/whois.nic.tv/status_available.expected}, %q{spec/fixtures/responses/whois.nic.tv/status_available.txt}, %q{spec/fixtures/responses/whois.nic.tv/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.tv/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.uk}, %q{spec/fixtures/responses/whois.nic.uk/property_nameservers_with_ip.expected}, %q{spec/fixtures/responses/whois.nic.uk/property_nameservers_with_ip.txt}, %q{spec/fixtures/responses/whois.nic.uk/property_registrar_without_trading_name.expected}, %q{spec/fixtures/responses/whois.nic.uk/property_registrar_without_trading_name.txt}, %q{spec/fixtures/responses/whois.nic.uk/property_status_missing.expected}, %q{spec/fixtures/responses/whois.nic.uk/property_status_missing.txt}, %q{spec/fixtures/responses/whois.nic.uk/property_status_processing_registration.expected}, %q{spec/fixtures/responses/whois.nic.uk/property_status_processing_registration.txt}, %q{spec/fixtures/responses/whois.nic.uk/property_status_processing_renewal.expected}, %q{spec/fixtures/responses/whois.nic.uk/property_status_processing_renewal.txt}, %q{spec/fixtures/responses/whois.nic.uk/property_status_registered.expected}, %q{spec/fixtures/responses/whois.nic.uk/property_status_registered.txt}, %q{spec/fixtures/responses/whois.nic.uk/property_status_suspended.expected}, %q{spec/fixtures/responses/whois.nic.uk/property_status_suspended.txt}, %q{spec/fixtures/responses/whois.nic.uk/status_available.expected}, %q{spec/fixtures/responses/whois.nic.uk/status_available.txt}, %q{spec/fixtures/responses/whois.nic.uk/status_invalid.expected}, %q{spec/fixtures/responses/whois.nic.uk/status_invalid.txt}, %q{spec/fixtures/responses/whois.nic.uk/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.uk/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.uk/status_suspended.expected}, %q{spec/fixtures/responses/whois.nic.uk/status_suspended.txt}, %q{spec/fixtures/responses/whois.nic.us}, %q{spec/fixtures/responses/whois.nic.us/status_available.expected}, %q{spec/fixtures/responses/whois.nic.us/status_available.txt}, %q{spec/fixtures/responses/whois.nic.us/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.us/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.ve}, %q{spec/fixtures/responses/whois.nic.ve/property_expires_on_missing.expected}, %q{spec/fixtures/responses/whois.nic.ve/property_expires_on_missing.txt}, %q{spec/fixtures/responses/whois.nic.ve/property_nameservers.expected}, %q{spec/fixtures/responses/whois.nic.ve/property_nameservers.txt}, %q{spec/fixtures/responses/whois.nic.ve/property_nameservers_missing.expected}, %q{spec/fixtures/responses/whois.nic.ve/property_nameservers_missing.txt}, %q{spec/fixtures/responses/whois.nic.ve/property_status_activo.expected}, %q{spec/fixtures/responses/whois.nic.ve/property_status_activo.txt}, %q{spec/fixtures/responses/whois.nic.ve/property_status_missing.expected}, %q{spec/fixtures/responses/whois.nic.ve/property_status_missing.txt}, %q{spec/fixtures/responses/whois.nic.ve/property_status_suspendido.expected}, %q{spec/fixtures/responses/whois.nic.ve/property_status_suspendido.txt}, %q{spec/fixtures/responses/whois.nic.ve/property_updated_on.expected}, %q{spec/fixtures/responses/whois.nic.ve/property_updated_on.txt}, %q{spec/fixtures/responses/whois.nic.ve/property_updated_on_blank.expected}, %q{spec/fixtures/responses/whois.nic.ve/property_updated_on_blank.txt}, %q{spec/fixtures/responses/whois.nic.ve/status_available.expected}, %q{spec/fixtures/responses/whois.nic.ve/status_available.txt}, %q{spec/fixtures/responses/whois.nic.ve/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.ve/status_registered.txt}, %q{spec/fixtures/responses/whois.nic.ve/status_suspended.expected}, %q{spec/fixtures/responses/whois.nic.ve/status_suspended.txt}, %q{spec/fixtures/responses/whois.nic.xxx}, %q{spec/fixtures/responses/whois.nic.xxx/property_updated_on_blank.expected}, %q{spec/fixtures/responses/whois.nic.xxx/property_updated_on_blank.txt}, %q{spec/fixtures/responses/whois.nic.xxx/status_available.expected}, %q{spec/fixtures/responses/whois.nic.xxx/status_available.txt}, %q{spec/fixtures/responses/whois.nic.xxx/status_registered.expected}, %q{spec/fixtures/responses/whois.nic.xxx/status_registered.txt}, %q{spec/fixtures/responses/whois.norid.no}, %q{spec/fixtures/responses/whois.norid.no/status_available.expected}, %q{spec/fixtures/responses/whois.norid.no/status_available.txt}, %q{spec/fixtures/responses/whois.norid.no/status_registered.expected}, %q{spec/fixtures/responses/whois.norid.no/status_registered.txt}, %q{spec/fixtures/responses/whois.org.za}, %q{spec/fixtures/responses/whois.org.za/status_available.expected}, %q{spec/fixtures/responses/whois.org.za/status_available.txt}, %q{spec/fixtures/responses/whois.org.za/status_registered.expected}, %q{spec/fixtures/responses/whois.org.za/status_registered.txt}, %q{spec/fixtures/responses/whois.pandi.or.id}, %q{spec/fixtures/responses/whois.pandi.or.id/status_available.expected}, %q{spec/fixtures/responses/whois.pandi.or.id/status_available.txt}, %q{spec/fixtures/responses/whois.pandi.or.id/status_registered.expected}, %q{spec/fixtures/responses/whois.pandi.or.id/status_registered.txt}, %q{spec/fixtures/responses/whois.pnina.ps}, %q{spec/fixtures/responses/whois.pnina.ps/property_nameservers_with_nodns.expected}, %q{spec/fixtures/responses/whois.pnina.ps/property_nameservers_with_nodns.txt}, %q{spec/fixtures/responses/whois.pnina.ps/property_status_active_pending_transfer.expected}, %q{spec/fixtures/responses/whois.pnina.ps/property_status_active_pending_transfer.txt}, %q{spec/fixtures/responses/whois.pnina.ps/status_available.expected}, %q{spec/fixtures/responses/whois.pnina.ps/status_available.txt}, %q{spec/fixtures/responses/whois.pnina.ps/status_registered.expected}, %q{spec/fixtures/responses/whois.pnina.ps/status_registered.txt}, %q{spec/fixtures/responses/whois.publicinterestregistry.net}, %q{spec/fixtures/responses/whois.publicinterestregistry.net/response_throttled.expected}, %q{spec/fixtures/responses/whois.publicinterestregistry.net/response_throttled.txt}, %q{spec/fixtures/responses/whois.publicinterestregistry.net/status_available.expected}, %q{spec/fixtures/responses/whois.publicinterestregistry.net/status_available.txt}, %q{spec/fixtures/responses/whois.publicinterestregistry.net/status_registered.expected}, %q{spec/fixtures/responses/whois.publicinterestregistry.net/status_registered.txt}, %q{spec/fixtures/responses/whois.register.bg}, %q{spec/fixtures/responses/whois.register.bg/property_nameservers_with_ip.expected}, %q{spec/fixtures/responses/whois.register.bg/property_nameservers_with_ip.txt}, %q{spec/fixtures/responses/whois.register.bg/status_available.expected}, %q{spec/fixtures/responses/whois.register.bg/status_available.txt}, %q{spec/fixtures/responses/whois.register.bg/status_registered.expected}, %q{spec/fixtures/responses/whois.register.bg/status_registered.txt}, %q{spec/fixtures/responses/whois.registro.br}, %q{spec/fixtures/responses/whois.registro.br/status_available.expected}, %q{spec/fixtures/responses/whois.registro.br/status_available.txt}, %q{spec/fixtures/responses/whois.registro.br/status_available_limited.expected}, %q{spec/fixtures/responses/whois.registro.br/status_available_limited.txt}, %q{spec/fixtures/responses/whois.registro.br/status_registered.expected}, %q{spec/fixtures/responses/whois.registro.br/status_registered.txt}, %q{spec/fixtures/responses/whois.registro.br/status_registered_limited.expected}, %q{spec/fixtures/responses/whois.registro.br/status_registered_limited.txt}, %q{spec/fixtures/responses/whois.registry.gy}, %q{spec/fixtures/responses/whois.registry.gy/status_available.expected}, %q{spec/fixtures/responses/whois.registry.gy/status_available.txt}, %q{spec/fixtures/responses/whois.registry.gy/status_registered.expected}, %q{spec/fixtures/responses/whois.registry.gy/status_registered.txt}, %q{spec/fixtures/responses/whois.registry.hm}, %q{spec/fixtures/responses/whois.registry.hm/status_available.expected}, %q{spec/fixtures/responses/whois.registry.hm/status_available.txt}, %q{spec/fixtures/responses/whois.registry.hm/status_registered.expected}, %q{spec/fixtures/responses/whois.registry.hm/status_registered.txt}, %q{spec/fixtures/responses/whois.registry.in}, %q{spec/fixtures/responses/whois.registry.in/property_status_missing.expected}, %q{spec/fixtures/responses/whois.registry.in/property_status_missing.txt}, %q{spec/fixtures/responses/whois.registry.in/property_status_multiple.expected}, %q{spec/fixtures/responses/whois.registry.in/property_status_multiple.txt}, %q{spec/fixtures/responses/whois.registry.in/property_status_ok.expected}, %q{spec/fixtures/responses/whois.registry.in/property_status_ok.txt}, %q{spec/fixtures/responses/whois.registry.in/status_available.expected}, %q{spec/fixtures/responses/whois.registry.in/status_available.txt}, %q{spec/fixtures/responses/whois.registry.in/status_registered.expected}, %q{spec/fixtures/responses/whois.registry.in/status_registered.txt}, %q{spec/fixtures/responses/whois.registry.qa}, %q{spec/fixtures/responses/whois.registry.qa/qa}, %q{spec/fixtures/responses/whois.registry.qa/qa/status_available.expected}, %q{spec/fixtures/responses/whois.registry.qa/qa/status_available.txt}, %q{spec/fixtures/responses/whois.registry.qa/qa/status_registered.expected}, %q{spec/fixtures/responses/whois.registry.qa/qa/status_registered.txt}, %q{spec/fixtures/responses/whois.registrypro.pro}, %q{spec/fixtures/responses/whois.registrypro.pro/status_available.expected}, %q{spec/fixtures/responses/whois.registrypro.pro/status_available.txt}, %q{spec/fixtures/responses/whois.registrypro.pro/status_registered.expected}, %q{spec/fixtures/responses/whois.registrypro.pro/status_registered.txt}, %q{spec/fixtures/responses/whois.ripe.net}, %q{spec/fixtures/responses/whois.ripe.net/fo}, %q{spec/fixtures/responses/whois.ripe.net/fo/status_available.expected}, %q{spec/fixtures/responses/whois.ripe.net/fo/status_available.txt}, %q{spec/fixtures/responses/whois.ripe.net/fo/status_registered.expected}, %q{spec/fixtures/responses/whois.ripe.net/fo/status_registered.txt}, %q{spec/fixtures/responses/whois.ripe.net/gm}, %q{spec/fixtures/responses/whois.ripe.net/gm/status_available.expected}, %q{spec/fixtures/responses/whois.ripe.net/gm/status_available.txt}, %q{spec/fixtures/responses/whois.ripe.net/gm/status_registered.expected}, %q{spec/fixtures/responses/whois.ripe.net/gm/status_registered.txt}, %q{spec/fixtures/responses/whois.ripe.net/mc}, %q{spec/fixtures/responses/whois.ripe.net/mc/status_available.expected}, %q{spec/fixtures/responses/whois.ripe.net/mc/status_available.txt}, %q{spec/fixtures/responses/whois.ripe.net/mc/status_registered.expected}, %q{spec/fixtures/responses/whois.ripe.net/mc/status_registered.txt}, %q{spec/fixtures/responses/whois.ripe.net/va}, %q{spec/fixtures/responses/whois.ripe.net/va/status_available.expected}, %q{spec/fixtures/responses/whois.ripe.net/va/status_available.txt}, %q{spec/fixtures/responses/whois.ripe.net/va/status_registered.expected}, %q{spec/fixtures/responses/whois.ripe.net/va/status_registered.txt}, %q{spec/fixtures/responses/whois.ripn.net}, %q{spec/fixtures/responses/whois.rotld.ro}, %q{spec/fixtures/responses/whois.rotld.ro/status_available.expected}, %q{spec/fixtures/responses/whois.rotld.ro/status_available.txt}, %q{spec/fixtures/responses/whois.rotld.ro/status_registered.expected}, %q{spec/fixtures/responses/whois.rotld.ro/status_registered.txt}, %q{spec/fixtures/responses/whois.samoanic.ws}, %q{spec/fixtures/responses/whois.samoanic.ws/status_available.expected}, %q{spec/fixtures/responses/whois.samoanic.ws/status_available.txt}, %q{spec/fixtures/responses/whois.samoanic.ws/status_registered.expected}, %q{spec/fixtures/responses/whois.samoanic.ws/status_registered.txt}, %q{spec/fixtures/responses/whois.sgnic.sg}, %q{spec/fixtures/responses/whois.sgnic.sg/property_nameservers_schema_1.expected}, %q{spec/fixtures/responses/whois.sgnic.sg/property_nameservers_schema_1.txt}, %q{spec/fixtures/responses/whois.sgnic.sg/property_nameservers_schema_1_with_ip.expected}, %q{spec/fixtures/responses/whois.sgnic.sg/property_nameservers_schema_1_with_ip.txt}, %q{spec/fixtures/responses/whois.sgnic.sg/property_nameservers_schema_2.expected}, %q{spec/fixtures/responses/whois.sgnic.sg/property_nameservers_schema_2.txt}, %q{spec/fixtures/responses/whois.sgnic.sg/status_available.expected}, %q{spec/fixtures/responses/whois.sgnic.sg/status_available.txt}, %q{spec/fixtures/responses/whois.sgnic.sg/status_registered.expected}, %q{spec/fixtures/responses/whois.sgnic.sg/status_registered.txt}, %q{spec/fixtures/responses/whois.sk-nic.sk}, %q{spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_dakt.expected}, %q{spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_dakt.txt}, %q{spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_exp.expected}, %q{spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_exp.txt}, %q{spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_held.expected}, %q{spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_held.txt}, %q{spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_lnot.expected}, %q{spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_lnot.txt}, %q{spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_ok.expected}, %q{spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_ok.txt}, %q{spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_ta.expected}, %q{spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_ta.txt}, %q{spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_warn.expected}, %q{spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_warn.txt}, %q{spec/fixtures/responses/whois.sk-nic.sk/status_available.expected}, %q{spec/fixtures/responses/whois.sk-nic.sk/status_available.txt}, %q{spec/fixtures/responses/whois.sk-nic.sk/status_registered.expected}, %q{spec/fixtures/responses/whois.sk-nic.sk/status_registered.txt}, %q{spec/fixtures/responses/whois.srs.net.nz}, %q{spec/fixtures/responses/whois.srs.net.nz/property_status_pendingrelease.expected}, %q{spec/fixtures/responses/whois.srs.net.nz/property_status_pendingrelease.txt}, %q{spec/fixtures/responses/whois.srs.net.nz/status_available.expected}, %q{spec/fixtures/responses/whois.srs.net.nz/status_available.txt}, %q{spec/fixtures/responses/whois.srs.net.nz/status_invalid.expected}, %q{spec/fixtures/responses/whois.srs.net.nz/status_invalid.txt}, %q{spec/fixtures/responses/whois.srs.net.nz/status_registered.expected}, %q{spec/fixtures/responses/whois.srs.net.nz/status_registered.txt}, %q{spec/fixtures/responses/whois.tcinet.ru}, %q{spec/fixtures/responses/whois.tcinet.ru/ru}, %q{spec/fixtures/responses/whois.tcinet.ru/ru/property_nameservers_with_ip.expected}, %q{spec/fixtures/responses/whois.tcinet.ru/ru/property_nameservers_with_ip.txt}, %q{spec/fixtures/responses/whois.tcinet.ru/ru/status_available.expected}, %q{spec/fixtures/responses/whois.tcinet.ru/ru/status_available.txt}, %q{spec/fixtures/responses/whois.tcinet.ru/ru/status_registered.expected}, %q{spec/fixtures/responses/whois.tcinet.ru/ru/status_registered.txt}, %q{spec/fixtures/responses/whois.tcinet.ru/su}, %q{spec/fixtures/responses/whois.tcinet.ru/su/status_available.expected}, %q{spec/fixtures/responses/whois.tcinet.ru/su/status_available.txt}, %q{spec/fixtures/responses/whois.tcinet.ru/su/status_registered.expected}, %q{spec/fixtures/responses/whois.tcinet.ru/su/status_registered.txt}, %q{spec/fixtures/responses/whois.tcinet.ru/xn--p1ai}, %q{spec/fixtures/responses/whois.tcinet.ru/xn--p1ai/status_available.expected}, %q{spec/fixtures/responses/whois.tcinet.ru/xn--p1ai/status_available.txt}, %q{spec/fixtures/responses/whois.tcinet.ru/xn--p1ai/status_registered.expected}, %q{spec/fixtures/responses/whois.tcinet.ru/xn--p1ai/status_registered.txt}, %q{spec/fixtures/responses/whois.thnic.co.th}, %q{spec/fixtures/responses/whois.thnic.co.th/status_available.expected}, %q{spec/fixtures/responses/whois.thnic.co.th/status_available.txt}, %q{spec/fixtures/responses/whois.thnic.co.th/status_registered.expected}, %q{spec/fixtures/responses/whois.thnic.co.th/status_registered.txt}, %q{spec/fixtures/responses/whois.tld.ee}, %q{spec/fixtures/responses/whois.tld.ee/property_contact_admin.txt}, %q{spec/fixtures/responses/whois.tld.ee/property_contact_registrant.txt}, %q{spec/fixtures/responses/whois.tld.ee/property_registrar.txt}, %q{spec/fixtures/responses/whois.tld.ee/property_status_expired.txt}, %q{spec/fixtures/responses/whois.tld.ee/property_status_missing.txt}, %q{spec/fixtures/responses/whois.tld.ee/property_status_paid.txt}, %q{spec/fixtures/responses/whois.tld.ee/status_available.expected}, %q{spec/fixtures/responses/whois.tld.ee/status_available.txt}, %q{spec/fixtures/responses/whois.tld.ee/status_expired.expected}, %q{spec/fixtures/responses/whois.tld.ee/status_expired.txt}, %q{spec/fixtures/responses/whois.tld.ee/status_registered.expected}, %q{spec/fixtures/responses/whois.tld.ee/status_registered.txt}, %q{spec/fixtures/responses/whois.tonic.to}, %q{spec/fixtures/responses/whois.tonic.to/response_incomplete.expected}, %q{spec/fixtures/responses/whois.tonic.to/response_incomplete.txt}, %q{spec/fixtures/responses/whois.tonic.to/status_available.expected}, %q{spec/fixtures/responses/whois.tonic.to/status_available.txt}, %q{spec/fixtures/responses/whois.tonic.to/status_registered.expected}, %q{spec/fixtures/responses/whois.tonic.to/status_registered.txt}, %q{spec/fixtures/responses/whois.twnic.net.tw}, %q{spec/fixtures/responses/whois.twnic.net.tw/status_available.expected}, %q{spec/fixtures/responses/whois.twnic.net.tw/status_available.txt}, %q{spec/fixtures/responses/whois.twnic.net.tw/status_registered.expected}, %q{spec/fixtures/responses/whois.twnic.net.tw/status_registered.txt}, %q{spec/fixtures/responses/whois.tznic.or.tz}, %q{spec/fixtures/responses/whois.tznic.or.tz/status_available.expected}, %q{spec/fixtures/responses/whois.tznic.or.tz/status_available.txt}, %q{spec/fixtures/responses/whois.tznic.or.tz/status_registered.expected}, %q{spec/fixtures/responses/whois.tznic.or.tz/status_registered.txt}, %q{spec/fixtures/responses/whois.usp.ac.fj}, %q{spec/fixtures/responses/whois.usp.ac.fj/status_available.expected}, %q{spec/fixtures/responses/whois.usp.ac.fj/status_available.txt}, %q{spec/fixtures/responses/whois.usp.ac.fj/status_registered.expected}, %q{spec/fixtures/responses/whois.usp.ac.fj/status_registered.txt}, %q{spec/fixtures/responses/whois.za.net}, %q{spec/fixtures/responses/whois.za.net/status_available.expected}, %q{spec/fixtures/responses/whois.za.net/status_available.txt}, %q{spec/fixtures/responses/whois.za.net/status_registered.expected}, %q{spec/fixtures/responses/whois.za.net/status_registered.txt}, %q{spec/fixtures/responses/whois.za.org}, %q{spec/fixtures/responses/whois.za.org/status_available.expected}, %q{spec/fixtures/responses/whois.za.org/status_available.txt}, %q{spec/fixtures/responses/whois.za.org/status_registered.expected}, %q{spec/fixtures/responses/whois.za.org/status_registered.txt}, %q{spec/integration_spec.rb}, %q{spec/spec_helper.rb}, %q{spec/support}, %q{spec/support/example}, %q{spec/support/example/parser_example_group.rb}, %q{spec/support/helpers}, %q{spec/support/helpers/connectivity_helper.rb}, %q{spec/support/helpers/spec_helper.rb}, %q{spec/support/matchers}, %q{spec/support/matchers/support_property.rb}, %q{spec/tlds}, %q{spec/whois}, %q{spec/whois/client_spec.rb}, %q{spec/whois/core_ext_spec.rb}, %q{spec/whois/errors_spec.rb}, %q{spec/whois/record}, %q{spec/whois/record/contact_spec.rb}, %q{spec/whois/record/nameserver_spec.rb}, %q{spec/whois/record/parser}, %q{spec/whois/record/parser/base_spec.rb}, %q{spec/whois/record/parser/blank_spec.rb}, %q{spec/whois/record/parser/responses}, %q{spec/whois/record/parser/responses/jobswhois.verisign-grs.com}, %q{spec/whois/record/parser/responses/jobswhois.verisign-grs.com/property_nameserver_no_nameserver_spec.rb}, %q{spec/whois/record/parser/responses/jobswhois.verisign-grs.com/status_available_spec.rb}, %q{spec/whois/record/parser/responses/jobswhois.verisign-grs.com/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/kero.yachay.pe}, %q{spec/whois/record/parser/responses/kero.yachay.pe/status_available_spec.rb}, %q{spec/whois/record/parser/responses/kero.yachay.pe/status_inactive_spec.rb}, %q{spec/whois/record/parser/responses/kero.yachay.pe/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.adamsnames.tc}, %q{spec/whois/record/parser/responses/whois.adamsnames.tc/gd}, %q{spec/whois/record/parser/responses/whois.adamsnames.tc/gd/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.adamsnames.tc/gd/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.adamsnames.tc/tc}, %q{spec/whois/record/parser/responses/whois.adamsnames.tc/tc/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.adamsnames.tc/tc/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.adamsnames.tc/vg}, %q{spec/whois/record/parser/responses/whois.adamsnames.tc/vg/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.adamsnames.tc/vg/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.aeda.net.ae}, %q{spec/whois/record/parser/responses/whois.aeda.net.ae/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.aeda.net.ae/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.aero}, %q{spec/whois/record/parser/responses/whois.aero/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.aero/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.afilias-grs.info}, %q{spec/whois/record/parser/responses/whois.afilias-grs.info/bz}, %q{spec/whois/record/parser/responses/whois.afilias-grs.info/bz/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.afilias-grs.info/bz/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.afilias-grs.info/gi}, %q{spec/whois/record/parser/responses/whois.afilias-grs.info/gi/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.afilias-grs.info/gi/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.afilias-grs.info/hn}, %q{spec/whois/record/parser/responses/whois.afilias-grs.info/hn/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.afilias-grs.info/hn/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.afilias-grs.info/lc}, %q{spec/whois/record/parser/responses/whois.afilias-grs.info/lc/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.afilias-grs.info/lc/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.afilias-grs.info/mn}, %q{spec/whois/record/parser/responses/whois.afilias-grs.info/mn/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.afilias-grs.info/mn/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.afilias-grs.info/sc}, %q{spec/whois/record/parser/responses/whois.afilias-grs.info/sc/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.afilias-grs.info/sc/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.afilias-grs.info/vc}, %q{spec/whois/record/parser/responses/whois.afilias-grs.info/vc/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.afilias-grs.info/vc/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.afilias.info}, %q{spec/whois/record/parser/responses/whois.afilias.info/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.afilias.info/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.ai}, %q{spec/whois/record/parser/responses/whois.ai/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.ai/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.arnes.si}, %q{spec/whois/record/parser/responses/whois.arnes.si/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.arnes.si/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.audns.net.au}, %q{spec/whois/record/parser/responses/whois.audns.net.au/property_status_with_multiple_spec.rb}, %q{spec/whois/record/parser/responses/whois.audns.net.au/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.audns.net.au/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.biz}, %q{spec/whois/record/parser/responses/whois.biz/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.biz/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.cat}, %q{spec/whois/record/parser/responses/whois.cat/property_status_missing_spec.rb}, %q{spec/whois/record/parser/responses/whois.cat/property_status_multiple_spec.rb}, %q{spec/whois/record/parser/responses/whois.cat/property_status_ok_spec.rb}, %q{spec/whois/record/parser/responses/whois.cat/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.cat/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.cctld.uz}, %q{spec/whois/record/parser/responses/whois.cctld.uz/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.cctld.uz/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com}, %q{spec/whois/record/parser/responses/whois.centralnic.com/ae.org}, %q{spec/whois/record/parser/responses/whois.centralnic.com/ae.org/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/ae.org/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/ar.com}, %q{spec/whois/record/parser/responses/whois.centralnic.com/ar.com/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/ar.com/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/br.com}, %q{spec/whois/record/parser/responses/whois.centralnic.com/br.com/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/br.com/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/cn.com}, %q{spec/whois/record/parser/responses/whois.centralnic.com/cn.com/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/cn.com/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/de.com}, %q{spec/whois/record/parser/responses/whois.centralnic.com/de.com/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/de.com/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/eu.com}, %q{spec/whois/record/parser/responses/whois.centralnic.com/eu.com/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/eu.com/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/gb.com}, %q{spec/whois/record/parser/responses/whois.centralnic.com/gb.com/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/gb.com/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/gb.net}, %q{spec/whois/record/parser/responses/whois.centralnic.com/gb.net/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/gb.net/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/hu.com}, %q{spec/whois/record/parser/responses/whois.centralnic.com/hu.com/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/hu.com/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/jpn.com}, %q{spec/whois/record/parser/responses/whois.centralnic.com/jpn.com/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/jpn.com/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/kr.com}, %q{spec/whois/record/parser/responses/whois.centralnic.com/kr.com/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/kr.com/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/no.com}, %q{spec/whois/record/parser/responses/whois.centralnic.com/no.com/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/no.com/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/qc.com}, %q{spec/whois/record/parser/responses/whois.centralnic.com/qc.com/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/qc.com/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/ru.com}, %q{spec/whois/record/parser/responses/whois.centralnic.com/ru.com/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/ru.com/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/sa.com}, %q{spec/whois/record/parser/responses/whois.centralnic.com/sa.com/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/sa.com/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/se.com}, %q{spec/whois/record/parser/responses/whois.centralnic.com/se.com/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/se.com/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/se.net}, %q{spec/whois/record/parser/responses/whois.centralnic.com/se.net/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/se.net/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/uk.com}, %q{spec/whois/record/parser/responses/whois.centralnic.com/uk.com/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/uk.com/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/uk.net}, %q{spec/whois/record/parser/responses/whois.centralnic.com/uk.net/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/uk.net/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/us.com}, %q{spec/whois/record/parser/responses/whois.centralnic.com/us.com/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/us.com/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/uy.com}, %q{spec/whois/record/parser/responses/whois.centralnic.com/uy.com/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/uy.com/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/za.com}, %q{spec/whois/record/parser/responses/whois.centralnic.com/za.com/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.centralnic.com/za.com/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.cira.ca}, %q{spec/whois/record/parser/responses/whois.cira.ca/schema-1}, %q{spec/whois/record/parser/responses/whois.cira.ca/schema-1/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.cira.ca/schema-1/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.cira.ca/schema-2}, %q{spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_autorenew_grace_spec.rb}, %q{spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_redemption_spec.rb}, %q{spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_tobereleased_spec.rb}, %q{spec/whois/record/parser/responses/whois.cira.ca/schema-2/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.cira.ca/schema-2/status_invalid_spec.rb}, %q{spec/whois/record/parser/responses/whois.cira.ca/schema-2/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.cnnic.cn}, %q{spec/whois/record/parser/responses/whois.cnnic.cn/property_status_ok_spec.rb}, %q{spec/whois/record/parser/responses/whois.cnnic.cn/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.cnnic.cn/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.cnnic.cn/status_reserved_spec.rb}, %q{spec/whois/record/parser/responses/whois.co.ca}, %q{spec/whois/record/parser/responses/whois.co.ca/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.co.ca/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.co.ca/status_reserved_spec.rb}, %q{spec/whois/record/parser/responses/whois.co.pl}, %q{spec/whois/record/parser/responses/whois.co.pl/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.co.pl/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.co.ug}, %q{spec/whois/record/parser/responses/whois.co.ug/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.co.ug/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.coza.net.za}, %q{spec/whois/record/parser/responses/whois.coza.net.za/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.coza.net.za/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.crsnic.net}, %q{spec/whois/record/parser/responses/whois.crsnic.net/property_nameserver_no_nameserver_spec.rb}, %q{spec/whois/record/parser/responses/whois.crsnic.net/property_registrar_with_multiple_entries_spec.rb}, %q{spec/whois/record/parser/responses/whois.crsnic.net/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.crsnic.net/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.denic.de}, %q{spec/whois/record/parser/responses/whois.denic.de/schema-1.10.0}, %q{spec/whois/record/parser/responses/whois.denic.de/schema-1.10.0/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.denic.de/schema-1.10.0/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.denic.de/schema-1.11.0}, %q{spec/whois/record/parser/responses/whois.denic.de/schema-1.11.0/property_nameservers_with_ip_spec.rb}, %q{spec/whois/record/parser/responses/whois.denic.de/schema-1.11.0/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.denic.de/schema-1.11.0/status_invalid_spec.rb}, %q{spec/whois/record/parser/responses/whois.denic.de/schema-1.11.0/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.denic.de/schema-2.0}, %q{spec/whois/record/parser/responses/whois.denic.de/schema-2.0/property_nameservers_with_ip_spec.rb}, %q{spec/whois/record/parser/responses/whois.denic.de/schema-2.0/response_throttled_spec.rb}, %q{spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_failed_ace_spec.rb}, %q{spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_failed_spec.rb}, %q{spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_invalid_spec.rb}, %q{spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.dk-hostmaster.dk}, %q{spec/whois/record/parser/responses/whois.dk-hostmaster.dk/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.dk-hostmaster.dk/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.dns.be}, %q{spec/whois/record/parser/responses/whois.dns.be/property_nameservers_with_ip_spec.rb}, %q{spec/whois/record/parser/responses/whois.dns.be/response_throttled_spec.rb}, %q{spec/whois/record/parser/responses/whois.dns.be/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.dns.be/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.dns.lu}, %q{spec/whois/record/parser/responses/whois.dns.lu/property_nameservers_with_ip_spec.rb}, %q{spec/whois/record/parser/responses/whois.dns.lu/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.dns.lu/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.dns.pl}, %q{spec/whois/record/parser/responses/whois.dns.pl/property_nameservers_with_ip_spec.rb}, %q{spec/whois/record/parser/responses/whois.dns.pl/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.dns.pl/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.dns.pt}, %q{spec/whois/record/parser/responses/whois.dns.pt/property_nameservers_spec.rb}, %q{spec/whois/record/parser/responses/whois.dns.pt/property_nameservers_without_host_spec.rb}, %q{spec/whois/record/parser/responses/whois.dns.pt/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.dns.pt/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.dns.pt/status_reserved_spec.rb}, %q{spec/whois/record/parser/responses/whois.domain-registry.nl}, %q{spec/whois/record/parser/responses/whois.domain-registry.nl/property_nameservers_with_ip_spec.rb}, %q{spec/whois/record/parser/responses/whois.domain-registry.nl/response_throttled_daily_spec.rb}, %q{spec/whois/record/parser/responses/whois.domain-registry.nl/response_throttled_spec.rb}, %q{spec/whois/record/parser/responses/whois.domain-registry.nl/response_unavailable_spec.rb}, %q{spec/whois/record/parser/responses/whois.domain-registry.nl/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.domain-registry.nl/status_quarantine_spec.rb}, %q{spec/whois/record/parser/responses/whois.domain-registry.nl/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.domain.kg}, %q{spec/whois/record/parser/responses/whois.domain.kg/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.domain.kg/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.domainregistry.ie}, %q{spec/whois/record/parser/responses/whois.domainregistry.ie/property_nameservers_with_ip_spec.rb}, %q{spec/whois/record/parser/responses/whois.domainregistry.ie/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.domainregistry.ie/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.domainregistry.my}, %q{spec/whois/record/parser/responses/whois.domainregistry.my/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.domainregistry.my/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.domreg.lt}, %q{spec/whois/record/parser/responses/whois.domreg.lt/property_nameservers_with_ip_spec.rb}, %q{spec/whois/record/parser/responses/whois.domreg.lt/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.domreg.lt/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.dot.tk}, %q{spec/whois/record/parser/responses/whois.dot.tk/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.dot.tk/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.dotmobiregistry.net}, %q{spec/whois/record/parser/responses/whois.dotmobiregistry.net/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.dotmobiregistry.net/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.educause.edu}, %q{spec/whois/record/parser/responses/whois.educause.edu/property_updated_on_unknown_spec.rb}, %q{spec/whois/record/parser/responses/whois.educause.edu/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.educause.edu/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.eenet.ee}, %q{spec/whois/record/parser/responses/whois.eenet.ee/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.eenet.ee/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.eu}, %q{spec/whois/record/parser/responses/whois.eu/property_nameservers_spec.rb}, %q{spec/whois/record/parser/responses/whois.eu/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.eu/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.eu.org}, %q{spec/whois/record/parser/responses/whois.eu.org/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.eu.org/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.ficora.fi}, %q{spec/whois/record/parser/responses/whois.ficora.fi/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.ficora.fi/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.gg}, %q{spec/whois/record/parser/responses/whois.gg/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.gg/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.godaddy.com}, %q{spec/whois/record/parser/responses/whois.godaddy.com/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.gov.za}, %q{spec/whois/record/parser/responses/whois.gov.za/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.gov.za/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.hkirc.hk}, %q{spec/whois/record/parser/responses/whois.hkirc.hk/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.hkirc.hk/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.iam.net.ma}, %q{spec/whois/record/parser/responses/whois.iam.net.ma/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.iam.net.ma/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.iana.org}, %q{spec/whois/record/parser/responses/whois.iana.org/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.iana.org/status_not_assigned_spec.rb}, %q{spec/whois/record/parser/responses/whois.iana.org/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.in.ua}, %q{spec/whois/record/parser/responses/whois.in.ua/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.in.ua/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.isnic.is}, %q{spec/whois/record/parser/responses/whois.isnic.is/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.isnic.is/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.isoc.org.il}, %q{spec/whois/record/parser/responses/whois.isoc.org.il/property_status_missing_spec.rb}, %q{spec/whois/record/parser/responses/whois.isoc.org.il/property_status_transfer_allowed_spec.rb}, %q{spec/whois/record/parser/responses/whois.isoc.org.il/property_status_transfer_locked_spec.rb}, %q{spec/whois/record/parser/responses/whois.isoc.org.il/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.isoc.org.il/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.ja.net}, %q{spec/whois/record/parser/responses/whois.ja.net/ac.uk}, %q{spec/whois/record/parser/responses/whois.ja.net/ac.uk/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.ja.net/ac.uk/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.ja.net/gov.uk}, %q{spec/whois/record/parser/responses/whois.ja.net/gov.uk/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.ja.net/gov.uk/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.je}, %q{spec/whois/record/parser/responses/whois.je/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.je/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.jprs.jp}, %q{spec/whois/record/parser/responses/whois.jprs.jp/jp}, %q{spec/whois/record/parser/responses/whois.jprs.jp/jp/property_created_on_and_expires_on_missing_spec.rb}, %q{spec/whois/record/parser/responses/whois.jprs.jp/jp/property_expires_on_missing_spec.rb}, %q{spec/whois/record/parser/responses/whois.jprs.jp/jp/property_updates_on_error_out-of-range_spec.rb}, %q{spec/whois/record/parser/responses/whois.jprs.jp/jp/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.jprs.jp/jp/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.jprs.jp/jp/status_reserved_spec.rb}, %q{spec/whois/record/parser/responses/whois.jprs.jp/ne.jp}, %q{spec/whois/record/parser/responses/whois.jprs.jp/ne.jp/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.jprs.jp/ne.jp/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.kenic.or.ke}, %q{spec/whois/record/parser/responses/whois.kenic.or.ke/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.kenic.or.ke/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.kr}, %q{spec/whois/record/parser/responses/whois.kr/property_nameservers_with_ip_spec.rb}, %q{spec/whois/record/parser/responses/whois.kr/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.kr/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.markmonitor.com}, %q{spec/whois/record/parser/responses/whois.markmonitor.com/property_contacts_are_blank_spec.rb}, %q{spec/whois/record/parser/responses/whois.markmonitor.com/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.meregistry.net}, %q{spec/whois/record/parser/responses/whois.meregistry.net/property_nameservers_is_blank_spec.rb}, %q{spec/whois/record/parser/responses/whois.meregistry.net/property_updated_on_is_blank_spec.rb}, %q{spec/whois/record/parser/responses/whois.meregistry.net/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.meregistry.net/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.museum}, %q{spec/whois/record/parser/responses/whois.museum/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.museum/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.na-nic.com.na}, %q{spec/whois/record/parser/responses/whois.na-nic.com.na/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.na-nic.com.na/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.net.ua}, %q{spec/whois/record/parser/responses/whois.net.ua/property_nameservers_uppercase_spec.rb}, %q{spec/whois/record/parser/responses/whois.net.ua/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.net.ua/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.netcom.cm}, %q{spec/whois/record/parser/responses/whois.netcom.cm/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.netcom.cm/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic-se.se}, %q{spec/whois/record/parser/responses/whois.nic-se.se/property_datetime_is_dash_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic-se.se/property_nameservers_with_ip_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic-se.se/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic-se.se/status_inactive_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic-se.se/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.ac}, %q{spec/whois/record/parser/responses/whois.nic.ac/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.ac/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.af}, %q{spec/whois/record/parser/responses/whois.nic.af/property_status_active_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.af/property_status_delegated_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.af/property_status_not_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.af/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.af/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.ag}, %q{spec/whois/record/parser/responses/whois.nic.ag/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.ag/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.am}, %q{spec/whois/record/parser/responses/whois.nic.am/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.am/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.as}, %q{spec/whois/record/parser/responses/whois.nic.as/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.as/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.asia}, %q{spec/whois/record/parser/responses/whois.nic.asia/property_status_multiple_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.asia/property_status_single_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.asia/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.asia/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.at}, %q{spec/whois/record/parser/responses/whois.nic.at/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.at/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.bo}, %q{spec/whois/record/parser/responses/whois.nic.bo/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.bo/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.cc}, %q{spec/whois/record/parser/responses/whois.nic.cc/property_nameserver_no_nameserver_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.cc/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.cc/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.cd}, %q{spec/whois/record/parser/responses/whois.nic.cd/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.cd/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.ch}, %q{spec/whois/record/parser/responses/whois.nic.ch/property_nameservers_with_ip_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.ch/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.ch/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.ci}, %q{spec/whois/record/parser/responses/whois.nic.ci/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.ci/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.ck}, %q{spec/whois/record/parser/responses/whois.nic.ck/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.ck/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.cl}, %q{spec/whois/record/parser/responses/whois.nic.cl/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.cl/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.co}, %q{spec/whois/record/parser/responses/whois.nic.co/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.co/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.coop}, %q{spec/whois/record/parser/responses/whois.nic.coop/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.coop/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.cx}, %q{spec/whois/record/parser/responses/whois.nic.cx/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.cx/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.cz}, %q{spec/whois/record/parser/responses/whois.nic.cz/property_nameservers_with_ip_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.cz/property_status_expired_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.cz/property_status_missing_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.cz/property_status_paid_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.cz/property_status_update_prohibited_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.cz/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.cz/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.dz}, %q{spec/whois/record/parser/responses/whois.nic.dz/dz}, %q{spec/whois/record/parser/responses/whois.nic.dz/dz/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.dz/dz/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.ec}, %q{spec/whois/record/parser/responses/whois.nic.ec/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.ec/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.fr}, %q{spec/whois/record/parser/responses/whois.nic.fr/fr}, %q{spec/whois/record/parser/responses/whois.nic.fr/fr/property_nameservers_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.fr/fr/property_nameservers_with_ipv4_and_some_ipv6_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.fr/fr/property_status_missing_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.fr/fr/property_status_redemption_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.fr/fr/property_status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.fr/fr/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.fr/fr/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.fr/pm}, %q{spec/whois/record/parser/responses/whois.nic.fr/pm/property_nameservers_with_ipv4_and_ipv6_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.fr/pm/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.fr/pm/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.fr/re}, %q{spec/whois/record/parser/responses/whois.nic.fr/re/property_nameservers_with_ipv4_and_ipv6_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.fr/re/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.fr/re/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.fr/tf}, %q{spec/whois/record/parser/responses/whois.nic.fr/tf/property_status_frozen_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.fr/tf/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.fr/tf/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.fr/wf}, %q{spec/whois/record/parser/responses/whois.nic.fr/wf/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.fr/wf/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.fr/yt}, %q{spec/whois/record/parser/responses/whois.nic.fr/yt/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.fr/yt/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.gl}, %q{spec/whois/record/parser/responses/whois.nic.gl/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.gl/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.gov}, %q{spec/whois/record/parser/responses/whois.nic.gov/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.gov/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.gs}, %q{spec/whois/record/parser/responses/whois.nic.gs/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.gs/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.ht}, %q{spec/whois/record/parser/responses/whois.nic.ht/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.ht/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.hu}, %q{spec/whois/record/parser/responses/whois.nic.hu/schema-1.99}, %q{spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/property_contact_company_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/property_contact_private_person_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/property_contact_without_address_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/status_in_progress_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.hu/schema-current}, %q{spec/whois/record/parser/responses/whois.nic.hu/schema-current/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.hu/schema-current/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.im}, %q{spec/whois/record/parser/responses/whois.nic.im/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.im/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.io}, %q{spec/whois/record/parser/responses/whois.nic.io/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.io/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.ir}, %q{spec/whois/record/parser/responses/whois.nic.ir/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.ir/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.it}, %q{spec/whois/record/parser/responses/whois.nic.it/property_contact_province_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.it/property_contact_with_company_in_address_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.it/property_contact_with_organization_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.it/property_status_active_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.it/property_status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.it/property_status_client_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.it/property_status_graceperiod_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.it/property_status_inactive_noregistrar_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.it/property_status_no_provider_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.it/property_status_ok_autorenew_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.it/property_status_ok_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.it/property_status_pendingdelete_pendingdelete_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.it/property_status_pendingdelete_redemptionperiod_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.it/property_status_pendingtransfer_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.it/property_status_pendingupdate_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.it/property_status_redemption_no_provider_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.it/property_status_unassignable_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.it/property_technical_contact_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.it/response_unavailable_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.it/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.it/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.ki}, %q{spec/whois/record/parser/responses/whois.nic.ki/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.ki/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.kz}, %q{spec/whois/record/parser/responses/whois.nic.kz/property_status_missing_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.kz/property_status_multiple_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.kz/property_status_ok_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.kz/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.kz/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.la}, %q{spec/whois/record/parser/responses/whois.nic.la/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.la/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.li}, %q{spec/whois/record/parser/responses/whois.nic.li/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.li/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.lv}, %q{spec/whois/record/parser/responses/whois.nic.lv/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.lv/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.ly}, %q{spec/whois/record/parser/responses/whois.nic.ly/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.ly/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.md}, %q{spec/whois/record/parser/responses/whois.nic.md/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.md/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.mg}, %q{spec/whois/record/parser/responses/whois.nic.mg/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.mg/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.ms}, %q{spec/whois/record/parser/responses/whois.nic.ms/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.ms/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.mu}, %q{spec/whois/record/parser/responses/whois.nic.mu/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.mu/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.mx}, %q{spec/whois/record/parser/responses/whois.nic.mx/property_nameservers_with_ip_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.mx/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.mx/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.name}, %q{spec/whois/record/parser/responses/whois.nic.name/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.name/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.net.nf}, %q{spec/whois/record/parser/responses/whois.nic.net.nf/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.net.nf/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.net.ng}, %q{spec/whois/record/parser/responses/whois.nic.net.ng/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.net.ng/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.net.sa}, %q{spec/whois/record/parser/responses/whois.nic.net.sa/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.net.sa/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.nu}, %q{spec/whois/record/parser/responses/whois.nic.nu/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.nu/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.org.uy}, %q{spec/whois/record/parser/responses/whois.nic.org.uy/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.org.uy/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.pr}, %q{spec/whois/record/parser/responses/whois.nic.pr/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.pr/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.priv.at}, %q{spec/whois/record/parser/responses/whois.nic.priv.at/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.priv.at/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.sh}, %q{spec/whois/record/parser/responses/whois.nic.sh/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.sh/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.sl}, %q{spec/whois/record/parser/responses/whois.nic.sl/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.sl/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.sm}, %q{spec/whois/record/parser/responses/whois.nic.sm/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.sm/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.sn}, %q{spec/whois/record/parser/responses/whois.nic.sn/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.sn/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.so}, %q{spec/whois/record/parser/responses/whois.nic.so/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.so/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.st}, %q{spec/whois/record/parser/responses/whois.nic.st/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.st/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.tel}, %q{spec/whois/record/parser/responses/whois.nic.tel/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.tel/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.tl}, %q{spec/whois/record/parser/responses/whois.nic.tl/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.tl/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.tm}, %q{spec/whois/record/parser/responses/whois.nic.tm/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.tm/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.tr}, %q{spec/whois/record/parser/responses/whois.nic.tr/property_nameservers_with_ip_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.tr/property_nameservers_with_trailing_space_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.tr/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.tr/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.travel}, %q{spec/whois/record/parser/responses/whois.nic.travel/property_status_multiple_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.travel/property_status_single_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.travel/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.travel/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.tv}, %q{spec/whois/record/parser/responses/whois.nic.tv/property_nameserver_no_nameserver_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.tv/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.tv/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.uk}, %q{spec/whois/record/parser/responses/whois.nic.uk/property_nameservers_with_ip_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.uk/property_registrar_without_trading_name_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.uk/property_status_missing_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.uk/property_status_processing_registration_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.uk/property_status_processing_renewal_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.uk/property_status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.uk/property_status_suspended_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.uk/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.uk/status_invalid_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.uk/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.uk/status_suspended_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.us}, %q{spec/whois/record/parser/responses/whois.nic.us/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.us/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.ve}, %q{spec/whois/record/parser/responses/whois.nic.ve/property_expires_on_missing_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.ve/property_nameservers_missing_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.ve/property_nameservers_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.ve/property_status_activo_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.ve/property_status_missing_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.ve/property_status_suspendido_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.ve/property_updated_on_blank_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.ve/property_updated_on_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.ve/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.ve/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.ve/status_suspended_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.xxx}, %q{spec/whois/record/parser/responses/whois.nic.xxx/property_updated_on_blank_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.xxx/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.nic.xxx/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.norid.no}, %q{spec/whois/record/parser/responses/whois.norid.no/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.norid.no/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.org.za}, %q{spec/whois/record/parser/responses/whois.org.za/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.org.za/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.pandi.or.id}, %q{spec/whois/record/parser/responses/whois.pandi.or.id/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.pandi.or.id/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.pnina.ps}, %q{spec/whois/record/parser/responses/whois.pnina.ps/property_nameservers_with_nodns_spec.rb}, %q{spec/whois/record/parser/responses/whois.pnina.ps/property_status_active_pending_transfer_spec.rb}, %q{spec/whois/record/parser/responses/whois.pnina.ps/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.pnina.ps/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.publicinterestregistry.net}, %q{spec/whois/record/parser/responses/whois.publicinterestregistry.net/response_throttled_spec.rb}, %q{spec/whois/record/parser/responses/whois.publicinterestregistry.net/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.publicinterestregistry.net/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.register.bg}, %q{spec/whois/record/parser/responses/whois.register.bg/property_nameservers_with_ip_spec.rb}, %q{spec/whois/record/parser/responses/whois.register.bg/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.register.bg/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.registro.br}, %q{spec/whois/record/parser/responses/whois.registro.br/status_available_limited_spec.rb}, %q{spec/whois/record/parser/responses/whois.registro.br/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.registro.br/status_registered_limited_spec.rb}, %q{spec/whois/record/parser/responses/whois.registro.br/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.registry.gy}, %q{spec/whois/record/parser/responses/whois.registry.gy/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.registry.gy/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.registry.hm}, %q{spec/whois/record/parser/responses/whois.registry.hm/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.registry.hm/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.registry.in}, %q{spec/whois/record/parser/responses/whois.registry.in/property_status_missing_spec.rb}, %q{spec/whois/record/parser/responses/whois.registry.in/property_status_multiple_spec.rb}, %q{spec/whois/record/parser/responses/whois.registry.in/property_status_ok_spec.rb}, %q{spec/whois/record/parser/responses/whois.registry.in/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.registry.in/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.registry.qa}, %q{spec/whois/record/parser/responses/whois.registry.qa/qa}, %q{spec/whois/record/parser/responses/whois.registry.qa/qa/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.registry.qa/qa/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.registrypro.pro}, %q{spec/whois/record/parser/responses/whois.registrypro.pro/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.registrypro.pro/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.ripe.net}, %q{spec/whois/record/parser/responses/whois.ripe.net/fo}, %q{spec/whois/record/parser/responses/whois.ripe.net/fo/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.ripe.net/fo/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.ripe.net/gm}, %q{spec/whois/record/parser/responses/whois.ripe.net/gm/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.ripe.net/gm/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.ripe.net/mc}, %q{spec/whois/record/parser/responses/whois.ripe.net/mc/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.ripe.net/mc/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.ripe.net/va}, %q{spec/whois/record/parser/responses/whois.ripe.net/va/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.ripe.net/va/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.rotld.ro}, %q{spec/whois/record/parser/responses/whois.rotld.ro/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.rotld.ro/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.samoanic.ws}, %q{spec/whois/record/parser/responses/whois.samoanic.ws/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.samoanic.ws/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.sgnic.sg}, %q{spec/whois/record/parser/responses/whois.sgnic.sg/property_nameservers_schema_1_spec.rb}, %q{spec/whois/record/parser/responses/whois.sgnic.sg/property_nameservers_schema_1_with_ip_spec.rb}, %q{spec/whois/record/parser/responses/whois.sgnic.sg/property_nameservers_schema_2_spec.rb}, %q{spec/whois/record/parser/responses/whois.sgnic.sg/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.sgnic.sg/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.sk-nic.sk}, %q{spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_dakt_spec.rb}, %q{spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_exp_spec.rb}, %q{spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_held_spec.rb}, %q{spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_lnot_spec.rb}, %q{spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_ok_spec.rb}, %q{spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_ta_spec.rb}, %q{spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_warn_spec.rb}, %q{spec/whois/record/parser/responses/whois.sk-nic.sk/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.sk-nic.sk/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.srs.net.nz}, %q{spec/whois/record/parser/responses/whois.srs.net.nz/property_status_pendingrelease_spec.rb}, %q{spec/whois/record/parser/responses/whois.srs.net.nz/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.srs.net.nz/status_invalid_spec.rb}, %q{spec/whois/record/parser/responses/whois.srs.net.nz/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.tcinet.ru}, %q{spec/whois/record/parser/responses/whois.tcinet.ru/ru}, %q{spec/whois/record/parser/responses/whois.tcinet.ru/ru/property_nameservers_with_ip_spec.rb}, %q{spec/whois/record/parser/responses/whois.tcinet.ru/ru/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.tcinet.ru/ru/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.tcinet.ru/su}, %q{spec/whois/record/parser/responses/whois.tcinet.ru/su/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.tcinet.ru/su/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.tcinet.ru/xn--p1ai}, %q{spec/whois/record/parser/responses/whois.tcinet.ru/xn--p1ai/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.tcinet.ru/xn--p1ai/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.thnic.co.th}, %q{spec/whois/record/parser/responses/whois.thnic.co.th/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.thnic.co.th/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.tld.ee}, %q{spec/whois/record/parser/responses/whois.tld.ee/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.tld.ee/status_expired_spec.rb}, %q{spec/whois/record/parser/responses/whois.tld.ee/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.tonic.to}, %q{spec/whois/record/parser/responses/whois.tonic.to/response_incomplete_spec.rb}, %q{spec/whois/record/parser/responses/whois.tonic.to/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.tonic.to/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.twnic.net.tw}, %q{spec/whois/record/parser/responses/whois.twnic.net.tw/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.twnic.net.tw/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.tznic.or.tz}, %q{spec/whois/record/parser/responses/whois.tznic.or.tz/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.tznic.or.tz/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.usp.ac.fj}, %q{spec/whois/record/parser/responses/whois.usp.ac.fj/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.usp.ac.fj/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.za.net}, %q{spec/whois/record/parser/responses/whois.za.net/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.za.net/status_registered_spec.rb}, %q{spec/whois/record/parser/responses/whois.za.org}, %q{spec/whois/record/parser/responses/whois.za.org/status_available_spec.rb}, %q{spec/whois/record/parser/responses/whois.za.org/status_registered_spec.rb}, %q{spec/whois/record/parser_spec.rb}, %q{spec/whois/record/part_spec.rb}, %q{spec/whois/record/registrar_spec.rb}, %q{spec/whois/record/super_struct_spec.rb}, %q{spec/whois/record_spec.rb}, %q{spec/whois/server}, %q{spec/whois/server/adapters}, %q{spec/whois/server/adapters/afilias_spec.rb}, %q{spec/whois/server/adapters/base_spec.rb}, %q{spec/whois/server/adapters/formatted_spec.rb}, %q{spec/whois/server/adapters/none_spec.rb}, %q{spec/whois/server/adapters/not_implemented_spec.rb}, %q{spec/whois/server/adapters/pir_spec.rb}, %q{spec/whois/server/adapters/standard_spec.rb}, %q{spec/whois/server/adapters/verisign_spec.rb}, %q{spec/whois/server/adapters/web_spec.rb}, %q{spec/whois/server_spec.rb}, %q{spec/whois/whois_spec.rb}]
14
- s.homepage = %q{http://www.ruby-whois.org}
15
- s.require_paths = [%q{lib}]
8
+ s.authors = ["Simone Carletti"]
9
+ s.date = "2011-12-12"
10
+ s.description = "Whois is an intelligent WHOIS client and parser written in pure Ruby. It can query registry data for IPv4, IPv6 and top level domains, parse and convert responses into easy-to-use Ruby objects."
11
+ s.email = ["weppos@weppos.net"]
12
+ s.executables = ["ruby-whois"]
13
+ s.files = ["Rakefile", "LICENSE", ".gemtest", ".rspec", ".yardopts", "whois.gemspec", "bin/ruby-whois", "lib/core_ext", "lib/core_ext/array", "lib/core_ext/array/extract_options.rb", "lib/core_ext/array/wrap.rb", "lib/core_ext/class", "lib/core_ext/class/attribute.rb", "lib/core_ext/date_time", "lib/core_ext/date_time/conversions.rb", "lib/core_ext/kernel", "lib/core_ext/kernel/singleton_class.rb", "lib/core_ext/module", "lib/core_ext/module/remove_method.rb", "lib/core_ext.rb", "lib/whois", "lib/whois/client.rb", "lib/whois/definitions", "lib/whois/definitions/ipv4.rb", "lib/whois/definitions/ipv6.rb", "lib/whois/definitions/NOTES.txt", "lib/whois/definitions/tlds.rb", "lib/whois/errors.rb", "lib/whois/record", "lib/whois/record/contact.rb", "lib/whois/record/nameserver.rb", "lib/whois/record/parser", "lib/whois/record/parser/base.rb", "lib/whois/record/parser/base_afilias.rb", "lib/whois/record/parser/base_cocca.rb", "lib/whois/record/parser/blank.rb", "lib/whois/record/parser/example.rb", "lib/whois/record/parser/jobswhois.verisign-grs.com.rb", "lib/whois/record/parser/kero.yachay.pe.rb", "lib/whois/record/parser/NOTES.txt", "lib/whois/record/parser/saudinic.net.sa.rb", "lib/whois/record/parser/scanners", "lib/whois/record/parser/scanners/afilias.rb", "lib/whois/record/parser/scanners/ast.rb", "lib/whois/record/parser/scanners/base.rb", "lib/whois/record/parser/scanners/cnnic.rb", "lib/whois/record/parser/scanners/iana.rb", "lib/whois/record/parser/scanners/verisign.rb", "lib/whois/record/parser/scanners/whois.biz.rb", "lib/whois/record/parser/scanners/whois.denic.de.rb", "lib/whois/record/parser/scanners/whois.nic.hu.rb", "lib/whois/record/parser/scanners/whois.nic.it.rb", "lib/whois/record/parser/scanners/whois.registry.qa.rb", "lib/whois/record/parser/scanners/whois.tld.ee.rb", "lib/whois/record/parser/whois.adamsnames.tc.rb", "lib/whois/record/parser/whois.aeda.net.ae.rb", "lib/whois/record/parser/whois.aero.rb", "lib/whois/record/parser/whois.afilias-grs.info.rb", "lib/whois/record/parser/whois.afilias.info.rb", "lib/whois/record/parser/whois.ai.rb", "lib/whois/record/parser/whois.arnes.si.rb", "lib/whois/record/parser/whois.audns.net.au.rb", "lib/whois/record/parser/whois.ausregistry.net.au.rb", "lib/whois/record/parser/whois.biz.rb", "lib/whois/record/parser/whois.cat.rb", "lib/whois/record/parser/whois.cctld.uz.rb", "lib/whois/record/parser/whois.centralnic.com.rb", "lib/whois/record/parser/whois.centralnic.net.rb", "lib/whois/record/parser/whois.cira.ca.rb", "lib/whois/record/parser/whois.cnnic.cn.rb", "lib/whois/record/parser/whois.cnnic.net.cn.rb", "lib/whois/record/parser/whois.co.ca.rb", "lib/whois/record/parser/whois.co.pl.rb", "lib/whois/record/parser/whois.co.ug.rb", "lib/whois/record/parser/whois.coza.net.za.rb", "lib/whois/record/parser/whois.crsnic.net.rb", "lib/whois/record/parser/whois.denic.de.rb", "lib/whois/record/parser/whois.dk-hostmaster.dk.rb", "lib/whois/record/parser/whois.dns.be.rb", "lib/whois/record/parser/whois.dns.lu.rb", "lib/whois/record/parser/whois.dns.pl.rb", "lib/whois/record/parser/whois.dns.pt.rb", "lib/whois/record/parser/whois.domain-registry.nl.rb", "lib/whois/record/parser/whois.domain.kg.rb", "lib/whois/record/parser/whois.domainregistry.ie.rb", "lib/whois/record/parser/whois.domainregistry.my.rb", "lib/whois/record/parser/whois.domreg.lt.rb", "lib/whois/record/parser/whois.dot.tk.rb", "lib/whois/record/parser/whois.dotmobiregistry.net.rb", "lib/whois/record/parser/whois.educause.edu.rb", "lib/whois/record/parser/whois.eenet.ee.rb", "lib/whois/record/parser/whois.eu.org.rb", "lib/whois/record/parser/whois.eu.rb", "lib/whois/record/parser/whois.ficora.fi.rb", "lib/whois/record/parser/whois.gg.rb", "lib/whois/record/parser/whois.godaddy.com.rb", "lib/whois/record/parser/whois.gov.za.rb", "lib/whois/record/parser/whois.hkdnr.net.hk.rb", "lib/whois/record/parser/whois.hkirc.hk.rb", "lib/whois/record/parser/whois.iam.net.ma.rb", "lib/whois/record/parser/whois.iana.org.rb", "lib/whois/record/parser/whois.in.ua.rb", "lib/whois/record/parser/whois.isnic.is.rb", "lib/whois/record/parser/whois.isoc.org.il.rb", "lib/whois/record/parser/whois.ja.net.rb", "lib/whois/record/parser/whois.je.rb", "lib/whois/record/parser/whois.jprs.jp.rb", "lib/whois/record/parser/whois.kenic.or.ke.rb", "lib/whois/record/parser/whois.kr.rb", "lib/whois/record/parser/whois.markmonitor.com.rb", "lib/whois/record/parser/whois.meregistry.net.rb", "lib/whois/record/parser/whois.museum.rb", "lib/whois/record/parser/whois.na-nic.com.na.rb", "lib/whois/record/parser/whois.net.ua.rb", "lib/whois/record/parser/whois.netcom.cm.rb", "lib/whois/record/parser/whois.nic-se.se.rb", "lib/whois/record/parser/whois.nic.ac.rb", "lib/whois/record/parser/whois.nic.af.rb", "lib/whois/record/parser/whois.nic.ag.rb", "lib/whois/record/parser/whois.nic.am.rb", "lib/whois/record/parser/whois.nic.as.rb", "lib/whois/record/parser/whois.nic.asia.rb", "lib/whois/record/parser/whois.nic.at.rb", "lib/whois/record/parser/whois.nic.bo.rb", "lib/whois/record/parser/whois.nic.cc.rb", "lib/whois/record/parser/whois.nic.cd.rb", "lib/whois/record/parser/whois.nic.ch.rb", "lib/whois/record/parser/whois.nic.ci.rb", "lib/whois/record/parser/whois.nic.ck.rb", "lib/whois/record/parser/whois.nic.cl.rb", "lib/whois/record/parser/whois.nic.co.rb", "lib/whois/record/parser/whois.nic.coop.rb", "lib/whois/record/parser/whois.nic.cx.rb", "lib/whois/record/parser/whois.nic.cz.rb", "lib/whois/record/parser/whois.nic.dz.rb", "lib/whois/record/parser/whois.nic.ec.rb", "lib/whois/record/parser/whois.nic.fr.rb", "lib/whois/record/parser/whois.nic.gl.rb", "lib/whois/record/parser/whois.nic.gov.rb", "lib/whois/record/parser/whois.nic.gs.rb", "lib/whois/record/parser/whois.nic.ht.rb", "lib/whois/record/parser/whois.nic.hu.rb", "lib/whois/record/parser/whois.nic.im.rb", "lib/whois/record/parser/whois.nic.io.rb", "lib/whois/record/parser/whois.nic.ir.rb", "lib/whois/record/parser/whois.nic.it.rb", "lib/whois/record/parser/whois.nic.ki.rb", "lib/whois/record/parser/whois.nic.kz.rb", "lib/whois/record/parser/whois.nic.la.rb", "lib/whois/record/parser/whois.nic.li.rb", "lib/whois/record/parser/whois.nic.lv.rb", "lib/whois/record/parser/whois.nic.ly.rb", "lib/whois/record/parser/whois.nic.md.rb", "lib/whois/record/parser/whois.nic.mg.rb", "lib/whois/record/parser/whois.nic.ms.rb", "lib/whois/record/parser/whois.nic.mu.rb", "lib/whois/record/parser/whois.nic.mx.rb", "lib/whois/record/parser/whois.nic.name.rb", "lib/whois/record/parser/whois.nic.net.nf.rb", "lib/whois/record/parser/whois.nic.net.ng.rb", "lib/whois/record/parser/whois.nic.net.sa.rb", "lib/whois/record/parser/whois.nic.net.sb.rb", "lib/whois/record/parser/whois.nic.nu.rb", "lib/whois/record/parser/whois.nic.or.kr.rb", "lib/whois/record/parser/whois.nic.org.uy.rb", "lib/whois/record/parser/whois.nic.pr.rb", "lib/whois/record/parser/whois.nic.priv.at.rb", "lib/whois/record/parser/whois.nic.sh.rb", "lib/whois/record/parser/whois.nic.sl.rb", "lib/whois/record/parser/whois.nic.sm.rb", "lib/whois/record/parser/whois.nic.sn.rb", "lib/whois/record/parser/whois.nic.so.rb", "lib/whois/record/parser/whois.nic.st.rb", "lib/whois/record/parser/whois.nic.tel.rb", "lib/whois/record/parser/whois.nic.tl.rb", "lib/whois/record/parser/whois.nic.tm.rb", "lib/whois/record/parser/whois.nic.tr.rb", "lib/whois/record/parser/whois.nic.travel.rb", "lib/whois/record/parser/whois.nic.tv.rb", "lib/whois/record/parser/whois.nic.uk.rb", "lib/whois/record/parser/whois.nic.us.rb", "lib/whois/record/parser/whois.nic.ve.rb", "lib/whois/record/parser/whois.nic.xxx.rb", "lib/whois/record/parser/whois.norid.no.rb", "lib/whois/record/parser/whois.org.za.rb", "lib/whois/record/parser/whois.pandi.or.id.rb", "lib/whois/record/parser/whois.pnina.ps.rb", "lib/whois/record/parser/whois.publicinterestregistry.net.rb", "lib/whois/record/parser/whois.register.bg.rb", "lib/whois/record/parser/whois.registro.br.rb", "lib/whois/record/parser/whois.registry.gy.rb", "lib/whois/record/parser/whois.registry.hm.rb", "lib/whois/record/parser/whois.registry.in.rb", "lib/whois/record/parser/whois.registry.qa.rb", "lib/whois/record/parser/whois.registrypro.pro.rb", "lib/whois/record/parser/whois.ripe.net.rb", "lib/whois/record/parser/whois.ripn.net.rb", "lib/whois/record/parser/whois.rotld.ro.rb", "lib/whois/record/parser/whois.samoanic.ws.rb", "lib/whois/record/parser/whois.sgnic.sg.rb", "lib/whois/record/parser/whois.sk-nic.sk.rb", "lib/whois/record/parser/whois.srs.net.nz.rb", "lib/whois/record/parser/whois.tcinet.ru.rb", "lib/whois/record/parser/whois.thnic.co.th.rb", "lib/whois/record/parser/whois.tld.ee.rb", "lib/whois/record/parser/whois.tonic.to.rb", "lib/whois/record/parser/whois.twnic.net.tw.rb", "lib/whois/record/parser/whois.tznic.or.tz.rb", "lib/whois/record/parser/whois.usp.ac.fj.rb", "lib/whois/record/parser/whois.za.net.rb", "lib/whois/record/parser/whois.za.org.rb", "lib/whois/record/parser.rb", "lib/whois/record/part.rb", "lib/whois/record/registrar.rb", "lib/whois/record/super_struct.rb", "lib/whois/record.rb", "lib/whois/server", "lib/whois/server/adapters", "lib/whois/server/adapters/afilias.rb", "lib/whois/server/adapters/arpa.rb", "lib/whois/server/adapters/base.rb", "lib/whois/server/adapters/formatted.rb", "lib/whois/server/adapters/none.rb", "lib/whois/server/adapters/not_implemented.rb", "lib/whois/server/adapters/pir.rb", "lib/whois/server/adapters/standard.rb", "lib/whois/server/adapters/verisign.rb", "lib/whois/server/adapters/web.rb", "lib/whois/server.rb", "lib/whois/version.rb", "lib/whois.rb", "spec/fixtures", "spec/fixtures/referrals", "spec/fixtures/referrals/afilias.bz.txt", "spec/fixtures/referrals/crsnic.com.txt", "spec/fixtures/referrals/crsnic.com_referral.txt", "spec/fixtures/referrals/crsnic.com_referral_missing.txt", "spec/fixtures/referrals/crsnic.com_referral_multiple.txt", "spec/fixtures/referrals/crsnic.com_referral_not_defined.txt", "spec/fixtures/referrals/niccc.cc.txt", "spec/fixtures/referrals/pir.org.txt", "spec/fixtures/responses", "spec/fixtures/responses/FIND.txt", "spec/fixtures/responses/jobswhois.verisign-grs.com", "spec/fixtures/responses/jobswhois.verisign-grs.com/property_nameserver_no_nameserver.expected", "spec/fixtures/responses/jobswhois.verisign-grs.com/property_nameserver_no_nameserver.txt", "spec/fixtures/responses/jobswhois.verisign-grs.com/status_available.expected", "spec/fixtures/responses/jobswhois.verisign-grs.com/status_available.txt", "spec/fixtures/responses/jobswhois.verisign-grs.com/status_registered.expected", "spec/fixtures/responses/jobswhois.verisign-grs.com/status_registered.txt", "spec/fixtures/responses/kero.yachay.pe", "spec/fixtures/responses/kero.yachay.pe/status_available.expected", "spec/fixtures/responses/kero.yachay.pe/status_available.txt", "spec/fixtures/responses/kero.yachay.pe/status_inactive.expected", "spec/fixtures/responses/kero.yachay.pe/status_inactive.txt", "spec/fixtures/responses/kero.yachay.pe/status_registered.expected", "spec/fixtures/responses/kero.yachay.pe/status_registered.txt", "spec/fixtures/responses/saudinic.net.sa", "spec/fixtures/responses/UTF8.txt", "spec/fixtures/responses/whois.adamsnames.tc", "spec/fixtures/responses/whois.adamsnames.tc/gd", "spec/fixtures/responses/whois.adamsnames.tc/gd/status_available.expected", "spec/fixtures/responses/whois.adamsnames.tc/gd/status_available.txt", "spec/fixtures/responses/whois.adamsnames.tc/gd/status_registered.expected", "spec/fixtures/responses/whois.adamsnames.tc/gd/status_registered.txt", "spec/fixtures/responses/whois.adamsnames.tc/tc", "spec/fixtures/responses/whois.adamsnames.tc/tc/status_available.expected", "spec/fixtures/responses/whois.adamsnames.tc/tc/status_available.txt", "spec/fixtures/responses/whois.adamsnames.tc/tc/status_registered.expected", "spec/fixtures/responses/whois.adamsnames.tc/tc/status_registered.txt", "spec/fixtures/responses/whois.adamsnames.tc/vg", "spec/fixtures/responses/whois.adamsnames.tc/vg/status_available.expected", "spec/fixtures/responses/whois.adamsnames.tc/vg/status_available.txt", "spec/fixtures/responses/whois.adamsnames.tc/vg/status_registered.expected", "spec/fixtures/responses/whois.adamsnames.tc/vg/status_registered.txt", "spec/fixtures/responses/whois.aeda.net.ae", "spec/fixtures/responses/whois.aeda.net.ae/status_available.expected", "spec/fixtures/responses/whois.aeda.net.ae/status_available.txt", "spec/fixtures/responses/whois.aeda.net.ae/status_registered.expected", "spec/fixtures/responses/whois.aeda.net.ae/status_registered.txt", "spec/fixtures/responses/whois.aero", "spec/fixtures/responses/whois.aero/status_available.expected", "spec/fixtures/responses/whois.aero/status_available.txt", "spec/fixtures/responses/whois.aero/status_registered.expected", "spec/fixtures/responses/whois.aero/status_registered.txt", "spec/fixtures/responses/whois.afilias-grs.info", "spec/fixtures/responses/whois.afilias-grs.info/bz", "spec/fixtures/responses/whois.afilias-grs.info/bz/status_available.expected", "spec/fixtures/responses/whois.afilias-grs.info/bz/status_available.txt", "spec/fixtures/responses/whois.afilias-grs.info/bz/status_registered.expected", "spec/fixtures/responses/whois.afilias-grs.info/bz/status_registered.txt", "spec/fixtures/responses/whois.afilias-grs.info/gi", "spec/fixtures/responses/whois.afilias-grs.info/gi/status_available.expected", "spec/fixtures/responses/whois.afilias-grs.info/gi/status_available.txt", "spec/fixtures/responses/whois.afilias-grs.info/gi/status_registered.expected", "spec/fixtures/responses/whois.afilias-grs.info/gi/status_registered.txt", "spec/fixtures/responses/whois.afilias-grs.info/hn", "spec/fixtures/responses/whois.afilias-grs.info/hn/status_available.expected", "spec/fixtures/responses/whois.afilias-grs.info/hn/status_available.txt", "spec/fixtures/responses/whois.afilias-grs.info/hn/status_registered.expected", "spec/fixtures/responses/whois.afilias-grs.info/hn/status_registered.txt", "spec/fixtures/responses/whois.afilias-grs.info/lc", "spec/fixtures/responses/whois.afilias-grs.info/lc/status_available.expected", "spec/fixtures/responses/whois.afilias-grs.info/lc/status_available.txt", "spec/fixtures/responses/whois.afilias-grs.info/lc/status_registered.expected", "spec/fixtures/responses/whois.afilias-grs.info/lc/status_registered.txt", "spec/fixtures/responses/whois.afilias-grs.info/mn", "spec/fixtures/responses/whois.afilias-grs.info/mn/status_available.expected", "spec/fixtures/responses/whois.afilias-grs.info/mn/status_available.txt", "spec/fixtures/responses/whois.afilias-grs.info/mn/status_registered.expected", "spec/fixtures/responses/whois.afilias-grs.info/mn/status_registered.txt", "spec/fixtures/responses/whois.afilias-grs.info/sc", "spec/fixtures/responses/whois.afilias-grs.info/sc/status_available.expected", "spec/fixtures/responses/whois.afilias-grs.info/sc/status_available.txt", "spec/fixtures/responses/whois.afilias-grs.info/sc/status_registered.expected", "spec/fixtures/responses/whois.afilias-grs.info/sc/status_registered.txt", "spec/fixtures/responses/whois.afilias-grs.info/vc", "spec/fixtures/responses/whois.afilias-grs.info/vc/status_available.expected", "spec/fixtures/responses/whois.afilias-grs.info/vc/status_available.txt", "spec/fixtures/responses/whois.afilias-grs.info/vc/status_registered.expected", "spec/fixtures/responses/whois.afilias-grs.info/vc/status_registered.txt", "spec/fixtures/responses/whois.afilias.info", "spec/fixtures/responses/whois.afilias.info/status_available.expected", "spec/fixtures/responses/whois.afilias.info/status_available.txt", "spec/fixtures/responses/whois.afilias.info/status_registered.expected", "spec/fixtures/responses/whois.afilias.info/status_registered.txt", "spec/fixtures/responses/whois.ai", "spec/fixtures/responses/whois.ai/status_available.expected", "spec/fixtures/responses/whois.ai/status_available.txt", "spec/fixtures/responses/whois.ai/status_registered.expected", "spec/fixtures/responses/whois.ai/status_registered.txt", "spec/fixtures/responses/whois.arnes.si", "spec/fixtures/responses/whois.arnes.si/status_available.expected", "spec/fixtures/responses/whois.arnes.si/status_available.txt", "spec/fixtures/responses/whois.arnes.si/status_registered.expected", "spec/fixtures/responses/whois.arnes.si/status_registered.txt", "spec/fixtures/responses/whois.audns.net.au", "spec/fixtures/responses/whois.audns.net.au/property_status_with_multiple.expected", "spec/fixtures/responses/whois.audns.net.au/property_status_with_multiple.txt", "spec/fixtures/responses/whois.audns.net.au/status_available.expected", "spec/fixtures/responses/whois.audns.net.au/status_available.txt", "spec/fixtures/responses/whois.audns.net.au/status_registered.expected", "spec/fixtures/responses/whois.audns.net.au/status_registered.txt", "spec/fixtures/responses/whois.ausregistry.net.au", "spec/fixtures/responses/whois.biz", "spec/fixtures/responses/whois.biz/status_available.expected", "spec/fixtures/responses/whois.biz/status_available.txt", "spec/fixtures/responses/whois.biz/status_registered.expected", "spec/fixtures/responses/whois.biz/status_registered.txt", "spec/fixtures/responses/whois.cat", "spec/fixtures/responses/whois.cat/property_status_missing.expected", "spec/fixtures/responses/whois.cat/property_status_missing.txt", "spec/fixtures/responses/whois.cat/property_status_multiple.expected", "spec/fixtures/responses/whois.cat/property_status_multiple.txt", "spec/fixtures/responses/whois.cat/property_status_ok.expected", "spec/fixtures/responses/whois.cat/property_status_ok.txt", "spec/fixtures/responses/whois.cat/status_available.expected", "spec/fixtures/responses/whois.cat/status_available.txt", "spec/fixtures/responses/whois.cat/status_registered.expected", "spec/fixtures/responses/whois.cat/status_registered.txt", "spec/fixtures/responses/whois.cctld.uz", "spec/fixtures/responses/whois.cctld.uz/status_available.expected", "spec/fixtures/responses/whois.cctld.uz/status_available.txt", "spec/fixtures/responses/whois.cctld.uz/status_registered.expected", "spec/fixtures/responses/whois.cctld.uz/status_registered.txt", "spec/fixtures/responses/whois.centralnic.com", "spec/fixtures/responses/whois.centralnic.com/ae.org", "spec/fixtures/responses/whois.centralnic.com/ae.org/status_available.expected", "spec/fixtures/responses/whois.centralnic.com/ae.org/status_available.txt", "spec/fixtures/responses/whois.centralnic.com/ae.org/status_registered.expected", "spec/fixtures/responses/whois.centralnic.com/ae.org/status_registered.txt", "spec/fixtures/responses/whois.centralnic.com/ar.com", "spec/fixtures/responses/whois.centralnic.com/ar.com/status_available.expected", "spec/fixtures/responses/whois.centralnic.com/ar.com/status_available.txt", "spec/fixtures/responses/whois.centralnic.com/ar.com/status_registered.expected", "spec/fixtures/responses/whois.centralnic.com/ar.com/status_registered.txt", "spec/fixtures/responses/whois.centralnic.com/br.com", "spec/fixtures/responses/whois.centralnic.com/br.com/status_available.expected", "spec/fixtures/responses/whois.centralnic.com/br.com/status_available.txt", "spec/fixtures/responses/whois.centralnic.com/br.com/status_registered.expected", "spec/fixtures/responses/whois.centralnic.com/br.com/status_registered.txt", "spec/fixtures/responses/whois.centralnic.com/cn.com", "spec/fixtures/responses/whois.centralnic.com/cn.com/status_available.expected", "spec/fixtures/responses/whois.centralnic.com/cn.com/status_available.txt", "spec/fixtures/responses/whois.centralnic.com/cn.com/status_registered.expected", "spec/fixtures/responses/whois.centralnic.com/cn.com/status_registered.txt", "spec/fixtures/responses/whois.centralnic.com/de.com", "spec/fixtures/responses/whois.centralnic.com/de.com/status_available.expected", "spec/fixtures/responses/whois.centralnic.com/de.com/status_available.txt", "spec/fixtures/responses/whois.centralnic.com/de.com/status_registered.expected", "spec/fixtures/responses/whois.centralnic.com/de.com/status_registered.txt", "spec/fixtures/responses/whois.centralnic.com/eu.com", "spec/fixtures/responses/whois.centralnic.com/eu.com/status_available.expected", "spec/fixtures/responses/whois.centralnic.com/eu.com/status_available.txt", "spec/fixtures/responses/whois.centralnic.com/eu.com/status_registered.expected", "spec/fixtures/responses/whois.centralnic.com/eu.com/status_registered.txt", "spec/fixtures/responses/whois.centralnic.com/gb.com", "spec/fixtures/responses/whois.centralnic.com/gb.com/status_available.expected", "spec/fixtures/responses/whois.centralnic.com/gb.com/status_available.txt", "spec/fixtures/responses/whois.centralnic.com/gb.com/status_registered.expected", "spec/fixtures/responses/whois.centralnic.com/gb.com/status_registered.txt", "spec/fixtures/responses/whois.centralnic.com/gb.net", "spec/fixtures/responses/whois.centralnic.com/gb.net/status_available.expected", "spec/fixtures/responses/whois.centralnic.com/gb.net/status_available.txt", "spec/fixtures/responses/whois.centralnic.com/gb.net/status_registered.expected", "spec/fixtures/responses/whois.centralnic.com/gb.net/status_registered.txt", "spec/fixtures/responses/whois.centralnic.com/hu.com", "spec/fixtures/responses/whois.centralnic.com/hu.com/registered_details_omitted.txt", "spec/fixtures/responses/whois.centralnic.com/hu.com/status_available.expected", "spec/fixtures/responses/whois.centralnic.com/hu.com/status_available.txt", "spec/fixtures/responses/whois.centralnic.com/hu.com/status_registered.expected", "spec/fixtures/responses/whois.centralnic.com/hu.com/status_registered.txt", "spec/fixtures/responses/whois.centralnic.com/jpn.com", "spec/fixtures/responses/whois.centralnic.com/jpn.com/status_available.expected", "spec/fixtures/responses/whois.centralnic.com/jpn.com/status_available.txt", "spec/fixtures/responses/whois.centralnic.com/jpn.com/status_registered.expected", "spec/fixtures/responses/whois.centralnic.com/jpn.com/status_registered.txt", "spec/fixtures/responses/whois.centralnic.com/kr.com", "spec/fixtures/responses/whois.centralnic.com/kr.com/status_available.expected", "spec/fixtures/responses/whois.centralnic.com/kr.com/status_available.txt", "spec/fixtures/responses/whois.centralnic.com/kr.com/status_registered.expected", "spec/fixtures/responses/whois.centralnic.com/kr.com/status_registered.txt", "spec/fixtures/responses/whois.centralnic.com/no.com", "spec/fixtures/responses/whois.centralnic.com/no.com/status_available.expected", "spec/fixtures/responses/whois.centralnic.com/no.com/status_available.txt", "spec/fixtures/responses/whois.centralnic.com/no.com/status_registered.expected", "spec/fixtures/responses/whois.centralnic.com/no.com/status_registered.txt", "spec/fixtures/responses/whois.centralnic.com/qc.com", "spec/fixtures/responses/whois.centralnic.com/qc.com/status_available.expected", "spec/fixtures/responses/whois.centralnic.com/qc.com/status_available.txt", "spec/fixtures/responses/whois.centralnic.com/qc.com/status_registered.expected", "spec/fixtures/responses/whois.centralnic.com/qc.com/status_registered.txt", "spec/fixtures/responses/whois.centralnic.com/ru.com", "spec/fixtures/responses/whois.centralnic.com/ru.com/status_available.expected", "spec/fixtures/responses/whois.centralnic.com/ru.com/status_available.txt", "spec/fixtures/responses/whois.centralnic.com/ru.com/status_registered.expected", "spec/fixtures/responses/whois.centralnic.com/ru.com/status_registered.txt", "spec/fixtures/responses/whois.centralnic.com/sa.com", "spec/fixtures/responses/whois.centralnic.com/sa.com/status_available.expected", "spec/fixtures/responses/whois.centralnic.com/sa.com/status_available.txt", "spec/fixtures/responses/whois.centralnic.com/sa.com/status_registered.expected", "spec/fixtures/responses/whois.centralnic.com/sa.com/status_registered.txt", "spec/fixtures/responses/whois.centralnic.com/se.com", "spec/fixtures/responses/whois.centralnic.com/se.com/status_available.expected", "spec/fixtures/responses/whois.centralnic.com/se.com/status_available.txt", "spec/fixtures/responses/whois.centralnic.com/se.com/status_registered.expected", "spec/fixtures/responses/whois.centralnic.com/se.com/status_registered.txt", "spec/fixtures/responses/whois.centralnic.com/se.net", "spec/fixtures/responses/whois.centralnic.com/se.net/status_available.expected", "spec/fixtures/responses/whois.centralnic.com/se.net/status_available.txt", "spec/fixtures/responses/whois.centralnic.com/se.net/status_registered.expected", "spec/fixtures/responses/whois.centralnic.com/se.net/status_registered.txt", "spec/fixtures/responses/whois.centralnic.com/uk.com", "spec/fixtures/responses/whois.centralnic.com/uk.com/status_available.expected", "spec/fixtures/responses/whois.centralnic.com/uk.com/status_available.txt", "spec/fixtures/responses/whois.centralnic.com/uk.com/status_registered.expected", "spec/fixtures/responses/whois.centralnic.com/uk.com/status_registered.txt", "spec/fixtures/responses/whois.centralnic.com/uk.net", "spec/fixtures/responses/whois.centralnic.com/uk.net/status_available.expected", "spec/fixtures/responses/whois.centralnic.com/uk.net/status_available.txt", "spec/fixtures/responses/whois.centralnic.com/uk.net/status_registered.expected", "spec/fixtures/responses/whois.centralnic.com/uk.net/status_registered.txt", "spec/fixtures/responses/whois.centralnic.com/us.com", "spec/fixtures/responses/whois.centralnic.com/us.com/status_available.expected", "spec/fixtures/responses/whois.centralnic.com/us.com/status_available.txt", "spec/fixtures/responses/whois.centralnic.com/us.com/status_registered.expected", "spec/fixtures/responses/whois.centralnic.com/us.com/status_registered.txt", "spec/fixtures/responses/whois.centralnic.com/uy.com", "spec/fixtures/responses/whois.centralnic.com/uy.com/property_billing_contact_missing.txt", "spec/fixtures/responses/whois.centralnic.com/uy.com/status_available.expected", "spec/fixtures/responses/whois.centralnic.com/uy.com/status_available.txt", "spec/fixtures/responses/whois.centralnic.com/uy.com/status_registered.expected", "spec/fixtures/responses/whois.centralnic.com/uy.com/status_registered.txt", "spec/fixtures/responses/whois.centralnic.com/uy.com/status_registered_details_omitted.txt", "spec/fixtures/responses/whois.centralnic.com/web.com", "spec/fixtures/responses/whois.centralnic.com/web.com/status_available.txt", "spec/fixtures/responses/whois.centralnic.com/za.com", "spec/fixtures/responses/whois.centralnic.com/za.com/status_available.expected", "spec/fixtures/responses/whois.centralnic.com/za.com/status_available.txt", "spec/fixtures/responses/whois.centralnic.com/za.com/status_registered.expected", "spec/fixtures/responses/whois.centralnic.com/za.com/status_registered.txt", "spec/fixtures/responses/whois.centralnic.net", "spec/fixtures/responses/whois.cira.ca", "spec/fixtures/responses/whois.cira.ca/schema-1", "spec/fixtures/responses/whois.cira.ca/schema-1/status_available.expected", "spec/fixtures/responses/whois.cira.ca/schema-1/status_available.txt", "spec/fixtures/responses/whois.cira.ca/schema-1/status_registered.expected", "spec/fixtures/responses/whois.cira.ca/schema-1/status_registered.txt", "spec/fixtures/responses/whois.cira.ca/schema-2", "spec/fixtures/responses/whois.cira.ca/schema-2/property_status_autorenew_grace.expected", "spec/fixtures/responses/whois.cira.ca/schema-2/property_status_autorenew_grace.txt", "spec/fixtures/responses/whois.cira.ca/schema-2/property_status_available.expected", "spec/fixtures/responses/whois.cira.ca/schema-2/property_status_available.txt", "spec/fixtures/responses/whois.cira.ca/schema-2/property_status_redemption.expected", "spec/fixtures/responses/whois.cira.ca/schema-2/property_status_redemption.txt", "spec/fixtures/responses/whois.cira.ca/schema-2/property_status_registered.expected", "spec/fixtures/responses/whois.cira.ca/schema-2/property_status_registered.txt", "spec/fixtures/responses/whois.cira.ca/schema-2/property_status_tobereleased.expected", "spec/fixtures/responses/whois.cira.ca/schema-2/property_status_tobereleased.txt", "spec/fixtures/responses/whois.cira.ca/schema-2/property_status_unavailable.txt", "spec/fixtures/responses/whois.cira.ca/schema-2/status_available.expected", "spec/fixtures/responses/whois.cira.ca/schema-2/status_available.txt", "spec/fixtures/responses/whois.cira.ca/schema-2/status_invalid.expected", "spec/fixtures/responses/whois.cira.ca/schema-2/status_invalid.txt", "spec/fixtures/responses/whois.cira.ca/schema-2/status_registered.expected", "spec/fixtures/responses/whois.cira.ca/schema-2/status_registered.txt", "spec/fixtures/responses/whois.cnnic.cn", "spec/fixtures/responses/whois.cnnic.cn/property_status_ok.expected", "spec/fixtures/responses/whois.cnnic.cn/property_status_ok.txt", "spec/fixtures/responses/whois.cnnic.cn/status_available.expected", "spec/fixtures/responses/whois.cnnic.cn/status_available.txt", "spec/fixtures/responses/whois.cnnic.cn/status_registered.expected", "spec/fixtures/responses/whois.cnnic.cn/status_registered.txt", "spec/fixtures/responses/whois.cnnic.cn/status_reserved.expected", "spec/fixtures/responses/whois.cnnic.cn/status_reserved.txt", "spec/fixtures/responses/whois.cnnic.net.cn", "spec/fixtures/responses/whois.co.ca", "spec/fixtures/responses/whois.co.ca/status_available.expected", "spec/fixtures/responses/whois.co.ca/status_available.txt", "spec/fixtures/responses/whois.co.ca/status_registered.expected", "spec/fixtures/responses/whois.co.ca/status_registered.txt", "spec/fixtures/responses/whois.co.ca/status_reserved.expected", "spec/fixtures/responses/whois.co.ca/status_reserved.txt", "spec/fixtures/responses/whois.co.pl", "spec/fixtures/responses/whois.co.pl/status_available.expected", "spec/fixtures/responses/whois.co.pl/status_available.txt", "spec/fixtures/responses/whois.co.pl/status_registered.expected", "spec/fixtures/responses/whois.co.pl/status_registered.txt", "spec/fixtures/responses/whois.co.ug", "spec/fixtures/responses/whois.co.ug/status_available.expected", "spec/fixtures/responses/whois.co.ug/status_available.txt", "spec/fixtures/responses/whois.co.ug/status_registered.expected", "spec/fixtures/responses/whois.co.ug/status_registered.txt", "spec/fixtures/responses/whois.coza.net.za", "spec/fixtures/responses/whois.coza.net.za/status_available.expected", "spec/fixtures/responses/whois.coza.net.za/status_available.txt", "spec/fixtures/responses/whois.coza.net.za/status_registered.expected", "spec/fixtures/responses/whois.coza.net.za/status_registered.txt", "spec/fixtures/responses/whois.crsnic.net", "spec/fixtures/responses/whois.crsnic.net/property_nameserver_no_nameserver.expected", "spec/fixtures/responses/whois.crsnic.net/property_nameserver_no_nameserver.txt", "spec/fixtures/responses/whois.crsnic.net/property_registrar_with_multiple_entries.expected", "spec/fixtures/responses/whois.crsnic.net/property_registrar_with_multiple_entries.txt", "spec/fixtures/responses/whois.crsnic.net/status_available.expected", "spec/fixtures/responses/whois.crsnic.net/status_available.txt", "spec/fixtures/responses/whois.crsnic.net/status_registered.expected", "spec/fixtures/responses/whois.crsnic.net/status_registered.txt", "spec/fixtures/responses/whois.denic.de", "spec/fixtures/responses/whois.denic.de/schema-1.10.0", "spec/fixtures/responses/whois.denic.de/schema-1.10.0/status_available.expected", "spec/fixtures/responses/whois.denic.de/schema-1.10.0/status_available.txt", "spec/fixtures/responses/whois.denic.de/schema-1.10.0/status_registered.expected", "spec/fixtures/responses/whois.denic.de/schema-1.10.0/status_registered.txt", "spec/fixtures/responses/whois.denic.de/schema-1.11.0", "spec/fixtures/responses/whois.denic.de/schema-1.11.0/property_nameservers_with_ip.expected", "spec/fixtures/responses/whois.denic.de/schema-1.11.0/property_nameservers_with_ip.txt", "spec/fixtures/responses/whois.denic.de/schema-1.11.0/property_technical_contact.txt", "spec/fixtures/responses/whois.denic.de/schema-1.11.0/status_available.expected", "spec/fixtures/responses/whois.denic.de/schema-1.11.0/status_available.txt", "spec/fixtures/responses/whois.denic.de/schema-1.11.0/status_invalid.expected", "spec/fixtures/responses/whois.denic.de/schema-1.11.0/status_invalid.txt", "spec/fixtures/responses/whois.denic.de/schema-1.11.0/status_registered.expected", "spec/fixtures/responses/whois.denic.de/schema-1.11.0/status_registered.txt", "spec/fixtures/responses/whois.denic.de/schema-2.0", "spec/fixtures/responses/whois.denic.de/schema-2.0/property_nameservers_with_ip.expected", "spec/fixtures/responses/whois.denic.de/schema-2.0/property_nameservers_with_ip.txt", "spec/fixtures/responses/whois.denic.de/schema-2.0/property_technical_contact.txt", "spec/fixtures/responses/whois.denic.de/schema-2.0/response_throttled.expected", "spec/fixtures/responses/whois.denic.de/schema-2.0/response_throttled.txt", "spec/fixtures/responses/whois.denic.de/schema-2.0/status_available.expected", "spec/fixtures/responses/whois.denic.de/schema-2.0/status_available.txt", "spec/fixtures/responses/whois.denic.de/schema-2.0/status_failed.expected", "spec/fixtures/responses/whois.denic.de/schema-2.0/status_failed.txt", "spec/fixtures/responses/whois.denic.de/schema-2.0/status_failed_ace.expected", "spec/fixtures/responses/whois.denic.de/schema-2.0/status_failed_ace.txt", "spec/fixtures/responses/whois.denic.de/schema-2.0/status_invalid.expected", "spec/fixtures/responses/whois.denic.de/schema-2.0/status_invalid.txt", "spec/fixtures/responses/whois.denic.de/schema-2.0/status_registered.expected", "spec/fixtures/responses/whois.denic.de/schema-2.0/status_registered.txt", "spec/fixtures/responses/whois.dk-hostmaster.dk", "spec/fixtures/responses/whois.dk-hostmaster.dk/status_available.expected", "spec/fixtures/responses/whois.dk-hostmaster.dk/status_available.txt", "spec/fixtures/responses/whois.dk-hostmaster.dk/status_registered.expected", "spec/fixtures/responses/whois.dk-hostmaster.dk/status_registered.txt", "spec/fixtures/responses/whois.dns.be", "spec/fixtures/responses/whois.dns.be/property_nameservers_with_ip.expected", "spec/fixtures/responses/whois.dns.be/property_nameservers_with_ip.txt", "spec/fixtures/responses/whois.dns.be/response_throttled.expected", "spec/fixtures/responses/whois.dns.be/response_throttled.txt", "spec/fixtures/responses/whois.dns.be/status_available.expected", "spec/fixtures/responses/whois.dns.be/status_available.txt", "spec/fixtures/responses/whois.dns.be/status_registered.expected", "spec/fixtures/responses/whois.dns.be/status_registered.txt", "spec/fixtures/responses/whois.dns.lu", "spec/fixtures/responses/whois.dns.lu/property_nameservers_with_ip.expected", "spec/fixtures/responses/whois.dns.lu/property_nameservers_with_ip.txt", "spec/fixtures/responses/whois.dns.lu/status_available.expected", "spec/fixtures/responses/whois.dns.lu/status_available.txt", "spec/fixtures/responses/whois.dns.lu/status_registered.expected", "spec/fixtures/responses/whois.dns.lu/status_registered.txt", "spec/fixtures/responses/whois.dns.pl", "spec/fixtures/responses/whois.dns.pl/property_nameservers_with_ip.expected", "spec/fixtures/responses/whois.dns.pl/property_nameservers_with_ip.txt", "spec/fixtures/responses/whois.dns.pl/status_available.expected", "spec/fixtures/responses/whois.dns.pl/status_available.txt", "spec/fixtures/responses/whois.dns.pl/status_registered.expected", "spec/fixtures/responses/whois.dns.pl/status_registered.txt", "spec/fixtures/responses/whois.dns.pt", "spec/fixtures/responses/whois.dns.pt/property_nameservers.expected", "spec/fixtures/responses/whois.dns.pt/property_nameservers.txt", "spec/fixtures/responses/whois.dns.pt/property_nameservers_without_host.expected", "spec/fixtures/responses/whois.dns.pt/property_nameservers_without_host.txt", "spec/fixtures/responses/whois.dns.pt/property_status_techpro.expected", "spec/fixtures/responses/whois.dns.pt/property_status_techpro.txt", "spec/fixtures/responses/whois.dns.pt/status_available.expected", "spec/fixtures/responses/whois.dns.pt/status_available.txt", "spec/fixtures/responses/whois.dns.pt/status_inactive.expected", "spec/fixtures/responses/whois.dns.pt/status_inactive.txt", "spec/fixtures/responses/whois.dns.pt/status_registered.expected", "spec/fixtures/responses/whois.dns.pt/status_registered.txt", "spec/fixtures/responses/whois.dns.pt/status_reserved.expected", "spec/fixtures/responses/whois.dns.pt/status_reserved.txt", "spec/fixtures/responses/whois.domain-registry.nl", "spec/fixtures/responses/whois.domain-registry.nl/property_nameservers_with_ip.expected", "spec/fixtures/responses/whois.domain-registry.nl/property_nameservers_with_ip.txt", "spec/fixtures/responses/whois.domain-registry.nl/response_throttled.expected", "spec/fixtures/responses/whois.domain-registry.nl/response_throttled.txt", "spec/fixtures/responses/whois.domain-registry.nl/response_throttled_daily.expected", "spec/fixtures/responses/whois.domain-registry.nl/response_throttled_daily.txt", "spec/fixtures/responses/whois.domain-registry.nl/response_unavailable.expected", "spec/fixtures/responses/whois.domain-registry.nl/response_unavailable.txt", "spec/fixtures/responses/whois.domain-registry.nl/status_available.expected", "spec/fixtures/responses/whois.domain-registry.nl/status_available.txt", "spec/fixtures/responses/whois.domain-registry.nl/status_quarantine.expected", "spec/fixtures/responses/whois.domain-registry.nl/status_quarantine.txt", "spec/fixtures/responses/whois.domain-registry.nl/status_registered.expected", "spec/fixtures/responses/whois.domain-registry.nl/status_registered.txt", "spec/fixtures/responses/whois.domain.kg", "spec/fixtures/responses/whois.domain.kg/status_available.expected", "spec/fixtures/responses/whois.domain.kg/status_available.txt", "spec/fixtures/responses/whois.domain.kg/status_registered.expected", "spec/fixtures/responses/whois.domain.kg/status_registered.txt", "spec/fixtures/responses/whois.domainregistry.ie", "spec/fixtures/responses/whois.domainregistry.ie/property_nameservers_with_ip.expected", "spec/fixtures/responses/whois.domainregistry.ie/property_nameservers_with_ip.txt", "spec/fixtures/responses/whois.domainregistry.ie/status_available.expected", "spec/fixtures/responses/whois.domainregistry.ie/status_available.txt", "spec/fixtures/responses/whois.domainregistry.ie/status_registered.expected", "spec/fixtures/responses/whois.domainregistry.ie/status_registered.txt", "spec/fixtures/responses/whois.domainregistry.my", "spec/fixtures/responses/whois.domainregistry.my/status_available.expected", "spec/fixtures/responses/whois.domainregistry.my/status_available.txt", "spec/fixtures/responses/whois.domainregistry.my/status_registered.expected", "spec/fixtures/responses/whois.domainregistry.my/status_registered.txt", "spec/fixtures/responses/whois.domreg.lt", "spec/fixtures/responses/whois.domreg.lt/property_nameservers_with_ip.expected", "spec/fixtures/responses/whois.domreg.lt/property_nameservers_with_ip.txt", "spec/fixtures/responses/whois.domreg.lt/status_available.expected", "spec/fixtures/responses/whois.domreg.lt/status_available.txt", "spec/fixtures/responses/whois.domreg.lt/status_registered.expected", "spec/fixtures/responses/whois.domreg.lt/status_registered.txt", "spec/fixtures/responses/whois.dot.tk", "spec/fixtures/responses/whois.dot.tk/status_available.expected", "spec/fixtures/responses/whois.dot.tk/status_available.txt", "spec/fixtures/responses/whois.dot.tk/status_registered.expected", "spec/fixtures/responses/whois.dot.tk/status_registered.txt", "spec/fixtures/responses/whois.dotmobiregistry.net", "spec/fixtures/responses/whois.dotmobiregistry.net/status_available.expected", "spec/fixtures/responses/whois.dotmobiregistry.net/status_available.txt", "spec/fixtures/responses/whois.dotmobiregistry.net/status_registered.expected", "spec/fixtures/responses/whois.dotmobiregistry.net/status_registered.txt", "spec/fixtures/responses/whois.educause.edu", "spec/fixtures/responses/whois.educause.edu/property_updated_on_unknown.expected", "spec/fixtures/responses/whois.educause.edu/property_updated_on_unknown.txt", "spec/fixtures/responses/whois.educause.edu/status_available.expected", "spec/fixtures/responses/whois.educause.edu/status_available.txt", "spec/fixtures/responses/whois.educause.edu/status_registered.expected", "spec/fixtures/responses/whois.educause.edu/status_registered.txt", "spec/fixtures/responses/whois.eenet.ee", "spec/fixtures/responses/whois.eenet.ee/status_available.expected", "spec/fixtures/responses/whois.eenet.ee/status_available.txt", "spec/fixtures/responses/whois.eenet.ee/status_registered.expected", "spec/fixtures/responses/whois.eenet.ee/status_registered.txt", "spec/fixtures/responses/whois.eu", "spec/fixtures/responses/whois.eu/property_nameservers.expected", "spec/fixtures/responses/whois.eu/property_nameservers.txt", "spec/fixtures/responses/whois.eu/status_available.expected", "spec/fixtures/responses/whois.eu/status_available.txt", "spec/fixtures/responses/whois.eu/status_registered.expected", "spec/fixtures/responses/whois.eu/status_registered.txt", "spec/fixtures/responses/whois.eu.org", "spec/fixtures/responses/whois.eu.org/status_available.expected", "spec/fixtures/responses/whois.eu.org/status_available.txt", "spec/fixtures/responses/whois.eu.org/status_registered.expected", "spec/fixtures/responses/whois.eu.org/status_registered.txt", "spec/fixtures/responses/whois.ficora.fi", "spec/fixtures/responses/whois.ficora.fi/status_available.expected", "spec/fixtures/responses/whois.ficora.fi/status_available.txt", "spec/fixtures/responses/whois.ficora.fi/status_registered.expected", "spec/fixtures/responses/whois.ficora.fi/status_registered.txt", "spec/fixtures/responses/whois.gg", "spec/fixtures/responses/whois.gg/status_available.expected", "spec/fixtures/responses/whois.gg/status_available.txt", "spec/fixtures/responses/whois.gg/status_registered.expected", "spec/fixtures/responses/whois.gg/status_registered.txt", "spec/fixtures/responses/whois.godaddy.com", "spec/fixtures/responses/whois.godaddy.com/property_dates_not_available.txt", "spec/fixtures/responses/whois.godaddy.com/status_registered.expected", "spec/fixtures/responses/whois.godaddy.com/status_registered.txt", "spec/fixtures/responses/whois.gov.za", "spec/fixtures/responses/whois.gov.za/status_available.expected", "spec/fixtures/responses/whois.gov.za/status_available.txt", "spec/fixtures/responses/whois.gov.za/status_registered.expected", "spec/fixtures/responses/whois.gov.za/status_registered.txt", "spec/fixtures/responses/whois.hkdnr.net.hk", "spec/fixtures/responses/whois.hkirc.hk", "spec/fixtures/responses/whois.hkirc.hk/status_available.expected", "spec/fixtures/responses/whois.hkirc.hk/status_available.txt", "spec/fixtures/responses/whois.hkirc.hk/status_registered.expected", "spec/fixtures/responses/whois.hkirc.hk/status_registered.txt", "spec/fixtures/responses/whois.iam.net.ma", "spec/fixtures/responses/whois.iam.net.ma/status_available.expected", "spec/fixtures/responses/whois.iam.net.ma/status_available.txt", "spec/fixtures/responses/whois.iam.net.ma/status_registered.expected", "spec/fixtures/responses/whois.iam.net.ma/status_registered.txt", "spec/fixtures/responses/whois.iana.org", "spec/fixtures/responses/whois.iana.org/MULTIPLE.txt", "spec/fixtures/responses/whois.iana.org/status_available.expected", "spec/fixtures/responses/whois.iana.org/status_available.txt", "spec/fixtures/responses/whois.iana.org/status_not_assigned.expected", "spec/fixtures/responses/whois.iana.org/status_not_assigned.txt", "spec/fixtures/responses/whois.iana.org/status_registered.expected", "spec/fixtures/responses/whois.iana.org/status_registered.txt", "spec/fixtures/responses/whois.in.ua", "spec/fixtures/responses/whois.in.ua/status_available.expected", "spec/fixtures/responses/whois.in.ua/status_available.txt", "spec/fixtures/responses/whois.in.ua/status_registered.expected", "spec/fixtures/responses/whois.in.ua/status_registered.txt", "spec/fixtures/responses/whois.isnic.is", "spec/fixtures/responses/whois.isnic.is/status_available.expected", "spec/fixtures/responses/whois.isnic.is/status_available.txt", "spec/fixtures/responses/whois.isnic.is/status_registered.expected", "spec/fixtures/responses/whois.isnic.is/status_registered.txt", "spec/fixtures/responses/whois.isoc.org.il", "spec/fixtures/responses/whois.isoc.org.il/property_status_missing.expected", "spec/fixtures/responses/whois.isoc.org.il/property_status_missing.txt", "spec/fixtures/responses/whois.isoc.org.il/property_status_transfer_allowed.expected", "spec/fixtures/responses/whois.isoc.org.il/property_status_transfer_allowed.txt", "spec/fixtures/responses/whois.isoc.org.il/property_status_transfer_locked.expected", "spec/fixtures/responses/whois.isoc.org.il/property_status_transfer_locked.txt", "spec/fixtures/responses/whois.isoc.org.il/status_available.expected", "spec/fixtures/responses/whois.isoc.org.il/status_available.txt", "spec/fixtures/responses/whois.isoc.org.il/status_registered.expected", "spec/fixtures/responses/whois.isoc.org.il/status_registered.txt", "spec/fixtures/responses/whois.ja.net", "spec/fixtures/responses/whois.ja.net/ac.uk", "spec/fixtures/responses/whois.ja.net/ac.uk/status_available.expected", "spec/fixtures/responses/whois.ja.net/ac.uk/status_available.txt", "spec/fixtures/responses/whois.ja.net/ac.uk/status_registered.expected", "spec/fixtures/responses/whois.ja.net/ac.uk/status_registered.txt", "spec/fixtures/responses/whois.ja.net/gov.uk", "spec/fixtures/responses/whois.ja.net/gov.uk/status_available.expected", "spec/fixtures/responses/whois.ja.net/gov.uk/status_available.txt", "spec/fixtures/responses/whois.ja.net/gov.uk/status_registered.expected", "spec/fixtures/responses/whois.ja.net/gov.uk/status_registered.txt", "spec/fixtures/responses/whois.je", "spec/fixtures/responses/whois.je/status_available.expected", "spec/fixtures/responses/whois.je/status_available.txt", "spec/fixtures/responses/whois.je/status_registered.expected", "spec/fixtures/responses/whois.je/status_registered.txt", "spec/fixtures/responses/whois.jprs.jp", "spec/fixtures/responses/whois.jprs.jp/jp", "spec/fixtures/responses/whois.jprs.jp/jp/property_created_on_and_expires_on_missing.expected", "spec/fixtures/responses/whois.jprs.jp/jp/property_created_on_and_expires_on_missing.txt", "spec/fixtures/responses/whois.jprs.jp/jp/property_expires_on_missing.expected", "spec/fixtures/responses/whois.jprs.jp/jp/property_expires_on_missing.txt", "spec/fixtures/responses/whois.jprs.jp/jp/property_updates_on_error_out-of-range.expected", "spec/fixtures/responses/whois.jprs.jp/jp/property_updates_on_error_out-of-range.txt", "spec/fixtures/responses/whois.jprs.jp/jp/status_available.expected", "spec/fixtures/responses/whois.jprs.jp/jp/status_available.txt", "spec/fixtures/responses/whois.jprs.jp/jp/status_registered.expected", "spec/fixtures/responses/whois.jprs.jp/jp/status_registered.txt", "spec/fixtures/responses/whois.jprs.jp/jp/status_reserved.expected", "spec/fixtures/responses/whois.jprs.jp/jp/status_reserved.txt", "spec/fixtures/responses/whois.jprs.jp/ne.jp", "spec/fixtures/responses/whois.jprs.jp/ne.jp/status_available.expected", "spec/fixtures/responses/whois.jprs.jp/ne.jp/status_available.txt", "spec/fixtures/responses/whois.jprs.jp/ne.jp/status_registered.expected", "spec/fixtures/responses/whois.jprs.jp/ne.jp/status_registered.txt", "spec/fixtures/responses/whois.kenic.or.ke", "spec/fixtures/responses/whois.kenic.or.ke/status_available.expected", "spec/fixtures/responses/whois.kenic.or.ke/status_available.txt", "spec/fixtures/responses/whois.kenic.or.ke/status_registered.expected", "spec/fixtures/responses/whois.kenic.or.ke/status_registered.txt", "spec/fixtures/responses/whois.kr", "spec/fixtures/responses/whois.kr/property_nameservers_with_ip.expected", "spec/fixtures/responses/whois.kr/property_nameservers_with_ip.txt", "spec/fixtures/responses/whois.kr/status_available.expected", "spec/fixtures/responses/whois.kr/status_available.txt", "spec/fixtures/responses/whois.kr/status_registered.expected", "spec/fixtures/responses/whois.kr/status_registered.txt", "spec/fixtures/responses/whois.markmonitor.com", "spec/fixtures/responses/whois.markmonitor.com/property_contacts_are_blank.expected", "spec/fixtures/responses/whois.markmonitor.com/property_contacts_are_blank.txt", "spec/fixtures/responses/whois.markmonitor.com/status_registered.expected", "spec/fixtures/responses/whois.markmonitor.com/status_registered.txt", "spec/fixtures/responses/whois.meregistry.net", "spec/fixtures/responses/whois.meregistry.net/property_nameservers_is_blank.expected", "spec/fixtures/responses/whois.meregistry.net/property_nameservers_is_blank.txt", "spec/fixtures/responses/whois.meregistry.net/property_updated_on_is_blank.expected", "spec/fixtures/responses/whois.meregistry.net/property_updated_on_is_blank.txt", "spec/fixtures/responses/whois.meregistry.net/status_available.expected", "spec/fixtures/responses/whois.meregistry.net/status_available.txt", "spec/fixtures/responses/whois.meregistry.net/status_registered.expected", "spec/fixtures/responses/whois.meregistry.net/status_registered.txt", "spec/fixtures/responses/whois.museum", "spec/fixtures/responses/whois.museum/status_available.expected", "spec/fixtures/responses/whois.museum/status_available.txt", "spec/fixtures/responses/whois.museum/status_registered.expected", "spec/fixtures/responses/whois.museum/status_registered.txt", "spec/fixtures/responses/whois.na-nic.com.na", "spec/fixtures/responses/whois.na-nic.com.na/property_status_suspended.expected", "spec/fixtures/responses/whois.na-nic.com.na/property_status_suspended.txt", "spec/fixtures/responses/whois.na-nic.com.na/status_available.expected", "spec/fixtures/responses/whois.na-nic.com.na/status_available.txt", "spec/fixtures/responses/whois.na-nic.com.na/status_registered.expected", "spec/fixtures/responses/whois.na-nic.com.na/status_registered.txt", "spec/fixtures/responses/whois.net.ua", "spec/fixtures/responses/whois.net.ua/property_nameservers_uppercase.expected", "spec/fixtures/responses/whois.net.ua/property_nameservers_uppercase.txt", "spec/fixtures/responses/whois.net.ua/redirect_to_whois.in.ua.txt", "spec/fixtures/responses/whois.net.ua/status_available.expected", "spec/fixtures/responses/whois.net.ua/status_available.txt", "spec/fixtures/responses/whois.net.ua/status_registered.expected", "spec/fixtures/responses/whois.net.ua/status_registered.txt", "spec/fixtures/responses/whois.netcom.cm", "spec/fixtures/responses/whois.netcom.cm/status_available.expected", "spec/fixtures/responses/whois.netcom.cm/status_available.txt", "spec/fixtures/responses/whois.netcom.cm/status_registered.expected", "spec/fixtures/responses/whois.netcom.cm/status_registered.txt", "spec/fixtures/responses/whois.nic-se.se", "spec/fixtures/responses/whois.nic-se.se/property_datetime_is_dash.expected", "spec/fixtures/responses/whois.nic-se.se/property_datetime_is_dash.txt", "spec/fixtures/responses/whois.nic-se.se/property_nameservers_with_ip.expected", "spec/fixtures/responses/whois.nic-se.se/property_nameservers_with_ip.txt", "spec/fixtures/responses/whois.nic-se.se/property_status_inactive.txt", "spec/fixtures/responses/whois.nic-se.se/property_status_missing.txt", "spec/fixtures/responses/whois.nic-se.se/property_status_ok.txt", "spec/fixtures/responses/whois.nic-se.se/status_available.expected", "spec/fixtures/responses/whois.nic-se.se/status_available.txt", "spec/fixtures/responses/whois.nic-se.se/status_inactive.expected", "spec/fixtures/responses/whois.nic-se.se/status_inactive.txt", "spec/fixtures/responses/whois.nic-se.se/status_registered.expected", "spec/fixtures/responses/whois.nic-se.se/status_registered.txt", "spec/fixtures/responses/whois.nic.ac", "spec/fixtures/responses/whois.nic.ac/status_available.expected", "spec/fixtures/responses/whois.nic.ac/status_available.txt", "spec/fixtures/responses/whois.nic.ac/status_registered.expected", "spec/fixtures/responses/whois.nic.ac/status_registered.txt", "spec/fixtures/responses/whois.nic.af", "spec/fixtures/responses/whois.nic.af/property_status_active.expected", "spec/fixtures/responses/whois.nic.af/property_status_active.txt", "spec/fixtures/responses/whois.nic.af/property_status_delegated.expected", "spec/fixtures/responses/whois.nic.af/property_status_delegated.txt", "spec/fixtures/responses/whois.nic.af/property_status_not_registered.expected", "spec/fixtures/responses/whois.nic.af/property_status_not_registered.txt", "spec/fixtures/responses/whois.nic.af/status_available.expected", "spec/fixtures/responses/whois.nic.af/status_available.txt", "spec/fixtures/responses/whois.nic.af/status_registered.expected", "spec/fixtures/responses/whois.nic.af/status_registered.txt", "spec/fixtures/responses/whois.nic.ag", "spec/fixtures/responses/whois.nic.ag/status_available.expected", "spec/fixtures/responses/whois.nic.ag/status_available.txt", "spec/fixtures/responses/whois.nic.ag/status_registered.expected", "spec/fixtures/responses/whois.nic.ag/status_registered.txt", "spec/fixtures/responses/whois.nic.am", "spec/fixtures/responses/whois.nic.am/status_available.expected", "spec/fixtures/responses/whois.nic.am/status_available.txt", "spec/fixtures/responses/whois.nic.am/status_registered.expected", "spec/fixtures/responses/whois.nic.am/status_registered.txt", "spec/fixtures/responses/whois.nic.as", "spec/fixtures/responses/whois.nic.as/status_available.expected", "spec/fixtures/responses/whois.nic.as/status_available.txt", "spec/fixtures/responses/whois.nic.as/status_registered.expected", "spec/fixtures/responses/whois.nic.as/status_registered.txt", "spec/fixtures/responses/whois.nic.asia", "spec/fixtures/responses/whois.nic.asia/property_status_multiple.expected", "spec/fixtures/responses/whois.nic.asia/property_status_multiple.txt", "spec/fixtures/responses/whois.nic.asia/property_status_single.expected", "spec/fixtures/responses/whois.nic.asia/property_status_single.txt", "spec/fixtures/responses/whois.nic.asia/status_available.expected", "spec/fixtures/responses/whois.nic.asia/status_available.txt", "spec/fixtures/responses/whois.nic.asia/status_registered.expected", "spec/fixtures/responses/whois.nic.asia/status_registered.txt", "spec/fixtures/responses/whois.nic.at", "spec/fixtures/responses/whois.nic.at/status_available.expected", "spec/fixtures/responses/whois.nic.at/status_available.txt", "spec/fixtures/responses/whois.nic.at/status_registered.expected", "spec/fixtures/responses/whois.nic.at/status_registered.txt", "spec/fixtures/responses/whois.nic.bo", "spec/fixtures/responses/whois.nic.bo/status_available.expected", "spec/fixtures/responses/whois.nic.bo/status_available.txt", "spec/fixtures/responses/whois.nic.bo/status_registered.expected", "spec/fixtures/responses/whois.nic.bo/status_registered.txt", "spec/fixtures/responses/whois.nic.cc", "spec/fixtures/responses/whois.nic.cc/property_nameserver_no_nameserver.expected", "spec/fixtures/responses/whois.nic.cc/property_nameserver_no_nameserver.txt", "spec/fixtures/responses/whois.nic.cc/status_available.expected", "spec/fixtures/responses/whois.nic.cc/status_available.txt", "spec/fixtures/responses/whois.nic.cc/status_registered.expected", "spec/fixtures/responses/whois.nic.cc/status_registered.txt", "spec/fixtures/responses/whois.nic.cd", "spec/fixtures/responses/whois.nic.cd/status_available.expected", "spec/fixtures/responses/whois.nic.cd/status_available.txt", "spec/fixtures/responses/whois.nic.cd/status_registered.expected", "spec/fixtures/responses/whois.nic.cd/status_registered.txt", "spec/fixtures/responses/whois.nic.ch", "spec/fixtures/responses/whois.nic.ch/property_nameservers_with_ip.expected", "spec/fixtures/responses/whois.nic.ch/property_nameservers_with_ip.txt", "spec/fixtures/responses/whois.nic.ch/status_available.expected", "spec/fixtures/responses/whois.nic.ch/status_available.txt", "spec/fixtures/responses/whois.nic.ch/status_registered.expected", "spec/fixtures/responses/whois.nic.ch/status_registered.txt", "spec/fixtures/responses/whois.nic.ci", "spec/fixtures/responses/whois.nic.ci/status_available.expected", "spec/fixtures/responses/whois.nic.ci/status_available.txt", "spec/fixtures/responses/whois.nic.ci/status_registered.expected", "spec/fixtures/responses/whois.nic.ci/status_registered.txt", "spec/fixtures/responses/whois.nic.ck", "spec/fixtures/responses/whois.nic.ck/status_available.expected", "spec/fixtures/responses/whois.nic.ck/status_available.txt", "spec/fixtures/responses/whois.nic.ck/status_registered.expected", "spec/fixtures/responses/whois.nic.ck/status_registered.txt", "spec/fixtures/responses/whois.nic.cl", "spec/fixtures/responses/whois.nic.cl/status_available.expected", "spec/fixtures/responses/whois.nic.cl/status_available.txt", "spec/fixtures/responses/whois.nic.cl/status_registered.expected", "spec/fixtures/responses/whois.nic.cl/status_registered.txt", "spec/fixtures/responses/whois.nic.co", "spec/fixtures/responses/whois.nic.co/status_available.expected", "spec/fixtures/responses/whois.nic.co/status_available.txt", "spec/fixtures/responses/whois.nic.co/status_registered.expected", "spec/fixtures/responses/whois.nic.co/status_registered.txt", "spec/fixtures/responses/whois.nic.coop", "spec/fixtures/responses/whois.nic.coop/property_status_multiple.expected", "spec/fixtures/responses/whois.nic.coop/property_status_multiple.txt", "spec/fixtures/responses/whois.nic.coop/property_status_single.expected", "spec/fixtures/responses/whois.nic.coop/property_status_single.txt", "spec/fixtures/responses/whois.nic.coop/status_available.expected", "spec/fixtures/responses/whois.nic.coop/status_available.txt", "spec/fixtures/responses/whois.nic.coop/status_registered.expected", "spec/fixtures/responses/whois.nic.coop/status_registered.txt", "spec/fixtures/responses/whois.nic.cx", "spec/fixtures/responses/whois.nic.cx/property_status_active.expected", "spec/fixtures/responses/whois.nic.cx/property_status_active.txt", "spec/fixtures/responses/whois.nic.cx/property_status_delegated.expected", "spec/fixtures/responses/whois.nic.cx/property_status_delegated.txt", "spec/fixtures/responses/whois.nic.cx/property_status_not_registered.expected", "spec/fixtures/responses/whois.nic.cx/property_status_not_registered.txt", "spec/fixtures/responses/whois.nic.cx/status_available.expected", "spec/fixtures/responses/whois.nic.cx/status_available.txt", "spec/fixtures/responses/whois.nic.cx/status_registered.expected", "spec/fixtures/responses/whois.nic.cx/status_registered.txt", "spec/fixtures/responses/whois.nic.cz", "spec/fixtures/responses/whois.nic.cz/property_nameservers_with_ip.expected", "spec/fixtures/responses/whois.nic.cz/property_nameservers_with_ip.txt", "spec/fixtures/responses/whois.nic.cz/property_status_expired.expected", "spec/fixtures/responses/whois.nic.cz/property_status_expired.txt", "spec/fixtures/responses/whois.nic.cz/property_status_missing.expected", "spec/fixtures/responses/whois.nic.cz/property_status_missing.txt", "spec/fixtures/responses/whois.nic.cz/property_status_paid.expected", "spec/fixtures/responses/whois.nic.cz/property_status_paid.txt", "spec/fixtures/responses/whois.nic.cz/property_status_update_prohibited.expected", "spec/fixtures/responses/whois.nic.cz/property_status_update_prohibited.txt", "spec/fixtures/responses/whois.nic.cz/status_available.expected", "spec/fixtures/responses/whois.nic.cz/status_available.txt", "spec/fixtures/responses/whois.nic.cz/status_expired.txt", "spec/fixtures/responses/whois.nic.cz/status_registered.expected", "spec/fixtures/responses/whois.nic.cz/status_registered.txt", "spec/fixtures/responses/whois.nic.dz", "spec/fixtures/responses/whois.nic.dz/dz", "spec/fixtures/responses/whois.nic.dz/dz/status_available.expected", "spec/fixtures/responses/whois.nic.dz/dz/status_available.txt", "spec/fixtures/responses/whois.nic.dz/dz/status_registered.expected", "spec/fixtures/responses/whois.nic.dz/dz/status_registered.txt", "spec/fixtures/responses/whois.nic.ec", "spec/fixtures/responses/whois.nic.ec/status_available.expected", "spec/fixtures/responses/whois.nic.ec/status_available.txt", "spec/fixtures/responses/whois.nic.ec/status_registered.expected", "spec/fixtures/responses/whois.nic.ec/status_registered.txt", "spec/fixtures/responses/whois.nic.fr", "spec/fixtures/responses/whois.nic.fr/fr", "spec/fixtures/responses/whois.nic.fr/fr/property_nameservers.expected", "spec/fixtures/responses/whois.nic.fr/fr/property_nameservers.txt", "spec/fixtures/responses/whois.nic.fr/fr/property_nameservers_with_ipv4_and_some_ipv6.expected", "spec/fixtures/responses/whois.nic.fr/fr/property_nameservers_with_ipv4_and_some_ipv6.txt", "spec/fixtures/responses/whois.nic.fr/fr/property_status_active.expected", "spec/fixtures/responses/whois.nic.fr/fr/property_status_active.txt", "spec/fixtures/responses/whois.nic.fr/fr/property_status_blocked.expected", "spec/fixtures/responses/whois.nic.fr/fr/property_status_blocked.txt", "spec/fixtures/responses/whois.nic.fr/fr/property_status_missing.expected", "spec/fixtures/responses/whois.nic.fr/fr/property_status_missing.txt", "spec/fixtures/responses/whois.nic.fr/fr/property_status_redemption.expected", "spec/fixtures/responses/whois.nic.fr/fr/property_status_redemption.txt", "spec/fixtures/responses/whois.nic.fr/fr/property_status_registered.expected", "spec/fixtures/responses/whois.nic.fr/fr/property_status_registered.txt", "spec/fixtures/responses/whois.nic.fr/fr/response_contains_trouble.txt", "spec/fixtures/responses/whois.nic.fr/fr/status_available.expected", "spec/fixtures/responses/whois.nic.fr/fr/status_available.txt", "spec/fixtures/responses/whois.nic.fr/fr/status_registered.expected", "spec/fixtures/responses/whois.nic.fr/fr/status_registered.txt", "spec/fixtures/responses/whois.nic.fr/pm", "spec/fixtures/responses/whois.nic.fr/pm/property_nameservers_with_ipv4_and_ipv6.expected", "spec/fixtures/responses/whois.nic.fr/pm/property_nameservers_with_ipv4_and_ipv6.txt", "spec/fixtures/responses/whois.nic.fr/pm/status_available.expected", "spec/fixtures/responses/whois.nic.fr/pm/status_available.txt", "spec/fixtures/responses/whois.nic.fr/pm/status_registered.expected", "spec/fixtures/responses/whois.nic.fr/pm/status_registered.txt", "spec/fixtures/responses/whois.nic.fr/re", "spec/fixtures/responses/whois.nic.fr/re/property_nameservers_with_ipv4_and_ipv6.expected", "spec/fixtures/responses/whois.nic.fr/re/property_nameservers_with_ipv4_and_ipv6.txt", "spec/fixtures/responses/whois.nic.fr/re/status_available.expected", "spec/fixtures/responses/whois.nic.fr/re/status_available.txt", "spec/fixtures/responses/whois.nic.fr/re/status_registered.expected", "spec/fixtures/responses/whois.nic.fr/re/status_registered.txt", "spec/fixtures/responses/whois.nic.fr/tf", "spec/fixtures/responses/whois.nic.fr/tf/property_status_frozen.expected", "spec/fixtures/responses/whois.nic.fr/tf/property_status_frozen.txt", "spec/fixtures/responses/whois.nic.fr/tf/status_available.expected", "spec/fixtures/responses/whois.nic.fr/tf/status_available.txt", "spec/fixtures/responses/whois.nic.fr/tf/status_registered.expected", "spec/fixtures/responses/whois.nic.fr/tf/status_registered.txt", "spec/fixtures/responses/whois.nic.fr/wf", "spec/fixtures/responses/whois.nic.fr/wf/status_available.expected", "spec/fixtures/responses/whois.nic.fr/wf/status_available.txt", "spec/fixtures/responses/whois.nic.fr/wf/status_registered.expected", "spec/fixtures/responses/whois.nic.fr/wf/status_registered.txt", "spec/fixtures/responses/whois.nic.fr/yt", "spec/fixtures/responses/whois.nic.fr/yt/status_available.expected", "spec/fixtures/responses/whois.nic.fr/yt/status_available.txt", "spec/fixtures/responses/whois.nic.fr/yt/status_registered.expected", "spec/fixtures/responses/whois.nic.fr/yt/status_registered.txt", "spec/fixtures/responses/whois.nic.gl", "spec/fixtures/responses/whois.nic.gl/status_available.expected", "spec/fixtures/responses/whois.nic.gl/status_available.txt", "spec/fixtures/responses/whois.nic.gl/status_registered.expected", "spec/fixtures/responses/whois.nic.gl/status_registered.txt", "spec/fixtures/responses/whois.nic.gov", "spec/fixtures/responses/whois.nic.gov/status_available.expected", "spec/fixtures/responses/whois.nic.gov/status_available.txt", "spec/fixtures/responses/whois.nic.gov/status_registered.expected", "spec/fixtures/responses/whois.nic.gov/status_registered.txt", "spec/fixtures/responses/whois.nic.gs", "spec/fixtures/responses/whois.nic.gs/property_status_active.expected", "spec/fixtures/responses/whois.nic.gs/property_status_active.txt", "spec/fixtures/responses/whois.nic.gs/property_status_delegated.expected", "spec/fixtures/responses/whois.nic.gs/property_status_delegated.txt", "spec/fixtures/responses/whois.nic.gs/property_status_not_registered.expected", "spec/fixtures/responses/whois.nic.gs/property_status_not_registered.txt", "spec/fixtures/responses/whois.nic.gs/status_available.expected", "spec/fixtures/responses/whois.nic.gs/status_available.txt", "spec/fixtures/responses/whois.nic.gs/status_registered.expected", "spec/fixtures/responses/whois.nic.gs/status_registered.txt", "spec/fixtures/responses/whois.nic.ht", "spec/fixtures/responses/whois.nic.ht/property_status_active.expected", "spec/fixtures/responses/whois.nic.ht/property_status_active.txt", "spec/fixtures/responses/whois.nic.ht/property_status_delegated.expected", "spec/fixtures/responses/whois.nic.ht/property_status_delegated.txt", "spec/fixtures/responses/whois.nic.ht/property_status_not_registered.expected", "spec/fixtures/responses/whois.nic.ht/property_status_not_registered.txt", "spec/fixtures/responses/whois.nic.ht/status_available.expected", "spec/fixtures/responses/whois.nic.ht/status_available.txt", "spec/fixtures/responses/whois.nic.ht/status_registered.expected", "spec/fixtures/responses/whois.nic.ht/status_registered.txt", "spec/fixtures/responses/whois.nic.hu", "spec/fixtures/responses/whois.nic.hu/schema-1.99", "spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_company.expected", "spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_company.txt", "spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_private_person.expected", "spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_private_person.txt", "spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_without_address.expected", "spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_without_address.txt", "spec/fixtures/responses/whois.nic.hu/schema-1.99/status_available.expected", "spec/fixtures/responses/whois.nic.hu/schema-1.99/status_available.txt", "spec/fixtures/responses/whois.nic.hu/schema-1.99/status_in_progress.expected", "spec/fixtures/responses/whois.nic.hu/schema-1.99/status_in_progress.txt", "spec/fixtures/responses/whois.nic.hu/schema-1.99/status_registered.expected", "spec/fixtures/responses/whois.nic.hu/schema-1.99/status_registered.txt", "spec/fixtures/responses/whois.nic.hu/schema-current", "spec/fixtures/responses/whois.nic.hu/schema-current/status_available.expected", "spec/fixtures/responses/whois.nic.hu/schema-current/status_available.txt", "spec/fixtures/responses/whois.nic.hu/schema-current/status_registered.expected", "spec/fixtures/responses/whois.nic.hu/schema-current/status_registered.txt", "spec/fixtures/responses/whois.nic.im", "spec/fixtures/responses/whois.nic.im/status_available.expected", "spec/fixtures/responses/whois.nic.im/status_available.txt", "spec/fixtures/responses/whois.nic.im/status_registered.expected", "spec/fixtures/responses/whois.nic.im/status_registered.txt", "spec/fixtures/responses/whois.nic.io", "spec/fixtures/responses/whois.nic.io/status_available.expected", "spec/fixtures/responses/whois.nic.io/status_available.txt", "spec/fixtures/responses/whois.nic.io/status_registered.expected", "spec/fixtures/responses/whois.nic.io/status_registered.txt", "spec/fixtures/responses/whois.nic.ir", "spec/fixtures/responses/whois.nic.ir/status_available.expected", "spec/fixtures/responses/whois.nic.ir/status_available.txt", "spec/fixtures/responses/whois.nic.ir/status_registered.expected", "spec/fixtures/responses/whois.nic.ir/status_registered.txt", "spec/fixtures/responses/whois.nic.it", "spec/fixtures/responses/whois.nic.it/property_contact_province.expected", "spec/fixtures/responses/whois.nic.it/property_contact_province.txt", "spec/fixtures/responses/whois.nic.it/property_contact_with_company_in_address.expected", "spec/fixtures/responses/whois.nic.it/property_contact_with_company_in_address.txt", "spec/fixtures/responses/whois.nic.it/property_contact_with_organization.expected", "spec/fixtures/responses/whois.nic.it/property_contact_with_organization.txt", "spec/fixtures/responses/whois.nic.it/property_status_active.expected", "spec/fixtures/responses/whois.nic.it/property_status_active.txt", "spec/fixtures/responses/whois.nic.it/property_status_autorenewperiod_clientdeleteprohibited_clientupdateprohibited.txt", "spec/fixtures/responses/whois.nic.it/property_status_available.expected", "spec/fixtures/responses/whois.nic.it/property_status_available.txt", "spec/fixtures/responses/whois.nic.it/property_status_client.expected", "spec/fixtures/responses/whois.nic.it/property_status_client.txt", "spec/fixtures/responses/whois.nic.it/property_status_graceperiod.expected", "spec/fixtures/responses/whois.nic.it/property_status_graceperiod.txt", "spec/fixtures/responses/whois.nic.it/property_status_inactive_noregistrar.expected", "spec/fixtures/responses/whois.nic.it/property_status_inactive_noregistrar.txt", "spec/fixtures/responses/whois.nic.it/property_status_no_provider.expected", "spec/fixtures/responses/whois.nic.it/property_status_no_provider.txt", "spec/fixtures/responses/whois.nic.it/property_status_ok.expected", "spec/fixtures/responses/whois.nic.it/property_status_ok.txt", "spec/fixtures/responses/whois.nic.it/property_status_ok_autorenew.expected", "spec/fixtures/responses/whois.nic.it/property_status_ok_autorenew.txt", "spec/fixtures/responses/whois.nic.it/property_status_pendingdelete_pendingdelete.expected", "spec/fixtures/responses/whois.nic.it/property_status_pendingdelete_pendingdelete.txt", "spec/fixtures/responses/whois.nic.it/property_status_pendingdelete_redemptionperiod.expected", "spec/fixtures/responses/whois.nic.it/property_status_pendingdelete_redemptionperiod.txt", "spec/fixtures/responses/whois.nic.it/property_status_pendingtransfer.expected", "spec/fixtures/responses/whois.nic.it/property_status_pendingtransfer.txt", "spec/fixtures/responses/whois.nic.it/property_status_pendingtransfer_autorenewperiod.expected", "spec/fixtures/responses/whois.nic.it/property_status_pendingtransfer_autorenewperiod.txt", "spec/fixtures/responses/whois.nic.it/property_status_pendingupdate.expected", "spec/fixtures/responses/whois.nic.it/property_status_pendingupdate.txt", "spec/fixtures/responses/whois.nic.it/property_status_redemption_no_provider.expected", "spec/fixtures/responses/whois.nic.it/property_status_redemption_no_provider.txt", "spec/fixtures/responses/whois.nic.it/property_status_unassignable.expected", "spec/fixtures/responses/whois.nic.it/property_status_unassignable.txt", "spec/fixtures/responses/whois.nic.it/property_technical_contact.expected", "spec/fixtures/responses/whois.nic.it/property_technical_contact.txt", "spec/fixtures/responses/whois.nic.it/response_unavailable.expected", "spec/fixtures/responses/whois.nic.it/response_unavailable.txt", "spec/fixtures/responses/whois.nic.it/status_available.expected", "spec/fixtures/responses/whois.nic.it/status_available.txt", "spec/fixtures/responses/whois.nic.it/status_registered.expected", "spec/fixtures/responses/whois.nic.it/status_registered.txt", "spec/fixtures/responses/whois.nic.it/status_reserved.expected", "spec/fixtures/responses/whois.nic.it/status_reserved.txt", "spec/fixtures/responses/whois.nic.ki", "spec/fixtures/responses/whois.nic.ki/property_status_active.expected", "spec/fixtures/responses/whois.nic.ki/property_status_active.txt", "spec/fixtures/responses/whois.nic.ki/property_status_delegated.expected", "spec/fixtures/responses/whois.nic.ki/property_status_delegated.txt", "spec/fixtures/responses/whois.nic.ki/property_status_not_registered.expected", "spec/fixtures/responses/whois.nic.ki/property_status_not_registered.txt", "spec/fixtures/responses/whois.nic.ki/status_available.expected", "spec/fixtures/responses/whois.nic.ki/status_available.txt", "spec/fixtures/responses/whois.nic.ki/status_registered.expected", "spec/fixtures/responses/whois.nic.ki/status_registered.txt", "spec/fixtures/responses/whois.nic.kz", "spec/fixtures/responses/whois.nic.kz/property_status_missing.expected", "spec/fixtures/responses/whois.nic.kz/property_status_missing.txt", "spec/fixtures/responses/whois.nic.kz/property_status_multiple.expected", "spec/fixtures/responses/whois.nic.kz/property_status_multiple.txt", "spec/fixtures/responses/whois.nic.kz/property_status_ok.expected", "spec/fixtures/responses/whois.nic.kz/property_status_ok.txt", "spec/fixtures/responses/whois.nic.kz/status_available.expected", "spec/fixtures/responses/whois.nic.kz/status_available.txt", "spec/fixtures/responses/whois.nic.kz/status_registered.expected", "spec/fixtures/responses/whois.nic.kz/status_registered.txt", "spec/fixtures/responses/whois.nic.la", "spec/fixtures/responses/whois.nic.la/property_status_multiple.expected", "spec/fixtures/responses/whois.nic.la/property_status_multiple.txt", "spec/fixtures/responses/whois.nic.la/property_status_single.expected", "spec/fixtures/responses/whois.nic.la/property_status_single.txt", "spec/fixtures/responses/whois.nic.la/status_available.expected", "spec/fixtures/responses/whois.nic.la/status_available.txt", "spec/fixtures/responses/whois.nic.la/status_registered.expected", "spec/fixtures/responses/whois.nic.la/status_registered.txt", "spec/fixtures/responses/whois.nic.li", "spec/fixtures/responses/whois.nic.li/status_available.expected", "spec/fixtures/responses/whois.nic.li/status_available.txt", "spec/fixtures/responses/whois.nic.li/status_registered.expected", "spec/fixtures/responses/whois.nic.li/status_registered.txt", "spec/fixtures/responses/whois.nic.lv", "spec/fixtures/responses/whois.nic.lv/status_available.expected", "spec/fixtures/responses/whois.nic.lv/status_available.txt", "spec/fixtures/responses/whois.nic.lv/status_registered.expected", "spec/fixtures/responses/whois.nic.lv/status_registered.txt", "spec/fixtures/responses/whois.nic.ly", "spec/fixtures/responses/whois.nic.ly/status_available.expected", "spec/fixtures/responses/whois.nic.ly/status_available.txt", "spec/fixtures/responses/whois.nic.ly/status_registered.expected", "spec/fixtures/responses/whois.nic.ly/status_registered.txt", "spec/fixtures/responses/whois.nic.md", "spec/fixtures/responses/whois.nic.md/property_dns-update.txt", "spec/fixtures/responses/whois.nic.md/status_available.expected", "spec/fixtures/responses/whois.nic.md/status_available.txt", "spec/fixtures/responses/whois.nic.md/status_registered.expected", "spec/fixtures/responses/whois.nic.md/status_registered.txt", "spec/fixtures/responses/whois.nic.mg", "spec/fixtures/responses/whois.nic.mg/status_available.expected", "spec/fixtures/responses/whois.nic.mg/status_available.txt", "spec/fixtures/responses/whois.nic.mg/status_registered.expected", "spec/fixtures/responses/whois.nic.mg/status_registered.txt", "spec/fixtures/responses/whois.nic.ms", "spec/fixtures/responses/whois.nic.ms/property_status_active.expected", "spec/fixtures/responses/whois.nic.ms/property_status_active.txt", "spec/fixtures/responses/whois.nic.ms/property_status_delegated.expected", "spec/fixtures/responses/whois.nic.ms/property_status_delegated.txt", "spec/fixtures/responses/whois.nic.ms/property_status_not_registered.expected", "spec/fixtures/responses/whois.nic.ms/property_status_not_registered.txt", "spec/fixtures/responses/whois.nic.ms/status_available.expected", "spec/fixtures/responses/whois.nic.ms/status_available.txt", "spec/fixtures/responses/whois.nic.ms/status_registered.expected", "spec/fixtures/responses/whois.nic.ms/status_registered.txt", "spec/fixtures/responses/whois.nic.mu", "spec/fixtures/responses/whois.nic.mu/property_status_active.expected", "spec/fixtures/responses/whois.nic.mu/property_status_active.txt", "spec/fixtures/responses/whois.nic.mu/property_status_delegated.expected", "spec/fixtures/responses/whois.nic.mu/property_status_delegated.txt", "spec/fixtures/responses/whois.nic.mu/property_status_not_registered.expected", "spec/fixtures/responses/whois.nic.mu/property_status_not_registered.txt", "spec/fixtures/responses/whois.nic.mu/status_available.expected", "spec/fixtures/responses/whois.nic.mu/status_available.txt", "spec/fixtures/responses/whois.nic.mu/status_registered.expected", "spec/fixtures/responses/whois.nic.mu/status_registered.txt", "spec/fixtures/responses/whois.nic.mx", "spec/fixtures/responses/whois.nic.mx/property_nameservers_with_ip.expected", "spec/fixtures/responses/whois.nic.mx/property_nameservers_with_ip.txt", "spec/fixtures/responses/whois.nic.mx/status_available.expected", "spec/fixtures/responses/whois.nic.mx/status_available.txt", "spec/fixtures/responses/whois.nic.mx/status_registered.expected", "spec/fixtures/responses/whois.nic.mx/status_registered.txt", "spec/fixtures/responses/whois.nic.name", "spec/fixtures/responses/whois.nic.name/reserved.txt", "spec/fixtures/responses/whois.nic.name/status_available.expected", "spec/fixtures/responses/whois.nic.name/status_available.txt", "spec/fixtures/responses/whois.nic.name/status_registered.expected", "spec/fixtures/responses/whois.nic.name/status_registered.txt", "spec/fixtures/responses/whois.nic.net.nf", "spec/fixtures/responses/whois.nic.net.nf/property_status_active.expected", "spec/fixtures/responses/whois.nic.net.nf/property_status_active.txt", "spec/fixtures/responses/whois.nic.net.nf/property_status_delegated.expected", "spec/fixtures/responses/whois.nic.net.nf/property_status_delegated.txt", "spec/fixtures/responses/whois.nic.net.nf/property_status_excluded_pendingdelete_restorable.expected", "spec/fixtures/responses/whois.nic.net.nf/property_status_excluded_pendingdelete_restorable.txt", "spec/fixtures/responses/whois.nic.net.nf/property_status_not_registered.expected", "spec/fixtures/responses/whois.nic.net.nf/property_status_not_registered.txt", "spec/fixtures/responses/whois.nic.net.nf/status_available.expected", "spec/fixtures/responses/whois.nic.net.nf/status_available.txt", "spec/fixtures/responses/whois.nic.net.nf/status_registered.expected", "spec/fixtures/responses/whois.nic.net.nf/status_registered.txt", "spec/fixtures/responses/whois.nic.net.ng", "spec/fixtures/responses/whois.nic.net.ng/property_status_active.expected", "spec/fixtures/responses/whois.nic.net.ng/property_status_active.txt", "spec/fixtures/responses/whois.nic.net.ng/property_status_delegated.expected", "spec/fixtures/responses/whois.nic.net.ng/property_status_delegated.txt", "spec/fixtures/responses/whois.nic.net.ng/property_status_not_registered.expected", "spec/fixtures/responses/whois.nic.net.ng/property_status_not_registered.txt", "spec/fixtures/responses/whois.nic.net.ng/status_available.expected", "spec/fixtures/responses/whois.nic.net.ng/status_available.txt", "spec/fixtures/responses/whois.nic.net.ng/status_registered.expected", "spec/fixtures/responses/whois.nic.net.ng/status_registered.txt", "spec/fixtures/responses/whois.nic.net.sa", "spec/fixtures/responses/whois.nic.net.sa/status_available.expected", "spec/fixtures/responses/whois.nic.net.sa/status_available.txt", "spec/fixtures/responses/whois.nic.net.sa/status_registered.expected", "spec/fixtures/responses/whois.nic.net.sa/status_registered.txt", "spec/fixtures/responses/whois.nic.net.sb", "spec/fixtures/responses/whois.nic.net.sb/property_status_active.expected", "spec/fixtures/responses/whois.nic.net.sb/property_status_active.txt", "spec/fixtures/responses/whois.nic.net.sb/property_status_delegated.expected", "spec/fixtures/responses/whois.nic.net.sb/property_status_delegated.txt", "spec/fixtures/responses/whois.nic.net.sb/property_status_not_registered.expected", "spec/fixtures/responses/whois.nic.net.sb/property_status_not_registered.txt", "spec/fixtures/responses/whois.nic.net.sb/status_available.expected", "spec/fixtures/responses/whois.nic.net.sb/status_available.txt", "spec/fixtures/responses/whois.nic.net.sb/status_registered.expected", "spec/fixtures/responses/whois.nic.net.sb/status_registered.txt", "spec/fixtures/responses/whois.nic.nu", "spec/fixtures/responses/whois.nic.nu/status_available.expected", "spec/fixtures/responses/whois.nic.nu/status_available.txt", "spec/fixtures/responses/whois.nic.nu/status_registered.expected", "spec/fixtures/responses/whois.nic.nu/status_registered.txt", "spec/fixtures/responses/whois.nic.or.kr", "spec/fixtures/responses/whois.nic.org.uy", "spec/fixtures/responses/whois.nic.org.uy/status_available.expected", "spec/fixtures/responses/whois.nic.org.uy/status_available.txt", "spec/fixtures/responses/whois.nic.org.uy/status_registered.expected", "spec/fixtures/responses/whois.nic.org.uy/status_registered.txt", "spec/fixtures/responses/whois.nic.pr", "spec/fixtures/responses/whois.nic.pr/status_available.expected", "spec/fixtures/responses/whois.nic.pr/status_available.txt", "spec/fixtures/responses/whois.nic.pr/status_registered.expected", "spec/fixtures/responses/whois.nic.pr/status_registered.txt", "spec/fixtures/responses/whois.nic.priv.at", "spec/fixtures/responses/whois.nic.priv.at/status_available.expected", "spec/fixtures/responses/whois.nic.priv.at/status_available.txt", "spec/fixtures/responses/whois.nic.priv.at/status_registered.expected", "spec/fixtures/responses/whois.nic.priv.at/status_registered.txt", "spec/fixtures/responses/whois.nic.sh", "spec/fixtures/responses/whois.nic.sh/status_available.expected", "spec/fixtures/responses/whois.nic.sh/status_available.txt", "spec/fixtures/responses/whois.nic.sh/status_registered.expected", "spec/fixtures/responses/whois.nic.sh/status_registered.txt", "spec/fixtures/responses/whois.nic.sl", "spec/fixtures/responses/whois.nic.sl/status_available.expected", "spec/fixtures/responses/whois.nic.sl/status_available.txt", "spec/fixtures/responses/whois.nic.sl/status_registered.expected", "spec/fixtures/responses/whois.nic.sl/status_registered.txt", "spec/fixtures/responses/whois.nic.sm", "spec/fixtures/responses/whois.nic.sm/status_available.expected", "spec/fixtures/responses/whois.nic.sm/status_available.txt", "spec/fixtures/responses/whois.nic.sm/status_registered.expected", "spec/fixtures/responses/whois.nic.sm/status_registered.txt", "spec/fixtures/responses/whois.nic.sn", "spec/fixtures/responses/whois.nic.sn/status_available.expected", "spec/fixtures/responses/whois.nic.sn/status_available.txt", "spec/fixtures/responses/whois.nic.sn/status_registered.expected", "spec/fixtures/responses/whois.nic.sn/status_registered.txt", "spec/fixtures/responses/whois.nic.so", "spec/fixtures/responses/whois.nic.so/status_available.expected", "spec/fixtures/responses/whois.nic.so/status_available.txt", "spec/fixtures/responses/whois.nic.so/status_registered.expected", "spec/fixtures/responses/whois.nic.so/status_registered.txt", "spec/fixtures/responses/whois.nic.st", "spec/fixtures/responses/whois.nic.st/status_available.expected", "spec/fixtures/responses/whois.nic.st/status_available.txt", "spec/fixtures/responses/whois.nic.st/status_registered.expected", "spec/fixtures/responses/whois.nic.st/status_registered.txt", "spec/fixtures/responses/whois.nic.tel", "spec/fixtures/responses/whois.nic.tel/status_available.expected", "spec/fixtures/responses/whois.nic.tel/status_available.txt", "spec/fixtures/responses/whois.nic.tel/status_registered.expected", "spec/fixtures/responses/whois.nic.tel/status_registered.txt", "spec/fixtures/responses/whois.nic.tl", "spec/fixtures/responses/whois.nic.tl/property_status_active.expected", "spec/fixtures/responses/whois.nic.tl/property_status_active.txt", "spec/fixtures/responses/whois.nic.tl/property_status_delegated.expected", "spec/fixtures/responses/whois.nic.tl/property_status_delegated.txt", "spec/fixtures/responses/whois.nic.tl/property_status_not_registered.expected", "spec/fixtures/responses/whois.nic.tl/property_status_not_registered.txt", "spec/fixtures/responses/whois.nic.tl/status_available.expected", "spec/fixtures/responses/whois.nic.tl/status_available.txt", "spec/fixtures/responses/whois.nic.tl/status_registered.expected", "spec/fixtures/responses/whois.nic.tl/status_registered.txt", "spec/fixtures/responses/whois.nic.tm", "spec/fixtures/responses/whois.nic.tm/status_available.expected", "spec/fixtures/responses/whois.nic.tm/status_available.txt", "spec/fixtures/responses/whois.nic.tm/status_registered.expected", "spec/fixtures/responses/whois.nic.tm/status_registered.txt", "spec/fixtures/responses/whois.nic.tr", "spec/fixtures/responses/whois.nic.tr/property_nameservers_with_ip.expected", "spec/fixtures/responses/whois.nic.tr/property_nameservers_with_ip.txt", "spec/fixtures/responses/whois.nic.tr/property_nameservers_with_trailing_space.expected", "spec/fixtures/responses/whois.nic.tr/property_nameservers_with_trailing_space.txt", "spec/fixtures/responses/whois.nic.tr/status_available.expected", "spec/fixtures/responses/whois.nic.tr/status_available.txt", "spec/fixtures/responses/whois.nic.tr/status_registered.expected", "spec/fixtures/responses/whois.nic.tr/status_registered.txt", "spec/fixtures/responses/whois.nic.travel", "spec/fixtures/responses/whois.nic.travel/property_status_multiple.expected", "spec/fixtures/responses/whois.nic.travel/property_status_multiple.txt", "spec/fixtures/responses/whois.nic.travel/property_status_single.expected", "spec/fixtures/responses/whois.nic.travel/property_status_single.txt", "spec/fixtures/responses/whois.nic.travel/status_available.expected", "spec/fixtures/responses/whois.nic.travel/status_available.txt", "spec/fixtures/responses/whois.nic.travel/status_registered.expected", "spec/fixtures/responses/whois.nic.travel/status_registered.txt", "spec/fixtures/responses/whois.nic.tv", "spec/fixtures/responses/whois.nic.tv/property_nameserver_no_nameserver.expected", "spec/fixtures/responses/whois.nic.tv/property_nameserver_no_nameserver.txt", "spec/fixtures/responses/whois.nic.tv/status_available.expected", "spec/fixtures/responses/whois.nic.tv/status_available.txt", "spec/fixtures/responses/whois.nic.tv/status_registered.expected", "spec/fixtures/responses/whois.nic.tv/status_registered.txt", "spec/fixtures/responses/whois.nic.uk", "spec/fixtures/responses/whois.nic.uk/property_nameservers_with_ip.expected", "spec/fixtures/responses/whois.nic.uk/property_nameservers_with_ip.txt", "spec/fixtures/responses/whois.nic.uk/property_registrar_without_trading_name.expected", "spec/fixtures/responses/whois.nic.uk/property_registrar_without_trading_name.txt", "spec/fixtures/responses/whois.nic.uk/property_status_missing.expected", "spec/fixtures/responses/whois.nic.uk/property_status_missing.txt", "spec/fixtures/responses/whois.nic.uk/property_status_processing_registration.expected", "spec/fixtures/responses/whois.nic.uk/property_status_processing_registration.txt", "spec/fixtures/responses/whois.nic.uk/property_status_processing_renewal.expected", "spec/fixtures/responses/whois.nic.uk/property_status_processing_renewal.txt", "spec/fixtures/responses/whois.nic.uk/property_status_registered.expected", "spec/fixtures/responses/whois.nic.uk/property_status_registered.txt", "spec/fixtures/responses/whois.nic.uk/property_status_suspended.expected", "spec/fixtures/responses/whois.nic.uk/property_status_suspended.txt", "spec/fixtures/responses/whois.nic.uk/response_throttled.expected", "spec/fixtures/responses/whois.nic.uk/response_throttled.txt", "spec/fixtures/responses/whois.nic.uk/status_available.expected", "spec/fixtures/responses/whois.nic.uk/status_available.txt", "spec/fixtures/responses/whois.nic.uk/status_invalid.expected", "spec/fixtures/responses/whois.nic.uk/status_invalid.txt", "spec/fixtures/responses/whois.nic.uk/status_registered.expected", "spec/fixtures/responses/whois.nic.uk/status_registered.txt", "spec/fixtures/responses/whois.nic.uk/status_suspended.expected", "spec/fixtures/responses/whois.nic.uk/status_suspended.txt", "spec/fixtures/responses/whois.nic.us", "spec/fixtures/responses/whois.nic.us/status_available.expected", "spec/fixtures/responses/whois.nic.us/status_available.txt", "spec/fixtures/responses/whois.nic.us/status_registered.expected", "spec/fixtures/responses/whois.nic.us/status_registered.txt", "spec/fixtures/responses/whois.nic.ve", "spec/fixtures/responses/whois.nic.ve/property_expires_on_missing.expected", "spec/fixtures/responses/whois.nic.ve/property_expires_on_missing.txt", "spec/fixtures/responses/whois.nic.ve/property_nameservers.expected", "spec/fixtures/responses/whois.nic.ve/property_nameservers.txt", "spec/fixtures/responses/whois.nic.ve/property_nameservers_missing.expected", "spec/fixtures/responses/whois.nic.ve/property_nameservers_missing.txt", "spec/fixtures/responses/whois.nic.ve/property_status_activo.expected", "spec/fixtures/responses/whois.nic.ve/property_status_activo.txt", "spec/fixtures/responses/whois.nic.ve/property_status_missing.expected", "spec/fixtures/responses/whois.nic.ve/property_status_missing.txt", "spec/fixtures/responses/whois.nic.ve/property_status_suspendido.expected", "spec/fixtures/responses/whois.nic.ve/property_status_suspendido.txt", "spec/fixtures/responses/whois.nic.ve/property_updated_on.expected", "spec/fixtures/responses/whois.nic.ve/property_updated_on.txt", "spec/fixtures/responses/whois.nic.ve/property_updated_on_blank.expected", "spec/fixtures/responses/whois.nic.ve/property_updated_on_blank.txt", "spec/fixtures/responses/whois.nic.ve/status_available.expected", "spec/fixtures/responses/whois.nic.ve/status_available.txt", "spec/fixtures/responses/whois.nic.ve/status_inactive.expected", "spec/fixtures/responses/whois.nic.ve/status_inactive.txt", "spec/fixtures/responses/whois.nic.ve/status_registered.expected", "spec/fixtures/responses/whois.nic.ve/status_registered.txt", "spec/fixtures/responses/whois.nic.xxx", "spec/fixtures/responses/whois.nic.xxx/property_updated_on_blank.expected", "spec/fixtures/responses/whois.nic.xxx/property_updated_on_blank.txt", "spec/fixtures/responses/whois.nic.xxx/status_available.expected", "spec/fixtures/responses/whois.nic.xxx/status_available.txt", "spec/fixtures/responses/whois.nic.xxx/status_registered.expected", "spec/fixtures/responses/whois.nic.xxx/status_registered.txt", "spec/fixtures/responses/whois.nic.xxx/status_reserved.expected", "spec/fixtures/responses/whois.nic.xxx/status_reserved.txt", "spec/fixtures/responses/whois.norid.no", "spec/fixtures/responses/whois.norid.no/status_available.expected", "spec/fixtures/responses/whois.norid.no/status_available.txt", "spec/fixtures/responses/whois.norid.no/status_registered.expected", "spec/fixtures/responses/whois.norid.no/status_registered.txt", "spec/fixtures/responses/whois.org.za", "spec/fixtures/responses/whois.org.za/status_available.expected", "spec/fixtures/responses/whois.org.za/status_available.txt", "spec/fixtures/responses/whois.org.za/status_registered.expected", "spec/fixtures/responses/whois.org.za/status_registered.txt", "spec/fixtures/responses/whois.pandi.or.id", "spec/fixtures/responses/whois.pandi.or.id/status_available.expected", "spec/fixtures/responses/whois.pandi.or.id/status_available.txt", "spec/fixtures/responses/whois.pandi.or.id/status_registered.expected", "spec/fixtures/responses/whois.pandi.or.id/status_registered.txt", "spec/fixtures/responses/whois.pnina.ps", "spec/fixtures/responses/whois.pnina.ps/property_nameservers_with_nodns.expected", "spec/fixtures/responses/whois.pnina.ps/property_nameservers_with_nodns.txt", "spec/fixtures/responses/whois.pnina.ps/property_status_active_pending_transfer.expected", "spec/fixtures/responses/whois.pnina.ps/property_status_active_pending_transfer.txt", "spec/fixtures/responses/whois.pnina.ps/status_available.expected", "spec/fixtures/responses/whois.pnina.ps/status_available.txt", "spec/fixtures/responses/whois.pnina.ps/status_registered.expected", "spec/fixtures/responses/whois.pnina.ps/status_registered.txt", "spec/fixtures/responses/whois.publicinterestregistry.net", "spec/fixtures/responses/whois.publicinterestregistry.net/response_throttled.expected", "spec/fixtures/responses/whois.publicinterestregistry.net/response_throttled.txt", "spec/fixtures/responses/whois.publicinterestregistry.net/status_available.expected", "spec/fixtures/responses/whois.publicinterestregistry.net/status_available.txt", "spec/fixtures/responses/whois.publicinterestregistry.net/status_registered.expected", "spec/fixtures/responses/whois.publicinterestregistry.net/status_registered.txt", "spec/fixtures/responses/whois.register.bg", "spec/fixtures/responses/whois.register.bg/property_nameservers_with_ip.expected", "spec/fixtures/responses/whois.register.bg/property_nameservers_with_ip.txt", "spec/fixtures/responses/whois.register.bg/status_available.expected", "spec/fixtures/responses/whois.register.bg/status_available.txt", "spec/fixtures/responses/whois.register.bg/status_registered.expected", "spec/fixtures/responses/whois.register.bg/status_registered.txt", "spec/fixtures/responses/whois.registro.br", "spec/fixtures/responses/whois.registro.br/property_nameservers_with_ip.expected", "spec/fixtures/responses/whois.registro.br/property_nameservers_with_ip.txt", "spec/fixtures/responses/whois.registro.br/status_available.expected", "spec/fixtures/responses/whois.registro.br/status_available.txt", "spec/fixtures/responses/whois.registro.br/status_available_limited.expected", "spec/fixtures/responses/whois.registro.br/status_available_limited.txt", "spec/fixtures/responses/whois.registro.br/status_registered.expected", "spec/fixtures/responses/whois.registro.br/status_registered.txt", "spec/fixtures/responses/whois.registro.br/status_registered_limited.expected", "spec/fixtures/responses/whois.registro.br/status_registered_limited.txt", "spec/fixtures/responses/whois.registry.gy", "spec/fixtures/responses/whois.registry.gy/property_status_active.expected", "spec/fixtures/responses/whois.registry.gy/property_status_active.txt", "spec/fixtures/responses/whois.registry.gy/property_status_delegated.expected", "spec/fixtures/responses/whois.registry.gy/property_status_delegated.txt", "spec/fixtures/responses/whois.registry.gy/property_status_not_registered.expected", "spec/fixtures/responses/whois.registry.gy/property_status_not_registered.txt", "spec/fixtures/responses/whois.registry.gy/status_available.expected", "spec/fixtures/responses/whois.registry.gy/status_available.txt", "spec/fixtures/responses/whois.registry.gy/status_registered.expected", "spec/fixtures/responses/whois.registry.gy/status_registered.txt", "spec/fixtures/responses/whois.registry.hm", "spec/fixtures/responses/whois.registry.hm/status_available.expected", "spec/fixtures/responses/whois.registry.hm/status_available.txt", "spec/fixtures/responses/whois.registry.hm/status_registered.expected", "spec/fixtures/responses/whois.registry.hm/status_registered.txt", "spec/fixtures/responses/whois.registry.in", "spec/fixtures/responses/whois.registry.in/property_status_missing.expected", "spec/fixtures/responses/whois.registry.in/property_status_missing.txt", "spec/fixtures/responses/whois.registry.in/property_status_multiple.expected", "spec/fixtures/responses/whois.registry.in/property_status_multiple.txt", "spec/fixtures/responses/whois.registry.in/property_status_ok.expected", "spec/fixtures/responses/whois.registry.in/property_status_ok.txt", "spec/fixtures/responses/whois.registry.in/status_available.expected", "spec/fixtures/responses/whois.registry.in/status_available.txt", "spec/fixtures/responses/whois.registry.in/status_registered.expected", "spec/fixtures/responses/whois.registry.in/status_registered.txt", "spec/fixtures/responses/whois.registry.qa", "spec/fixtures/responses/whois.registry.qa/qa", "spec/fixtures/responses/whois.registry.qa/qa/status_available.expected", "spec/fixtures/responses/whois.registry.qa/qa/status_available.txt", "spec/fixtures/responses/whois.registry.qa/qa/status_registered.expected", "spec/fixtures/responses/whois.registry.qa/qa/status_registered.txt", "spec/fixtures/responses/whois.registrypro.pro", "spec/fixtures/responses/whois.registrypro.pro/status_available.expected", "spec/fixtures/responses/whois.registrypro.pro/status_available.txt", "spec/fixtures/responses/whois.registrypro.pro/status_registered.expected", "spec/fixtures/responses/whois.registrypro.pro/status_registered.txt", "spec/fixtures/responses/whois.ripe.net", "spec/fixtures/responses/whois.ripe.net/fo", "spec/fixtures/responses/whois.ripe.net/fo/status_available.expected", "spec/fixtures/responses/whois.ripe.net/fo/status_available.txt", "spec/fixtures/responses/whois.ripe.net/fo/status_registered.expected", "spec/fixtures/responses/whois.ripe.net/fo/status_registered.txt", "spec/fixtures/responses/whois.ripe.net/gm", "spec/fixtures/responses/whois.ripe.net/gm/status_available.expected", "spec/fixtures/responses/whois.ripe.net/gm/status_available.txt", "spec/fixtures/responses/whois.ripe.net/gm/status_registered.expected", "spec/fixtures/responses/whois.ripe.net/gm/status_registered.txt", "spec/fixtures/responses/whois.ripe.net/mc", "spec/fixtures/responses/whois.ripe.net/mc/status_available.expected", "spec/fixtures/responses/whois.ripe.net/mc/status_available.txt", "spec/fixtures/responses/whois.ripe.net/mc/status_registered.expected", "spec/fixtures/responses/whois.ripe.net/mc/status_registered.txt", "spec/fixtures/responses/whois.ripe.net/va", "spec/fixtures/responses/whois.ripe.net/va/status_available.expected", "spec/fixtures/responses/whois.ripe.net/va/status_available.txt", "spec/fixtures/responses/whois.ripe.net/va/status_registered.expected", "spec/fixtures/responses/whois.ripe.net/va/status_registered.txt", "spec/fixtures/responses/whois.ripn.net", "spec/fixtures/responses/whois.rotld.ro", "spec/fixtures/responses/whois.rotld.ro/status_available.expected", "spec/fixtures/responses/whois.rotld.ro/status_available.txt", "spec/fixtures/responses/whois.rotld.ro/status_registered.expected", "spec/fixtures/responses/whois.rotld.ro/status_registered.txt", "spec/fixtures/responses/whois.samoanic.ws", "spec/fixtures/responses/whois.samoanic.ws/status_available.expected", "spec/fixtures/responses/whois.samoanic.ws/status_available.txt", "spec/fixtures/responses/whois.samoanic.ws/status_registered.expected", "spec/fixtures/responses/whois.samoanic.ws/status_registered.txt", "spec/fixtures/responses/whois.sgnic.sg", "spec/fixtures/responses/whois.sgnic.sg/property_nameservers_schema_1.expected", "spec/fixtures/responses/whois.sgnic.sg/property_nameservers_schema_1.txt", "spec/fixtures/responses/whois.sgnic.sg/property_nameservers_schema_1_with_ip.expected", "spec/fixtures/responses/whois.sgnic.sg/property_nameservers_schema_1_with_ip.txt", "spec/fixtures/responses/whois.sgnic.sg/property_nameservers_schema_2.expected", "spec/fixtures/responses/whois.sgnic.sg/property_nameservers_schema_2.txt", "spec/fixtures/responses/whois.sgnic.sg/status_available.expected", "spec/fixtures/responses/whois.sgnic.sg/status_available.txt", "spec/fixtures/responses/whois.sgnic.sg/status_registered.expected", "spec/fixtures/responses/whois.sgnic.sg/status_registered.txt", "spec/fixtures/responses/whois.sk-nic.sk", "spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_dakt.expected", "spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_dakt.txt", "spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_exp.expected", "spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_exp.txt", "spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_held.expected", "spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_held.txt", "spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_lnot.expected", "spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_lnot.txt", "spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_ok.expected", "spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_ok.txt", "spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_ta.expected", "spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_ta.txt", "spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_warn.expected", "spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_warn.txt", "spec/fixtures/responses/whois.sk-nic.sk/status_available.expected", "spec/fixtures/responses/whois.sk-nic.sk/status_available.txt", "spec/fixtures/responses/whois.sk-nic.sk/status_registered.expected", "spec/fixtures/responses/whois.sk-nic.sk/status_registered.txt", "spec/fixtures/responses/whois.srs.net.nz", "spec/fixtures/responses/whois.srs.net.nz/property_status_pendingrelease.expected", "spec/fixtures/responses/whois.srs.net.nz/property_status_pendingrelease.txt", "spec/fixtures/responses/whois.srs.net.nz/status_available.expected", "spec/fixtures/responses/whois.srs.net.nz/status_available.txt", "spec/fixtures/responses/whois.srs.net.nz/status_invalid.expected", "spec/fixtures/responses/whois.srs.net.nz/status_invalid.txt", "spec/fixtures/responses/whois.srs.net.nz/status_registered.expected", "spec/fixtures/responses/whois.srs.net.nz/status_registered.txt", "spec/fixtures/responses/whois.tcinet.ru", "spec/fixtures/responses/whois.tcinet.ru/ru", "spec/fixtures/responses/whois.tcinet.ru/ru/property_nameservers_with_ip.expected", "spec/fixtures/responses/whois.tcinet.ru/ru/property_nameservers_with_ip.txt", "spec/fixtures/responses/whois.tcinet.ru/ru/status_available.expected", "spec/fixtures/responses/whois.tcinet.ru/ru/status_available.txt", "spec/fixtures/responses/whois.tcinet.ru/ru/status_registered.expected", "spec/fixtures/responses/whois.tcinet.ru/ru/status_registered.txt", "spec/fixtures/responses/whois.tcinet.ru/su", "spec/fixtures/responses/whois.tcinet.ru/su/status_available.expected", "spec/fixtures/responses/whois.tcinet.ru/su/status_available.txt", "spec/fixtures/responses/whois.tcinet.ru/su/status_registered.expected", "spec/fixtures/responses/whois.tcinet.ru/su/status_registered.txt", "spec/fixtures/responses/whois.tcinet.ru/xn--p1ai", "spec/fixtures/responses/whois.tcinet.ru/xn--p1ai/status_available.expected", "spec/fixtures/responses/whois.tcinet.ru/xn--p1ai/status_available.txt", "spec/fixtures/responses/whois.tcinet.ru/xn--p1ai/status_registered.expected", "spec/fixtures/responses/whois.tcinet.ru/xn--p1ai/status_registered.txt", "spec/fixtures/responses/whois.thnic.co.th", "spec/fixtures/responses/whois.thnic.co.th/status_available.expected", "spec/fixtures/responses/whois.thnic.co.th/status_available.txt", "spec/fixtures/responses/whois.thnic.co.th/status_registered.expected", "spec/fixtures/responses/whois.thnic.co.th/status_registered.txt", "spec/fixtures/responses/whois.tld.ee", "spec/fixtures/responses/whois.tld.ee/property_contact_admin.txt", "spec/fixtures/responses/whois.tld.ee/property_contact_registrant.txt", "spec/fixtures/responses/whois.tld.ee/property_registrar.txt", "spec/fixtures/responses/whois.tld.ee/property_status_expired.txt", "spec/fixtures/responses/whois.tld.ee/property_status_missing.txt", "spec/fixtures/responses/whois.tld.ee/property_status_paid.txt", "spec/fixtures/responses/whois.tld.ee/status_available.expected", "spec/fixtures/responses/whois.tld.ee/status_available.txt", "spec/fixtures/responses/whois.tld.ee/status_expired.expected", "spec/fixtures/responses/whois.tld.ee/status_expired.txt", "spec/fixtures/responses/whois.tld.ee/status_registered.expected", "spec/fixtures/responses/whois.tld.ee/status_registered.txt", "spec/fixtures/responses/whois.tonic.to", "spec/fixtures/responses/whois.tonic.to/response_incomplete.expected", "spec/fixtures/responses/whois.tonic.to/response_incomplete.txt", "spec/fixtures/responses/whois.tonic.to/status_available.expected", "spec/fixtures/responses/whois.tonic.to/status_available.txt", "spec/fixtures/responses/whois.tonic.to/status_registered.expected", "spec/fixtures/responses/whois.tonic.to/status_registered.txt", "spec/fixtures/responses/whois.twnic.net.tw", "spec/fixtures/responses/whois.twnic.net.tw/status_available.expected", "spec/fixtures/responses/whois.twnic.net.tw/status_available.txt", "spec/fixtures/responses/whois.twnic.net.tw/status_registered.expected", "spec/fixtures/responses/whois.twnic.net.tw/status_registered.txt", "spec/fixtures/responses/whois.tznic.or.tz", "spec/fixtures/responses/whois.tznic.or.tz/status_available.expected", "spec/fixtures/responses/whois.tznic.or.tz/status_available.txt", "spec/fixtures/responses/whois.tznic.or.tz/status_registered.expected", "spec/fixtures/responses/whois.tznic.or.tz/status_registered.txt", "spec/fixtures/responses/whois.usp.ac.fj", "spec/fixtures/responses/whois.usp.ac.fj/status_available.expected", "spec/fixtures/responses/whois.usp.ac.fj/status_available.txt", "spec/fixtures/responses/whois.usp.ac.fj/status_registered.expected", "spec/fixtures/responses/whois.usp.ac.fj/status_registered.txt", "spec/fixtures/responses/whois.za.net", "spec/fixtures/responses/whois.za.net/status_available.expected", "spec/fixtures/responses/whois.za.net/status_available.txt", "spec/fixtures/responses/whois.za.net/status_registered.expected", "spec/fixtures/responses/whois.za.net/status_registered.txt", "spec/fixtures/responses/whois.za.org", "spec/fixtures/responses/whois.za.org/status_available.expected", "spec/fixtures/responses/whois.za.org/status_available.txt", "spec/fixtures/responses/whois.za.org/status_registered.expected", "spec/fixtures/responses/whois.za.org/status_registered.txt", "spec/integration_spec.rb", "spec/spec_helper.rb", "spec/support", "spec/support/example", "spec/support/example/parser_example_group.rb", "spec/support/helpers", "spec/support/helpers/connectivity_helper.rb", "spec/support/helpers/spec_helper.rb", "spec/support/matchers", "spec/support/matchers/support_property.rb", "spec/tlds", "spec/whois", "spec/whois/client_spec.rb", "spec/whois/core_ext_spec.rb", "spec/whois/errors_spec.rb", "spec/whois/record", "spec/whois/record/contact_spec.rb", "spec/whois/record/nameserver_spec.rb", "spec/whois/record/parser", "spec/whois/record/parser/base_spec.rb", "spec/whois/record/parser/blank_spec.rb", "spec/whois/record/parser/responses", "spec/whois/record/parser/responses/jobswhois.verisign-grs.com", "spec/whois/record/parser/responses/jobswhois.verisign-grs.com/property_nameserver_no_nameserver_spec.rb", "spec/whois/record/parser/responses/jobswhois.verisign-grs.com/status_available_spec.rb", "spec/whois/record/parser/responses/jobswhois.verisign-grs.com/status_registered_spec.rb", "spec/whois/record/parser/responses/kero.yachay.pe", "spec/whois/record/parser/responses/kero.yachay.pe/status_available_spec.rb", "spec/whois/record/parser/responses/kero.yachay.pe/status_inactive_spec.rb", "spec/whois/record/parser/responses/kero.yachay.pe/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.adamsnames.tc", "spec/whois/record/parser/responses/whois.adamsnames.tc/gd", "spec/whois/record/parser/responses/whois.adamsnames.tc/gd/status_available_spec.rb", "spec/whois/record/parser/responses/whois.adamsnames.tc/gd/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.adamsnames.tc/tc", "spec/whois/record/parser/responses/whois.adamsnames.tc/tc/status_available_spec.rb", "spec/whois/record/parser/responses/whois.adamsnames.tc/tc/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.adamsnames.tc/vg", "spec/whois/record/parser/responses/whois.adamsnames.tc/vg/status_available_spec.rb", "spec/whois/record/parser/responses/whois.adamsnames.tc/vg/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.aeda.net.ae", "spec/whois/record/parser/responses/whois.aeda.net.ae/status_available_spec.rb", "spec/whois/record/parser/responses/whois.aeda.net.ae/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.aero", "spec/whois/record/parser/responses/whois.aero/status_available_spec.rb", "spec/whois/record/parser/responses/whois.aero/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.afilias-grs.info", "spec/whois/record/parser/responses/whois.afilias-grs.info/bz", "spec/whois/record/parser/responses/whois.afilias-grs.info/bz/status_available_spec.rb", "spec/whois/record/parser/responses/whois.afilias-grs.info/bz/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.afilias-grs.info/gi", "spec/whois/record/parser/responses/whois.afilias-grs.info/gi/status_available_spec.rb", "spec/whois/record/parser/responses/whois.afilias-grs.info/gi/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.afilias-grs.info/hn", "spec/whois/record/parser/responses/whois.afilias-grs.info/hn/status_available_spec.rb", "spec/whois/record/parser/responses/whois.afilias-grs.info/hn/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.afilias-grs.info/lc", "spec/whois/record/parser/responses/whois.afilias-grs.info/lc/status_available_spec.rb", "spec/whois/record/parser/responses/whois.afilias-grs.info/lc/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.afilias-grs.info/mn", "spec/whois/record/parser/responses/whois.afilias-grs.info/mn/status_available_spec.rb", "spec/whois/record/parser/responses/whois.afilias-grs.info/mn/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.afilias-grs.info/sc", "spec/whois/record/parser/responses/whois.afilias-grs.info/sc/status_available_spec.rb", "spec/whois/record/parser/responses/whois.afilias-grs.info/sc/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.afilias-grs.info/vc", "spec/whois/record/parser/responses/whois.afilias-grs.info/vc/status_available_spec.rb", "spec/whois/record/parser/responses/whois.afilias-grs.info/vc/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.afilias.info", "spec/whois/record/parser/responses/whois.afilias.info/status_available_spec.rb", "spec/whois/record/parser/responses/whois.afilias.info/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.ai", "spec/whois/record/parser/responses/whois.ai/status_available_spec.rb", "spec/whois/record/parser/responses/whois.ai/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.arnes.si", "spec/whois/record/parser/responses/whois.arnes.si/status_available_spec.rb", "spec/whois/record/parser/responses/whois.arnes.si/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.audns.net.au", "spec/whois/record/parser/responses/whois.audns.net.au/property_status_with_multiple_spec.rb", "spec/whois/record/parser/responses/whois.audns.net.au/status_available_spec.rb", "spec/whois/record/parser/responses/whois.audns.net.au/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.biz", "spec/whois/record/parser/responses/whois.biz/status_available_spec.rb", "spec/whois/record/parser/responses/whois.biz/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.cat", "spec/whois/record/parser/responses/whois.cat/property_status_missing_spec.rb", "spec/whois/record/parser/responses/whois.cat/property_status_multiple_spec.rb", "spec/whois/record/parser/responses/whois.cat/property_status_ok_spec.rb", "spec/whois/record/parser/responses/whois.cat/status_available_spec.rb", "spec/whois/record/parser/responses/whois.cat/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.cctld.uz", "spec/whois/record/parser/responses/whois.cctld.uz/status_available_spec.rb", "spec/whois/record/parser/responses/whois.cctld.uz/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com", "spec/whois/record/parser/responses/whois.centralnic.com/ae.org", "spec/whois/record/parser/responses/whois.centralnic.com/ae.org/status_available_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/ae.org/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/ar.com", "spec/whois/record/parser/responses/whois.centralnic.com/ar.com/status_available_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/ar.com/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/br.com", "spec/whois/record/parser/responses/whois.centralnic.com/br.com/status_available_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/br.com/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/cn.com", "spec/whois/record/parser/responses/whois.centralnic.com/cn.com/status_available_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/cn.com/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/de.com", "spec/whois/record/parser/responses/whois.centralnic.com/de.com/status_available_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/de.com/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/eu.com", "spec/whois/record/parser/responses/whois.centralnic.com/eu.com/status_available_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/eu.com/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/gb.com", "spec/whois/record/parser/responses/whois.centralnic.com/gb.com/status_available_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/gb.com/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/gb.net", "spec/whois/record/parser/responses/whois.centralnic.com/gb.net/status_available_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/gb.net/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/hu.com", "spec/whois/record/parser/responses/whois.centralnic.com/hu.com/status_available_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/hu.com/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/jpn.com", "spec/whois/record/parser/responses/whois.centralnic.com/jpn.com/status_available_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/jpn.com/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/kr.com", "spec/whois/record/parser/responses/whois.centralnic.com/kr.com/status_available_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/kr.com/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/no.com", "spec/whois/record/parser/responses/whois.centralnic.com/no.com/status_available_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/no.com/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/qc.com", "spec/whois/record/parser/responses/whois.centralnic.com/qc.com/status_available_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/qc.com/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/ru.com", "spec/whois/record/parser/responses/whois.centralnic.com/ru.com/status_available_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/ru.com/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/sa.com", "spec/whois/record/parser/responses/whois.centralnic.com/sa.com/status_available_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/sa.com/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/se.com", "spec/whois/record/parser/responses/whois.centralnic.com/se.com/status_available_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/se.com/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/se.net", "spec/whois/record/parser/responses/whois.centralnic.com/se.net/status_available_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/se.net/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/uk.com", "spec/whois/record/parser/responses/whois.centralnic.com/uk.com/status_available_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/uk.com/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/uk.net", "spec/whois/record/parser/responses/whois.centralnic.com/uk.net/status_available_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/uk.net/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/us.com", "spec/whois/record/parser/responses/whois.centralnic.com/us.com/status_available_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/us.com/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/uy.com", "spec/whois/record/parser/responses/whois.centralnic.com/uy.com/status_available_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/uy.com/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/za.com", "spec/whois/record/parser/responses/whois.centralnic.com/za.com/status_available_spec.rb", "spec/whois/record/parser/responses/whois.centralnic.com/za.com/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.cira.ca", "spec/whois/record/parser/responses/whois.cira.ca/schema-1", "spec/whois/record/parser/responses/whois.cira.ca/schema-1/status_available_spec.rb", "spec/whois/record/parser/responses/whois.cira.ca/schema-1/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.cira.ca/schema-2", "spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_autorenew_grace_spec.rb", "spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_available_spec.rb", "spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_redemption_spec.rb", "spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_registered_spec.rb", "spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_tobereleased_spec.rb", "spec/whois/record/parser/responses/whois.cira.ca/schema-2/status_available_spec.rb", "spec/whois/record/parser/responses/whois.cira.ca/schema-2/status_invalid_spec.rb", "spec/whois/record/parser/responses/whois.cira.ca/schema-2/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.cnnic.cn", "spec/whois/record/parser/responses/whois.cnnic.cn/property_status_ok_spec.rb", "spec/whois/record/parser/responses/whois.cnnic.cn/status_available_spec.rb", "spec/whois/record/parser/responses/whois.cnnic.cn/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.cnnic.cn/status_reserved_spec.rb", "spec/whois/record/parser/responses/whois.co.ca", "spec/whois/record/parser/responses/whois.co.ca/status_available_spec.rb", "spec/whois/record/parser/responses/whois.co.ca/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.co.ca/status_reserved_spec.rb", "spec/whois/record/parser/responses/whois.co.pl", "spec/whois/record/parser/responses/whois.co.pl/status_available_spec.rb", "spec/whois/record/parser/responses/whois.co.pl/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.co.ug", "spec/whois/record/parser/responses/whois.co.ug/status_available_spec.rb", "spec/whois/record/parser/responses/whois.co.ug/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.coza.net.za", "spec/whois/record/parser/responses/whois.coza.net.za/status_available_spec.rb", "spec/whois/record/parser/responses/whois.coza.net.za/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.crsnic.net", "spec/whois/record/parser/responses/whois.crsnic.net/property_nameserver_no_nameserver_spec.rb", "spec/whois/record/parser/responses/whois.crsnic.net/property_registrar_with_multiple_entries_spec.rb", "spec/whois/record/parser/responses/whois.crsnic.net/status_available_spec.rb", "spec/whois/record/parser/responses/whois.crsnic.net/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.denic.de", "spec/whois/record/parser/responses/whois.denic.de/schema-1.10.0", "spec/whois/record/parser/responses/whois.denic.de/schema-1.10.0/status_available_spec.rb", "spec/whois/record/parser/responses/whois.denic.de/schema-1.10.0/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.denic.de/schema-1.11.0", "spec/whois/record/parser/responses/whois.denic.de/schema-1.11.0/property_nameservers_with_ip_spec.rb", "spec/whois/record/parser/responses/whois.denic.de/schema-1.11.0/status_available_spec.rb", "spec/whois/record/parser/responses/whois.denic.de/schema-1.11.0/status_invalid_spec.rb", "spec/whois/record/parser/responses/whois.denic.de/schema-1.11.0/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.denic.de/schema-2.0", "spec/whois/record/parser/responses/whois.denic.de/schema-2.0/property_nameservers_with_ip_spec.rb", "spec/whois/record/parser/responses/whois.denic.de/schema-2.0/response_throttled_spec.rb", "spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_available_spec.rb", "spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_failed_ace_spec.rb", "spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_failed_spec.rb", "spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_invalid_spec.rb", "spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.dk-hostmaster.dk", "spec/whois/record/parser/responses/whois.dk-hostmaster.dk/status_available_spec.rb", "spec/whois/record/parser/responses/whois.dk-hostmaster.dk/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.dns.be", "spec/whois/record/parser/responses/whois.dns.be/property_nameservers_with_ip_spec.rb", "spec/whois/record/parser/responses/whois.dns.be/response_throttled_spec.rb", "spec/whois/record/parser/responses/whois.dns.be/status_available_spec.rb", "spec/whois/record/parser/responses/whois.dns.be/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.dns.lu", "spec/whois/record/parser/responses/whois.dns.lu/property_nameservers_with_ip_spec.rb", "spec/whois/record/parser/responses/whois.dns.lu/status_available_spec.rb", "spec/whois/record/parser/responses/whois.dns.lu/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.dns.pl", "spec/whois/record/parser/responses/whois.dns.pl/property_nameservers_with_ip_spec.rb", "spec/whois/record/parser/responses/whois.dns.pl/status_available_spec.rb", "spec/whois/record/parser/responses/whois.dns.pl/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.dns.pt", "spec/whois/record/parser/responses/whois.dns.pt/property_nameservers_spec.rb", "spec/whois/record/parser/responses/whois.dns.pt/property_nameservers_without_host_spec.rb", "spec/whois/record/parser/responses/whois.dns.pt/property_status_techpro_spec.rb", "spec/whois/record/parser/responses/whois.dns.pt/status_available_spec.rb", "spec/whois/record/parser/responses/whois.dns.pt/status_inactive_spec.rb", "spec/whois/record/parser/responses/whois.dns.pt/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.dns.pt/status_reserved_spec.rb", "spec/whois/record/parser/responses/whois.domain-registry.nl", "spec/whois/record/parser/responses/whois.domain-registry.nl/property_nameservers_with_ip_spec.rb", "spec/whois/record/parser/responses/whois.domain-registry.nl/response_throttled_daily_spec.rb", "spec/whois/record/parser/responses/whois.domain-registry.nl/response_throttled_spec.rb", "spec/whois/record/parser/responses/whois.domain-registry.nl/response_unavailable_spec.rb", "spec/whois/record/parser/responses/whois.domain-registry.nl/status_available_spec.rb", "spec/whois/record/parser/responses/whois.domain-registry.nl/status_quarantine_spec.rb", "spec/whois/record/parser/responses/whois.domain-registry.nl/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.domain.kg", "spec/whois/record/parser/responses/whois.domain.kg/status_available_spec.rb", "spec/whois/record/parser/responses/whois.domain.kg/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.domainregistry.ie", "spec/whois/record/parser/responses/whois.domainregistry.ie/property_nameservers_with_ip_spec.rb", "spec/whois/record/parser/responses/whois.domainregistry.ie/status_available_spec.rb", "spec/whois/record/parser/responses/whois.domainregistry.ie/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.domainregistry.my", "spec/whois/record/parser/responses/whois.domainregistry.my/status_available_spec.rb", "spec/whois/record/parser/responses/whois.domainregistry.my/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.domreg.lt", "spec/whois/record/parser/responses/whois.domreg.lt/property_nameservers_with_ip_spec.rb", "spec/whois/record/parser/responses/whois.domreg.lt/status_available_spec.rb", "spec/whois/record/parser/responses/whois.domreg.lt/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.dot.tk", "spec/whois/record/parser/responses/whois.dot.tk/status_available_spec.rb", "spec/whois/record/parser/responses/whois.dot.tk/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.dotmobiregistry.net", "spec/whois/record/parser/responses/whois.dotmobiregistry.net/status_available_spec.rb", "spec/whois/record/parser/responses/whois.dotmobiregistry.net/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.educause.edu", "spec/whois/record/parser/responses/whois.educause.edu/property_updated_on_unknown_spec.rb", "spec/whois/record/parser/responses/whois.educause.edu/status_available_spec.rb", "spec/whois/record/parser/responses/whois.educause.edu/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.eenet.ee", "spec/whois/record/parser/responses/whois.eenet.ee/status_available_spec.rb", "spec/whois/record/parser/responses/whois.eenet.ee/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.eu", "spec/whois/record/parser/responses/whois.eu/property_nameservers_spec.rb", "spec/whois/record/parser/responses/whois.eu/status_available_spec.rb", "spec/whois/record/parser/responses/whois.eu/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.eu.org", "spec/whois/record/parser/responses/whois.eu.org/status_available_spec.rb", "spec/whois/record/parser/responses/whois.eu.org/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.ficora.fi", "spec/whois/record/parser/responses/whois.ficora.fi/status_available_spec.rb", "spec/whois/record/parser/responses/whois.ficora.fi/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.gg", "spec/whois/record/parser/responses/whois.gg/status_available_spec.rb", "spec/whois/record/parser/responses/whois.gg/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.godaddy.com", "spec/whois/record/parser/responses/whois.godaddy.com/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.gov.za", "spec/whois/record/parser/responses/whois.gov.za/status_available_spec.rb", "spec/whois/record/parser/responses/whois.gov.za/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.hkirc.hk", "spec/whois/record/parser/responses/whois.hkirc.hk/status_available_spec.rb", "spec/whois/record/parser/responses/whois.hkirc.hk/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.iam.net.ma", "spec/whois/record/parser/responses/whois.iam.net.ma/status_available_spec.rb", "spec/whois/record/parser/responses/whois.iam.net.ma/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.iana.org", "spec/whois/record/parser/responses/whois.iana.org/status_available_spec.rb", "spec/whois/record/parser/responses/whois.iana.org/status_not_assigned_spec.rb", "spec/whois/record/parser/responses/whois.iana.org/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.in.ua", "spec/whois/record/parser/responses/whois.in.ua/status_available_spec.rb", "spec/whois/record/parser/responses/whois.in.ua/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.isnic.is", "spec/whois/record/parser/responses/whois.isnic.is/status_available_spec.rb", "spec/whois/record/parser/responses/whois.isnic.is/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.isoc.org.il", "spec/whois/record/parser/responses/whois.isoc.org.il/property_status_missing_spec.rb", "spec/whois/record/parser/responses/whois.isoc.org.il/property_status_transfer_allowed_spec.rb", "spec/whois/record/parser/responses/whois.isoc.org.il/property_status_transfer_locked_spec.rb", "spec/whois/record/parser/responses/whois.isoc.org.il/status_available_spec.rb", "spec/whois/record/parser/responses/whois.isoc.org.il/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.ja.net", "spec/whois/record/parser/responses/whois.ja.net/ac.uk", "spec/whois/record/parser/responses/whois.ja.net/ac.uk/status_available_spec.rb", "spec/whois/record/parser/responses/whois.ja.net/ac.uk/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.ja.net/gov.uk", "spec/whois/record/parser/responses/whois.ja.net/gov.uk/status_available_spec.rb", "spec/whois/record/parser/responses/whois.ja.net/gov.uk/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.je", "spec/whois/record/parser/responses/whois.je/status_available_spec.rb", "spec/whois/record/parser/responses/whois.je/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.jprs.jp", "spec/whois/record/parser/responses/whois.jprs.jp/jp", "spec/whois/record/parser/responses/whois.jprs.jp/jp/property_created_on_and_expires_on_missing_spec.rb", "spec/whois/record/parser/responses/whois.jprs.jp/jp/property_expires_on_missing_spec.rb", "spec/whois/record/parser/responses/whois.jprs.jp/jp/property_updates_on_error_out-of-range_spec.rb", "spec/whois/record/parser/responses/whois.jprs.jp/jp/status_available_spec.rb", "spec/whois/record/parser/responses/whois.jprs.jp/jp/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.jprs.jp/jp/status_reserved_spec.rb", "spec/whois/record/parser/responses/whois.jprs.jp/ne.jp", "spec/whois/record/parser/responses/whois.jprs.jp/ne.jp/status_available_spec.rb", "spec/whois/record/parser/responses/whois.jprs.jp/ne.jp/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.kenic.or.ke", "spec/whois/record/parser/responses/whois.kenic.or.ke/status_available_spec.rb", "spec/whois/record/parser/responses/whois.kenic.or.ke/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.kr", "spec/whois/record/parser/responses/whois.kr/property_nameservers_with_ip_spec.rb", "spec/whois/record/parser/responses/whois.kr/status_available_spec.rb", "spec/whois/record/parser/responses/whois.kr/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.markmonitor.com", "spec/whois/record/parser/responses/whois.markmonitor.com/property_contacts_are_blank_spec.rb", "spec/whois/record/parser/responses/whois.markmonitor.com/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.meregistry.net", "spec/whois/record/parser/responses/whois.meregistry.net/property_nameservers_is_blank_spec.rb", "spec/whois/record/parser/responses/whois.meregistry.net/property_updated_on_is_blank_spec.rb", "spec/whois/record/parser/responses/whois.meregistry.net/status_available_spec.rb", "spec/whois/record/parser/responses/whois.meregistry.net/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.museum", "spec/whois/record/parser/responses/whois.museum/status_available_spec.rb", "spec/whois/record/parser/responses/whois.museum/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.na-nic.com.na", "spec/whois/record/parser/responses/whois.na-nic.com.na/property_status_suspended_spec.rb", "spec/whois/record/parser/responses/whois.na-nic.com.na/status_available_spec.rb", "spec/whois/record/parser/responses/whois.na-nic.com.na/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.net.ua", "spec/whois/record/parser/responses/whois.net.ua/property_nameservers_uppercase_spec.rb", "spec/whois/record/parser/responses/whois.net.ua/status_available_spec.rb", "spec/whois/record/parser/responses/whois.net.ua/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.netcom.cm", "spec/whois/record/parser/responses/whois.netcom.cm/status_available_spec.rb", "spec/whois/record/parser/responses/whois.netcom.cm/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic-se.se", "spec/whois/record/parser/responses/whois.nic-se.se/property_datetime_is_dash_spec.rb", "spec/whois/record/parser/responses/whois.nic-se.se/property_nameservers_with_ip_spec.rb", "spec/whois/record/parser/responses/whois.nic-se.se/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic-se.se/status_inactive_spec.rb", "spec/whois/record/parser/responses/whois.nic-se.se/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.ac", "spec/whois/record/parser/responses/whois.nic.ac/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.ac/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.af", "spec/whois/record/parser/responses/whois.nic.af/property_status_active_spec.rb", "spec/whois/record/parser/responses/whois.nic.af/property_status_delegated_spec.rb", "spec/whois/record/parser/responses/whois.nic.af/property_status_not_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.af/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.af/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.ag", "spec/whois/record/parser/responses/whois.nic.ag/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.ag/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.am", "spec/whois/record/parser/responses/whois.nic.am/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.am/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.as", "spec/whois/record/parser/responses/whois.nic.as/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.as/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.asia", "spec/whois/record/parser/responses/whois.nic.asia/property_status_multiple_spec.rb", "spec/whois/record/parser/responses/whois.nic.asia/property_status_single_spec.rb", "spec/whois/record/parser/responses/whois.nic.asia/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.asia/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.at", "spec/whois/record/parser/responses/whois.nic.at/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.at/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.bo", "spec/whois/record/parser/responses/whois.nic.bo/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.bo/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.cc", "spec/whois/record/parser/responses/whois.nic.cc/property_nameserver_no_nameserver_spec.rb", "spec/whois/record/parser/responses/whois.nic.cc/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.cc/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.cd", "spec/whois/record/parser/responses/whois.nic.cd/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.cd/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.ch", "spec/whois/record/parser/responses/whois.nic.ch/property_nameservers_with_ip_spec.rb", "spec/whois/record/parser/responses/whois.nic.ch/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.ch/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.ci", "spec/whois/record/parser/responses/whois.nic.ci/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.ci/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.ck", "spec/whois/record/parser/responses/whois.nic.ck/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.ck/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.cl", "spec/whois/record/parser/responses/whois.nic.cl/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.cl/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.co", "spec/whois/record/parser/responses/whois.nic.co/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.co/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.coop", "spec/whois/record/parser/responses/whois.nic.coop/property_status_multiple_spec.rb", "spec/whois/record/parser/responses/whois.nic.coop/property_status_single_spec.rb", "spec/whois/record/parser/responses/whois.nic.coop/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.coop/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.cx", "spec/whois/record/parser/responses/whois.nic.cx/property_status_active_spec.rb", "spec/whois/record/parser/responses/whois.nic.cx/property_status_delegated_spec.rb", "spec/whois/record/parser/responses/whois.nic.cx/property_status_not_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.cx/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.cx/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.cz", "spec/whois/record/parser/responses/whois.nic.cz/property_nameservers_with_ip_spec.rb", "spec/whois/record/parser/responses/whois.nic.cz/property_status_expired_spec.rb", "spec/whois/record/parser/responses/whois.nic.cz/property_status_missing_spec.rb", "spec/whois/record/parser/responses/whois.nic.cz/property_status_paid_spec.rb", "spec/whois/record/parser/responses/whois.nic.cz/property_status_update_prohibited_spec.rb", "spec/whois/record/parser/responses/whois.nic.cz/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.cz/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.dz", "spec/whois/record/parser/responses/whois.nic.dz/dz", "spec/whois/record/parser/responses/whois.nic.dz/dz/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.dz/dz/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.ec", "spec/whois/record/parser/responses/whois.nic.ec/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.ec/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.fr", "spec/whois/record/parser/responses/whois.nic.fr/fr", "spec/whois/record/parser/responses/whois.nic.fr/fr/property_nameservers_spec.rb", "spec/whois/record/parser/responses/whois.nic.fr/fr/property_nameservers_with_ipv4_and_some_ipv6_spec.rb", "spec/whois/record/parser/responses/whois.nic.fr/fr/property_status_active_spec.rb", "spec/whois/record/parser/responses/whois.nic.fr/fr/property_status_blocked_spec.rb", "spec/whois/record/parser/responses/whois.nic.fr/fr/property_status_missing_spec.rb", "spec/whois/record/parser/responses/whois.nic.fr/fr/property_status_redemption_spec.rb", "spec/whois/record/parser/responses/whois.nic.fr/fr/property_status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.fr/fr/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.fr/fr/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.fr/pm", "spec/whois/record/parser/responses/whois.nic.fr/pm/property_nameservers_with_ipv4_and_ipv6_spec.rb", "spec/whois/record/parser/responses/whois.nic.fr/pm/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.fr/pm/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.fr/re", "spec/whois/record/parser/responses/whois.nic.fr/re/property_nameservers_with_ipv4_and_ipv6_spec.rb", "spec/whois/record/parser/responses/whois.nic.fr/re/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.fr/re/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.fr/tf", "spec/whois/record/parser/responses/whois.nic.fr/tf/property_status_frozen_spec.rb", "spec/whois/record/parser/responses/whois.nic.fr/tf/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.fr/tf/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.fr/wf", "spec/whois/record/parser/responses/whois.nic.fr/wf/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.fr/wf/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.fr/yt", "spec/whois/record/parser/responses/whois.nic.fr/yt/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.fr/yt/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.gl", "spec/whois/record/parser/responses/whois.nic.gl/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.gl/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.gov", "spec/whois/record/parser/responses/whois.nic.gov/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.gov/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.gs", "spec/whois/record/parser/responses/whois.nic.gs/property_status_active_spec.rb", "spec/whois/record/parser/responses/whois.nic.gs/property_status_delegated_spec.rb", "spec/whois/record/parser/responses/whois.nic.gs/property_status_not_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.gs/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.gs/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.ht", "spec/whois/record/parser/responses/whois.nic.ht/property_status_active_spec.rb", "spec/whois/record/parser/responses/whois.nic.ht/property_status_delegated_spec.rb", "spec/whois/record/parser/responses/whois.nic.ht/property_status_not_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.ht/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.ht/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.hu", "spec/whois/record/parser/responses/whois.nic.hu/schema-1.99", "spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/property_contact_company_spec.rb", "spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/property_contact_private_person_spec.rb", "spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/property_contact_without_address_spec.rb", "spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/status_in_progress_spec.rb", "spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.hu/schema-current", "spec/whois/record/parser/responses/whois.nic.hu/schema-current/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.hu/schema-current/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.im", "spec/whois/record/parser/responses/whois.nic.im/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.im/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.io", "spec/whois/record/parser/responses/whois.nic.io/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.io/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.ir", "spec/whois/record/parser/responses/whois.nic.ir/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.ir/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.it", "spec/whois/record/parser/responses/whois.nic.it/property_contact_province_spec.rb", "spec/whois/record/parser/responses/whois.nic.it/property_contact_with_company_in_address_spec.rb", "spec/whois/record/parser/responses/whois.nic.it/property_contact_with_organization_spec.rb", "spec/whois/record/parser/responses/whois.nic.it/property_status_active_spec.rb", "spec/whois/record/parser/responses/whois.nic.it/property_status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.it/property_status_client_spec.rb", "spec/whois/record/parser/responses/whois.nic.it/property_status_graceperiod_spec.rb", "spec/whois/record/parser/responses/whois.nic.it/property_status_inactive_noregistrar_spec.rb", "spec/whois/record/parser/responses/whois.nic.it/property_status_no_provider_spec.rb", "spec/whois/record/parser/responses/whois.nic.it/property_status_ok_autorenew_spec.rb", "spec/whois/record/parser/responses/whois.nic.it/property_status_ok_spec.rb", "spec/whois/record/parser/responses/whois.nic.it/property_status_pendingdelete_pendingdelete_spec.rb", "spec/whois/record/parser/responses/whois.nic.it/property_status_pendingdelete_redemptionperiod_spec.rb", "spec/whois/record/parser/responses/whois.nic.it/property_status_pendingtransfer_autorenewperiod_spec.rb", "spec/whois/record/parser/responses/whois.nic.it/property_status_pendingtransfer_spec.rb", "spec/whois/record/parser/responses/whois.nic.it/property_status_pendingupdate_spec.rb", "spec/whois/record/parser/responses/whois.nic.it/property_status_redemption_no_provider_spec.rb", "spec/whois/record/parser/responses/whois.nic.it/property_status_unassignable_spec.rb", "spec/whois/record/parser/responses/whois.nic.it/property_technical_contact_spec.rb", "spec/whois/record/parser/responses/whois.nic.it/response_unavailable_spec.rb", "spec/whois/record/parser/responses/whois.nic.it/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.it/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.it/status_reserved_spec.rb", "spec/whois/record/parser/responses/whois.nic.ki", "spec/whois/record/parser/responses/whois.nic.ki/property_status_active_spec.rb", "spec/whois/record/parser/responses/whois.nic.ki/property_status_delegated_spec.rb", "spec/whois/record/parser/responses/whois.nic.ki/property_status_not_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.ki/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.ki/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.kz", "spec/whois/record/parser/responses/whois.nic.kz/property_status_missing_spec.rb", "spec/whois/record/parser/responses/whois.nic.kz/property_status_multiple_spec.rb", "spec/whois/record/parser/responses/whois.nic.kz/property_status_ok_spec.rb", "spec/whois/record/parser/responses/whois.nic.kz/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.kz/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.la", "spec/whois/record/parser/responses/whois.nic.la/property_status_multiple_spec.rb", "spec/whois/record/parser/responses/whois.nic.la/property_status_single_spec.rb", "spec/whois/record/parser/responses/whois.nic.la/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.la/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.li", "spec/whois/record/parser/responses/whois.nic.li/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.li/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.lv", "spec/whois/record/parser/responses/whois.nic.lv/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.lv/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.ly", "spec/whois/record/parser/responses/whois.nic.ly/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.ly/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.md", "spec/whois/record/parser/responses/whois.nic.md/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.md/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.mg", "spec/whois/record/parser/responses/whois.nic.mg/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.mg/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.ms", "spec/whois/record/parser/responses/whois.nic.ms/property_status_active_spec.rb", "spec/whois/record/parser/responses/whois.nic.ms/property_status_delegated_spec.rb", "spec/whois/record/parser/responses/whois.nic.ms/property_status_not_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.ms/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.ms/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.mu", "spec/whois/record/parser/responses/whois.nic.mu/property_status_active_spec.rb", "spec/whois/record/parser/responses/whois.nic.mu/property_status_delegated_spec.rb", "spec/whois/record/parser/responses/whois.nic.mu/property_status_not_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.mu/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.mu/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.mx", "spec/whois/record/parser/responses/whois.nic.mx/property_nameservers_with_ip_spec.rb", "spec/whois/record/parser/responses/whois.nic.mx/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.mx/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.name", "spec/whois/record/parser/responses/whois.nic.name/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.name/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.net.nf", "spec/whois/record/parser/responses/whois.nic.net.nf/property_status_active_spec.rb", "spec/whois/record/parser/responses/whois.nic.net.nf/property_status_delegated_spec.rb", "spec/whois/record/parser/responses/whois.nic.net.nf/property_status_excluded_pendingdelete_restorable_spec.rb", "spec/whois/record/parser/responses/whois.nic.net.nf/property_status_not_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.net.nf/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.net.nf/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.net.ng", "spec/whois/record/parser/responses/whois.nic.net.ng/property_status_active_spec.rb", "spec/whois/record/parser/responses/whois.nic.net.ng/property_status_delegated_spec.rb", "spec/whois/record/parser/responses/whois.nic.net.ng/property_status_not_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.net.ng/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.net.ng/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.net.sa", "spec/whois/record/parser/responses/whois.nic.net.sa/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.net.sa/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.net.sb", "spec/whois/record/parser/responses/whois.nic.net.sb/property_status_active_spec.rb", "spec/whois/record/parser/responses/whois.nic.net.sb/property_status_delegated_spec.rb", "spec/whois/record/parser/responses/whois.nic.net.sb/property_status_not_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.net.sb/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.net.sb/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.nu", "spec/whois/record/parser/responses/whois.nic.nu/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.nu/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.org.uy", "spec/whois/record/parser/responses/whois.nic.org.uy/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.org.uy/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.pr", "spec/whois/record/parser/responses/whois.nic.pr/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.pr/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.priv.at", "spec/whois/record/parser/responses/whois.nic.priv.at/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.priv.at/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.sh", "spec/whois/record/parser/responses/whois.nic.sh/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.sh/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.sl", "spec/whois/record/parser/responses/whois.nic.sl/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.sl/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.sm", "spec/whois/record/parser/responses/whois.nic.sm/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.sm/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.sn", "spec/whois/record/parser/responses/whois.nic.sn/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.sn/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.so", "spec/whois/record/parser/responses/whois.nic.so/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.so/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.st", "spec/whois/record/parser/responses/whois.nic.st/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.st/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.tel", "spec/whois/record/parser/responses/whois.nic.tel/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.tel/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.tl", "spec/whois/record/parser/responses/whois.nic.tl/property_status_active_spec.rb", "spec/whois/record/parser/responses/whois.nic.tl/property_status_delegated_spec.rb", "spec/whois/record/parser/responses/whois.nic.tl/property_status_not_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.tl/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.tl/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.tm", "spec/whois/record/parser/responses/whois.nic.tm/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.tm/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.tr", "spec/whois/record/parser/responses/whois.nic.tr/property_nameservers_with_ip_spec.rb", "spec/whois/record/parser/responses/whois.nic.tr/property_nameservers_with_trailing_space_spec.rb", "spec/whois/record/parser/responses/whois.nic.tr/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.tr/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.travel", "spec/whois/record/parser/responses/whois.nic.travel/property_status_multiple_spec.rb", "spec/whois/record/parser/responses/whois.nic.travel/property_status_single_spec.rb", "spec/whois/record/parser/responses/whois.nic.travel/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.travel/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.tv", "spec/whois/record/parser/responses/whois.nic.tv/property_nameserver_no_nameserver_spec.rb", "spec/whois/record/parser/responses/whois.nic.tv/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.tv/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.uk", "spec/whois/record/parser/responses/whois.nic.uk/property_nameservers_with_ip_spec.rb", "spec/whois/record/parser/responses/whois.nic.uk/property_registrar_without_trading_name_spec.rb", "spec/whois/record/parser/responses/whois.nic.uk/property_status_missing_spec.rb", "spec/whois/record/parser/responses/whois.nic.uk/property_status_processing_registration_spec.rb", "spec/whois/record/parser/responses/whois.nic.uk/property_status_processing_renewal_spec.rb", "spec/whois/record/parser/responses/whois.nic.uk/property_status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.uk/property_status_suspended_spec.rb", "spec/whois/record/parser/responses/whois.nic.uk/response_throttled_spec.rb", "spec/whois/record/parser/responses/whois.nic.uk/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.uk/status_invalid_spec.rb", "spec/whois/record/parser/responses/whois.nic.uk/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.uk/status_suspended_spec.rb", "spec/whois/record/parser/responses/whois.nic.us", "spec/whois/record/parser/responses/whois.nic.us/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.us/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.ve", "spec/whois/record/parser/responses/whois.nic.ve/property_expires_on_missing_spec.rb", "spec/whois/record/parser/responses/whois.nic.ve/property_nameservers_missing_spec.rb", "spec/whois/record/parser/responses/whois.nic.ve/property_nameservers_spec.rb", "spec/whois/record/parser/responses/whois.nic.ve/property_status_activo_spec.rb", "spec/whois/record/parser/responses/whois.nic.ve/property_status_missing_spec.rb", "spec/whois/record/parser/responses/whois.nic.ve/property_status_suspendido_spec.rb", "spec/whois/record/parser/responses/whois.nic.ve/property_updated_on_blank_spec.rb", "spec/whois/record/parser/responses/whois.nic.ve/property_updated_on_spec.rb", "spec/whois/record/parser/responses/whois.nic.ve/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.ve/status_inactive_spec.rb", "spec/whois/record/parser/responses/whois.nic.ve/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.xxx", "spec/whois/record/parser/responses/whois.nic.xxx/property_updated_on_blank_spec.rb", "spec/whois/record/parser/responses/whois.nic.xxx/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.xxx/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.xxx/status_reserved_spec.rb", "spec/whois/record/parser/responses/whois.norid.no", "spec/whois/record/parser/responses/whois.norid.no/status_available_spec.rb", "spec/whois/record/parser/responses/whois.norid.no/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.org.za", "spec/whois/record/parser/responses/whois.org.za/status_available_spec.rb", "spec/whois/record/parser/responses/whois.org.za/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.pandi.or.id", "spec/whois/record/parser/responses/whois.pandi.or.id/status_available_spec.rb", "spec/whois/record/parser/responses/whois.pandi.or.id/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.pnina.ps", "spec/whois/record/parser/responses/whois.pnina.ps/property_nameservers_with_nodns_spec.rb", "spec/whois/record/parser/responses/whois.pnina.ps/property_status_active_pending_transfer_spec.rb", "spec/whois/record/parser/responses/whois.pnina.ps/status_available_spec.rb", "spec/whois/record/parser/responses/whois.pnina.ps/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.publicinterestregistry.net", "spec/whois/record/parser/responses/whois.publicinterestregistry.net/response_throttled_spec.rb", "spec/whois/record/parser/responses/whois.publicinterestregistry.net/status_available_spec.rb", "spec/whois/record/parser/responses/whois.publicinterestregistry.net/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.register.bg", "spec/whois/record/parser/responses/whois.register.bg/property_nameservers_with_ip_spec.rb", "spec/whois/record/parser/responses/whois.register.bg/status_available_spec.rb", "spec/whois/record/parser/responses/whois.register.bg/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.registro.br", "spec/whois/record/parser/responses/whois.registro.br/property_nameservers_with_ip_spec.rb", "spec/whois/record/parser/responses/whois.registro.br/status_available_limited_spec.rb", "spec/whois/record/parser/responses/whois.registro.br/status_available_spec.rb", "spec/whois/record/parser/responses/whois.registro.br/status_registered_limited_spec.rb", "spec/whois/record/parser/responses/whois.registro.br/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.registry.gy", "spec/whois/record/parser/responses/whois.registry.gy/property_status_active_spec.rb", "spec/whois/record/parser/responses/whois.registry.gy/property_status_delegated_spec.rb", "spec/whois/record/parser/responses/whois.registry.gy/property_status_not_registered_spec.rb", "spec/whois/record/parser/responses/whois.registry.gy/status_available_spec.rb", "spec/whois/record/parser/responses/whois.registry.gy/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.registry.hm", "spec/whois/record/parser/responses/whois.registry.hm/status_available_spec.rb", "spec/whois/record/parser/responses/whois.registry.hm/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.registry.in", "spec/whois/record/parser/responses/whois.registry.in/property_status_missing_spec.rb", "spec/whois/record/parser/responses/whois.registry.in/property_status_multiple_spec.rb", "spec/whois/record/parser/responses/whois.registry.in/property_status_ok_spec.rb", "spec/whois/record/parser/responses/whois.registry.in/status_available_spec.rb", "spec/whois/record/parser/responses/whois.registry.in/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.registry.qa", "spec/whois/record/parser/responses/whois.registry.qa/qa", "spec/whois/record/parser/responses/whois.registry.qa/qa/status_available_spec.rb", "spec/whois/record/parser/responses/whois.registry.qa/qa/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.registrypro.pro", "spec/whois/record/parser/responses/whois.registrypro.pro/status_available_spec.rb", "spec/whois/record/parser/responses/whois.registrypro.pro/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.ripe.net", "spec/whois/record/parser/responses/whois.ripe.net/fo", "spec/whois/record/parser/responses/whois.ripe.net/fo/status_available_spec.rb", "spec/whois/record/parser/responses/whois.ripe.net/fo/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.ripe.net/gm", "spec/whois/record/parser/responses/whois.ripe.net/gm/status_available_spec.rb", "spec/whois/record/parser/responses/whois.ripe.net/gm/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.ripe.net/mc", "spec/whois/record/parser/responses/whois.ripe.net/mc/status_available_spec.rb", "spec/whois/record/parser/responses/whois.ripe.net/mc/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.ripe.net/va", "spec/whois/record/parser/responses/whois.ripe.net/va/status_available_spec.rb", "spec/whois/record/parser/responses/whois.ripe.net/va/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.rotld.ro", "spec/whois/record/parser/responses/whois.rotld.ro/status_available_spec.rb", "spec/whois/record/parser/responses/whois.rotld.ro/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.samoanic.ws", "spec/whois/record/parser/responses/whois.samoanic.ws/status_available_spec.rb", "spec/whois/record/parser/responses/whois.samoanic.ws/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.sgnic.sg", "spec/whois/record/parser/responses/whois.sgnic.sg/property_nameservers_schema_1_spec.rb", "spec/whois/record/parser/responses/whois.sgnic.sg/property_nameservers_schema_1_with_ip_spec.rb", "spec/whois/record/parser/responses/whois.sgnic.sg/property_nameservers_schema_2_spec.rb", "spec/whois/record/parser/responses/whois.sgnic.sg/status_available_spec.rb", "spec/whois/record/parser/responses/whois.sgnic.sg/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.sk-nic.sk", "spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_dakt_spec.rb", "spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_exp_spec.rb", "spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_held_spec.rb", "spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_lnot_spec.rb", "spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_ok_spec.rb", "spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_ta_spec.rb", "spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_warn_spec.rb", "spec/whois/record/parser/responses/whois.sk-nic.sk/status_available_spec.rb", "spec/whois/record/parser/responses/whois.sk-nic.sk/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.srs.net.nz", "spec/whois/record/parser/responses/whois.srs.net.nz/property_status_pendingrelease_spec.rb", "spec/whois/record/parser/responses/whois.srs.net.nz/status_available_spec.rb", "spec/whois/record/parser/responses/whois.srs.net.nz/status_invalid_spec.rb", "spec/whois/record/parser/responses/whois.srs.net.nz/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.tcinet.ru", "spec/whois/record/parser/responses/whois.tcinet.ru/ru", "spec/whois/record/parser/responses/whois.tcinet.ru/ru/property_nameservers_with_ip_spec.rb", "spec/whois/record/parser/responses/whois.tcinet.ru/ru/status_available_spec.rb", "spec/whois/record/parser/responses/whois.tcinet.ru/ru/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.tcinet.ru/su", "spec/whois/record/parser/responses/whois.tcinet.ru/su/status_available_spec.rb", "spec/whois/record/parser/responses/whois.tcinet.ru/su/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.tcinet.ru/xn--p1ai", "spec/whois/record/parser/responses/whois.tcinet.ru/xn--p1ai/status_available_spec.rb", "spec/whois/record/parser/responses/whois.tcinet.ru/xn--p1ai/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.thnic.co.th", "spec/whois/record/parser/responses/whois.thnic.co.th/status_available_spec.rb", "spec/whois/record/parser/responses/whois.thnic.co.th/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.tld.ee", "spec/whois/record/parser/responses/whois.tld.ee/status_available_spec.rb", "spec/whois/record/parser/responses/whois.tld.ee/status_expired_spec.rb", "spec/whois/record/parser/responses/whois.tld.ee/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.tonic.to", "spec/whois/record/parser/responses/whois.tonic.to/response_incomplete_spec.rb", "spec/whois/record/parser/responses/whois.tonic.to/status_available_spec.rb", "spec/whois/record/parser/responses/whois.tonic.to/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.twnic.net.tw", "spec/whois/record/parser/responses/whois.twnic.net.tw/status_available_spec.rb", "spec/whois/record/parser/responses/whois.twnic.net.tw/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.tznic.or.tz", "spec/whois/record/parser/responses/whois.tznic.or.tz/status_available_spec.rb", "spec/whois/record/parser/responses/whois.tznic.or.tz/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.usp.ac.fj", "spec/whois/record/parser/responses/whois.usp.ac.fj/status_available_spec.rb", "spec/whois/record/parser/responses/whois.usp.ac.fj/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.za.net", "spec/whois/record/parser/responses/whois.za.net/status_available_spec.rb", "spec/whois/record/parser/responses/whois.za.net/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.za.org", "spec/whois/record/parser/responses/whois.za.org/status_available_spec.rb", "spec/whois/record/parser/responses/whois.za.org/status_registered_spec.rb", "spec/whois/record/parser_spec.rb", "spec/whois/record/part_spec.rb", "spec/whois/record/registrar_spec.rb", "spec/whois/record/super_struct_spec.rb", "spec/whois/record_spec.rb", "spec/whois/server", "spec/whois/server/adapters", "spec/whois/server/adapters/afilias_spec.rb", "spec/whois/server/adapters/base_spec.rb", "spec/whois/server/adapters/formatted_spec.rb", "spec/whois/server/adapters/none_spec.rb", "spec/whois/server/adapters/not_implemented_spec.rb", "spec/whois/server/adapters/pir_spec.rb", "spec/whois/server/adapters/standard_spec.rb", "spec/whois/server/adapters/verisign_spec.rb", "spec/whois/server/adapters/web_spec.rb", "spec/whois/server_spec.rb", "spec/whois/whois_spec.rb"]
14
+ s.homepage = "http://www.ruby-whois.org"
15
+ s.require_paths = ["lib"]
16
16
  s.required_ruby_version = Gem::Requirement.new(">= 1.8.7")
17
- s.rubyforge_project = %q{whois}
18
- s.rubygems_version = %q{1.8.8}
19
- s.summary = %q{An intelligent pure Ruby WHOIS client and parser.}
17
+ s.rubyforge_project = "whois"
18
+ s.rubygems_version = "1.8.11"
19
+ s.summary = "An intelligent pure Ruby WHOIS client and parser."
20
20
 
21
21
  if s.respond_to? :specification_version then
22
22
  s.specification_version = 3
23
23
 
24
24
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
25
25
  s.add_development_dependency(%q<rake>, ["~> 0.9"])
26
- s.add_development_dependency(%q<rspec>, ["~> 2.6.0"])
26
+ s.add_development_dependency(%q<rspec>, ["~> 2.7.0"])
27
27
  s.add_development_dependency(%q<mocha>, [">= 0"])
28
28
  s.add_development_dependency(%q<yard>, [">= 0"])
29
29
  else
30
30
  s.add_dependency(%q<rake>, ["~> 0.9"])
31
- s.add_dependency(%q<rspec>, ["~> 2.6.0"])
31
+ s.add_dependency(%q<rspec>, ["~> 2.7.0"])
32
32
  s.add_dependency(%q<mocha>, [">= 0"])
33
33
  s.add_dependency(%q<yard>, [">= 0"])
34
34
  end
35
35
  else
36
36
  s.add_dependency(%q<rake>, ["~> 0.9"])
37
- s.add_dependency(%q<rspec>, ["~> 2.6.0"])
37
+ s.add_dependency(%q<rspec>, ["~> 2.7.0"])
38
38
  s.add_dependency(%q<mocha>, [">= 0"])
39
39
  s.add_dependency(%q<yard>, [">= 0"])
40
40
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: whois
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.2.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-08-25 00:00:00.000000000Z
12
+ date: 2012-01-18 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
16
- requirement: &70176968482800 !ruby/object:Gem::Requirement
16
+ requirement: &70334675217260 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,21 +21,21 @@ dependencies:
21
21
  version: '0.9'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *70176968482800
24
+ version_requirements: *70334675217260
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rspec
27
- requirement: &70176968482340 !ruby/object:Gem::Requirement
27
+ requirement: &70334675213940 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
31
31
  - !ruby/object:Gem::Version
32
- version: 2.6.0
32
+ version: 2.7.0
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *70176968482340
35
+ version_requirements: *70334675213940
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: mocha
38
- requirement: &70176968481960 !ruby/object:Gem::Requirement
38
+ requirement: &70334675213440 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ! '>='
@@ -43,10 +43,10 @@ dependencies:
43
43
  version: '0'
44
44
  type: :development
45
45
  prerelease: false
46
- version_requirements: *70176968481960
46
+ version_requirements: *70334675213440
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: yard
49
- requirement: &70176968481520 !ruby/object:Gem::Requirement
49
+ requirement: &70334675212880 !ruby/object:Gem::Requirement
50
50
  none: false
51
51
  requirements:
52
52
  - - ! '>='
@@ -54,7 +54,7 @@ dependencies:
54
54
  version: '0'
55
55
  type: :development
56
56
  prerelease: false
57
- version_requirements: *70176968481520
57
+ version_requirements: *70334675212880
58
58
  description: Whois is an intelligent WHOIS client and parser written in pure Ruby.
59
59
  It can query registry data for IPv4, IPv6 and top level domains, parse and convert
60
60
  responses into easy-to-use Ruby objects.
@@ -70,8 +70,6 @@ files:
70
70
  - .gemtest
71
71
  - .rspec
72
72
  - .yardopts
73
- - CHANGELOG.rdoc
74
- - README.rdoc
75
73
  - whois.gemspec
76
74
  - bin/ruby-whois
77
75
  - lib/core_ext/array/extract_options.rb
@@ -91,6 +89,7 @@ files:
91
89
  - lib/whois/record/nameserver.rb
92
90
  - lib/whois/record/parser/base.rb
93
91
  - lib/whois/record/parser/base_afilias.rb
92
+ - lib/whois/record/parser/base_cocca.rb
94
93
  - lib/whois/record/parser/blank.rb
95
94
  - lib/whois/record/parser/example.rb
96
95
  - lib/whois/record/parser/jobswhois.verisign-grs.com.rb
@@ -216,6 +215,7 @@ files:
216
215
  - lib/whois/record/parser/whois.nic.net.nf.rb
217
216
  - lib/whois/record/parser/whois.nic.net.ng.rb
218
217
  - lib/whois/record/parser/whois.nic.net.sa.rb
218
+ - lib/whois/record/parser/whois.nic.net.sb.rb
219
219
  - lib/whois/record/parser/whois.nic.nu.rb
220
220
  - lib/whois/record/parser/whois.nic.or.kr.rb
221
221
  - lib/whois/record/parser/whois.nic.org.uy.rb
@@ -592,8 +592,12 @@ files:
592
592
  - spec/fixtures/responses/whois.dns.pt/property_nameservers.txt
593
593
  - spec/fixtures/responses/whois.dns.pt/property_nameservers_without_host.expected
594
594
  - spec/fixtures/responses/whois.dns.pt/property_nameservers_without_host.txt
595
+ - spec/fixtures/responses/whois.dns.pt/property_status_techpro.expected
596
+ - spec/fixtures/responses/whois.dns.pt/property_status_techpro.txt
595
597
  - spec/fixtures/responses/whois.dns.pt/status_available.expected
596
598
  - spec/fixtures/responses/whois.dns.pt/status_available.txt
599
+ - spec/fixtures/responses/whois.dns.pt/status_inactive.expected
600
+ - spec/fixtures/responses/whois.dns.pt/status_inactive.txt
597
601
  - spec/fixtures/responses/whois.dns.pt/status_registered.expected
598
602
  - spec/fixtures/responses/whois.dns.pt/status_registered.txt
599
603
  - spec/fixtures/responses/whois.dns.pt/status_reserved.expected
@@ -668,6 +672,7 @@ files:
668
672
  - spec/fixtures/responses/whois.gg/status_available.txt
669
673
  - spec/fixtures/responses/whois.gg/status_registered.expected
670
674
  - spec/fixtures/responses/whois.gg/status_registered.txt
675
+ - spec/fixtures/responses/whois.godaddy.com/property_dates_not_available.txt
671
676
  - spec/fixtures/responses/whois.godaddy.com/status_registered.expected
672
677
  - spec/fixtures/responses/whois.godaddy.com/status_registered.txt
673
678
  - spec/fixtures/responses/whois.gov.za/status_available.expected
@@ -761,6 +766,8 @@ files:
761
766
  - spec/fixtures/responses/whois.museum/status_available.txt
762
767
  - spec/fixtures/responses/whois.museum/status_registered.expected
763
768
  - spec/fixtures/responses/whois.museum/status_registered.txt
769
+ - spec/fixtures/responses/whois.na-nic.com.na/property_status_suspended.expected
770
+ - spec/fixtures/responses/whois.na-nic.com.na/property_status_suspended.txt
764
771
  - spec/fixtures/responses/whois.na-nic.com.na/status_available.expected
765
772
  - spec/fixtures/responses/whois.na-nic.com.na/status_available.txt
766
773
  - spec/fixtures/responses/whois.na-nic.com.na/status_registered.expected
@@ -863,10 +870,20 @@ files:
863
870
  - spec/fixtures/responses/whois.nic.co/status_available.txt
864
871
  - spec/fixtures/responses/whois.nic.co/status_registered.expected
865
872
  - spec/fixtures/responses/whois.nic.co/status_registered.txt
873
+ - spec/fixtures/responses/whois.nic.coop/property_status_multiple.expected
874
+ - spec/fixtures/responses/whois.nic.coop/property_status_multiple.txt
875
+ - spec/fixtures/responses/whois.nic.coop/property_status_single.expected
876
+ - spec/fixtures/responses/whois.nic.coop/property_status_single.txt
866
877
  - spec/fixtures/responses/whois.nic.coop/status_available.expected
867
878
  - spec/fixtures/responses/whois.nic.coop/status_available.txt
868
879
  - spec/fixtures/responses/whois.nic.coop/status_registered.expected
869
880
  - spec/fixtures/responses/whois.nic.coop/status_registered.txt
881
+ - spec/fixtures/responses/whois.nic.cx/property_status_active.expected
882
+ - spec/fixtures/responses/whois.nic.cx/property_status_active.txt
883
+ - spec/fixtures/responses/whois.nic.cx/property_status_delegated.expected
884
+ - spec/fixtures/responses/whois.nic.cx/property_status_delegated.txt
885
+ - spec/fixtures/responses/whois.nic.cx/property_status_not_registered.expected
886
+ - spec/fixtures/responses/whois.nic.cx/property_status_not_registered.txt
870
887
  - spec/fixtures/responses/whois.nic.cx/status_available.expected
871
888
  - spec/fixtures/responses/whois.nic.cx/status_available.txt
872
889
  - spec/fixtures/responses/whois.nic.cx/status_registered.expected
@@ -898,13 +915,17 @@ files:
898
915
  - spec/fixtures/responses/whois.nic.fr/fr/property_nameservers.txt
899
916
  - spec/fixtures/responses/whois.nic.fr/fr/property_nameservers_with_ipv4_and_some_ipv6.expected
900
917
  - spec/fixtures/responses/whois.nic.fr/fr/property_nameservers_with_ipv4_and_some_ipv6.txt
918
+ - spec/fixtures/responses/whois.nic.fr/fr/property_status_active.expected
901
919
  - spec/fixtures/responses/whois.nic.fr/fr/property_status_active.txt
920
+ - spec/fixtures/responses/whois.nic.fr/fr/property_status_blocked.expected
921
+ - spec/fixtures/responses/whois.nic.fr/fr/property_status_blocked.txt
902
922
  - spec/fixtures/responses/whois.nic.fr/fr/property_status_missing.expected
903
923
  - spec/fixtures/responses/whois.nic.fr/fr/property_status_missing.txt
904
924
  - spec/fixtures/responses/whois.nic.fr/fr/property_status_redemption.expected
905
925
  - spec/fixtures/responses/whois.nic.fr/fr/property_status_redemption.txt
906
926
  - spec/fixtures/responses/whois.nic.fr/fr/property_status_registered.expected
907
927
  - spec/fixtures/responses/whois.nic.fr/fr/property_status_registered.txt
928
+ - spec/fixtures/responses/whois.nic.fr/fr/response_contains_trouble.txt
908
929
  - spec/fixtures/responses/whois.nic.fr/fr/status_available.expected
909
930
  - spec/fixtures/responses/whois.nic.fr/fr/status_available.txt
910
931
  - spec/fixtures/responses/whois.nic.fr/fr/status_registered.expected
@@ -943,10 +964,22 @@ files:
943
964
  - spec/fixtures/responses/whois.nic.gov/status_available.txt
944
965
  - spec/fixtures/responses/whois.nic.gov/status_registered.expected
945
966
  - spec/fixtures/responses/whois.nic.gov/status_registered.txt
967
+ - spec/fixtures/responses/whois.nic.gs/property_status_active.expected
968
+ - spec/fixtures/responses/whois.nic.gs/property_status_active.txt
969
+ - spec/fixtures/responses/whois.nic.gs/property_status_delegated.expected
970
+ - spec/fixtures/responses/whois.nic.gs/property_status_delegated.txt
971
+ - spec/fixtures/responses/whois.nic.gs/property_status_not_registered.expected
972
+ - spec/fixtures/responses/whois.nic.gs/property_status_not_registered.txt
946
973
  - spec/fixtures/responses/whois.nic.gs/status_available.expected
947
974
  - spec/fixtures/responses/whois.nic.gs/status_available.txt
948
975
  - spec/fixtures/responses/whois.nic.gs/status_registered.expected
949
976
  - spec/fixtures/responses/whois.nic.gs/status_registered.txt
977
+ - spec/fixtures/responses/whois.nic.ht/property_status_active.expected
978
+ - spec/fixtures/responses/whois.nic.ht/property_status_active.txt
979
+ - spec/fixtures/responses/whois.nic.ht/property_status_delegated.expected
980
+ - spec/fixtures/responses/whois.nic.ht/property_status_delegated.txt
981
+ - spec/fixtures/responses/whois.nic.ht/property_status_not_registered.expected
982
+ - spec/fixtures/responses/whois.nic.ht/property_status_not_registered.txt
950
983
  - spec/fixtures/responses/whois.nic.ht/status_available.expected
951
984
  - spec/fixtures/responses/whois.nic.ht/status_available.txt
952
985
  - spec/fixtures/responses/whois.nic.ht/status_registered.expected
@@ -987,6 +1020,7 @@ files:
987
1020
  - spec/fixtures/responses/whois.nic.it/property_contact_with_organization.txt
988
1021
  - spec/fixtures/responses/whois.nic.it/property_status_active.expected
989
1022
  - spec/fixtures/responses/whois.nic.it/property_status_active.txt
1023
+ - spec/fixtures/responses/whois.nic.it/property_status_autorenewperiod_clientdeleteprohibited_clientupdateprohibited.txt
990
1024
  - spec/fixtures/responses/whois.nic.it/property_status_available.expected
991
1025
  - spec/fixtures/responses/whois.nic.it/property_status_available.txt
992
1026
  - spec/fixtures/responses/whois.nic.it/property_status_client.expected
@@ -1007,6 +1041,8 @@ files:
1007
1041
  - spec/fixtures/responses/whois.nic.it/property_status_pendingdelete_redemptionperiod.txt
1008
1042
  - spec/fixtures/responses/whois.nic.it/property_status_pendingtransfer.expected
1009
1043
  - spec/fixtures/responses/whois.nic.it/property_status_pendingtransfer.txt
1044
+ - spec/fixtures/responses/whois.nic.it/property_status_pendingtransfer_autorenewperiod.expected
1045
+ - spec/fixtures/responses/whois.nic.it/property_status_pendingtransfer_autorenewperiod.txt
1010
1046
  - spec/fixtures/responses/whois.nic.it/property_status_pendingupdate.expected
1011
1047
  - spec/fixtures/responses/whois.nic.it/property_status_pendingupdate.txt
1012
1048
  - spec/fixtures/responses/whois.nic.it/property_status_redemption_no_provider.expected
@@ -1021,6 +1057,14 @@ files:
1021
1057
  - spec/fixtures/responses/whois.nic.it/status_available.txt
1022
1058
  - spec/fixtures/responses/whois.nic.it/status_registered.expected
1023
1059
  - spec/fixtures/responses/whois.nic.it/status_registered.txt
1060
+ - spec/fixtures/responses/whois.nic.it/status_reserved.expected
1061
+ - spec/fixtures/responses/whois.nic.it/status_reserved.txt
1062
+ - spec/fixtures/responses/whois.nic.ki/property_status_active.expected
1063
+ - spec/fixtures/responses/whois.nic.ki/property_status_active.txt
1064
+ - spec/fixtures/responses/whois.nic.ki/property_status_delegated.expected
1065
+ - spec/fixtures/responses/whois.nic.ki/property_status_delegated.txt
1066
+ - spec/fixtures/responses/whois.nic.ki/property_status_not_registered.expected
1067
+ - spec/fixtures/responses/whois.nic.ki/property_status_not_registered.txt
1024
1068
  - spec/fixtures/responses/whois.nic.ki/status_available.expected
1025
1069
  - spec/fixtures/responses/whois.nic.ki/status_available.txt
1026
1070
  - spec/fixtures/responses/whois.nic.ki/status_registered.expected
@@ -1035,6 +1079,10 @@ files:
1035
1079
  - spec/fixtures/responses/whois.nic.kz/status_available.txt
1036
1080
  - spec/fixtures/responses/whois.nic.kz/status_registered.expected
1037
1081
  - spec/fixtures/responses/whois.nic.kz/status_registered.txt
1082
+ - spec/fixtures/responses/whois.nic.la/property_status_multiple.expected
1083
+ - spec/fixtures/responses/whois.nic.la/property_status_multiple.txt
1084
+ - spec/fixtures/responses/whois.nic.la/property_status_single.expected
1085
+ - spec/fixtures/responses/whois.nic.la/property_status_single.txt
1038
1086
  - spec/fixtures/responses/whois.nic.la/status_available.expected
1039
1087
  - spec/fixtures/responses/whois.nic.la/status_available.txt
1040
1088
  - spec/fixtures/responses/whois.nic.la/status_registered.expected
@@ -1060,10 +1108,22 @@ files:
1060
1108
  - spec/fixtures/responses/whois.nic.mg/status_available.txt
1061
1109
  - spec/fixtures/responses/whois.nic.mg/status_registered.expected
1062
1110
  - spec/fixtures/responses/whois.nic.mg/status_registered.txt
1111
+ - spec/fixtures/responses/whois.nic.ms/property_status_active.expected
1112
+ - spec/fixtures/responses/whois.nic.ms/property_status_active.txt
1113
+ - spec/fixtures/responses/whois.nic.ms/property_status_delegated.expected
1114
+ - spec/fixtures/responses/whois.nic.ms/property_status_delegated.txt
1115
+ - spec/fixtures/responses/whois.nic.ms/property_status_not_registered.expected
1116
+ - spec/fixtures/responses/whois.nic.ms/property_status_not_registered.txt
1063
1117
  - spec/fixtures/responses/whois.nic.ms/status_available.expected
1064
1118
  - spec/fixtures/responses/whois.nic.ms/status_available.txt
1065
1119
  - spec/fixtures/responses/whois.nic.ms/status_registered.expected
1066
1120
  - spec/fixtures/responses/whois.nic.ms/status_registered.txt
1121
+ - spec/fixtures/responses/whois.nic.mu/property_status_active.expected
1122
+ - spec/fixtures/responses/whois.nic.mu/property_status_active.txt
1123
+ - spec/fixtures/responses/whois.nic.mu/property_status_delegated.expected
1124
+ - spec/fixtures/responses/whois.nic.mu/property_status_delegated.txt
1125
+ - spec/fixtures/responses/whois.nic.mu/property_status_not_registered.expected
1126
+ - spec/fixtures/responses/whois.nic.mu/property_status_not_registered.txt
1067
1127
  - spec/fixtures/responses/whois.nic.mu/status_available.expected
1068
1128
  - spec/fixtures/responses/whois.nic.mu/status_available.txt
1069
1129
  - spec/fixtures/responses/whois.nic.mu/status_registered.expected
@@ -1079,10 +1139,24 @@ files:
1079
1139
  - spec/fixtures/responses/whois.nic.name/status_available.txt
1080
1140
  - spec/fixtures/responses/whois.nic.name/status_registered.expected
1081
1141
  - spec/fixtures/responses/whois.nic.name/status_registered.txt
1142
+ - spec/fixtures/responses/whois.nic.net.nf/property_status_active.expected
1143
+ - spec/fixtures/responses/whois.nic.net.nf/property_status_active.txt
1144
+ - spec/fixtures/responses/whois.nic.net.nf/property_status_delegated.expected
1145
+ - spec/fixtures/responses/whois.nic.net.nf/property_status_delegated.txt
1146
+ - spec/fixtures/responses/whois.nic.net.nf/property_status_excluded_pendingdelete_restorable.expected
1147
+ - spec/fixtures/responses/whois.nic.net.nf/property_status_excluded_pendingdelete_restorable.txt
1148
+ - spec/fixtures/responses/whois.nic.net.nf/property_status_not_registered.expected
1149
+ - spec/fixtures/responses/whois.nic.net.nf/property_status_not_registered.txt
1082
1150
  - spec/fixtures/responses/whois.nic.net.nf/status_available.expected
1083
1151
  - spec/fixtures/responses/whois.nic.net.nf/status_available.txt
1084
1152
  - spec/fixtures/responses/whois.nic.net.nf/status_registered.expected
1085
1153
  - spec/fixtures/responses/whois.nic.net.nf/status_registered.txt
1154
+ - spec/fixtures/responses/whois.nic.net.ng/property_status_active.expected
1155
+ - spec/fixtures/responses/whois.nic.net.ng/property_status_active.txt
1156
+ - spec/fixtures/responses/whois.nic.net.ng/property_status_delegated.expected
1157
+ - spec/fixtures/responses/whois.nic.net.ng/property_status_delegated.txt
1158
+ - spec/fixtures/responses/whois.nic.net.ng/property_status_not_registered.expected
1159
+ - spec/fixtures/responses/whois.nic.net.ng/property_status_not_registered.txt
1086
1160
  - spec/fixtures/responses/whois.nic.net.ng/status_available.expected
1087
1161
  - spec/fixtures/responses/whois.nic.net.ng/status_available.txt
1088
1162
  - spec/fixtures/responses/whois.nic.net.ng/status_registered.expected
@@ -1091,6 +1165,16 @@ files:
1091
1165
  - spec/fixtures/responses/whois.nic.net.sa/status_available.txt
1092
1166
  - spec/fixtures/responses/whois.nic.net.sa/status_registered.expected
1093
1167
  - spec/fixtures/responses/whois.nic.net.sa/status_registered.txt
1168
+ - spec/fixtures/responses/whois.nic.net.sb/property_status_active.expected
1169
+ - spec/fixtures/responses/whois.nic.net.sb/property_status_active.txt
1170
+ - spec/fixtures/responses/whois.nic.net.sb/property_status_delegated.expected
1171
+ - spec/fixtures/responses/whois.nic.net.sb/property_status_delegated.txt
1172
+ - spec/fixtures/responses/whois.nic.net.sb/property_status_not_registered.expected
1173
+ - spec/fixtures/responses/whois.nic.net.sb/property_status_not_registered.txt
1174
+ - spec/fixtures/responses/whois.nic.net.sb/status_available.expected
1175
+ - spec/fixtures/responses/whois.nic.net.sb/status_available.txt
1176
+ - spec/fixtures/responses/whois.nic.net.sb/status_registered.expected
1177
+ - spec/fixtures/responses/whois.nic.net.sb/status_registered.txt
1094
1178
  - spec/fixtures/responses/whois.nic.nu/status_available.expected
1095
1179
  - spec/fixtures/responses/whois.nic.nu/status_available.txt
1096
1180
  - spec/fixtures/responses/whois.nic.nu/status_registered.expected
@@ -1135,6 +1219,12 @@ files:
1135
1219
  - spec/fixtures/responses/whois.nic.tel/status_available.txt
1136
1220
  - spec/fixtures/responses/whois.nic.tel/status_registered.expected
1137
1221
  - spec/fixtures/responses/whois.nic.tel/status_registered.txt
1222
+ - spec/fixtures/responses/whois.nic.tl/property_status_active.expected
1223
+ - spec/fixtures/responses/whois.nic.tl/property_status_active.txt
1224
+ - spec/fixtures/responses/whois.nic.tl/property_status_delegated.expected
1225
+ - spec/fixtures/responses/whois.nic.tl/property_status_delegated.txt
1226
+ - spec/fixtures/responses/whois.nic.tl/property_status_not_registered.expected
1227
+ - spec/fixtures/responses/whois.nic.tl/property_status_not_registered.txt
1138
1228
  - spec/fixtures/responses/whois.nic.tl/status_available.expected
1139
1229
  - spec/fixtures/responses/whois.nic.tl/status_available.txt
1140
1230
  - spec/fixtures/responses/whois.nic.tl/status_registered.expected
@@ -1179,6 +1269,8 @@ files:
1179
1269
  - spec/fixtures/responses/whois.nic.uk/property_status_registered.txt
1180
1270
  - spec/fixtures/responses/whois.nic.uk/property_status_suspended.expected
1181
1271
  - spec/fixtures/responses/whois.nic.uk/property_status_suspended.txt
1272
+ - spec/fixtures/responses/whois.nic.uk/response_throttled.expected
1273
+ - spec/fixtures/responses/whois.nic.uk/response_throttled.txt
1182
1274
  - spec/fixtures/responses/whois.nic.uk/status_available.expected
1183
1275
  - spec/fixtures/responses/whois.nic.uk/status_available.txt
1184
1276
  - spec/fixtures/responses/whois.nic.uk/status_invalid.expected
@@ -1209,16 +1301,18 @@ files:
1209
1301
  - spec/fixtures/responses/whois.nic.ve/property_updated_on_blank.txt
1210
1302
  - spec/fixtures/responses/whois.nic.ve/status_available.expected
1211
1303
  - spec/fixtures/responses/whois.nic.ve/status_available.txt
1304
+ - spec/fixtures/responses/whois.nic.ve/status_inactive.expected
1305
+ - spec/fixtures/responses/whois.nic.ve/status_inactive.txt
1212
1306
  - spec/fixtures/responses/whois.nic.ve/status_registered.expected
1213
1307
  - spec/fixtures/responses/whois.nic.ve/status_registered.txt
1214
- - spec/fixtures/responses/whois.nic.ve/status_suspended.expected
1215
- - spec/fixtures/responses/whois.nic.ve/status_suspended.txt
1216
1308
  - spec/fixtures/responses/whois.nic.xxx/property_updated_on_blank.expected
1217
1309
  - spec/fixtures/responses/whois.nic.xxx/property_updated_on_blank.txt
1218
1310
  - spec/fixtures/responses/whois.nic.xxx/status_available.expected
1219
1311
  - spec/fixtures/responses/whois.nic.xxx/status_available.txt
1220
1312
  - spec/fixtures/responses/whois.nic.xxx/status_registered.expected
1221
1313
  - spec/fixtures/responses/whois.nic.xxx/status_registered.txt
1314
+ - spec/fixtures/responses/whois.nic.xxx/status_reserved.expected
1315
+ - spec/fixtures/responses/whois.nic.xxx/status_reserved.txt
1222
1316
  - spec/fixtures/responses/whois.norid.no/status_available.expected
1223
1317
  - spec/fixtures/responses/whois.norid.no/status_available.txt
1224
1318
  - spec/fixtures/responses/whois.norid.no/status_registered.expected
@@ -1251,6 +1345,8 @@ files:
1251
1345
  - spec/fixtures/responses/whois.register.bg/status_available.txt
1252
1346
  - spec/fixtures/responses/whois.register.bg/status_registered.expected
1253
1347
  - spec/fixtures/responses/whois.register.bg/status_registered.txt
1348
+ - spec/fixtures/responses/whois.registro.br/property_nameservers_with_ip.expected
1349
+ - spec/fixtures/responses/whois.registro.br/property_nameservers_with_ip.txt
1254
1350
  - spec/fixtures/responses/whois.registro.br/status_available.expected
1255
1351
  - spec/fixtures/responses/whois.registro.br/status_available.txt
1256
1352
  - spec/fixtures/responses/whois.registro.br/status_available_limited.expected
@@ -1259,6 +1355,12 @@ files:
1259
1355
  - spec/fixtures/responses/whois.registro.br/status_registered.txt
1260
1356
  - spec/fixtures/responses/whois.registro.br/status_registered_limited.expected
1261
1357
  - spec/fixtures/responses/whois.registro.br/status_registered_limited.txt
1358
+ - spec/fixtures/responses/whois.registry.gy/property_status_active.expected
1359
+ - spec/fixtures/responses/whois.registry.gy/property_status_active.txt
1360
+ - spec/fixtures/responses/whois.registry.gy/property_status_delegated.expected
1361
+ - spec/fixtures/responses/whois.registry.gy/property_status_delegated.txt
1362
+ - spec/fixtures/responses/whois.registry.gy/property_status_not_registered.expected
1363
+ - spec/fixtures/responses/whois.registry.gy/property_status_not_registered.txt
1262
1364
  - spec/fixtures/responses/whois.registry.gy/status_available.expected
1263
1365
  - spec/fixtures/responses/whois.registry.gy/status_available.txt
1264
1366
  - spec/fixtures/responses/whois.registry.gy/status_registered.expected
@@ -1561,7 +1663,9 @@ files:
1561
1663
  - spec/whois/record/parser/responses/whois.dns.pl/status_registered_spec.rb
1562
1664
  - spec/whois/record/parser/responses/whois.dns.pt/property_nameservers_spec.rb
1563
1665
  - spec/whois/record/parser/responses/whois.dns.pt/property_nameservers_without_host_spec.rb
1666
+ - spec/whois/record/parser/responses/whois.dns.pt/property_status_techpro_spec.rb
1564
1667
  - spec/whois/record/parser/responses/whois.dns.pt/status_available_spec.rb
1668
+ - spec/whois/record/parser/responses/whois.dns.pt/status_inactive_spec.rb
1565
1669
  - spec/whois/record/parser/responses/whois.dns.pt/status_registered_spec.rb
1566
1670
  - spec/whois/record/parser/responses/whois.dns.pt/status_reserved_spec.rb
1567
1671
  - spec/whois/record/parser/responses/whois.domain-registry.nl/property_nameservers_with_ip_spec.rb
@@ -1645,6 +1749,7 @@ files:
1645
1749
  - spec/whois/record/parser/responses/whois.meregistry.net/status_registered_spec.rb
1646
1750
  - spec/whois/record/parser/responses/whois.museum/status_available_spec.rb
1647
1751
  - spec/whois/record/parser/responses/whois.museum/status_registered_spec.rb
1752
+ - spec/whois/record/parser/responses/whois.na-nic.com.na/property_status_suspended_spec.rb
1648
1753
  - spec/whois/record/parser/responses/whois.na-nic.com.na/status_available_spec.rb
1649
1754
  - spec/whois/record/parser/responses/whois.na-nic.com.na/status_registered_spec.rb
1650
1755
  - spec/whois/record/parser/responses/whois.net.ua/property_nameservers_uppercase_spec.rb
@@ -1694,8 +1799,13 @@ files:
1694
1799
  - spec/whois/record/parser/responses/whois.nic.cl/status_registered_spec.rb
1695
1800
  - spec/whois/record/parser/responses/whois.nic.co/status_available_spec.rb
1696
1801
  - spec/whois/record/parser/responses/whois.nic.co/status_registered_spec.rb
1802
+ - spec/whois/record/parser/responses/whois.nic.coop/property_status_multiple_spec.rb
1803
+ - spec/whois/record/parser/responses/whois.nic.coop/property_status_single_spec.rb
1697
1804
  - spec/whois/record/parser/responses/whois.nic.coop/status_available_spec.rb
1698
1805
  - spec/whois/record/parser/responses/whois.nic.coop/status_registered_spec.rb
1806
+ - spec/whois/record/parser/responses/whois.nic.cx/property_status_active_spec.rb
1807
+ - spec/whois/record/parser/responses/whois.nic.cx/property_status_delegated_spec.rb
1808
+ - spec/whois/record/parser/responses/whois.nic.cx/property_status_not_registered_spec.rb
1699
1809
  - spec/whois/record/parser/responses/whois.nic.cx/status_available_spec.rb
1700
1810
  - spec/whois/record/parser/responses/whois.nic.cx/status_registered_spec.rb
1701
1811
  - spec/whois/record/parser/responses/whois.nic.cz/property_nameservers_with_ip_spec.rb
@@ -1711,6 +1821,8 @@ files:
1711
1821
  - spec/whois/record/parser/responses/whois.nic.ec/status_registered_spec.rb
1712
1822
  - spec/whois/record/parser/responses/whois.nic.fr/fr/property_nameservers_spec.rb
1713
1823
  - spec/whois/record/parser/responses/whois.nic.fr/fr/property_nameservers_with_ipv4_and_some_ipv6_spec.rb
1824
+ - spec/whois/record/parser/responses/whois.nic.fr/fr/property_status_active_spec.rb
1825
+ - spec/whois/record/parser/responses/whois.nic.fr/fr/property_status_blocked_spec.rb
1714
1826
  - spec/whois/record/parser/responses/whois.nic.fr/fr/property_status_missing_spec.rb
1715
1827
  - spec/whois/record/parser/responses/whois.nic.fr/fr/property_status_redemption_spec.rb
1716
1828
  - spec/whois/record/parser/responses/whois.nic.fr/fr/property_status_registered_spec.rb
@@ -1733,8 +1845,14 @@ files:
1733
1845
  - spec/whois/record/parser/responses/whois.nic.gl/status_registered_spec.rb
1734
1846
  - spec/whois/record/parser/responses/whois.nic.gov/status_available_spec.rb
1735
1847
  - spec/whois/record/parser/responses/whois.nic.gov/status_registered_spec.rb
1848
+ - spec/whois/record/parser/responses/whois.nic.gs/property_status_active_spec.rb
1849
+ - spec/whois/record/parser/responses/whois.nic.gs/property_status_delegated_spec.rb
1850
+ - spec/whois/record/parser/responses/whois.nic.gs/property_status_not_registered_spec.rb
1736
1851
  - spec/whois/record/parser/responses/whois.nic.gs/status_available_spec.rb
1737
1852
  - spec/whois/record/parser/responses/whois.nic.gs/status_registered_spec.rb
1853
+ - spec/whois/record/parser/responses/whois.nic.ht/property_status_active_spec.rb
1854
+ - spec/whois/record/parser/responses/whois.nic.ht/property_status_delegated_spec.rb
1855
+ - spec/whois/record/parser/responses/whois.nic.ht/property_status_not_registered_spec.rb
1738
1856
  - spec/whois/record/parser/responses/whois.nic.ht/status_available_spec.rb
1739
1857
  - spec/whois/record/parser/responses/whois.nic.ht/status_registered_spec.rb
1740
1858
  - spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/property_contact_company_spec.rb
@@ -1764,6 +1882,7 @@ files:
1764
1882
  - spec/whois/record/parser/responses/whois.nic.it/property_status_ok_spec.rb
1765
1883
  - spec/whois/record/parser/responses/whois.nic.it/property_status_pendingdelete_pendingdelete_spec.rb
1766
1884
  - spec/whois/record/parser/responses/whois.nic.it/property_status_pendingdelete_redemptionperiod_spec.rb
1885
+ - spec/whois/record/parser/responses/whois.nic.it/property_status_pendingtransfer_autorenewperiod_spec.rb
1767
1886
  - spec/whois/record/parser/responses/whois.nic.it/property_status_pendingtransfer_spec.rb
1768
1887
  - spec/whois/record/parser/responses/whois.nic.it/property_status_pendingupdate_spec.rb
1769
1888
  - spec/whois/record/parser/responses/whois.nic.it/property_status_redemption_no_provider_spec.rb
@@ -1772,6 +1891,10 @@ files:
1772
1891
  - spec/whois/record/parser/responses/whois.nic.it/response_unavailable_spec.rb
1773
1892
  - spec/whois/record/parser/responses/whois.nic.it/status_available_spec.rb
1774
1893
  - spec/whois/record/parser/responses/whois.nic.it/status_registered_spec.rb
1894
+ - spec/whois/record/parser/responses/whois.nic.it/status_reserved_spec.rb
1895
+ - spec/whois/record/parser/responses/whois.nic.ki/property_status_active_spec.rb
1896
+ - spec/whois/record/parser/responses/whois.nic.ki/property_status_delegated_spec.rb
1897
+ - spec/whois/record/parser/responses/whois.nic.ki/property_status_not_registered_spec.rb
1775
1898
  - spec/whois/record/parser/responses/whois.nic.ki/status_available_spec.rb
1776
1899
  - spec/whois/record/parser/responses/whois.nic.ki/status_registered_spec.rb
1777
1900
  - spec/whois/record/parser/responses/whois.nic.kz/property_status_missing_spec.rb
@@ -1779,6 +1902,8 @@ files:
1779
1902
  - spec/whois/record/parser/responses/whois.nic.kz/property_status_ok_spec.rb
1780
1903
  - spec/whois/record/parser/responses/whois.nic.kz/status_available_spec.rb
1781
1904
  - spec/whois/record/parser/responses/whois.nic.kz/status_registered_spec.rb
1905
+ - spec/whois/record/parser/responses/whois.nic.la/property_status_multiple_spec.rb
1906
+ - spec/whois/record/parser/responses/whois.nic.la/property_status_single_spec.rb
1782
1907
  - spec/whois/record/parser/responses/whois.nic.la/status_available_spec.rb
1783
1908
  - spec/whois/record/parser/responses/whois.nic.la/status_registered_spec.rb
1784
1909
  - spec/whois/record/parser/responses/whois.nic.li/status_available_spec.rb
@@ -1791,8 +1916,14 @@ files:
1791
1916
  - spec/whois/record/parser/responses/whois.nic.md/status_registered_spec.rb
1792
1917
  - spec/whois/record/parser/responses/whois.nic.mg/status_available_spec.rb
1793
1918
  - spec/whois/record/parser/responses/whois.nic.mg/status_registered_spec.rb
1919
+ - spec/whois/record/parser/responses/whois.nic.ms/property_status_active_spec.rb
1920
+ - spec/whois/record/parser/responses/whois.nic.ms/property_status_delegated_spec.rb
1921
+ - spec/whois/record/parser/responses/whois.nic.ms/property_status_not_registered_spec.rb
1794
1922
  - spec/whois/record/parser/responses/whois.nic.ms/status_available_spec.rb
1795
1923
  - spec/whois/record/parser/responses/whois.nic.ms/status_registered_spec.rb
1924
+ - spec/whois/record/parser/responses/whois.nic.mu/property_status_active_spec.rb
1925
+ - spec/whois/record/parser/responses/whois.nic.mu/property_status_delegated_spec.rb
1926
+ - spec/whois/record/parser/responses/whois.nic.mu/property_status_not_registered_spec.rb
1796
1927
  - spec/whois/record/parser/responses/whois.nic.mu/status_available_spec.rb
1797
1928
  - spec/whois/record/parser/responses/whois.nic.mu/status_registered_spec.rb
1798
1929
  - spec/whois/record/parser/responses/whois.nic.mx/property_nameservers_with_ip_spec.rb
@@ -1800,12 +1931,24 @@ files:
1800
1931
  - spec/whois/record/parser/responses/whois.nic.mx/status_registered_spec.rb
1801
1932
  - spec/whois/record/parser/responses/whois.nic.name/status_available_spec.rb
1802
1933
  - spec/whois/record/parser/responses/whois.nic.name/status_registered_spec.rb
1934
+ - spec/whois/record/parser/responses/whois.nic.net.nf/property_status_active_spec.rb
1935
+ - spec/whois/record/parser/responses/whois.nic.net.nf/property_status_delegated_spec.rb
1936
+ - spec/whois/record/parser/responses/whois.nic.net.nf/property_status_excluded_pendingdelete_restorable_spec.rb
1937
+ - spec/whois/record/parser/responses/whois.nic.net.nf/property_status_not_registered_spec.rb
1803
1938
  - spec/whois/record/parser/responses/whois.nic.net.nf/status_available_spec.rb
1804
1939
  - spec/whois/record/parser/responses/whois.nic.net.nf/status_registered_spec.rb
1940
+ - spec/whois/record/parser/responses/whois.nic.net.ng/property_status_active_spec.rb
1941
+ - spec/whois/record/parser/responses/whois.nic.net.ng/property_status_delegated_spec.rb
1942
+ - spec/whois/record/parser/responses/whois.nic.net.ng/property_status_not_registered_spec.rb
1805
1943
  - spec/whois/record/parser/responses/whois.nic.net.ng/status_available_spec.rb
1806
1944
  - spec/whois/record/parser/responses/whois.nic.net.ng/status_registered_spec.rb
1807
1945
  - spec/whois/record/parser/responses/whois.nic.net.sa/status_available_spec.rb
1808
1946
  - spec/whois/record/parser/responses/whois.nic.net.sa/status_registered_spec.rb
1947
+ - spec/whois/record/parser/responses/whois.nic.net.sb/property_status_active_spec.rb
1948
+ - spec/whois/record/parser/responses/whois.nic.net.sb/property_status_delegated_spec.rb
1949
+ - spec/whois/record/parser/responses/whois.nic.net.sb/property_status_not_registered_spec.rb
1950
+ - spec/whois/record/parser/responses/whois.nic.net.sb/status_available_spec.rb
1951
+ - spec/whois/record/parser/responses/whois.nic.net.sb/status_registered_spec.rb
1809
1952
  - spec/whois/record/parser/responses/whois.nic.nu/status_available_spec.rb
1810
1953
  - spec/whois/record/parser/responses/whois.nic.nu/status_registered_spec.rb
1811
1954
  - spec/whois/record/parser/responses/whois.nic.org.uy/status_available_spec.rb
@@ -1828,6 +1971,9 @@ files:
1828
1971
  - spec/whois/record/parser/responses/whois.nic.st/status_registered_spec.rb
1829
1972
  - spec/whois/record/parser/responses/whois.nic.tel/status_available_spec.rb
1830
1973
  - spec/whois/record/parser/responses/whois.nic.tel/status_registered_spec.rb
1974
+ - spec/whois/record/parser/responses/whois.nic.tl/property_status_active_spec.rb
1975
+ - spec/whois/record/parser/responses/whois.nic.tl/property_status_delegated_spec.rb
1976
+ - spec/whois/record/parser/responses/whois.nic.tl/property_status_not_registered_spec.rb
1831
1977
  - spec/whois/record/parser/responses/whois.nic.tl/status_available_spec.rb
1832
1978
  - spec/whois/record/parser/responses/whois.nic.tl/status_registered_spec.rb
1833
1979
  - spec/whois/record/parser/responses/whois.nic.tm/status_available_spec.rb
@@ -1850,6 +1996,7 @@ files:
1850
1996
  - spec/whois/record/parser/responses/whois.nic.uk/property_status_processing_renewal_spec.rb
1851
1997
  - spec/whois/record/parser/responses/whois.nic.uk/property_status_registered_spec.rb
1852
1998
  - spec/whois/record/parser/responses/whois.nic.uk/property_status_suspended_spec.rb
1999
+ - spec/whois/record/parser/responses/whois.nic.uk/response_throttled_spec.rb
1853
2000
  - spec/whois/record/parser/responses/whois.nic.uk/status_available_spec.rb
1854
2001
  - spec/whois/record/parser/responses/whois.nic.uk/status_invalid_spec.rb
1855
2002
  - spec/whois/record/parser/responses/whois.nic.uk/status_registered_spec.rb
@@ -1865,11 +2012,12 @@ files:
1865
2012
  - spec/whois/record/parser/responses/whois.nic.ve/property_updated_on_blank_spec.rb
1866
2013
  - spec/whois/record/parser/responses/whois.nic.ve/property_updated_on_spec.rb
1867
2014
  - spec/whois/record/parser/responses/whois.nic.ve/status_available_spec.rb
2015
+ - spec/whois/record/parser/responses/whois.nic.ve/status_inactive_spec.rb
1868
2016
  - spec/whois/record/parser/responses/whois.nic.ve/status_registered_spec.rb
1869
- - spec/whois/record/parser/responses/whois.nic.ve/status_suspended_spec.rb
1870
2017
  - spec/whois/record/parser/responses/whois.nic.xxx/property_updated_on_blank_spec.rb
1871
2018
  - spec/whois/record/parser/responses/whois.nic.xxx/status_available_spec.rb
1872
2019
  - spec/whois/record/parser/responses/whois.nic.xxx/status_registered_spec.rb
2020
+ - spec/whois/record/parser/responses/whois.nic.xxx/status_reserved_spec.rb
1873
2021
  - spec/whois/record/parser/responses/whois.norid.no/status_available_spec.rb
1874
2022
  - spec/whois/record/parser/responses/whois.norid.no/status_registered_spec.rb
1875
2023
  - spec/whois/record/parser/responses/whois.org.za/status_available_spec.rb
@@ -1886,10 +2034,14 @@ files:
1886
2034
  - spec/whois/record/parser/responses/whois.register.bg/property_nameservers_with_ip_spec.rb
1887
2035
  - spec/whois/record/parser/responses/whois.register.bg/status_available_spec.rb
1888
2036
  - spec/whois/record/parser/responses/whois.register.bg/status_registered_spec.rb
2037
+ - spec/whois/record/parser/responses/whois.registro.br/property_nameservers_with_ip_spec.rb
1889
2038
  - spec/whois/record/parser/responses/whois.registro.br/status_available_limited_spec.rb
1890
2039
  - spec/whois/record/parser/responses/whois.registro.br/status_available_spec.rb
1891
2040
  - spec/whois/record/parser/responses/whois.registro.br/status_registered_limited_spec.rb
1892
2041
  - spec/whois/record/parser/responses/whois.registro.br/status_registered_spec.rb
2042
+ - spec/whois/record/parser/responses/whois.registry.gy/property_status_active_spec.rb
2043
+ - spec/whois/record/parser/responses/whois.registry.gy/property_status_delegated_spec.rb
2044
+ - spec/whois/record/parser/responses/whois.registry.gy/property_status_not_registered_spec.rb
1893
2045
  - spec/whois/record/parser/responses/whois.registry.gy/status_available_spec.rb
1894
2046
  - spec/whois/record/parser/responses/whois.registry.gy/status_registered_spec.rb
1895
2047
  - spec/whois/record/parser/responses/whois.registry.hm/status_available_spec.rb
@@ -1994,7 +2146,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1994
2146
  version: '0'
1995
2147
  requirements: []
1996
2148
  rubyforge_project: whois
1997
- rubygems_version: 1.8.8
2149
+ rubygems_version: 1.8.11
1998
2150
  signing_key:
1999
2151
  specification_version: 3
2000
2152
  summary: An intelligent pure Ruby WHOIS client and parser.