whois 1.6.6 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1939) hide show
  1. data/.gemtest +0 -0
  2. data/.rspec +1 -0
  3. data/.yardopts +2 -0
  4. data/CHANGELOG.rdoc +151 -3
  5. data/LICENSE +22 -0
  6. data/README.rdoc +33 -20
  7. data/Rakefile +144 -0
  8. data/bin/ruby-whois +1 -1
  9. data/lib/core_ext.rb +31 -1
  10. data/lib/whois.rb +113 -115
  11. data/lib/whois/answer.rb +5 -196
  12. data/lib/whois/client.rb +50 -39
  13. data/lib/whois/definitions/ipv4.rb +6 -5
  14. data/lib/whois/definitions/tlds.rb +13 -1
  15. data/lib/whois/errors.rb +70 -32
  16. data/lib/whois/record.rb +335 -0
  17. data/lib/whois/record/contact.rb +53 -0
  18. data/lib/whois/record/nameserver.rb +48 -0
  19. data/lib/whois/record/parser.rb +368 -0
  20. data/lib/whois/record/parser/NOTES.txt +72 -0
  21. data/lib/whois/record/parser/base.rb +419 -0
  22. data/lib/whois/record/parser/blank.rb +37 -0
  23. data/lib/whois/record/parser/example.rb +171 -0
  24. data/lib/whois/record/parser/features/ast.rb +67 -0
  25. data/lib/whois/record/parser/jobswhois.verisign-grs.com.rb +111 -0
  26. data/lib/whois/record/parser/kero.yachay.pe.rb +72 -0
  27. data/lib/whois/record/parser/saudinic.net.sa.rb +23 -0
  28. data/lib/whois/record/parser/scanners/afilias.rb +61 -0
  29. data/lib/whois/record/parser/scanners/base.rb +61 -0
  30. data/lib/whois/record/parser/scanners/cnnic.rb +57 -0
  31. data/lib/whois/record/parser/scanners/iana.rb +105 -0
  32. data/lib/whois/record/parser/scanners/verisign.rb +92 -0
  33. data/lib/whois/record/parser/scanners/whoisbiz.rb +68 -0
  34. data/lib/whois/record/parser/scanners/whoisit.rb +121 -0
  35. data/lib/whois/record/parser/whois.adamsnames.tc.rb +64 -0
  36. data/lib/whois/record/parser/whois.aeda.net.ae.rb +68 -0
  37. data/lib/whois/record/parser/whois.aero.rb +80 -0
  38. data/lib/whois/record/parser/whois.afilias-grs.info.rb +72 -0
  39. data/lib/whois/record/parser/whois.afilias.info.rb +147 -0
  40. data/lib/whois/record/parser/whois.ai.rb +66 -0
  41. data/lib/whois/record/parser/whois.arnes.si.rb +76 -0
  42. data/lib/whois/record/parser/whois.audns.net.au.rb +64 -0
  43. data/lib/whois/record/parser/whois.ausregistry.net.au.rb +23 -0
  44. data/lib/whois/record/parser/whois.biz.rb +138 -0
  45. data/lib/whois/record/parser/whois.cat.rb +79 -0
  46. data/lib/whois/record/parser/whois.cctld.uz.rb +78 -0
  47. data/lib/whois/record/parser/whois.centralnic.com.rb +117 -0
  48. data/lib/whois/record/parser/whois.centralnic.net.rb +24 -0
  49. data/lib/whois/record/parser/whois.cira.ca.rb +131 -0
  50. data/lib/whois/record/parser/whois.cnnic.cn.rb +130 -0
  51. data/lib/whois/record/parser/whois.cnnic.net.cn.rb +23 -0
  52. data/lib/whois/record/parser/whois.co.ca.rb +78 -0
  53. data/lib/whois/record/parser/whois.co.pl.rb +89 -0
  54. data/lib/whois/record/parser/whois.co.ug.rb +83 -0
  55. data/lib/whois/record/parser/whois.coza.net.za.rb +76 -0
  56. data/lib/whois/record/parser/whois.crsnic.net.rb +112 -0
  57. data/lib/whois/record/parser/whois.denic.de.rb +274 -0
  58. data/lib/whois/record/parser/whois.dk-hostmaster.dk.rb +79 -0
  59. data/lib/whois/record/parser/whois.dns.be.rb +79 -0
  60. data/lib/whois/record/parser/whois.dns.lu.rb +77 -0
  61. data/lib/whois/record/parser/whois.dns.pl.rb +77 -0
  62. data/lib/whois/record/parser/whois.dns.pt.rb +73 -0
  63. data/lib/whois/record/parser/whois.domain-registry.nl.rb +111 -0
  64. data/lib/whois/record/parser/whois.domain.kg.rb +78 -0
  65. data/lib/whois/record/parser/whois.domainregistry.ie.rb +73 -0
  66. data/lib/whois/record/parser/whois.domainregistry.my.rb +77 -0
  67. data/lib/whois/record/parser/whois.domreg.lt.rb +70 -0
  68. data/lib/whois/record/parser/whois.dot.tk.rb +74 -0
  69. data/lib/whois/record/parser/whois.dotmobiregistry.net.rb +72 -0
  70. data/lib/whois/record/parser/whois.educause.edu.rb +79 -0
  71. data/lib/whois/record/parser/whois.eenet.ee.rb +74 -0
  72. data/lib/whois/record/parser/whois.eu.org.rb +60 -0
  73. data/lib/whois/record/parser/whois.eu.rb +80 -0
  74. data/lib/whois/record/parser/whois.ficora.fi.rb +76 -0
  75. data/lib/whois/record/parser/whois.gg.rb +71 -0
  76. data/lib/whois/record/parser/whois.gov.za.rb +64 -0
  77. data/lib/whois/record/parser/whois.hkdnr.net.hk.rb +23 -0
  78. data/lib/whois/record/parser/whois.hkirc.hk.rb +74 -0
  79. data/lib/whois/record/parser/whois.iam.net.ma.rb +65 -0
  80. data/lib/whois/record/parser/whois.iana.org.rb +114 -0
  81. data/lib/whois/record/parser/whois.in.ua.rb +78 -0
  82. data/lib/whois/record/parser/whois.isnic.is.rb +72 -0
  83. data/lib/whois/record/parser/whois.isoc.org.il.rb +75 -0
  84. data/lib/whois/record/parser/whois.ja.net.rb +78 -0
  85. data/lib/whois/record/parser/whois.je.rb +71 -0
  86. data/lib/whois/record/parser/whois.jprs.jp.rb +85 -0
  87. data/lib/whois/record/parser/whois.kenic.or.ke.rb +83 -0
  88. data/lib/whois/record/parser/whois.kr.rb +83 -0
  89. data/lib/whois/record/parser/whois.markmonitor.com.rb +121 -0
  90. data/lib/whois/record/parser/whois.meregistry.net.rb +72 -0
  91. data/lib/whois/record/parser/whois.museum.rb +81 -0
  92. data/lib/whois/record/parser/whois.na-nic.com.na.rb +83 -0
  93. data/lib/whois/record/parser/whois.net.ua.rb +78 -0
  94. data/lib/whois/record/parser/whois.netcom.cm.rb +83 -0
  95. data/lib/whois/record/parser/whois.nic-se.se.rb +91 -0
  96. data/lib/whois/record/parser/whois.nic.ac.rb +80 -0
  97. data/lib/whois/record/parser/whois.nic.af.rb +83 -0
  98. data/lib/whois/record/parser/whois.nic.ag.rb +72 -0
  99. data/lib/whois/record/parser/whois.nic.am.rb +82 -0
  100. data/lib/whois/record/parser/whois.nic.as.rb +67 -0
  101. data/lib/whois/record/parser/whois.nic.asia.rb +80 -0
  102. data/lib/whois/record/parser/whois.nic.at.rb +68 -0
  103. data/lib/whois/record/parser/whois.nic.bo.rb +77 -0
  104. data/lib/whois/record/parser/whois.nic.cc.rb +100 -0
  105. data/lib/whois/record/parser/whois.nic.cd.rb +70 -0
  106. data/lib/whois/record/parser/whois.nic.ch.rb +83 -0
  107. data/lib/whois/record/parser/whois.nic.ci.rb +72 -0
  108. data/lib/whois/record/parser/whois.nic.ck.rb +72 -0
  109. data/lib/whois/record/parser/whois.nic.cl.rb +73 -0
  110. data/lib/whois/record/parser/whois.nic.co.rb +72 -0
  111. data/lib/whois/record/parser/whois.nic.coop.rb +80 -0
  112. data/lib/whois/record/parser/whois.nic.cx.rb +83 -0
  113. data/lib/whois/record/parser/whois.nic.cz.rb +86 -0
  114. data/lib/whois/record/parser/whois.nic.dz.rb +64 -0
  115. data/lib/whois/record/parser/whois.nic.ec.rb +78 -0
  116. data/lib/whois/record/parser/whois.nic.fr.rb +88 -0
  117. data/lib/whois/record/parser/whois.nic.gl.rb +83 -0
  118. data/lib/whois/record/parser/whois.nic.gov.rb +64 -0
  119. data/lib/whois/record/parser/whois.nic.gs.rb +83 -0
  120. data/lib/whois/record/parser/whois.nic.ht.rb +86 -0
  121. data/lib/whois/record/parser/whois.nic.hu.rb +339 -0
  122. data/lib/whois/record/parser/whois.nic.im.rb +68 -0
  123. data/lib/whois/record/parser/whois.nic.io.rb +80 -0
  124. data/lib/whois/record/parser/whois.nic.ir.rb +68 -0
  125. data/lib/whois/record/parser/whois.nic.it.rb +156 -0
  126. data/lib/whois/record/parser/whois.nic.ki.rb +83 -0
  127. data/lib/whois/record/parser/whois.nic.kz.rb +72 -0
  128. data/lib/whois/record/parser/whois.nic.la.rb +80 -0
  129. data/lib/whois/record/parser/whois.nic.li.rb +66 -0
  130. data/lib/whois/record/parser/whois.nic.lv.rb +68 -0
  131. data/lib/whois/record/parser/whois.nic.ly.rb +78 -0
  132. data/lib/whois/record/parser/whois.nic.md.rb +101 -0
  133. data/lib/whois/record/parser/whois.nic.mg.rb +83 -0
  134. data/lib/whois/record/parser/whois.nic.ms.rb +83 -0
  135. data/lib/whois/record/parser/whois.nic.mu.rb +83 -0
  136. data/lib/whois/record/parser/whois.nic.mx.rb +81 -0
  137. data/lib/whois/record/parser/whois.nic.name.rb +60 -0
  138. data/lib/whois/record/parser/whois.nic.net.nf.rb +83 -0
  139. data/lib/whois/record/parser/whois.nic.net.ng.rb +83 -0
  140. data/lib/whois/record/parser/whois.nic.net.sa.rb +68 -0
  141. data/lib/whois/record/parser/whois.nic.nu.rb +85 -0
  142. data/lib/whois/record/parser/whois.nic.or.kr.rb +23 -0
  143. data/lib/whois/record/parser/whois.nic.org.uy.rb +78 -0
  144. data/lib/whois/record/parser/whois.nic.pr.rb +68 -0
  145. data/lib/whois/record/parser/whois.nic.priv.at.rb +64 -0
  146. data/lib/whois/record/parser/whois.nic.sh.rb +80 -0
  147. data/lib/whois/record/parser/whois.nic.sl.rb +78 -0
  148. data/lib/whois/record/parser/whois.nic.sn.rb +113 -0
  149. data/lib/whois/record/parser/whois.nic.so.rb +72 -0
  150. data/lib/whois/record/parser/whois.nic.st.rb +74 -0
  151. data/lib/whois/record/parser/whois.nic.tel.rb +76 -0
  152. data/lib/whois/record/parser/whois.nic.tl.rb +78 -0
  153. data/lib/whois/record/parser/whois.nic.tm.rb +80 -0
  154. data/lib/whois/record/parser/whois.nic.tr.rb +76 -0
  155. data/lib/whois/record/parser/whois.nic.travel.rb +80 -0
  156. data/lib/whois/record/parser/whois.nic.tv.rb +101 -0
  157. data/lib/whois/record/parser/whois.nic.uk.rb +122 -0
  158. data/lib/whois/record/parser/whois.nic.us.rb +72 -0
  159. data/lib/whois/record/parser/whois.nic.ve.rb +87 -0
  160. data/lib/whois/record/parser/whois.norid.no.rb +65 -0
  161. data/lib/whois/record/parser/whois.org.za.rb +76 -0
  162. data/lib/whois/record/parser/whois.pandi.or.id.rb +80 -0
  163. data/lib/whois/record/parser/whois.pnina.ps.rb +79 -0
  164. data/lib/whois/record/parser/whois.publicinterestregistry.net.rb +203 -0
  165. data/lib/whois/record/parser/whois.register.bg.rb +86 -0
  166. data/lib/whois/record/parser/whois.registro.br.rb +60 -0
  167. data/lib/whois/record/parser/whois.registry.gy.rb +83 -0
  168. data/lib/whois/record/parser/whois.registry.hm.rb +74 -0
  169. data/lib/whois/record/parser/whois.registry.in.rb +81 -0
  170. data/lib/whois/record/parser/whois.registrypro.pro.rb +72 -0
  171. data/lib/whois/record/parser/whois.ripe.net.rb +70 -0
  172. data/lib/whois/record/parser/whois.ripn.net.rb +104 -0
  173. data/lib/whois/record/parser/whois.rotld.ro.rb +68 -0
  174. data/lib/whois/record/parser/whois.samoanic.ws.rb +78 -0
  175. data/lib/whois/record/parser/whois.sgnic.sg.rb +70 -0
  176. data/lib/whois/record/parser/whois.sk-nic.sk.rb +77 -0
  177. data/lib/whois/record/parser/whois.srs.net.nz.rb +82 -0
  178. data/lib/whois/record/parser/whois.thnic.co.th.rb +80 -0
  179. data/lib/whois/record/parser/whois.tld.ee.rb +157 -0
  180. data/lib/whois/record/parser/whois.tonic.to.rb +102 -0
  181. data/lib/whois/record/parser/whois.twnic.net.tw.rb +74 -0
  182. data/lib/whois/record/parser/whois.tznic.or.tz.rb +80 -0
  183. data/lib/whois/record/parser/whois.usp.ac.fj.rb +74 -0
  184. data/lib/whois/record/parser/whois.za.net.rb +74 -0
  185. data/lib/whois/record/parser/whois.za.org.rb +74 -0
  186. data/lib/whois/record/part.rb +30 -0
  187. data/lib/whois/record/registrar.rb +34 -0
  188. data/lib/whois/record/super_struct.rb +60 -0
  189. data/lib/whois/server.rb +90 -95
  190. data/lib/whois/server/adapters/afilias.rb +26 -15
  191. data/lib/whois/server/adapters/arpa.rb +7 -13
  192. data/lib/whois/server/adapters/base.rb +105 -55
  193. data/lib/whois/server/adapters/formatted.rb +38 -13
  194. data/lib/whois/server/adapters/none.rb +13 -17
  195. data/lib/whois/server/adapters/not_implemented.rb +11 -13
  196. data/lib/whois/server/adapters/pir.rb +27 -16
  197. data/lib/whois/server/adapters/standard.rb +33 -16
  198. data/lib/whois/server/adapters/verisign.rb +29 -15
  199. data/lib/whois/server/adapters/web.rb +12 -16
  200. data/lib/whois/version.rb +8 -13
  201. data/spec/fixtures/referrals/afilias.bz.txt +40 -0
  202. data/spec/fixtures/referrals/crsnic.com.txt +210 -0
  203. data/spec/fixtures/referrals/crsnic.com_referral.txt +57 -0
  204. data/spec/fixtures/referrals/crsnic.com_referral_multiple.txt +210 -0
  205. data/spec/fixtures/referrals/crsnic.com_referral_not_defined.txt +53 -0
  206. data/spec/fixtures/referrals/niccc.cc.txt +59 -0
  207. data/spec/fixtures/referrals/pir.org.txt +84 -0
  208. data/spec/fixtures/responses/UTF8.txt +11 -0
  209. data/spec/fixtures/responses/jobswhois.verisign-grs.com/property_nameserver_no_nameserver.expected +3 -0
  210. data/spec/fixtures/responses/jobswhois.verisign-grs.com/property_nameserver_no_nameserver.txt +53 -0
  211. data/spec/fixtures/responses/jobswhois.verisign-grs.com/status_available.expected +45 -0
  212. data/spec/fixtures/responses/jobswhois.verisign-grs.com/status_available.txt +44 -0
  213. data/spec/fixtures/responses/jobswhois.verisign-grs.com/status_registered.expected +56 -0
  214. data/spec/fixtures/responses/jobswhois.verisign-grs.com/status_registered.txt +54 -0
  215. data/spec/fixtures/responses/kero.yachay.pe/status_available.expected +23 -0
  216. data/spec/fixtures/responses/kero.yachay.pe/status_available.txt +24 -0
  217. data/spec/fixtures/responses/kero.yachay.pe/status_inactive.expected +24 -0
  218. data/spec/fixtures/responses/kero.yachay.pe/status_inactive.txt +31 -0
  219. data/spec/fixtures/responses/kero.yachay.pe/status_registered.expected +31 -0
  220. data/spec/fixtures/responses/kero.yachay.pe/status_registered.txt +35 -0
  221. data/spec/fixtures/responses/whois.adamsnames.tc/gd/status_available.expected +23 -0
  222. data/spec/fixtures/responses/whois.adamsnames.tc/gd/status_available.txt +2 -0
  223. data/spec/fixtures/responses/whois.adamsnames.tc/gd/status_registered.expected +27 -0
  224. data/spec/fixtures/responses/whois.adamsnames.tc/gd/status_registered.txt +26 -0
  225. data/spec/fixtures/responses/whois.adamsnames.tc/tc/status_available.expected +23 -0
  226. data/spec/fixtures/responses/whois.adamsnames.tc/tc/status_available.txt +2 -0
  227. data/spec/fixtures/responses/whois.adamsnames.tc/tc/status_registered.expected +31 -0
  228. data/spec/fixtures/responses/whois.adamsnames.tc/tc/status_registered.txt +28 -0
  229. data/spec/fixtures/responses/whois.adamsnames.tc/vg/status_available.expected +23 -0
  230. data/spec/fixtures/responses/whois.adamsnames.tc/vg/status_available.txt +2 -0
  231. data/spec/fixtures/responses/whois.adamsnames.tc/vg/status_registered.expected +31 -0
  232. data/spec/fixtures/responses/whois.adamsnames.tc/vg/status_registered.txt +28 -0
  233. data/spec/fixtures/responses/whois.aeda.net.ae/status_available.expected +23 -0
  234. data/spec/fixtures/responses/whois.aeda.net.ae/status_available.txt +1 -0
  235. data/spec/fixtures/responses/whois.aeda.net.ae/status_registered.expected +27 -0
  236. data/spec/fixtures/responses/whois.aeda.net.ae/status_registered.txt +15 -0
  237. data/spec/fixtures/responses/whois.aero/status_available.expected +23 -0
  238. data/spec/fixtures/responses/whois.aero/status_available.txt +1 -0
  239. data/spec/fixtures/responses/whois.aero/status_registered.expected +34 -0
  240. data/spec/fixtures/responses/whois.aero/status_registered.txt +102 -0
  241. data/spec/fixtures/responses/whois.afilias-grs.info/bz/status_available.expected +23 -0
  242. data/spec/fixtures/responses/whois.afilias-grs.info/bz/status_available.txt +1 -0
  243. data/spec/fixtures/responses/whois.afilias-grs.info/bz/status_registered.expected +34 -0
  244. data/spec/fixtures/responses/whois.afilias-grs.info/bz/status_registered.txt +122 -0
  245. data/spec/fixtures/responses/whois.afilias-grs.info/gi/status_available.expected +23 -0
  246. data/spec/fixtures/responses/whois.afilias-grs.info/gi/status_available.txt +1 -0
  247. data/spec/fixtures/responses/whois.afilias-grs.info/gi/status_registered.expected +30 -0
  248. data/spec/fixtures/responses/whois.afilias-grs.info/gi/status_registered.txt +98 -0
  249. data/spec/fixtures/responses/whois.afilias-grs.info/hn/status_available.expected +23 -0
  250. data/spec/fixtures/responses/whois.afilias-grs.info/hn/status_available.txt +1 -0
  251. data/spec/fixtures/responses/whois.afilias-grs.info/hn/status_registered.expected +30 -0
  252. data/spec/fixtures/responses/whois.afilias-grs.info/hn/status_registered.txt +85 -0
  253. data/spec/fixtures/responses/whois.afilias-grs.info/lc/status_available.expected +23 -0
  254. data/spec/fixtures/responses/whois.afilias-grs.info/lc/status_available.txt +1 -0
  255. data/spec/fixtures/responses/whois.afilias-grs.info/lc/status_registered.expected +30 -0
  256. data/spec/fixtures/responses/whois.afilias-grs.info/lc/status_registered.txt +83 -0
  257. data/spec/fixtures/responses/whois.afilias-grs.info/mn/status_available.expected +23 -0
  258. data/spec/fixtures/responses/whois.afilias-grs.info/mn/status_available.txt +1 -0
  259. data/spec/fixtures/responses/whois.afilias-grs.info/mn/status_registered.expected +34 -0
  260. data/spec/fixtures/responses/whois.afilias-grs.info/mn/status_registered.txt +100 -0
  261. data/spec/fixtures/responses/whois.afilias-grs.info/sc/status_available.expected +23 -0
  262. data/spec/fixtures/responses/whois.afilias-grs.info/sc/status_available.txt +1 -0
  263. data/spec/fixtures/responses/whois.afilias-grs.info/sc/status_registered.expected +30 -0
  264. data/spec/fixtures/responses/whois.afilias-grs.info/sc/status_registered.txt +85 -0
  265. data/spec/fixtures/responses/whois.afilias-grs.info/vc/status_available.expected +23 -0
  266. data/spec/fixtures/responses/whois.afilias-grs.info/vc/status_available.txt +1 -0
  267. data/spec/fixtures/responses/whois.afilias-grs.info/vc/status_registered.expected +34 -0
  268. data/spec/fixtures/responses/whois.afilias-grs.info/vc/status_registered.txt +100 -0
  269. data/spec/fixtures/responses/whois.afilias.info/status_available.expected +57 -0
  270. data/spec/fixtures/responses/whois.afilias.info/status_available.txt +1 -0
  271. data/spec/fixtures/responses/whois.afilias.info/status_registered.expected +110 -0
  272. data/spec/fixtures/responses/whois.afilias.info/status_registered.txt +104 -0
  273. data/spec/fixtures/responses/whois.ai/status_available.expected +23 -0
  274. data/spec/fixtures/responses/whois.ai/status_available.txt +2 -0
  275. data/spec/fixtures/responses/whois.ai/status_registered.expected +31 -0
  276. data/spec/fixtures/responses/whois.ai/status_registered.txt +59 -0
  277. data/spec/fixtures/responses/whois.arnes.si/status_available.expected +23 -0
  278. data/spec/fixtures/responses/whois.arnes.si/status_available.txt +29 -0
  279. data/spec/fixtures/responses/whois.arnes.si/status_registered.expected +33 -0
  280. data/spec/fixtures/responses/whois.arnes.si/status_registered.txt +55 -0
  281. data/spec/fixtures/responses/whois.audns.net.au/property_status_with_multiple.expected +2 -0
  282. data/spec/fixtures/responses/whois.audns.net.au/property_status_with_multiple.txt +22 -0
  283. data/spec/fixtures/responses/whois.audns.net.au/status_available.expected +23 -0
  284. data/spec/fixtures/responses/whois.audns.net.au/status_available.txt +1 -0
  285. data/spec/fixtures/responses/whois.audns.net.au/status_registered.expected +32 -0
  286. data/spec/fixtures/responses/whois.audns.net.au/status_registered.txt +23 -0
  287. data/spec/fixtures/responses/whois.biz/status_available.expected +53 -0
  288. data/spec/fixtures/responses/whois.biz/status_available.txt +25 -0
  289. data/spec/fixtures/responses/whois.biz/status_registered.expected +69 -0
  290. data/spec/fixtures/responses/whois.biz/status_registered.txt +89 -0
  291. data/spec/fixtures/responses/whois.cat/property_status_missing.expected +2 -0
  292. data/spec/fixtures/responses/whois.cat/property_status_missing.txt +18 -0
  293. data/spec/fixtures/responses/whois.cat/property_status_multiple.expected +2 -0
  294. data/spec/fixtures/responses/whois.cat/property_status_multiple.txt +83 -0
  295. data/spec/fixtures/responses/whois.cat/property_status_ok.expected +2 -0
  296. data/spec/fixtures/responses/whois.cat/property_status_ok.txt +83 -0
  297. data/spec/fixtures/responses/whois.cat/status_available.expected +23 -0
  298. data/spec/fixtures/responses/whois.cat/status_available.txt +18 -0
  299. data/spec/fixtures/responses/whois.cat/status_registered.expected +32 -0
  300. data/spec/fixtures/responses/whois.cat/status_registered.txt +83 -0
  301. data/spec/fixtures/responses/whois.cctld.uz/status_available.expected +23 -0
  302. data/spec/fixtures/responses/whois.cctld.uz/status_available.txt +12 -0
  303. data/spec/fixtures/responses/whois.cctld.uz/status_registered.expected +29 -0
  304. data/spec/fixtures/responses/whois.cctld.uz/status_registered.txt +123 -0
  305. data/spec/fixtures/responses/whois.centralnic.com/ae.org/status_available.expected +30 -0
  306. data/spec/fixtures/responses/whois.centralnic.com/ae.org/status_available.txt +9 -0
  307. data/spec/fixtures/responses/whois.centralnic.com/ae.org/status_registered.expected +36 -0
  308. data/spec/fixtures/responses/whois.centralnic.com/ae.org/status_registered.txt +69 -0
  309. data/spec/fixtures/responses/whois.centralnic.com/ar.com/status_available.expected +30 -0
  310. data/spec/fixtures/responses/whois.centralnic.com/ar.com/status_available.txt +9 -0
  311. data/spec/fixtures/responses/whois.centralnic.com/ar.com/status_registered.expected +44 -0
  312. data/spec/fixtures/responses/whois.centralnic.com/ar.com/status_registered.txt +60 -0
  313. data/spec/fixtures/responses/whois.centralnic.com/br.com/status_available.expected +30 -0
  314. data/spec/fixtures/responses/whois.centralnic.com/br.com/status_available.txt +9 -0
  315. data/spec/fixtures/responses/whois.centralnic.com/br.com/status_registered.expected +36 -0
  316. data/spec/fixtures/responses/whois.centralnic.com/br.com/status_registered.txt +73 -0
  317. data/spec/fixtures/responses/whois.centralnic.com/cn.com/status_available.expected +30 -0
  318. data/spec/fixtures/responses/whois.centralnic.com/cn.com/status_available.txt +9 -0
  319. data/spec/fixtures/responses/whois.centralnic.com/cn.com/status_registered.expected +36 -0
  320. data/spec/fixtures/responses/whois.centralnic.com/cn.com/status_registered.txt +50 -0
  321. data/spec/fixtures/responses/whois.centralnic.com/de.com/status_available.expected +30 -0
  322. data/spec/fixtures/responses/whois.centralnic.com/de.com/status_available.txt +9 -0
  323. data/spec/fixtures/responses/whois.centralnic.com/de.com/status_registered.expected +36 -0
  324. data/spec/fixtures/responses/whois.centralnic.com/de.com/status_registered.txt +53 -0
  325. data/spec/fixtures/responses/whois.centralnic.com/eu.com/status_available.expected +30 -0
  326. data/spec/fixtures/responses/whois.centralnic.com/eu.com/status_available.txt +9 -0
  327. data/spec/fixtures/responses/whois.centralnic.com/eu.com/status_registered.expected +36 -0
  328. data/spec/fixtures/responses/whois.centralnic.com/eu.com/status_registered.txt +57 -0
  329. data/spec/fixtures/responses/whois.centralnic.com/gb.com/status_available.expected +30 -0
  330. data/spec/fixtures/responses/whois.centralnic.com/gb.com/status_available.txt +9 -0
  331. data/spec/fixtures/responses/whois.centralnic.com/gb.com/status_registered.expected +40 -0
  332. data/spec/fixtures/responses/whois.centralnic.com/gb.com/status_registered.txt +73 -0
  333. data/spec/fixtures/responses/whois.centralnic.com/gb.net/status_available.expected +30 -0
  334. data/spec/fixtures/responses/whois.centralnic.com/gb.net/status_available.txt +9 -0
  335. data/spec/fixtures/responses/whois.centralnic.com/gb.net/status_registered.expected +40 -0
  336. data/spec/fixtures/responses/whois.centralnic.com/gb.net/status_registered.txt +73 -0
  337. data/spec/fixtures/responses/whois.centralnic.com/hu.com/registered_details_omitted.txt +36 -0
  338. data/spec/fixtures/responses/whois.centralnic.com/hu.com/status_available.expected +30 -0
  339. data/spec/fixtures/responses/whois.centralnic.com/hu.com/status_available.txt +9 -0
  340. data/spec/fixtures/responses/whois.centralnic.com/hu.com/status_registered.expected +36 -0
  341. data/spec/fixtures/responses/whois.centralnic.com/hu.com/status_registered.txt +70 -0
  342. data/spec/fixtures/responses/whois.centralnic.com/jpn.com/status_available.expected +30 -0
  343. data/spec/fixtures/responses/whois.centralnic.com/jpn.com/status_available.txt +9 -0
  344. data/spec/fixtures/responses/whois.centralnic.com/jpn.com/status_registered.expected +36 -0
  345. data/spec/fixtures/responses/whois.centralnic.com/jpn.com/status_registered.txt +63 -0
  346. data/spec/fixtures/responses/whois.centralnic.com/kr.com/status_available.expected +30 -0
  347. data/spec/fixtures/responses/whois.centralnic.com/kr.com/status_available.txt +9 -0
  348. data/spec/fixtures/responses/whois.centralnic.com/kr.com/status_registered.expected +36 -0
  349. data/spec/fixtures/responses/whois.centralnic.com/kr.com/status_registered.txt +71 -0
  350. data/spec/fixtures/responses/whois.centralnic.com/no.com/status_available.expected +30 -0
  351. data/spec/fixtures/responses/whois.centralnic.com/no.com/status_available.txt +9 -0
  352. data/spec/fixtures/responses/whois.centralnic.com/no.com/status_registered.expected +36 -0
  353. data/spec/fixtures/responses/whois.centralnic.com/no.com/status_registered.txt +59 -0
  354. data/spec/fixtures/responses/whois.centralnic.com/qc.com/status_available.expected +30 -0
  355. data/spec/fixtures/responses/whois.centralnic.com/qc.com/status_available.txt +9 -0
  356. data/spec/fixtures/responses/whois.centralnic.com/qc.com/status_registered.expected +40 -0
  357. data/spec/fixtures/responses/whois.centralnic.com/qc.com/status_registered.txt +53 -0
  358. data/spec/fixtures/responses/whois.centralnic.com/ru.com/status_available.expected +30 -0
  359. data/spec/fixtures/responses/whois.centralnic.com/ru.com/status_available.txt +9 -0
  360. data/spec/fixtures/responses/whois.centralnic.com/ru.com/status_registered.expected +36 -0
  361. data/spec/fixtures/responses/whois.centralnic.com/ru.com/status_registered.txt +62 -0
  362. data/spec/fixtures/responses/whois.centralnic.com/sa.com/status_available.expected +30 -0
  363. data/spec/fixtures/responses/whois.centralnic.com/sa.com/status_available.txt +9 -0
  364. data/spec/fixtures/responses/whois.centralnic.com/sa.com/status_registered.expected +36 -0
  365. data/spec/fixtures/responses/whois.centralnic.com/sa.com/status_registered.txt +52 -0
  366. data/spec/fixtures/responses/whois.centralnic.com/se.com/status_available.expected +30 -0
  367. data/spec/fixtures/responses/whois.centralnic.com/se.com/status_available.txt +9 -0
  368. data/spec/fixtures/responses/whois.centralnic.com/se.com/status_registered.expected +38 -0
  369. data/spec/fixtures/responses/whois.centralnic.com/se.com/status_registered.txt +72 -0
  370. data/spec/fixtures/responses/whois.centralnic.com/se.net/status_available.expected +30 -0
  371. data/spec/fixtures/responses/whois.centralnic.com/se.net/status_available.txt +9 -0
  372. data/spec/fixtures/responses/whois.centralnic.com/se.net/status_registered.expected +38 -0
  373. data/spec/fixtures/responses/whois.centralnic.com/se.net/status_registered.txt +68 -0
  374. data/spec/fixtures/responses/whois.centralnic.com/uk.com/status_available.expected +30 -0
  375. data/spec/fixtures/responses/whois.centralnic.com/uk.com/status_available.txt +9 -0
  376. data/spec/fixtures/responses/whois.centralnic.com/uk.com/status_registered.expected +36 -0
  377. data/spec/fixtures/responses/whois.centralnic.com/uk.com/status_registered.txt +57 -0
  378. data/spec/fixtures/responses/whois.centralnic.com/uk.net/status_available.expected +30 -0
  379. data/spec/fixtures/responses/whois.centralnic.com/uk.net/status_available.txt +9 -0
  380. data/spec/fixtures/responses/whois.centralnic.com/uk.net/status_registered.expected +36 -0
  381. data/spec/fixtures/responses/whois.centralnic.com/uk.net/status_registered.txt +59 -0
  382. data/spec/fixtures/responses/whois.centralnic.com/us.com/status_available.expected +30 -0
  383. data/spec/fixtures/responses/whois.centralnic.com/us.com/status_available.txt +9 -0
  384. data/spec/fixtures/responses/whois.centralnic.com/us.com/status_registered.expected +40 -0
  385. data/spec/fixtures/responses/whois.centralnic.com/us.com/status_registered.txt +61 -0
  386. data/spec/fixtures/responses/whois.centralnic.com/uy.com/property_billing_contact_missing.txt +36 -0
  387. data/spec/fixtures/responses/whois.centralnic.com/uy.com/status_available.expected +30 -0
  388. data/spec/fixtures/responses/whois.centralnic.com/uy.com/status_available.txt +9 -0
  389. data/spec/fixtures/responses/whois.centralnic.com/uy.com/status_registered.expected +36 -0
  390. data/spec/fixtures/responses/whois.centralnic.com/uy.com/status_registered.txt +73 -0
  391. data/spec/fixtures/responses/whois.centralnic.com/uy.com/status_registered_details_omitted.txt +41 -0
  392. data/spec/fixtures/responses/whois.centralnic.com/web.com/status_available.txt +2 -0
  393. data/spec/fixtures/responses/whois.centralnic.com/za.com/status_available.expected +30 -0
  394. data/spec/fixtures/responses/whois.centralnic.com/za.com/status_available.txt +9 -0
  395. data/spec/fixtures/responses/whois.centralnic.com/za.com/status_registered.expected +36 -0
  396. data/spec/fixtures/responses/whois.centralnic.com/za.com/status_registered.txt +63 -0
  397. data/spec/fixtures/responses/whois.cira.ca/schema-1/status_available.expected +27 -0
  398. data/spec/fixtures/responses/whois.cira.ca/schema-1/status_available.txt +9 -0
  399. data/spec/fixtures/responses/whois.cira.ca/schema-1/status_registered.expected +46 -0
  400. data/spec/fixtures/responses/whois.cira.ca/schema-1/status_registered.txt +47 -0
  401. data/spec/fixtures/responses/whois.cira.ca/schema-2/property_status_autorenew_grace.expected +8 -0
  402. data/spec/fixtures/responses/whois.cira.ca/schema-2/property_status_autorenew_grace.txt +43 -0
  403. data/spec/fixtures/responses/whois.cira.ca/schema-2/property_status_available.expected +8 -0
  404. data/spec/fixtures/responses/whois.cira.ca/schema-2/property_status_available.txt +9 -0
  405. data/spec/fixtures/responses/whois.cira.ca/schema-2/property_status_redemption.expected +8 -0
  406. data/spec/fixtures/responses/whois.cira.ca/schema-2/property_status_redemption.txt +40 -0
  407. data/spec/fixtures/responses/whois.cira.ca/schema-2/property_status_registered.expected +8 -0
  408. data/spec/fixtures/responses/whois.cira.ca/schema-2/property_status_registered.txt +40 -0
  409. data/spec/fixtures/responses/whois.cira.ca/schema-2/property_status_tobereleased.expected +8 -0
  410. data/spec/fixtures/responses/whois.cira.ca/schema-2/property_status_tobereleased.txt +10 -0
  411. data/spec/fixtures/responses/whois.cira.ca/schema-2/status_available.expected +27 -0
  412. data/spec/fixtures/responses/whois.cira.ca/schema-2/status_available.txt +9 -0
  413. data/spec/fixtures/responses/whois.cira.ca/schema-2/status_registered.expected +41 -0
  414. data/spec/fixtures/responses/whois.cira.ca/schema-2/status_registered.txt +40 -0
  415. data/spec/fixtures/responses/whois.cnnic.cn/property_status_ok.expected +8 -0
  416. data/spec/fixtures/responses/whois.cnnic.cn/property_status_ok.txt +11 -0
  417. data/spec/fixtures/responses/whois.cnnic.cn/status_available.expected +60 -0
  418. data/spec/fixtures/responses/whois.cnnic.cn/status_available.txt +1 -0
  419. data/spec/fixtures/responses/whois.cnnic.cn/status_registered.expected +85 -0
  420. data/spec/fixtures/responses/whois.cnnic.cn/status_registered.txt +19 -0
  421. data/spec/fixtures/responses/whois.cnnic.cn/status_reserved.expected +12 -0
  422. data/spec/fixtures/responses/whois.cnnic.cn/status_reserved.txt +1 -0
  423. data/spec/fixtures/responses/whois.co.ca/status_available.expected +27 -0
  424. data/spec/fixtures/responses/whois.co.ca/status_available.txt +12 -0
  425. data/spec/fixtures/responses/whois.co.ca/status_registered.expected +33 -0
  426. data/spec/fixtures/responses/whois.co.ca/status_registered.txt +26 -0
  427. data/spec/fixtures/responses/whois.co.ca/status_reserved.expected +12 -0
  428. data/spec/fixtures/responses/whois.co.ca/status_reserved.txt +12 -0
  429. data/spec/fixtures/responses/whois.co.pl/status_available.expected +54 -0
  430. data/spec/fixtures/responses/whois.co.pl/status_available.txt +8 -0
  431. data/spec/fixtures/responses/whois.co.pl/status_registered.expected +59 -0
  432. data/spec/fixtures/responses/whois.co.pl/status_registered.txt +11 -0
  433. data/spec/fixtures/responses/whois.co.ug/status_available.expected +23 -0
  434. data/spec/fixtures/responses/whois.co.ug/status_available.txt +7 -0
  435. data/spec/fixtures/responses/whois.co.ug/status_registered.expected +32 -0
  436. data/spec/fixtures/responses/whois.co.ug/status_registered.txt +35 -0
  437. data/spec/fixtures/responses/whois.coza.net.za/status_available.expected +53 -0
  438. data/spec/fixtures/responses/whois.coza.net.za/status_available.txt +1 -0
  439. data/spec/fixtures/responses/whois.coza.net.za/status_registered.expected +53 -0
  440. data/spec/fixtures/responses/whois.coza.net.za/status_registered.txt +2 -0
  441. data/spec/fixtures/responses/whois.crsnic.net/property_nameserver_no_nameserver.expected +3 -0
  442. data/spec/fixtures/responses/whois.crsnic.net/property_nameserver_no_nameserver.txt +67 -0
  443. data/spec/fixtures/responses/whois.crsnic.net/property_registrar_with_multiple_entries.expected +6 -0
  444. data/spec/fixtures/responses/whois.crsnic.net/property_registrar_with_multiple_entries.txt +235 -0
  445. data/spec/fixtures/responses/whois.crsnic.net/status_available.expected +45 -0
  446. data/spec/fixtures/responses/whois.crsnic.net/status_available.txt +43 -0
  447. data/spec/fixtures/responses/whois.crsnic.net/status_registered.expected +60 -0
  448. data/spec/fixtures/responses/whois.crsnic.net/status_registered.txt +57 -0
  449. data/spec/fixtures/responses/whois.denic.de/schema-1.10.0/status_available.expected +50 -0
  450. data/spec/fixtures/responses/whois.denic.de/schema-1.10.0/status_available.txt +30 -0
  451. data/spec/fixtures/responses/whois.denic.de/schema-1.10.0/status_registered.expected +94 -0
  452. data/spec/fixtures/responses/whois.denic.de/schema-1.10.0/status_registered.txt +77 -0
  453. data/spec/fixtures/responses/whois.denic.de/schema-1.11.0/property_nameservers_with_ip.expected +12 -0
  454. data/spec/fixtures/responses/whois.denic.de/schema-1.11.0/property_nameservers_with_ip.txt +67 -0
  455. data/spec/fixtures/responses/whois.denic.de/schema-1.11.0/property_technical_contact.txt +70 -0
  456. data/spec/fixtures/responses/whois.denic.de/schema-1.11.0/status_available.expected +50 -0
  457. data/spec/fixtures/responses/whois.denic.de/schema-1.11.0/status_available.txt +42 -0
  458. data/spec/fixtures/responses/whois.denic.de/schema-1.11.0/status_invalid.expected +50 -0
  459. data/spec/fixtures/responses/whois.denic.de/schema-1.11.0/status_invalid.txt +37 -0
  460. data/spec/fixtures/responses/whois.denic.de/schema-1.11.0/status_registered.expected +72 -0
  461. data/spec/fixtures/responses/whois.denic.de/schema-1.11.0/status_registered.txt +70 -0
  462. data/spec/fixtures/responses/whois.denic.de/schema-2.0/property_nameservers_with_ip.expected +12 -0
  463. data/spec/fixtures/responses/whois.denic.de/schema-2.0/property_nameservers_with_ip.txt +66 -0
  464. data/spec/fixtures/responses/whois.denic.de/schema-2.0/property_technical_contact.txt +69 -0
  465. data/spec/fixtures/responses/whois.denic.de/schema-2.0/response_throttled.expected +2 -0
  466. data/spec/fixtures/responses/whois.denic.de/schema-2.0/response_throttled.txt +3 -0
  467. data/spec/fixtures/responses/whois.denic.de/schema-2.0/status_available.expected +50 -0
  468. data/spec/fixtures/responses/whois.denic.de/schema-2.0/status_available.txt +2 -0
  469. data/spec/fixtures/responses/whois.denic.de/schema-2.0/status_failed.expected +8 -0
  470. data/spec/fixtures/responses/whois.denic.de/schema-2.0/status_failed.txt +69 -0
  471. data/spec/fixtures/responses/whois.denic.de/schema-2.0/status_failed_ace.expected +8 -0
  472. data/spec/fixtures/responses/whois.denic.de/schema-2.0/status_failed_ace.txt +70 -0
  473. data/spec/fixtures/responses/whois.denic.de/schema-2.0/status_invalid.expected +50 -0
  474. data/spec/fixtures/responses/whois.denic.de/schema-2.0/status_invalid.txt +4 -0
  475. data/spec/fixtures/responses/whois.denic.de/schema-2.0/status_registered.expected +79 -0
  476. data/spec/fixtures/responses/whois.denic.de/schema-2.0/status_registered.txt +69 -0
  477. data/spec/fixtures/responses/whois.dk-hostmaster.dk/status_available.expected +23 -0
  478. data/spec/fixtures/responses/whois.dk-hostmaster.dk/status_available.txt +15 -0
  479. data/spec/fixtures/responses/whois.dk-hostmaster.dk/status_registered.expected +29 -0
  480. data/spec/fixtures/responses/whois.dk-hostmaster.dk/status_registered.txt +47 -0
  481. data/spec/fixtures/responses/whois.dns.be/property_nameservers_with_ip.expected +12 -0
  482. data/spec/fixtures/responses/whois.dns.be/property_nameservers_with_ip.txt +65 -0
  483. data/spec/fixtures/responses/whois.dns.be/status_available.expected +23 -0
  484. data/spec/fixtures/responses/whois.dns.be/status_available.txt +41 -0
  485. data/spec/fixtures/responses/whois.dns.be/status_registered.expected +32 -0
  486. data/spec/fixtures/responses/whois.dns.be/status_registered.txt +66 -0
  487. data/spec/fixtures/responses/whois.dns.lu/property_nameservers_with_ip.expected +12 -0
  488. data/spec/fixtures/responses/whois.dns.lu/property_nameservers_with_ip.txt +55 -0
  489. data/spec/fixtures/responses/whois.dns.lu/status_available.expected +23 -0
  490. data/spec/fixtures/responses/whois.dns.lu/status_available.txt +26 -0
  491. data/spec/fixtures/responses/whois.dns.lu/status_registered.expected +32 -0
  492. data/spec/fixtures/responses/whois.dns.lu/status_registered.txt +57 -0
  493. data/spec/fixtures/responses/whois.dns.pl/property_nameservers_with_ip.expected +9 -0
  494. data/spec/fixtures/responses/whois.dns.pl/property_nameservers_with_ip.txt +32 -0
  495. data/spec/fixtures/responses/whois.dns.pl/status_available.expected +23 -0
  496. data/spec/fixtures/responses/whois.dns.pl/status_available.txt +8 -0
  497. data/spec/fixtures/responses/whois.dns.pl/status_registered.expected +29 -0
  498. data/spec/fixtures/responses/whois.dns.pl/status_registered.txt +32 -0
  499. data/spec/fixtures/responses/whois.dns.pt/status_available.expected +23 -0
  500. data/spec/fixtures/responses/whois.dns.pt/status_available.txt +1 -0
  501. data/spec/fixtures/responses/whois.dns.pt/status_registered.expected +32 -0
  502. data/spec/fixtures/responses/whois.dns.pt/status_registered.txt +32 -0
  503. data/spec/fixtures/responses/whois.dns.pt/status_reserved.expected +24 -0
  504. data/spec/fixtures/responses/whois.dns.pt/status_reserved.txt +24 -0
  505. data/spec/fixtures/responses/whois.domain-registry.nl/property_nameservers_with_ip.expected +9 -0
  506. data/spec/fixtures/responses/whois.domain-registry.nl/property_nameservers_with_ip.txt +34 -0
  507. data/spec/fixtures/responses/whois.domain-registry.nl/response_throttled.expected +2 -0
  508. data/spec/fixtures/responses/whois.domain-registry.nl/response_throttled.txt +1 -0
  509. data/spec/fixtures/responses/whois.domain-registry.nl/response_throttled_daily.expected +2 -0
  510. data/spec/fixtures/responses/whois.domain-registry.nl/response_throttled_daily.txt +1 -0
  511. data/spec/fixtures/responses/whois.domain-registry.nl/response_unavailable.expected +2 -0
  512. data/spec/fixtures/responses/whois.domain-registry.nl/response_unavailable.txt +1 -0
  513. data/spec/fixtures/responses/whois.domain-registry.nl/status_available.expected +23 -0
  514. data/spec/fixtures/responses/whois.domain-registry.nl/status_available.txt +21 -0
  515. data/spec/fixtures/responses/whois.domain-registry.nl/status_quarantine.expected +23 -0
  516. data/spec/fixtures/responses/whois.domain-registry.nl/status_quarantine.txt +32 -0
  517. data/spec/fixtures/responses/whois.domain-registry.nl/status_registered.expected +40 -0
  518. data/spec/fixtures/responses/whois.domain-registry.nl/status_registered.txt +67 -0
  519. data/spec/fixtures/responses/whois.domain.kg/status_available.expected +23 -0
  520. data/spec/fixtures/responses/whois.domain.kg/status_available.txt +6 -0
  521. data/spec/fixtures/responses/whois.domain.kg/status_registered.expected +30 -0
  522. data/spec/fixtures/responses/whois.domain.kg/status_registered.txt +34 -0
  523. data/spec/fixtures/responses/whois.domainregistry.ie/property_nameservers_with_ip.expected +21 -0
  524. data/spec/fixtures/responses/whois.domainregistry.ie/property_nameservers_with_ip.txt +30 -0
  525. data/spec/fixtures/responses/whois.domainregistry.ie/status_available.expected +23 -0
  526. data/spec/fixtures/responses/whois.domainregistry.ie/status_available.txt +7 -0
  527. data/spec/fixtures/responses/whois.domainregistry.ie/status_registered.expected +30 -0
  528. data/spec/fixtures/responses/whois.domainregistry.ie/status_registered.txt +26 -0
  529. data/spec/fixtures/responses/whois.domainregistry.my/status_available.expected +23 -0
  530. data/spec/fixtures/responses/whois.domainregistry.my/status_available.txt +16 -0
  531. data/spec/fixtures/responses/whois.domainregistry.my/status_registered.expected +32 -0
  532. data/spec/fixtures/responses/whois.domainregistry.my/status_registered.txt +119 -0
  533. data/spec/fixtures/responses/whois.domreg.lt/property_nameservers_with_ip.expected +15 -0
  534. data/spec/fixtures/responses/whois.domreg.lt/property_nameservers_with_ip.txt +32 -0
  535. data/spec/fixtures/responses/whois.domreg.lt/status_available.expected +23 -0
  536. data/spec/fixtures/responses/whois.domreg.lt/status_available.txt +18 -0
  537. data/spec/fixtures/responses/whois.domreg.lt/status_registered.expected +30 -0
  538. data/spec/fixtures/responses/whois.domreg.lt/status_registered.txt +37 -0
  539. data/spec/fixtures/responses/whois.dot.tk/status_available.expected +23 -0
  540. data/spec/fixtures/responses/whois.dot.tk/status_available.txt +1 -0
  541. data/spec/fixtures/responses/whois.dot.tk/status_registered.expected +33 -0
  542. data/spec/fixtures/responses/whois.dot.tk/status_registered.txt +28 -0
  543. data/spec/fixtures/responses/whois.dotmobiregistry.net/status_available.expected +22 -0
  544. data/spec/fixtures/responses/whois.dotmobiregistry.net/status_available.txt +25 -0
  545. data/spec/fixtures/responses/whois.dotmobiregistry.net/status_registered.expected +34 -0
  546. data/spec/fixtures/responses/whois.dotmobiregistry.net/status_registered.txt +81 -0
  547. data/spec/fixtures/responses/whois.educause.edu/status_available.expected +23 -0
  548. data/spec/fixtures/responses/whois.educause.edu/status_available.txt +28 -0
  549. data/spec/fixtures/responses/whois.educause.edu/status_registered.expected +32 -0
  550. data/spec/fixtures/responses/whois.educause.edu/status_registered.txt +66 -0
  551. data/spec/fixtures/responses/whois.eenet.ee/status_available.expected +23 -0
  552. data/spec/fixtures/responses/whois.eenet.ee/status_available.txt +6 -0
  553. data/spec/fixtures/responses/whois.eenet.ee/status_registered.expected +29 -0
  554. data/spec/fixtures/responses/whois.eenet.ee/status_registered.txt +27 -0
  555. data/spec/fixtures/responses/whois.eu.org/status_available.expected +22 -0
  556. data/spec/fixtures/responses/whois.eu.org/status_available.txt +1 -0
  557. data/spec/fixtures/responses/whois.eu.org/status_registered.expected +22 -0
  558. data/spec/fixtures/responses/whois.eu.org/status_registered.txt +19 -0
  559. data/spec/fixtures/responses/whois.eu/property_nameservers_with_ip.expected +9 -0
  560. data/spec/fixtures/responses/whois.eu/property_nameservers_with_ip.txt +61 -0
  561. data/spec/fixtures/responses/whois.eu/status_available.expected +23 -0
  562. data/spec/fixtures/responses/whois.eu/status_available.txt +47 -0
  563. data/spec/fixtures/responses/whois.eu/status_registered.expected +31 -0
  564. data/spec/fixtures/responses/whois.eu/status_registered.txt +63 -0
  565. data/spec/fixtures/responses/whois.ficora.fi/status_available.expected +23 -0
  566. data/spec/fixtures/responses/whois.ficora.fi/status_available.txt +5 -0
  567. data/spec/fixtures/responses/whois.ficora.fi/status_registered.expected +33 -0
  568. data/spec/fixtures/responses/whois.ficora.fi/status_registered.txt +19 -0
  569. data/spec/fixtures/responses/whois.gg/status_available.expected +23 -0
  570. data/spec/fixtures/responses/whois.gg/status_available.txt +26 -0
  571. data/spec/fixtures/responses/whois.gg/status_registered.expected +31 -0
  572. data/spec/fixtures/responses/whois.gg/status_registered.txt +32 -0
  573. data/spec/fixtures/responses/whois.gov.za/status_available.expected +22 -0
  574. data/spec/fixtures/responses/whois.gov.za/status_available.txt +1 -0
  575. data/spec/fixtures/responses/whois.gov.za/status_registered.expected +23 -0
  576. data/spec/fixtures/responses/whois.gov.za/status_registered.txt +30 -0
  577. data/spec/fixtures/responses/whois.hkirc.hk/status_available.expected +23 -0
  578. data/spec/fixtures/responses/whois.hkirc.hk/status_available.txt +1 -0
  579. data/spec/fixtures/responses/whois.hkirc.hk/status_registered.expected +29 -0
  580. data/spec/fixtures/responses/whois.hkirc.hk/status_registered.txt +96 -0
  581. data/spec/fixtures/responses/whois.iam.net.ma/status_available.expected +18 -0
  582. data/spec/fixtures/responses/whois.iam.net.ma/status_available.txt +2 -0
  583. data/spec/fixtures/responses/whois.iam.net.ma/status_registered.expected +20 -0
  584. data/spec/fixtures/responses/whois.iam.net.ma/status_registered.txt +18 -0
  585. data/spec/fixtures/responses/whois.iana.org/MULTIPLE.txt +3 -0
  586. data/spec/fixtures/responses/whois.iana.org/status_available.expected +36 -0
  587. data/spec/fixtures/responses/whois.iana.org/status_available.txt +9 -0
  588. data/spec/fixtures/responses/whois.iana.org/status_not_assigned.expected +37 -0
  589. data/spec/fixtures/responses/whois.iana.org/status_not_assigned.txt +17 -0
  590. data/spec/fixtures/responses/whois.iana.org/status_registered.expected +83 -0
  591. data/spec/fixtures/responses/whois.iana.org/status_registered.txt +41 -0
  592. data/spec/fixtures/responses/whois.in.ua/status_available.expected +23 -0
  593. data/spec/fixtures/responses/whois.in.ua/status_available.txt +4 -0
  594. data/spec/fixtures/responses/whois.in.ua/status_registered.expected +31 -0
  595. data/spec/fixtures/responses/whois.in.ua/status_registered.txt +16 -0
  596. data/spec/fixtures/responses/whois.isnic.is/status_available.expected +23 -0
  597. data/spec/fixtures/responses/whois.isnic.is/status_available.txt +7 -0
  598. data/spec/fixtures/responses/whois.isnic.is/status_registered.expected +29 -0
  599. data/spec/fixtures/responses/whois.isnic.is/status_registered.txt +57 -0
  600. data/spec/fixtures/responses/whois.isoc.org.il/property_status_missing.expected +8 -0
  601. data/spec/fixtures/responses/whois.isoc.org.il/property_status_missing.txt +19 -0
  602. data/spec/fixtures/responses/whois.isoc.org.il/property_status_transfer_allowed.expected +8 -0
  603. data/spec/fixtures/responses/whois.isoc.org.il/property_status_transfer_allowed.txt +52 -0
  604. data/spec/fixtures/responses/whois.isoc.org.il/property_status_transfer_locked.expected +8 -0
  605. data/spec/fixtures/responses/whois.isoc.org.il/property_status_transfer_locked.txt +84 -0
  606. data/spec/fixtures/responses/whois.isoc.org.il/status_available.expected +23 -0
  607. data/spec/fixtures/responses/whois.isoc.org.il/status_available.txt +19 -0
  608. data/spec/fixtures/responses/whois.isoc.org.il/status_registered.expected +36 -0
  609. data/spec/fixtures/responses/whois.isoc.org.il/status_registered.txt +84 -0
  610. data/spec/fixtures/responses/whois.ja.net/ac.uk/status_available.expected +23 -0
  611. data/spec/fixtures/responses/whois.ja.net/ac.uk/status_available.txt +3 -0
  612. data/spec/fixtures/responses/whois.ja.net/ac.uk/status_registered.expected +38 -0
  613. data/spec/fixtures/responses/whois.ja.net/ac.uk/status_registered.txt +39 -0
  614. data/spec/fixtures/responses/whois.ja.net/gov.uk/status_available.expected +23 -0
  615. data/spec/fixtures/responses/whois.ja.net/gov.uk/status_available.txt +3 -0
  616. data/spec/fixtures/responses/whois.ja.net/gov.uk/status_registered.expected +42 -0
  617. data/spec/fixtures/responses/whois.ja.net/gov.uk/status_registered.txt +45 -0
  618. data/spec/fixtures/responses/whois.je/status_available.expected +23 -0
  619. data/spec/fixtures/responses/whois.je/status_available.txt +26 -0
  620. data/spec/fixtures/responses/whois.je/status_registered.expected +31 -0
  621. data/spec/fixtures/responses/whois.je/status_registered.txt +32 -0
  622. data/spec/fixtures/responses/whois.jprs.jp/jp/property_created_on_and_expires_on_missing.expected +2 -0
  623. data/spec/fixtures/responses/whois.jprs.jp/jp/property_created_on_and_expires_on_missing.txt +21 -0
  624. data/spec/fixtures/responses/whois.jprs.jp/jp/property_expires_on_missing.expected +2 -0
  625. data/spec/fixtures/responses/whois.jprs.jp/jp/property_expires_on_missing.txt +20 -0
  626. data/spec/fixtures/responses/whois.jprs.jp/jp/property_updates_on_error_out-of-range.expected +3 -0
  627. data/spec/fixtures/responses/whois.jprs.jp/jp/property_updates_on_error_out-of-range.txt +28 -0
  628. data/spec/fixtures/responses/whois.jprs.jp/jp/status_available.expected +23 -0
  629. data/spec/fixtures/responses/whois.jprs.jp/jp/status_available.txt +17 -0
  630. data/spec/fixtures/responses/whois.jprs.jp/jp/status_registered.expected +34 -0
  631. data/spec/fixtures/responses/whois.jprs.jp/jp/status_registered.txt +30 -0
  632. data/spec/fixtures/responses/whois.jprs.jp/jp/status_reserved.expected +24 -0
  633. data/spec/fixtures/responses/whois.jprs.jp/jp/status_reserved.txt +27 -0
  634. data/spec/fixtures/responses/whois.jprs.jp/ne.jp/status_available.expected +23 -0
  635. data/spec/fixtures/responses/whois.jprs.jp/ne.jp/status_available.txt +17 -0
  636. data/spec/fixtures/responses/whois.jprs.jp/ne.jp/status_registered.expected +33 -0
  637. data/spec/fixtures/responses/whois.jprs.jp/ne.jp/status_registered.txt +19 -0
  638. data/spec/fixtures/responses/whois.kenic.or.ke/status_available.expected +23 -0
  639. data/spec/fixtures/responses/whois.kenic.or.ke/status_available.txt +24 -0
  640. data/spec/fixtures/responses/whois.kenic.or.ke/status_registered.expected +34 -0
  641. data/spec/fixtures/responses/whois.kenic.or.ke/status_registered.txt +70 -0
  642. data/spec/fixtures/responses/whois.kr/property_nameservers_with_ip.expected +9 -0
  643. data/spec/fixtures/responses/whois.kr/property_nameservers_with_ip.txt +52 -0
  644. data/spec/fixtures/responses/whois.kr/status_available.expected +23 -0
  645. data/spec/fixtures/responses/whois.kr/status_available.txt +10 -0
  646. data/spec/fixtures/responses/whois.kr/status_registered.expected +30 -0
  647. data/spec/fixtures/responses/whois.kr/status_registered.txt +48 -0
  648. data/spec/fixtures/responses/whois.markmonitor.com/status_registered.expected +89 -0
  649. data/spec/fixtures/responses/whois.markmonitor.com/status_registered.txt +79 -0
  650. data/spec/fixtures/responses/whois.meregistry.net/property_nameservers_is_missing.expected +3 -0
  651. data/spec/fixtures/responses/whois.meregistry.net/property_nameservers_is_missing.txt +95 -0
  652. data/spec/fixtures/responses/whois.meregistry.net/status_available.expected +23 -0
  653. data/spec/fixtures/responses/whois.meregistry.net/status_available.txt +1 -0
  654. data/spec/fixtures/responses/whois.meregistry.net/status_registered.expected +34 -0
  655. data/spec/fixtures/responses/whois.meregistry.net/status_registered.txt +94 -0
  656. data/spec/fixtures/responses/whois.museum/status_available.expected +23 -0
  657. data/spec/fixtures/responses/whois.museum/status_available.txt +18 -0
  658. data/spec/fixtures/responses/whois.museum/status_registered.expected +32 -0
  659. data/spec/fixtures/responses/whois.museum/status_registered.txt +92 -0
  660. data/spec/fixtures/responses/whois.na-nic.com.na/status_available.expected +23 -0
  661. data/spec/fixtures/responses/whois.na-nic.com.na/status_available.txt +15 -0
  662. data/spec/fixtures/responses/whois.na-nic.com.na/status_registered.expected +30 -0
  663. data/spec/fixtures/responses/whois.na-nic.com.na/status_registered.txt +54 -0
  664. data/spec/fixtures/responses/whois.net.ua/property_nameservers_uppercase.expected +9 -0
  665. data/spec/fixtures/responses/whois.net.ua/property_nameservers_uppercase.txt +29 -0
  666. data/spec/fixtures/responses/whois.net.ua/redirect_to_whois.in.ua.txt +29 -0
  667. data/spec/fixtures/responses/whois.net.ua/status_available.expected +23 -0
  668. data/spec/fixtures/responses/whois.net.ua/status_available.txt +7 -0
  669. data/spec/fixtures/responses/whois.net.ua/status_registered.expected +33 -0
  670. data/spec/fixtures/responses/whois.net.ua/status_registered.txt +62 -0
  671. data/spec/fixtures/responses/whois.netcom.cm/status_available.expected +23 -0
  672. data/spec/fixtures/responses/whois.netcom.cm/status_available.txt +21 -0
  673. data/spec/fixtures/responses/whois.netcom.cm/status_registered.expected +34 -0
  674. data/spec/fixtures/responses/whois.netcom.cm/status_registered.txt +73 -0
  675. data/spec/fixtures/responses/whois.nic-se.se/property_nameservers_with_ip.expected +11 -0
  676. data/spec/fixtures/responses/whois.nic-se.se/property_nameservers_with_ip.txt +37 -0
  677. data/spec/fixtures/responses/whois.nic-se.se/property_status_inactive.txt +34 -0
  678. data/spec/fixtures/responses/whois.nic-se.se/property_status_missing.txt +21 -0
  679. data/spec/fixtures/responses/whois.nic-se.se/property_status_ok.txt +37 -0
  680. data/spec/fixtures/responses/whois.nic-se.se/status_available.expected +23 -0
  681. data/spec/fixtures/responses/whois.nic-se.se/status_available.txt +21 -0
  682. data/spec/fixtures/responses/whois.nic-se.se/status_inactive.expected +8 -0
  683. data/spec/fixtures/responses/whois.nic-se.se/status_inactive.txt +34 -0
  684. data/spec/fixtures/responses/whois.nic-se.se/status_registered.expected +34 -0
  685. data/spec/fixtures/responses/whois.nic-se.se/status_registered.txt +37 -0
  686. data/spec/fixtures/responses/whois.nic.ac/status_available.expected +53 -0
  687. data/spec/fixtures/responses/whois.nic.ac/status_available.txt +2 -0
  688. data/spec/fixtures/responses/whois.nic.ac/status_registered.expected +53 -0
  689. data/spec/fixtures/responses/whois.nic.ac/status_registered.txt +2 -0
  690. data/spec/fixtures/responses/whois.nic.af/status_available.expected +23 -0
  691. data/spec/fixtures/responses/whois.nic.af/status_available.txt +13 -0
  692. data/spec/fixtures/responses/whois.nic.af/status_registered.expected +30 -0
  693. data/spec/fixtures/responses/whois.nic.af/status_registered.txt +56 -0
  694. data/spec/fixtures/responses/whois.nic.ag/status_available.expected +23 -0
  695. data/spec/fixtures/responses/whois.nic.ag/status_available.txt +1 -0
  696. data/spec/fixtures/responses/whois.nic.ag/status_registered.expected +34 -0
  697. data/spec/fixtures/responses/whois.nic.ag/status_registered.txt +100 -0
  698. data/spec/fixtures/responses/whois.nic.am/status_available.expected +23 -0
  699. data/spec/fixtures/responses/whois.nic.am/status_available.txt +3 -0
  700. data/spec/fixtures/responses/whois.nic.am/status_registered.expected +33 -0
  701. data/spec/fixtures/responses/whois.nic.am/status_registered.txt +42 -0
  702. data/spec/fixtures/responses/whois.nic.as/status_available.expected +23 -0
  703. data/spec/fixtures/responses/whois.nic.as/status_available.txt +12 -0
  704. data/spec/fixtures/responses/whois.nic.as/status_registered.expected +35 -0
  705. data/spec/fixtures/responses/whois.nic.as/status_registered.txt +18 -0
  706. data/spec/fixtures/responses/whois.nic.asia/status_available.expected +23 -0
  707. data/spec/fixtures/responses/whois.nic.asia/status_available.txt +1 -0
  708. data/spec/fixtures/responses/whois.nic.asia/status_registered.expected +30 -0
  709. data/spec/fixtures/responses/whois.nic.asia/status_registered.txt +159 -0
  710. data/spec/fixtures/responses/whois.nic.at/status_available.expected +23 -0
  711. data/spec/fixtures/responses/whois.nic.at/status_available.txt +25 -0
  712. data/spec/fixtures/responses/whois.nic.at/status_registered.expected +32 -0
  713. data/spec/fixtures/responses/whois.nic.at/status_registered.txt +65 -0
  714. data/spec/fixtures/responses/whois.nic.bo/status_available.expected +29 -0
  715. data/spec/fixtures/responses/whois.nic.bo/status_available.txt +3 -0
  716. data/spec/fixtures/responses/whois.nic.bo/status_registered.expected +31 -0
  717. data/spec/fixtures/responses/whois.nic.bo/status_registered.txt +47 -0
  718. data/spec/fixtures/responses/whois.nic.cc/property_nameserver_no_nameserver.expected +3 -0
  719. data/spec/fixtures/responses/whois.nic.cc/property_nameserver_no_nameserver.txt +54 -0
  720. data/spec/fixtures/responses/whois.nic.cc/status_available.expected +45 -0
  721. data/spec/fixtures/responses/whois.nic.cc/status_available.txt +44 -0
  722. data/spec/fixtures/responses/whois.nic.cc/status_registered.expected +56 -0
  723. data/spec/fixtures/responses/whois.nic.cc/status_registered.txt +58 -0
  724. data/spec/fixtures/responses/whois.nic.cd/status_available.expected +23 -0
  725. data/spec/fixtures/responses/whois.nic.cd/status_available.txt +1 -0
  726. data/spec/fixtures/responses/whois.nic.cd/status_registered.expected +32 -0
  727. data/spec/fixtures/responses/whois.nic.cd/status_registered.txt +85 -0
  728. data/spec/fixtures/responses/whois.nic.ch/property_nameservers_with_ip.expected +7 -0
  729. data/spec/fixtures/responses/whois.nic.ch/property_nameservers_with_ip.txt +27 -0
  730. data/spec/fixtures/responses/whois.nic.ch/status_available.expected +23 -0
  731. data/spec/fixtures/responses/whois.nic.ch/status_available.txt +2 -0
  732. data/spec/fixtures/responses/whois.nic.ch/status_registered.expected +31 -0
  733. data/spec/fixtures/responses/whois.nic.ch/status_registered.txt +28 -0
  734. data/spec/fixtures/responses/whois.nic.ci/status_available.expected +23 -0
  735. data/spec/fixtures/responses/whois.nic.ci/status_available.txt +4 -0
  736. data/spec/fixtures/responses/whois.nic.ci/status_registered.expected +32 -0
  737. data/spec/fixtures/responses/whois.nic.ci/status_registered.txt +19 -0
  738. data/spec/fixtures/responses/whois.nic.ck/status_available.expected +23 -0
  739. data/spec/fixtures/responses/whois.nic.ck/status_available.txt +4 -0
  740. data/spec/fixtures/responses/whois.nic.ck/status_registered.expected +28 -0
  741. data/spec/fixtures/responses/whois.nic.ck/status_registered.txt +55 -0
  742. data/spec/fixtures/responses/whois.nic.cl/status_available.expected +20 -0
  743. data/spec/fixtures/responses/whois.nic.cl/status_available.txt +1 -0
  744. data/spec/fixtures/responses/whois.nic.cl/status_registered.expected +31 -0
  745. data/spec/fixtures/responses/whois.nic.cl/status_registered.txt +28 -0
  746. data/spec/fixtures/responses/whois.nic.co/status_available.expected +23 -0
  747. data/spec/fixtures/responses/whois.nic.co/status_available.txt +28 -0
  748. data/spec/fixtures/responses/whois.nic.co/status_registered.expected +33 -0
  749. data/spec/fixtures/responses/whois.nic.co/status_registered.txt +82 -0
  750. data/spec/fixtures/responses/whois.nic.coop/status_available.expected +23 -0
  751. data/spec/fixtures/responses/whois.nic.coop/status_available.txt +33 -0
  752. data/spec/fixtures/responses/whois.nic.coop/status_registered.expected +30 -0
  753. data/spec/fixtures/responses/whois.nic.coop/status_registered.txt +123 -0
  754. data/spec/fixtures/responses/whois.nic.cx/status_available.expected +23 -0
  755. data/spec/fixtures/responses/whois.nic.cx/status_available.txt +11 -0
  756. data/spec/fixtures/responses/whois.nic.cx/status_registered.expected +34 -0
  757. data/spec/fixtures/responses/whois.nic.cx/status_registered.txt +68 -0
  758. data/spec/fixtures/responses/whois.nic.cz/property_nameservers_with_ip.expected +9 -0
  759. data/spec/fixtures/responses/whois.nic.cz/property_nameservers_with_ip.txt +61 -0
  760. data/spec/fixtures/responses/whois.nic.cz/property_status_expired.expected +8 -0
  761. data/spec/fixtures/responses/whois.nic.cz/property_status_expired.txt +74 -0
  762. data/spec/fixtures/responses/whois.nic.cz/property_status_missing.expected +8 -0
  763. data/spec/fixtures/responses/whois.nic.cz/property_status_missing.txt +24 -0
  764. data/spec/fixtures/responses/whois.nic.cz/property_status_paid.expected +8 -0
  765. data/spec/fixtures/responses/whois.nic.cz/property_status_paid.txt +88 -0
  766. data/spec/fixtures/responses/whois.nic.cz/status_available.expected +23 -0
  767. data/spec/fixtures/responses/whois.nic.cz/status_available.txt +24 -0
  768. data/spec/fixtures/responses/whois.nic.cz/status_expired.txt +74 -0
  769. data/spec/fixtures/responses/whois.nic.cz/status_registered.expected +33 -0
  770. data/spec/fixtures/responses/whois.nic.cz/status_registered.txt +88 -0
  771. data/spec/fixtures/responses/whois.nic.dz/status_available.expected +22 -0
  772. data/spec/fixtures/responses/whois.nic.dz/status_available.txt +10 -0
  773. data/spec/fixtures/responses/whois.nic.dz/status_registered.expected +21 -0
  774. data/spec/fixtures/responses/whois.nic.dz/status_registered.txt +25 -0
  775. data/spec/fixtures/responses/whois.nic.ec/status_available.expected +23 -0
  776. data/spec/fixtures/responses/whois.nic.ec/status_available.txt +1 -0
  777. data/spec/fixtures/responses/whois.nic.ec/status_registered.expected +34 -0
  778. data/spec/fixtures/responses/whois.nic.ec/status_registered.txt +40 -0
  779. data/spec/fixtures/responses/whois.nic.fr/fr/property_nameservers.expected +11 -0
  780. data/spec/fixtures/responses/whois.nic.fr/fr/property_nameservers.txt +98 -0
  781. data/spec/fixtures/responses/whois.nic.fr/fr/property_nameservers_with_ipv4_and_some_ipv6.expected +27 -0
  782. data/spec/fixtures/responses/whois.nic.fr/fr/property_nameservers_with_ipv4_and_some_ipv6.txt +85 -0
  783. data/spec/fixtures/responses/whois.nic.fr/fr/property_status_active.txt +98 -0
  784. data/spec/fixtures/responses/whois.nic.fr/fr/property_status_missing.expected +8 -0
  785. data/spec/fixtures/responses/whois.nic.fr/fr/property_status_missing.txt +19 -0
  786. data/spec/fixtures/responses/whois.nic.fr/fr/property_status_redemption.expected +8 -0
  787. data/spec/fixtures/responses/whois.nic.fr/fr/property_status_redemption.txt +82 -0
  788. data/spec/fixtures/responses/whois.nic.fr/fr/property_status_registered.expected +8 -0
  789. data/spec/fixtures/responses/whois.nic.fr/fr/property_status_registered.txt +80 -0
  790. data/spec/fixtures/responses/whois.nic.fr/fr/status_available.expected +23 -0
  791. data/spec/fixtures/responses/whois.nic.fr/fr/status_available.txt +19 -0
  792. data/spec/fixtures/responses/whois.nic.fr/fr/status_registered.expected +33 -0
  793. data/spec/fixtures/responses/whois.nic.fr/fr/status_registered.txt +98 -0
  794. data/spec/fixtures/responses/whois.nic.fr/pm/property_nameservers_with_ipv4_and_ipv6.expected +15 -0
  795. data/spec/fixtures/responses/whois.nic.fr/pm/property_nameservers_with_ipv4_and_ipv6.txt +88 -0
  796. data/spec/fixtures/responses/whois.nic.fr/pm/status_available.expected +23 -0
  797. data/spec/fixtures/responses/whois.nic.fr/pm/status_available.txt +19 -0
  798. data/spec/fixtures/responses/whois.nic.fr/pm/status_registered.expected +25 -0
  799. data/spec/fixtures/responses/whois.nic.fr/pm/status_registered.txt +88 -0
  800. data/spec/fixtures/responses/whois.nic.fr/re/property_nameservers_with_ipv4_and_ipv6.expected +15 -0
  801. data/spec/fixtures/responses/whois.nic.fr/re/property_nameservers_with_ipv4_and_ipv6.txt +83 -0
  802. data/spec/fixtures/responses/whois.nic.fr/re/status_available.expected +23 -0
  803. data/spec/fixtures/responses/whois.nic.fr/re/status_available.txt +19 -0
  804. data/spec/fixtures/responses/whois.nic.fr/re/status_registered.expected +25 -0
  805. data/spec/fixtures/responses/whois.nic.fr/re/status_registered.txt +83 -0
  806. data/spec/fixtures/responses/whois.nic.fr/tf/property_status_frozen.expected +8 -0
  807. data/spec/fixtures/responses/whois.nic.fr/tf/property_status_frozen.txt +88 -0
  808. data/spec/fixtures/responses/whois.nic.fr/tf/status_available.expected +23 -0
  809. data/spec/fixtures/responses/whois.nic.fr/tf/status_available.txt +19 -0
  810. data/spec/fixtures/responses/whois.nic.fr/tf/status_registered.expected +37 -0
  811. data/spec/fixtures/responses/whois.nic.fr/tf/status_registered.txt +88 -0
  812. data/spec/fixtures/responses/whois.nic.fr/wf/status_available.expected +23 -0
  813. data/spec/fixtures/responses/whois.nic.fr/wf/status_available.txt +19 -0
  814. data/spec/fixtures/responses/whois.nic.fr/wf/status_registered.expected +37 -0
  815. data/spec/fixtures/responses/whois.nic.fr/wf/status_registered.txt +88 -0
  816. data/spec/fixtures/responses/whois.nic.fr/yt/status_available.expected +23 -0
  817. data/spec/fixtures/responses/whois.nic.fr/yt/status_available.txt +19 -0
  818. data/spec/fixtures/responses/whois.nic.fr/yt/status_registered.expected +37 -0
  819. data/spec/fixtures/responses/whois.nic.fr/yt/status_registered.txt +88 -0
  820. data/spec/fixtures/responses/whois.nic.gl/status_available.expected +23 -0
  821. data/spec/fixtures/responses/whois.nic.gl/status_available.txt +22 -0
  822. data/spec/fixtures/responses/whois.nic.gl/status_registered.expected +30 -0
  823. data/spec/fixtures/responses/whois.nic.gl/status_registered.txt +47 -0
  824. data/spec/fixtures/responses/whois.nic.gov/status_available.expected +22 -0
  825. data/spec/fixtures/responses/whois.nic.gov/status_available.txt +1 -0
  826. data/spec/fixtures/responses/whois.nic.gov/status_registered.expected +22 -0
  827. data/spec/fixtures/responses/whois.nic.gov/status_registered.txt +5 -0
  828. data/spec/fixtures/responses/whois.nic.gs/status_available.expected +23 -0
  829. data/spec/fixtures/responses/whois.nic.gs/status_available.txt +23 -0
  830. data/spec/fixtures/responses/whois.nic.gs/status_registered.expected +30 -0
  831. data/spec/fixtures/responses/whois.nic.gs/status_registered.txt +91 -0
  832. data/spec/fixtures/responses/whois.nic.ht/status_available.expected +23 -0
  833. data/spec/fixtures/responses/whois.nic.ht/status_available.txt +23 -0
  834. data/spec/fixtures/responses/whois.nic.ht/status_registered.expected +34 -0
  835. data/spec/fixtures/responses/whois.nic.ht/status_registered.txt +59 -0
  836. data/spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_company.expected +16 -0
  837. data/spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_company.txt +65 -0
  838. data/spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_private_person.expected +15 -0
  839. data/spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_private_person.txt +58 -0
  840. data/spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_without_address.expected +9 -0
  841. data/spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_without_address.txt +58 -0
  842. data/spec/fixtures/responses/whois.nic.hu/schema-1.99/status_available.expected +57 -0
  843. data/spec/fixtures/responses/whois.nic.hu/schema-1.99/status_available.txt +12 -0
  844. data/spec/fixtures/responses/whois.nic.hu/schema-1.99/status_in_progress.expected +52 -0
  845. data/spec/fixtures/responses/whois.nic.hu/schema-1.99/status_in_progress.txt +13 -0
  846. data/spec/fixtures/responses/whois.nic.hu/schema-1.99/status_registered.expected +132 -0
  847. data/spec/fixtures/responses/whois.nic.hu/schema-1.99/status_registered.txt +65 -0
  848. data/spec/fixtures/responses/whois.nic.hu/schema-current/status_available.expected +50 -0
  849. data/spec/fixtures/responses/whois.nic.hu/schema-current/status_available.txt +3 -0
  850. data/spec/fixtures/responses/whois.nic.hu/schema-current/status_registered.expected +50 -0
  851. data/spec/fixtures/responses/whois.nic.hu/schema-current/status_registered.txt +9 -0
  852. data/spec/fixtures/responses/whois.nic.im/status_available.expected +23 -0
  853. data/spec/fixtures/responses/whois.nic.im/status_available.txt +2 -0
  854. data/spec/fixtures/responses/whois.nic.im/status_registered.expected +32 -0
  855. data/spec/fixtures/responses/whois.nic.im/status_registered.txt +45 -0
  856. data/spec/fixtures/responses/whois.nic.io/status_available.expected +53 -0
  857. data/spec/fixtures/responses/whois.nic.io/status_available.txt +2 -0
  858. data/spec/fixtures/responses/whois.nic.io/status_registered.expected +53 -0
  859. data/spec/fixtures/responses/whois.nic.io/status_registered.txt +2 -0
  860. data/spec/fixtures/responses/whois.nic.ir/status_available.expected +23 -0
  861. data/spec/fixtures/responses/whois.nic.ir/status_available.txt +14 -0
  862. data/spec/fixtures/responses/whois.nic.ir/status_registered.expected +32 -0
  863. data/spec/fixtures/responses/whois.nic.ir/status_registered.txt +33 -0
  864. data/spec/fixtures/responses/whois.nic.it/property_contact_province.expected +15 -0
  865. data/spec/fixtures/responses/whois.nic.it/property_contact_province.txt +58 -0
  866. data/spec/fixtures/responses/whois.nic.it/property_contact_with_company_in_address.expected +15 -0
  867. data/spec/fixtures/responses/whois.nic.it/property_contact_with_company_in_address.txt +60 -0
  868. data/spec/fixtures/responses/whois.nic.it/property_contact_with_organization.expected +15 -0
  869. data/spec/fixtures/responses/whois.nic.it/property_contact_with_organization.txt +53 -0
  870. data/spec/fixtures/responses/whois.nic.it/property_status_active.expected +8 -0
  871. data/spec/fixtures/responses/whois.nic.it/property_status_active.txt +53 -0
  872. data/spec/fixtures/responses/whois.nic.it/property_status_available.expected +8 -0
  873. data/spec/fixtures/responses/whois.nic.it/property_status_available.txt +2 -0
  874. data/spec/fixtures/responses/whois.nic.it/property_status_client.expected +8 -0
  875. data/spec/fixtures/responses/whois.nic.it/property_status_client.txt +59 -0
  876. data/spec/fixtures/responses/whois.nic.it/property_status_graceperiod.expected +8 -0
  877. data/spec/fixtures/responses/whois.nic.it/property_status_graceperiod.txt +58 -0
  878. data/spec/fixtures/responses/whois.nic.it/property_status_ok.expected +8 -0
  879. data/spec/fixtures/responses/whois.nic.it/property_status_ok.txt +60 -0
  880. data/spec/fixtures/responses/whois.nic.it/property_status_ok_autorenew.expected +8 -0
  881. data/spec/fixtures/responses/whois.nic.it/property_status_ok_autorenew.txt +60 -0
  882. data/spec/fixtures/responses/whois.nic.it/property_status_pendingdelete.expected +8 -0
  883. data/spec/fixtures/responses/whois.nic.it/property_status_pendingdelete.txt +60 -0
  884. data/spec/fixtures/responses/whois.nic.it/property_technical_contact.expected +7 -0
  885. data/spec/fixtures/responses/whois.nic.it/property_technical_contact.txt +53 -0
  886. data/spec/fixtures/responses/whois.nic.it/response_unavailable.expected +2 -0
  887. data/spec/fixtures/responses/whois.nic.it/response_unavailable.txt +1 -0
  888. data/spec/fixtures/responses/whois.nic.it/status_available.expected +61 -0
  889. data/spec/fixtures/responses/whois.nic.it/status_available.txt +2 -0
  890. data/spec/fixtures/responses/whois.nic.it/status_registered.expected +103 -0
  891. data/spec/fixtures/responses/whois.nic.it/status_registered.txt +53 -0
  892. data/spec/fixtures/responses/whois.nic.ki/status_available.expected +23 -0
  893. data/spec/fixtures/responses/whois.nic.ki/status_available.txt +22 -0
  894. data/spec/fixtures/responses/whois.nic.ki/status_registered.expected +34 -0
  895. data/spec/fixtures/responses/whois.nic.ki/status_registered.txt +54 -0
  896. data/spec/fixtures/responses/whois.nic.kz/property_status_missing.expected +8 -0
  897. data/spec/fixtures/responses/whois.nic.kz/property_status_missing.txt +4 -0
  898. data/spec/fixtures/responses/whois.nic.kz/property_status_multiple.expected +8 -0
  899. data/spec/fixtures/responses/whois.nic.kz/property_status_multiple.txt +39 -0
  900. data/spec/fixtures/responses/whois.nic.kz/property_status_ok.expected +8 -0
  901. data/spec/fixtures/responses/whois.nic.kz/property_status_ok.txt +37 -0
  902. data/spec/fixtures/responses/whois.nic.kz/status_available.expected +23 -0
  903. data/spec/fixtures/responses/whois.nic.kz/status_available.txt +4 -0
  904. data/spec/fixtures/responses/whois.nic.kz/status_registered.expected +29 -0
  905. data/spec/fixtures/responses/whois.nic.kz/status_registered.txt +37 -0
  906. data/spec/fixtures/responses/whois.nic.la/status_available.expected +23 -0
  907. data/spec/fixtures/responses/whois.nic.la/status_available.txt +1 -0
  908. data/spec/fixtures/responses/whois.nic.la/status_registered.expected +34 -0
  909. data/spec/fixtures/responses/whois.nic.la/status_registered.txt +70 -0
  910. data/spec/fixtures/responses/whois.nic.li/status_available.expected +23 -0
  911. data/spec/fixtures/responses/whois.nic.li/status_available.txt +2 -0
  912. data/spec/fixtures/responses/whois.nic.li/status_registered.expected +31 -0
  913. data/spec/fixtures/responses/whois.nic.li/status_registered.txt +30 -0
  914. data/spec/fixtures/responses/whois.nic.lv/status_available.expected +23 -0
  915. data/spec/fixtures/responses/whois.nic.lv/status_available.txt +7 -0
  916. data/spec/fixtures/responses/whois.nic.lv/status_registered.expected +32 -0
  917. data/spec/fixtures/responses/whois.nic.lv/status_registered.txt +33 -0
  918. data/spec/fixtures/responses/whois.nic.ly/status_available.expected +23 -0
  919. data/spec/fixtures/responses/whois.nic.ly/status_available.txt +1 -0
  920. data/spec/fixtures/responses/whois.nic.ly/status_registered.expected +34 -0
  921. data/spec/fixtures/responses/whois.nic.ly/status_registered.txt +65 -0
  922. data/spec/fixtures/responses/whois.nic.md/property_dns-update.txt +7 -0
  923. data/spec/fixtures/responses/whois.nic.md/status_available.expected +55 -0
  924. data/spec/fixtures/responses/whois.nic.md/status_available.txt +1 -0
  925. data/spec/fixtures/responses/whois.nic.md/status_registered.expected +67 -0
  926. data/spec/fixtures/responses/whois.nic.md/status_registered.txt +7 -0
  927. data/spec/fixtures/responses/whois.nic.mg/status_available.expected +23 -0
  928. data/spec/fixtures/responses/whois.nic.mg/status_available.txt +22 -0
  929. data/spec/fixtures/responses/whois.nic.mg/status_registered.expected +34 -0
  930. data/spec/fixtures/responses/whois.nic.mg/status_registered.txt +65 -0
  931. data/spec/fixtures/responses/whois.nic.ms/status_available.expected +23 -0
  932. data/spec/fixtures/responses/whois.nic.ms/status_available.txt +15 -0
  933. data/spec/fixtures/responses/whois.nic.ms/status_registered.expected +30 -0
  934. data/spec/fixtures/responses/whois.nic.ms/status_registered.txt +59 -0
  935. data/spec/fixtures/responses/whois.nic.mu/status_available.expected +23 -0
  936. data/spec/fixtures/responses/whois.nic.mu/status_available.txt +9 -0
  937. data/spec/fixtures/responses/whois.nic.mu/status_registered.expected +34 -0
  938. data/spec/fixtures/responses/whois.nic.mu/status_registered.txt +22 -0
  939. data/spec/fixtures/responses/whois.nic.mx/property_nameservers_with_ip.expected +7 -0
  940. data/spec/fixtures/responses/whois.nic.mx/property_nameservers_with_ip.txt +56 -0
  941. data/spec/fixtures/responses/whois.nic.mx/status_available.expected +20 -0
  942. data/spec/fixtures/responses/whois.nic.mx/status_available.txt +11 -0
  943. data/spec/fixtures/responses/whois.nic.mx/status_registered.expected +30 -0
  944. data/spec/fixtures/responses/whois.nic.mx/status_registered.txt +58 -0
  945. data/spec/fixtures/responses/whois.nic.name/reserved.txt +30 -0
  946. data/spec/fixtures/responses/whois.nic.name/status_available.expected +22 -0
  947. data/spec/fixtures/responses/whois.nic.name/status_available.txt +29 -0
  948. data/spec/fixtures/responses/whois.nic.name/status_registered.expected +22 -0
  949. data/spec/fixtures/responses/whois.nic.name/status_registered.txt +36 -0
  950. data/spec/fixtures/responses/whois.nic.net.nf/status_available.expected +23 -0
  951. data/spec/fixtures/responses/whois.nic.net.nf/status_available.txt +11 -0
  952. data/spec/fixtures/responses/whois.nic.net.nf/status_registered.expected +34 -0
  953. data/spec/fixtures/responses/whois.nic.net.nf/status_registered.txt +44 -0
  954. data/spec/fixtures/responses/whois.nic.net.ng/status_available.expected +23 -0
  955. data/spec/fixtures/responses/whois.nic.net.ng/status_available.txt +9 -0
  956. data/spec/fixtures/responses/whois.nic.net.ng/status_registered.expected +34 -0
  957. data/spec/fixtures/responses/whois.nic.net.ng/status_registered.txt +41 -0
  958. data/spec/fixtures/responses/whois.nic.net.sa/status_available.expected +23 -0
  959. data/spec/fixtures/responses/whois.nic.net.sa/status_available.txt +5 -0
  960. data/spec/fixtures/responses/whois.nic.net.sa/status_registered.expected +28 -0
  961. data/spec/fixtures/responses/whois.nic.net.sa/status_registered.txt +17 -0
  962. data/spec/fixtures/responses/whois.nic.nu/status_available.expected +23 -0
  963. data/spec/fixtures/responses/whois.nic.nu/status_available.txt +19 -0
  964. data/spec/fixtures/responses/whois.nic.nu/status_registered.expected +34 -0
  965. data/spec/fixtures/responses/whois.nic.nu/status_registered.txt +35 -0
  966. data/spec/fixtures/responses/whois.nic.org.uy/status_available.expected +23 -0
  967. data/spec/fixtures/responses/whois.nic.org.uy/status_available.txt +10 -0
  968. data/spec/fixtures/responses/whois.nic.org.uy/status_registered.expected +29 -0
  969. data/spec/fixtures/responses/whois.nic.org.uy/status_registered.txt +48 -0
  970. data/spec/fixtures/responses/whois.nic.pr/status_available.expected +22 -0
  971. data/spec/fixtures/responses/whois.nic.pr/status_available.txt +22 -0
  972. data/spec/fixtures/responses/whois.nic.pr/status_registered.expected +24 -0
  973. data/spec/fixtures/responses/whois.nic.pr/status_registered.txt +62 -0
  974. data/spec/fixtures/responses/whois.nic.priv.at/status_available.expected +22 -0
  975. data/spec/fixtures/responses/whois.nic.priv.at/status_available.txt +7 -0
  976. data/spec/fixtures/responses/whois.nic.priv.at/status_registered.expected +23 -0
  977. data/spec/fixtures/responses/whois.nic.priv.at/status_registered.txt +35 -0
  978. data/spec/fixtures/responses/whois.nic.sh/status_available.expected +53 -0
  979. data/spec/fixtures/responses/whois.nic.sh/status_available.txt +2 -0
  980. data/spec/fixtures/responses/whois.nic.sh/status_registered.expected +53 -0
  981. data/spec/fixtures/responses/whois.nic.sh/status_registered.txt +2 -0
  982. data/spec/fixtures/responses/whois.nic.sl/status_available.expected +23 -0
  983. data/spec/fixtures/responses/whois.nic.sl/status_available.txt +39 -0
  984. data/spec/fixtures/responses/whois.nic.sl/status_registered.expected +33 -0
  985. data/spec/fixtures/responses/whois.nic.sl/status_registered.txt +80 -0
  986. data/spec/fixtures/responses/whois.nic.sn/status_available.expected +57 -0
  987. data/spec/fixtures/responses/whois.nic.sn/status_available.txt +3 -0
  988. data/spec/fixtures/responses/whois.nic.sn/status_registered.expected +80 -0
  989. data/spec/fixtures/responses/whois.nic.sn/status_registered.txt +14 -0
  990. data/spec/fixtures/responses/whois.nic.so/status_available.expected +23 -0
  991. data/spec/fixtures/responses/whois.nic.so/status_available.txt +1 -0
  992. data/spec/fixtures/responses/whois.nic.so/status_registered.expected +34 -0
  993. data/spec/fixtures/responses/whois.nic.so/status_registered.txt +22 -0
  994. data/spec/fixtures/responses/whois.nic.st/status_available.expected +23 -0
  995. data/spec/fixtures/responses/whois.nic.st/status_available.txt +1 -0
  996. data/spec/fixtures/responses/whois.nic.st/status_registered.expected +33 -0
  997. data/spec/fixtures/responses/whois.nic.st/status_registered.txt +47 -0
  998. data/spec/fixtures/responses/whois.nic.tel/status_available.expected +23 -0
  999. data/spec/fixtures/responses/whois.nic.tel/status_available.txt +59 -0
  1000. data/spec/fixtures/responses/whois.nic.tel/status_registered.expected +36 -0
  1001. data/spec/fixtures/responses/whois.nic.tel/status_registered.txt +111 -0
  1002. data/spec/fixtures/responses/whois.nic.tl/status_available.expected +23 -0
  1003. data/spec/fixtures/responses/whois.nic.tl/status_available.txt +21 -0
  1004. data/spec/fixtures/responses/whois.nic.tl/status_registered.expected +30 -0
  1005. data/spec/fixtures/responses/whois.nic.tl/status_registered.txt +29 -0
  1006. data/spec/fixtures/responses/whois.nic.tm/status_available.expected +53 -0
  1007. data/spec/fixtures/responses/whois.nic.tm/status_available.txt +2 -0
  1008. data/spec/fixtures/responses/whois.nic.tm/status_registered.expected +53 -0
  1009. data/spec/fixtures/responses/whois.nic.tm/status_registered.txt +2 -0
  1010. data/spec/fixtures/responses/whois.nic.tr/property_nameservers_with_ip.expected +12 -0
  1011. data/spec/fixtures/responses/whois.nic.tr/property_nameservers_with_ip.txt +52 -0
  1012. data/spec/fixtures/responses/whois.nic.tr/property_nameservers_with_trailing_space.expected +7 -0
  1013. data/spec/fixtures/responses/whois.nic.tr/property_nameservers_with_trailing_space.txt +42 -0
  1014. data/spec/fixtures/responses/whois.nic.tr/status_available.expected +23 -0
  1015. data/spec/fixtures/responses/whois.nic.tr/status_available.txt +1 -0
  1016. data/spec/fixtures/responses/whois.nic.tr/status_registered.expected +29 -0
  1017. data/spec/fixtures/responses/whois.nic.tr/status_registered.txt +48 -0
  1018. data/spec/fixtures/responses/whois.nic.travel/status_available.expected +23 -0
  1019. data/spec/fixtures/responses/whois.nic.travel/status_available.txt +25 -0
  1020. data/spec/fixtures/responses/whois.nic.travel/status_registered.expected +30 -0
  1021. data/spec/fixtures/responses/whois.nic.travel/status_registered.txt +75 -0
  1022. data/spec/fixtures/responses/whois.nic.tv/property_nameserver_no_nameserver.expected +3 -0
  1023. data/spec/fixtures/responses/whois.nic.tv/property_nameserver_no_nameserver.txt +53 -0
  1024. data/spec/fixtures/responses/whois.nic.tv/status_available.expected +44 -0
  1025. data/spec/fixtures/responses/whois.nic.tv/status_available.txt +44 -0
  1026. data/spec/fixtures/responses/whois.nic.tv/status_registered.expected +51 -0
  1027. data/spec/fixtures/responses/whois.nic.tv/status_registered.txt +54 -0
  1028. data/spec/fixtures/responses/whois.nic.uk/property_nameservers_with_ip.expected +9 -0
  1029. data/spec/fixtures/responses/whois.nic.uk/property_nameservers_with_ip.txt +48 -0
  1030. data/spec/fixtures/responses/whois.nic.uk/property_registrar_without_trading_name.expected +6 -0
  1031. data/spec/fixtures/responses/whois.nic.uk/property_registrar_without_trading_name.txt +48 -0
  1032. data/spec/fixtures/responses/whois.nic.uk/property_status_missing.expected +8 -0
  1033. data/spec/fixtures/responses/whois.nic.uk/property_status_missing.txt +20 -0
  1034. data/spec/fixtures/responses/whois.nic.uk/property_status_processing_registration.expected +8 -0
  1035. data/spec/fixtures/responses/whois.nic.uk/property_status_processing_registration.txt +49 -0
  1036. data/spec/fixtures/responses/whois.nic.uk/property_status_processing_renewal.expected +8 -0
  1037. data/spec/fixtures/responses/whois.nic.uk/property_status_processing_renewal.txt +49 -0
  1038. data/spec/fixtures/responses/whois.nic.uk/property_status_registered.expected +8 -0
  1039. data/spec/fixtures/responses/whois.nic.uk/property_status_registered.txt +50 -0
  1040. data/spec/fixtures/responses/whois.nic.uk/property_status_suspended.expected +8 -0
  1041. data/spec/fixtures/responses/whois.nic.uk/property_status_suspended.txt +51 -0
  1042. data/spec/fixtures/responses/whois.nic.uk/status_available.expected +30 -0
  1043. data/spec/fixtures/responses/whois.nic.uk/status_available.txt +20 -0
  1044. data/spec/fixtures/responses/whois.nic.uk/status_invalid.expected +5 -0
  1045. data/spec/fixtures/responses/whois.nic.uk/status_invalid.txt +22 -0
  1046. data/spec/fixtures/responses/whois.nic.uk/status_registered.expected +49 -0
  1047. data/spec/fixtures/responses/whois.nic.uk/status_registered.txt +50 -0
  1048. data/spec/fixtures/responses/whois.nic.uk/status_suspended.expected +34 -0
  1049. data/spec/fixtures/responses/whois.nic.uk/status_suspended.txt +51 -0
  1050. data/spec/fixtures/responses/whois.nic.us/status_available.expected +23 -0
  1051. data/spec/fixtures/responses/whois.nic.us/status_available.txt +29 -0
  1052. data/spec/fixtures/responses/whois.nic.us/status_registered.expected +34 -0
  1053. data/spec/fixtures/responses/whois.nic.us/status_registered.txt +99 -0
  1054. data/spec/fixtures/responses/whois.nic.ve/property_expires_on_missing.expected +2 -0
  1055. data/spec/fixtures/responses/whois.nic.ve/property_expires_on_missing.txt +48 -0
  1056. data/spec/fixtures/responses/whois.nic.ve/property_nameservers.expected +7 -0
  1057. data/spec/fixtures/responses/whois.nic.ve/property_nameservers.txt +48 -0
  1058. data/spec/fixtures/responses/whois.nic.ve/property_nameservers_missing.expected +3 -0
  1059. data/spec/fixtures/responses/whois.nic.ve/property_nameservers_missing.txt +45 -0
  1060. data/spec/fixtures/responses/whois.nic.ve/property_status_activo.expected +8 -0
  1061. data/spec/fixtures/responses/whois.nic.ve/property_status_activo.txt +45 -0
  1062. data/spec/fixtures/responses/whois.nic.ve/property_status_missing.expected +8 -0
  1063. data/spec/fixtures/responses/whois.nic.ve/property_status_missing.txt +10 -0
  1064. data/spec/fixtures/responses/whois.nic.ve/property_status_suspendido.expected +8 -0
  1065. data/spec/fixtures/responses/whois.nic.ve/property_status_suspendido.txt +49 -0
  1066. data/spec/fixtures/responses/whois.nic.ve/property_updated_on.expected +3 -0
  1067. data/spec/fixtures/responses/whois.nic.ve/property_updated_on.txt +48 -0
  1068. data/spec/fixtures/responses/whois.nic.ve/property_updated_on_blank.expected +2 -0
  1069. data/spec/fixtures/responses/whois.nic.ve/property_updated_on_blank.txt +45 -0
  1070. data/spec/fixtures/responses/whois.nic.ve/status_available.expected +23 -0
  1071. data/spec/fixtures/responses/whois.nic.ve/status_available.txt +10 -0
  1072. data/spec/fixtures/responses/whois.nic.ve/status_registered.expected +25 -0
  1073. data/spec/fixtures/responses/whois.nic.ve/status_registered.txt +45 -0
  1074. data/spec/fixtures/responses/whois.nic.ve/status_suspended.expected +30 -0
  1075. data/spec/fixtures/responses/whois.nic.ve/status_suspended.txt +49 -0
  1076. data/spec/fixtures/responses/whois.norid.no/status_available.expected +18 -0
  1077. data/spec/fixtures/responses/whois.norid.no/status_available.txt +5 -0
  1078. data/spec/fixtures/responses/whois.norid.no/status_registered.expected +20 -0
  1079. data/spec/fixtures/responses/whois.norid.no/status_registered.txt +34 -0
  1080. data/spec/fixtures/responses/whois.org.za/status_available.expected +53 -0
  1081. data/spec/fixtures/responses/whois.org.za/status_available.txt +1 -0
  1082. data/spec/fixtures/responses/whois.org.za/status_registered.expected +53 -0
  1083. data/spec/fixtures/responses/whois.org.za/status_registered.txt +3 -0
  1084. data/spec/fixtures/responses/whois.pandi.or.id/status_available.expected +23 -0
  1085. data/spec/fixtures/responses/whois.pandi.or.id/status_available.txt +9 -0
  1086. data/spec/fixtures/responses/whois.pandi.or.id/status_registered.expected +34 -0
  1087. data/spec/fixtures/responses/whois.pandi.or.id/status_registered.txt +33 -0
  1088. data/spec/fixtures/responses/whois.pnina.ps/property_nameservers_with_nodns.expected +5 -0
  1089. data/spec/fixtures/responses/whois.pnina.ps/property_nameservers_with_nodns.txt +19 -0
  1090. data/spec/fixtures/responses/whois.pnina.ps/status_available.expected +23 -0
  1091. data/spec/fixtures/responses/whois.pnina.ps/status_available.txt +10 -0
  1092. data/spec/fixtures/responses/whois.pnina.ps/status_registered.expected +31 -0
  1093. data/spec/fixtures/responses/whois.pnina.ps/status_registered.txt +20 -0
  1094. data/spec/fixtures/responses/whois.publicinterestregistry.net/response_throttled.expected +2 -0
  1095. data/spec/fixtures/responses/whois.publicinterestregistry.net/response_throttled.txt +1 -0
  1096. data/spec/fixtures/responses/whois.publicinterestregistry.net/status_available.expected +50 -0
  1097. data/spec/fixtures/responses/whois.publicinterestregistry.net/status_available.txt +1 -0
  1098. data/spec/fixtures/responses/whois.publicinterestregistry.net/status_registered.expected +108 -0
  1099. data/spec/fixtures/responses/whois.publicinterestregistry.net/status_registered.txt +85 -0
  1100. data/spec/fixtures/responses/whois.register.bg/property_nameservers_with_ip.expected +9 -0
  1101. data/spec/fixtures/responses/whois.register.bg/property_nameservers_with_ip.txt +42 -0
  1102. data/spec/fixtures/responses/whois.register.bg/status_available.expected +23 -0
  1103. data/spec/fixtures/responses/whois.register.bg/status_available.txt +1 -0
  1104. data/spec/fixtures/responses/whois.register.bg/status_registered.expected +33 -0
  1105. data/spec/fixtures/responses/whois.register.bg/status_registered.txt +44 -0
  1106. data/spec/fixtures/responses/whois.registro.br/status_available.expected +22 -0
  1107. data/spec/fixtures/responses/whois.registro.br/status_available.txt +22 -0
  1108. data/spec/fixtures/responses/whois.registro.br/status_available_limited.expected +5 -0
  1109. data/spec/fixtures/responses/whois.registro.br/status_available_limited.txt +22 -0
  1110. data/spec/fixtures/responses/whois.registro.br/status_registered.expected +22 -0
  1111. data/spec/fixtures/responses/whois.registro.br/status_registered.txt +23 -0
  1112. data/spec/fixtures/responses/whois.registro.br/status_registered_limited.expected +5 -0
  1113. data/spec/fixtures/responses/whois.registro.br/status_registered_limited.txt +23 -0
  1114. data/spec/fixtures/responses/whois.registry.gy/status_available.expected +23 -0
  1115. data/spec/fixtures/responses/whois.registry.gy/status_available.txt +18 -0
  1116. data/spec/fixtures/responses/whois.registry.gy/status_registered.expected +34 -0
  1117. data/spec/fixtures/responses/whois.registry.gy/status_registered.txt +58 -0
  1118. data/spec/fixtures/responses/whois.registry.hm/status_available.expected +23 -0
  1119. data/spec/fixtures/responses/whois.registry.hm/status_available.txt +31 -0
  1120. data/spec/fixtures/responses/whois.registry.hm/status_registered.expected +29 -0
  1121. data/spec/fixtures/responses/whois.registry.hm/status_registered.txt +78 -0
  1122. data/spec/fixtures/responses/whois.registry.in/property_status_missing.expected +2 -0
  1123. data/spec/fixtures/responses/whois.registry.in/property_status_missing.txt +1 -0
  1124. data/spec/fixtures/responses/whois.registry.in/property_status_multiple.expected +2 -0
  1125. data/spec/fixtures/responses/whois.registry.in/property_status_multiple.txt +86 -0
  1126. data/spec/fixtures/responses/whois.registry.in/property_status_ok.expected +2 -0
  1127. data/spec/fixtures/responses/whois.registry.in/property_status_ok.txt +83 -0
  1128. data/spec/fixtures/responses/whois.registry.in/status_available.expected +27 -0
  1129. data/spec/fixtures/responses/whois.registry.in/status_available.txt +1 -0
  1130. data/spec/fixtures/responses/whois.registry.in/status_registered.expected +37 -0
  1131. data/spec/fixtures/responses/whois.registry.in/status_registered.txt +83 -0
  1132. data/spec/fixtures/responses/whois.registrypro.pro/status_available.expected +23 -0
  1133. data/spec/fixtures/responses/whois.registrypro.pro/status_available.txt +20 -0
  1134. data/spec/fixtures/responses/whois.registrypro.pro/status_registered.expected +34 -0
  1135. data/spec/fixtures/responses/whois.registrypro.pro/status_registered.txt +62 -0
  1136. data/spec/fixtures/responses/whois.ripe.net/fo/status_available.expected +23 -0
  1137. data/spec/fixtures/responses/whois.ripe.net/fo/status_available.txt +11 -0
  1138. data/spec/fixtures/responses/whois.ripe.net/fo/status_registered.expected +27 -0
  1139. data/spec/fixtures/responses/whois.ripe.net/fo/status_registered.txt +45 -0
  1140. data/spec/fixtures/responses/whois.ripe.net/gm/status_available.expected +23 -0
  1141. data/spec/fixtures/responses/whois.ripe.net/gm/status_available.txt +11 -0
  1142. data/spec/fixtures/responses/whois.ripe.net/gm/status_registered.expected +27 -0
  1143. data/spec/fixtures/responses/whois.ripe.net/gm/status_registered.txt +37 -0
  1144. data/spec/fixtures/responses/whois.ripe.net/mc/status_available.expected +23 -0
  1145. data/spec/fixtures/responses/whois.ripe.net/mc/status_available.txt +11 -0
  1146. data/spec/fixtures/responses/whois.ripe.net/mc/status_registered.expected +32 -0
  1147. data/spec/fixtures/responses/whois.ripe.net/mc/status_registered.txt +36 -0
  1148. data/spec/fixtures/responses/whois.ripe.net/sm/status_available.expected +23 -0
  1149. data/spec/fixtures/responses/whois.ripe.net/sm/status_available.txt +11 -0
  1150. data/spec/fixtures/responses/whois.ripe.net/sm/status_registered.expected +31 -0
  1151. data/spec/fixtures/responses/whois.ripe.net/sm/status_registered.txt +60 -0
  1152. data/spec/fixtures/responses/whois.ripe.net/va/status_available.expected +23 -0
  1153. data/spec/fixtures/responses/whois.ripe.net/va/status_available.txt +11 -0
  1154. data/spec/fixtures/responses/whois.ripe.net/va/status_registered.expected +33 -0
  1155. data/spec/fixtures/responses/whois.ripe.net/va/status_registered.txt +48 -0
  1156. data/spec/fixtures/responses/whois.ripn.net/ru/property_nameservers_with_ip.expected +9 -0
  1157. data/spec/fixtures/responses/whois.ripn.net/ru/property_nameservers_with_ip.txt +22 -0
  1158. data/spec/fixtures/responses/whois.ripn.net/ru/status_available.expected +37 -0
  1159. data/spec/fixtures/responses/whois.ripn.net/ru/status_available.txt +9 -0
  1160. data/spec/fixtures/responses/whois.ripn.net/ru/status_registered.expected +58 -0
  1161. data/spec/fixtures/responses/whois.ripn.net/ru/status_registered.txt +23 -0
  1162. data/spec/fixtures/responses/whois.ripn.net/su/status_available.expected +37 -0
  1163. data/spec/fixtures/responses/whois.ripn.net/su/status_available.txt +9 -0
  1164. data/spec/fixtures/responses/whois.ripn.net/su/status_registered.expected +53 -0
  1165. data/spec/fixtures/responses/whois.ripn.net/su/status_registered.txt +20 -0
  1166. data/spec/fixtures/responses/whois.ripn.net/xn--p1ai/status_available.expected +37 -0
  1167. data/spec/fixtures/responses/whois.ripn.net/xn--p1ai/status_available.txt +9 -0
  1168. data/spec/fixtures/responses/whois.ripn.net/xn--p1ai/status_registered.expected +56 -0
  1169. data/spec/fixtures/responses/whois.ripn.net/xn--p1ai/status_registered.txt +20 -0
  1170. data/spec/fixtures/responses/whois.rotld.ro/status_available.expected +23 -0
  1171. data/spec/fixtures/responses/whois.rotld.ro/status_available.txt +16 -0
  1172. data/spec/fixtures/responses/whois.rotld.ro/status_registered.expected +31 -0
  1173. data/spec/fixtures/responses/whois.rotld.ro/status_registered.txt +27 -0
  1174. data/spec/fixtures/responses/whois.samoanic.ws/status_available.expected +23 -0
  1175. data/spec/fixtures/responses/whois.samoanic.ws/status_available.txt +12 -0
  1176. data/spec/fixtures/responses/whois.samoanic.ws/status_registered.expected +34 -0
  1177. data/spec/fixtures/responses/whois.samoanic.ws/status_registered.txt +34 -0
  1178. data/spec/fixtures/responses/whois.sgnic.sg/status_available.expected +23 -0
  1179. data/spec/fixtures/responses/whois.sgnic.sg/status_available.txt +1 -0
  1180. data/spec/fixtures/responses/whois.sgnic.sg/status_registered.expected +33 -0
  1181. data/spec/fixtures/responses/whois.sgnic.sg/status_registered.txt +98 -0
  1182. data/spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_held.expected +8 -0
  1183. data/spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_held.txt +17 -0
  1184. data/spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_ok.expected +8 -0
  1185. data/spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_ok.txt +27 -0
  1186. data/spec/fixtures/responses/whois.sk-nic.sk/status_available.expected +23 -0
  1187. data/spec/fixtures/responses/whois.sk-nic.sk/status_available.txt +7 -0
  1188. data/spec/fixtures/responses/whois.sk-nic.sk/status_registered.expected +33 -0
  1189. data/spec/fixtures/responses/whois.sk-nic.sk/status_registered.txt +27 -0
  1190. data/spec/fixtures/responses/whois.srs.net.nz/status_available.expected +23 -0
  1191. data/spec/fixtures/responses/whois.srs.net.nz/status_available.txt +28 -0
  1192. data/spec/fixtures/responses/whois.srs.net.nz/status_invalid.expected +23 -0
  1193. data/spec/fixtures/responses/whois.srs.net.nz/status_invalid.txt +28 -0
  1194. data/spec/fixtures/responses/whois.srs.net.nz/status_registered.expected +34 -0
  1195. data/spec/fixtures/responses/whois.srs.net.nz/status_registered.txt +72 -0
  1196. data/spec/fixtures/responses/whois.thnic.co.th/status_available.expected +23 -0
  1197. data/spec/fixtures/responses/whois.thnic.co.th/status_available.txt +5 -0
  1198. data/spec/fixtures/responses/whois.thnic.co.th/status_registered.expected +34 -0
  1199. data/spec/fixtures/responses/whois.thnic.co.th/status_registered.txt +27 -0
  1200. data/spec/fixtures/responses/whois.tld.ee/property_contact_admin.txt +34 -0
  1201. data/spec/fixtures/responses/whois.tld.ee/property_contact_registrant.txt +34 -0
  1202. data/spec/fixtures/responses/whois.tld.ee/property_registrar.txt +34 -0
  1203. data/spec/fixtures/responses/whois.tld.ee/property_status_expired.txt +27 -0
  1204. data/spec/fixtures/responses/whois.tld.ee/property_status_missing.txt +8 -0
  1205. data/spec/fixtures/responses/whois.tld.ee/property_status_paid.txt +34 -0
  1206. data/spec/fixtures/responses/whois.tld.ee/status_available.expected +38 -0
  1207. data/spec/fixtures/responses/whois.tld.ee/status_available.txt +8 -0
  1208. data/spec/fixtures/responses/whois.tld.ee/status_expired.expected +31 -0
  1209. data/spec/fixtures/responses/whois.tld.ee/status_expired.txt +27 -0
  1210. data/spec/fixtures/responses/whois.tld.ee/status_registered.expected +60 -0
  1211. data/spec/fixtures/responses/whois.tld.ee/status_registered.txt +34 -0
  1212. data/spec/fixtures/responses/whois.tonic.to/response_incomplete.expected +6 -0
  1213. data/spec/fixtures/responses/whois.tonic.to/response_incomplete.txt +1 -0
  1214. data/spec/fixtures/responses/whois.tonic.to/status_available.expected +57 -0
  1215. data/spec/fixtures/responses/whois.tonic.to/status_available.txt +2 -0
  1216. data/spec/fixtures/responses/whois.tonic.to/status_registered.expected +57 -0
  1217. data/spec/fixtures/responses/whois.tonic.to/status_registered.txt +3 -0
  1218. data/spec/fixtures/responses/whois.twnic.net.tw/status_available.expected +23 -0
  1219. data/spec/fixtures/responses/whois.twnic.net.tw/status_available.txt +1 -0
  1220. data/spec/fixtures/responses/whois.twnic.net.tw/status_registered.expected +33 -0
  1221. data/spec/fixtures/responses/whois.twnic.net.tw/status_registered.txt +32 -0
  1222. data/spec/fixtures/responses/whois.tznic.or.tz/status_available.expected +23 -0
  1223. data/spec/fixtures/responses/whois.tznic.or.tz/status_available.txt +39 -0
  1224. data/spec/fixtures/responses/whois.tznic.or.tz/status_registered.expected +30 -0
  1225. data/spec/fixtures/responses/whois.tznic.or.tz/status_registered.txt +77 -0
  1226. data/spec/fixtures/responses/whois.usp.ac.fj/status_available.expected +23 -0
  1227. data/spec/fixtures/responses/whois.usp.ac.fj/status_available.txt +18 -0
  1228. data/spec/fixtures/responses/whois.usp.ac.fj/status_registered.expected +28 -0
  1229. data/spec/fixtures/responses/whois.usp.ac.fj/status_registered.txt +26 -0
  1230. data/spec/fixtures/responses/whois.za.net/status_available.expected +23 -0
  1231. data/spec/fixtures/responses/whois.za.net/status_available.txt +9 -0
  1232. data/spec/fixtures/responses/whois.za.net/status_registered.expected +29 -0
  1233. data/spec/fixtures/responses/whois.za.net/status_registered.txt +42 -0
  1234. data/spec/fixtures/responses/whois.za.org/status_available.expected +23 -0
  1235. data/spec/fixtures/responses/whois.za.org/status_available.txt +9 -0
  1236. data/spec/fixtures/responses/whois.za.org/status_registered.expected +31 -0
  1237. data/spec/fixtures/responses/whois.za.org/status_registered.txt +44 -0
  1238. data/spec/integration_spec.rb +41 -0
  1239. data/spec/spec_helper.rb +23 -0
  1240. data/spec/support/example/parser_example_group.rb +57 -0
  1241. data/spec/support/helpers/connectivity_helper.rb +15 -0
  1242. data/spec/support/helpers/spec_helper.rb +53 -0
  1243. data/spec/support/matchers/support_property.rb +5 -0
  1244. data/spec/tlds +342 -0
  1245. data/spec/whois/client_spec.rb +127 -0
  1246. data/spec/whois/core_ext_spec.rb +17 -0
  1247. data/spec/whois/errors_spec.rb +21 -0
  1248. data/spec/whois/record/contact_spec.rb +57 -0
  1249. data/spec/whois/record/nameserver_spec.rb +61 -0
  1250. data/spec/whois/record/parser/base_spec.rb +262 -0
  1251. data/spec/whois/record/parser/blank_spec.rb +20 -0
  1252. data/spec/whois/record/parser/responses/jobswhois.verisign-grs.com/property_nameserver_no_nameserver_spec.rb +30 -0
  1253. data/spec/whois/record/parser/responses/jobswhois.verisign-grs.com/status_available_spec.rb +90 -0
  1254. data/spec/whois/record/parser/responses/jobswhois.verisign-grs.com/status_registered_spec.rb +101 -0
  1255. data/spec/whois/record/parser/responses/kero.yachay.pe/status_available_spec.rb +60 -0
  1256. data/spec/whois/record/parser/responses/kero.yachay.pe/status_inactive_spec.rb +61 -0
  1257. data/spec/whois/record/parser/responses/kero.yachay.pe/status_registered_spec.rb +68 -0
  1258. data/spec/whois/record/parser/responses/saudinic.net.sa/status_available_spec.rb +62 -0
  1259. data/spec/whois/record/parser/responses/saudinic.net.sa/status_registered_spec.rb +77 -0
  1260. data/spec/whois/record/parser/responses/whois.adamsnames.tc/gd/status_available_spec.rb +60 -0
  1261. data/spec/whois/record/parser/responses/whois.adamsnames.tc/gd/status_registered_spec.rb +64 -0
  1262. data/spec/whois/record/parser/responses/whois.adamsnames.tc/tc/status_available_spec.rb +60 -0
  1263. data/spec/whois/record/parser/responses/whois.adamsnames.tc/tc/status_registered_spec.rb +68 -0
  1264. data/spec/whois/record/parser/responses/whois.adamsnames.tc/vg/status_available_spec.rb +60 -0
  1265. data/spec/whois/record/parser/responses/whois.adamsnames.tc/vg/status_registered_spec.rb +68 -0
  1266. data/spec/whois/record/parser/responses/whois.aeda.net.ae/status_available_spec.rb +60 -0
  1267. data/spec/whois/record/parser/responses/whois.aeda.net.ae/status_registered_spec.rb +64 -0
  1268. data/spec/whois/record/parser/responses/whois.aero/status_available_spec.rb +60 -0
  1269. data/spec/whois/record/parser/responses/whois.aero/status_registered_spec.rb +71 -0
  1270. data/spec/whois/record/parser/responses/whois.afilias-grs.info/bz/status_available_spec.rb +60 -0
  1271. data/spec/whois/record/parser/responses/whois.afilias-grs.info/bz/status_registered_spec.rb +71 -0
  1272. data/spec/whois/record/parser/responses/whois.afilias-grs.info/gi/status_available_spec.rb +60 -0
  1273. data/spec/whois/record/parser/responses/whois.afilias-grs.info/gi/status_registered_spec.rb +67 -0
  1274. data/spec/whois/record/parser/responses/whois.afilias-grs.info/hn/status_available_spec.rb +60 -0
  1275. data/spec/whois/record/parser/responses/whois.afilias-grs.info/hn/status_registered_spec.rb +67 -0
  1276. data/spec/whois/record/parser/responses/whois.afilias-grs.info/lc/status_available_spec.rb +60 -0
  1277. data/spec/whois/record/parser/responses/whois.afilias-grs.info/lc/status_registered_spec.rb +67 -0
  1278. data/spec/whois/record/parser/responses/whois.afilias-grs.info/mn/status_available_spec.rb +60 -0
  1279. data/spec/whois/record/parser/responses/whois.afilias-grs.info/mn/status_registered_spec.rb +71 -0
  1280. data/spec/whois/record/parser/responses/whois.afilias-grs.info/sc/status_available_spec.rb +60 -0
  1281. data/spec/whois/record/parser/responses/whois.afilias-grs.info/sc/status_registered_spec.rb +67 -0
  1282. data/spec/whois/record/parser/responses/whois.afilias-grs.info/vc/status_available_spec.rb +60 -0
  1283. data/spec/whois/record/parser/responses/whois.afilias-grs.info/vc/status_registered_spec.rb +71 -0
  1284. data/spec/whois/record/parser/responses/whois.afilias.info/status_available_spec.rb +108 -0
  1285. data/spec/whois/record/parser/responses/whois.afilias.info/status_registered_spec.rb +161 -0
  1286. data/spec/whois/record/parser/responses/whois.ai/status_available_spec.rb +60 -0
  1287. data/spec/whois/record/parser/responses/whois.ai/status_registered_spec.rb +68 -0
  1288. data/spec/whois/record/parser/responses/whois.arnes.si/status_available_spec.rb +60 -0
  1289. data/spec/whois/record/parser/responses/whois.arnes.si/status_registered_spec.rb +70 -0
  1290. data/spec/whois/record/parser/responses/whois.audns.net.au/property_status_with_multiple_spec.rb +29 -0
  1291. data/spec/whois/record/parser/responses/whois.audns.net.au/status_available_spec.rb +60 -0
  1292. data/spec/whois/record/parser/responses/whois.audns.net.au/status_registered_spec.rb +69 -0
  1293. data/spec/whois/record/parser/responses/whois.biz/status_available_spec.rb +103 -0
  1294. data/spec/whois/record/parser/responses/whois.biz/status_registered_spec.rb +119 -0
  1295. data/spec/whois/record/parser/responses/whois.cat/property_status_missing_spec.rb +29 -0
  1296. data/spec/whois/record/parser/responses/whois.cat/property_status_multiple_spec.rb +29 -0
  1297. data/spec/whois/record/parser/responses/whois.cat/property_status_ok_spec.rb +29 -0
  1298. data/spec/whois/record/parser/responses/whois.cat/status_available_spec.rb +60 -0
  1299. data/spec/whois/record/parser/responses/whois.cat/status_registered_spec.rb +69 -0
  1300. data/spec/whois/record/parser/responses/whois.cctld.uz/status_available_spec.rb +60 -0
  1301. data/spec/whois/record/parser/responses/whois.cctld.uz/status_registered_spec.rb +66 -0
  1302. data/spec/whois/record/parser/responses/whois.centralnic.com/ae.org/status_available_spec.rb +70 -0
  1303. data/spec/whois/record/parser/responses/whois.centralnic.com/ae.org/status_registered_spec.rb +76 -0
  1304. data/spec/whois/record/parser/responses/whois.centralnic.com/ar.com/status_available_spec.rb +70 -0
  1305. data/spec/whois/record/parser/responses/whois.centralnic.com/ar.com/status_registered_spec.rb +84 -0
  1306. data/spec/whois/record/parser/responses/whois.centralnic.com/br.com/status_available_spec.rb +70 -0
  1307. data/spec/whois/record/parser/responses/whois.centralnic.com/br.com/status_registered_spec.rb +76 -0
  1308. data/spec/whois/record/parser/responses/whois.centralnic.com/cn.com/status_available_spec.rb +70 -0
  1309. data/spec/whois/record/parser/responses/whois.centralnic.com/cn.com/status_registered_spec.rb +76 -0
  1310. data/spec/whois/record/parser/responses/whois.centralnic.com/de.com/status_available_spec.rb +70 -0
  1311. data/spec/whois/record/parser/responses/whois.centralnic.com/de.com/status_registered_spec.rb +76 -0
  1312. data/spec/whois/record/parser/responses/whois.centralnic.com/eu.com/status_available_spec.rb +70 -0
  1313. data/spec/whois/record/parser/responses/whois.centralnic.com/eu.com/status_registered_spec.rb +76 -0
  1314. data/spec/whois/record/parser/responses/whois.centralnic.com/gb.com/status_available_spec.rb +70 -0
  1315. data/spec/whois/record/parser/responses/whois.centralnic.com/gb.com/status_registered_spec.rb +80 -0
  1316. data/spec/whois/record/parser/responses/whois.centralnic.com/gb.net/status_available_spec.rb +70 -0
  1317. data/spec/whois/record/parser/responses/whois.centralnic.com/gb.net/status_registered_spec.rb +80 -0
  1318. data/spec/whois/record/parser/responses/whois.centralnic.com/hu.com/status_available_spec.rb +70 -0
  1319. data/spec/whois/record/parser/responses/whois.centralnic.com/hu.com/status_registered_spec.rb +76 -0
  1320. data/spec/whois/record/parser/responses/whois.centralnic.com/jpn.com/status_available_spec.rb +70 -0
  1321. data/spec/whois/record/parser/responses/whois.centralnic.com/jpn.com/status_registered_spec.rb +76 -0
  1322. data/spec/whois/record/parser/responses/whois.centralnic.com/kr.com/status_available_spec.rb +70 -0
  1323. data/spec/whois/record/parser/responses/whois.centralnic.com/kr.com/status_registered_spec.rb +76 -0
  1324. data/spec/whois/record/parser/responses/whois.centralnic.com/no.com/status_available_spec.rb +70 -0
  1325. data/spec/whois/record/parser/responses/whois.centralnic.com/no.com/status_registered_spec.rb +76 -0
  1326. data/spec/whois/record/parser/responses/whois.centralnic.com/qc.com/status_available_spec.rb +70 -0
  1327. data/spec/whois/record/parser/responses/whois.centralnic.com/qc.com/status_registered_spec.rb +80 -0
  1328. data/spec/whois/record/parser/responses/whois.centralnic.com/ru.com/status_available_spec.rb +70 -0
  1329. data/spec/whois/record/parser/responses/whois.centralnic.com/ru.com/status_registered_spec.rb +76 -0
  1330. data/spec/whois/record/parser/responses/whois.centralnic.com/sa.com/status_available_spec.rb +70 -0
  1331. data/spec/whois/record/parser/responses/whois.centralnic.com/sa.com/status_registered_spec.rb +76 -0
  1332. data/spec/whois/record/parser/responses/whois.centralnic.com/se.com/status_available_spec.rb +70 -0
  1333. data/spec/whois/record/parser/responses/whois.centralnic.com/se.com/status_registered_spec.rb +78 -0
  1334. data/spec/whois/record/parser/responses/whois.centralnic.com/se.net/status_available_spec.rb +70 -0
  1335. data/spec/whois/record/parser/responses/whois.centralnic.com/se.net/status_registered_spec.rb +78 -0
  1336. data/spec/whois/record/parser/responses/whois.centralnic.com/uk.com/status_available_spec.rb +70 -0
  1337. data/spec/whois/record/parser/responses/whois.centralnic.com/uk.com/status_registered_spec.rb +76 -0
  1338. data/spec/whois/record/parser/responses/whois.centralnic.com/uk.net/status_available_spec.rb +70 -0
  1339. data/spec/whois/record/parser/responses/whois.centralnic.com/uk.net/status_registered_spec.rb +76 -0
  1340. data/spec/whois/record/parser/responses/whois.centralnic.com/us.com/status_available_spec.rb +70 -0
  1341. data/spec/whois/record/parser/responses/whois.centralnic.com/us.com/status_registered_spec.rb +80 -0
  1342. data/spec/whois/record/parser/responses/whois.centralnic.com/uy.com/status_available_spec.rb +70 -0
  1343. data/spec/whois/record/parser/responses/whois.centralnic.com/uy.com/status_registered_spec.rb +76 -0
  1344. data/spec/whois/record/parser/responses/whois.centralnic.com/za.com/status_available_spec.rb +70 -0
  1345. data/spec/whois/record/parser/responses/whois.centralnic.com/za.com/status_registered_spec.rb +76 -0
  1346. data/spec/whois/record/parser/responses/whois.cira.ca/schema-1/status_available_spec.rb +65 -0
  1347. data/spec/whois/record/parser/responses/whois.cira.ca/schema-1/status_registered_spec.rb +84 -0
  1348. data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_autorenew_grace_spec.rb +39 -0
  1349. data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_available_spec.rb +39 -0
  1350. data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_redemption_spec.rb +39 -0
  1351. data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_registered_spec.rb +39 -0
  1352. data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_tobereleased_spec.rb +39 -0
  1353. data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/status_available_spec.rb +65 -0
  1354. data/spec/whois/record/parser/responses/whois.cira.ca/schema-2/status_registered_spec.rb +79 -0
  1355. data/spec/whois/record/parser/responses/whois.cnnic.cn/property_status_ok_spec.rb +39 -0
  1356. data/spec/whois/record/parser/responses/whois.cnnic.cn/status_available_spec.rb +112 -0
  1357. data/spec/whois/record/parser/responses/whois.cnnic.cn/status_registered_spec.rb +137 -0
  1358. data/spec/whois/record/parser/responses/whois.cnnic.cn/status_reserved_spec.rb +44 -0
  1359. data/spec/whois/record/parser/responses/whois.co.ca/status_available_spec.rb +65 -0
  1360. data/spec/whois/record/parser/responses/whois.co.ca/status_registered_spec.rb +71 -0
  1361. data/spec/whois/record/parser/responses/whois.co.ca/status_reserved_spec.rb +44 -0
  1362. data/spec/whois/record/parser/responses/whois.co.pl/status_available_spec.rb +105 -0
  1363. data/spec/whois/record/parser/responses/whois.co.pl/status_registered_spec.rb +110 -0
  1364. data/spec/whois/record/parser/responses/whois.co.ug/status_available_spec.rb +60 -0
  1365. data/spec/whois/record/parser/responses/whois.co.ug/status_registered_spec.rb +69 -0
  1366. data/spec/whois/record/parser/responses/whois.coza.net.za/status_available_spec.rb +104 -0
  1367. data/spec/whois/record/parser/responses/whois.coza.net.za/status_registered_spec.rb +104 -0
  1368. data/spec/whois/record/parser/responses/whois.crsnic.net/property_nameserver_no_nameserver_spec.rb +30 -0
  1369. data/spec/whois/record/parser/responses/whois.crsnic.net/property_registrar_with_multiple_entries_spec.rb +33 -0
  1370. data/spec/whois/record/parser/responses/whois.crsnic.net/status_available_spec.rb +90 -0
  1371. data/spec/whois/record/parser/responses/whois.crsnic.net/status_registered_spec.rb +105 -0
  1372. data/spec/whois/record/parser/responses/whois.denic.de/schema-1.10.0/status_available_spec.rb +98 -0
  1373. data/spec/whois/record/parser/responses/whois.denic.de/schema-1.10.0/status_registered_spec.rb +142 -0
  1374. data/spec/whois/record/parser/responses/whois.denic.de/schema-1.11.0/property_nameservers_with_ip_spec.rb +39 -0
  1375. data/spec/whois/record/parser/responses/whois.denic.de/schema-1.11.0/status_available_spec.rb +98 -0
  1376. data/spec/whois/record/parser/responses/whois.denic.de/schema-1.11.0/status_invalid_spec.rb +98 -0
  1377. data/spec/whois/record/parser/responses/whois.denic.de/schema-1.11.0/status_registered_spec.rb +120 -0
  1378. data/spec/whois/record/parser/responses/whois.denic.de/schema-2.0/property_nameservers_with_ip_spec.rb +39 -0
  1379. data/spec/whois/record/parser/responses/whois.denic.de/schema-2.0/response_throttled_spec.rb +29 -0
  1380. data/spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_available_spec.rb +98 -0
  1381. data/spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_failed_ace_spec.rb +39 -0
  1382. data/spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_failed_spec.rb +39 -0
  1383. data/spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_invalid_spec.rb +98 -0
  1384. data/spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_registered_spec.rb +128 -0
  1385. data/spec/whois/record/parser/responses/whois.dk-hostmaster.dk/status_available_spec.rb +60 -0
  1386. data/spec/whois/record/parser/responses/whois.dk-hostmaster.dk/status_registered_spec.rb +66 -0
  1387. data/spec/whois/record/parser/responses/whois.dns.be/property_nameservers_with_ip_spec.rb +39 -0
  1388. data/spec/whois/record/parser/responses/whois.dns.be/status_available_spec.rb +60 -0
  1389. data/spec/whois/record/parser/responses/whois.dns.be/status_registered_spec.rb +69 -0
  1390. data/spec/whois/record/parser/responses/whois.dns.lu/property_nameservers_with_ip_spec.rb +39 -0
  1391. data/spec/whois/record/parser/responses/whois.dns.lu/status_available_spec.rb +60 -0
  1392. data/spec/whois/record/parser/responses/whois.dns.lu/status_registered_spec.rb +69 -0
  1393. data/spec/whois/record/parser/responses/whois.dns.pl/property_nameservers_with_ip_spec.rb +36 -0
  1394. data/spec/whois/record/parser/responses/whois.dns.pl/status_available_spec.rb +60 -0
  1395. data/spec/whois/record/parser/responses/whois.dns.pl/status_registered_spec.rb +66 -0
  1396. data/spec/whois/record/parser/responses/whois.dns.pt/status_available_spec.rb +60 -0
  1397. data/spec/whois/record/parser/responses/whois.dns.pt/status_registered_spec.rb +69 -0
  1398. data/spec/whois/record/parser/responses/whois.dns.pt/status_reserved_spec.rb +61 -0
  1399. data/spec/whois/record/parser/responses/whois.domain-registry.nl/property_nameservers_with_ip_spec.rb +36 -0
  1400. data/spec/whois/record/parser/responses/whois.domain-registry.nl/response_throttled_daily_spec.rb +29 -0
  1401. data/spec/whois/record/parser/responses/whois.domain-registry.nl/response_throttled_spec.rb +29 -0
  1402. data/spec/whois/record/parser/responses/whois.domain-registry.nl/response_unavailable_spec.rb +29 -0
  1403. data/spec/whois/record/parser/responses/whois.domain-registry.nl/status_available_spec.rb +60 -0
  1404. data/spec/whois/record/parser/responses/whois.domain-registry.nl/status_quarantine_spec.rb +60 -0
  1405. data/spec/whois/record/parser/responses/whois.domain-registry.nl/status_registered_spec.rb +80 -0
  1406. data/spec/whois/record/parser/responses/whois.domain.kg/status_available_spec.rb +60 -0
  1407. data/spec/whois/record/parser/responses/whois.domain.kg/status_registered_spec.rb +67 -0
  1408. data/spec/whois/record/parser/responses/whois.domainregistry.ie/property_nameservers_with_ip_spec.rb +48 -0
  1409. data/spec/whois/record/parser/responses/whois.domainregistry.ie/status_available_spec.rb +60 -0
  1410. data/spec/whois/record/parser/responses/whois.domainregistry.ie/status_registered_spec.rb +67 -0
  1411. data/spec/whois/record/parser/responses/whois.domainregistry.my/status_available_spec.rb +60 -0
  1412. data/spec/whois/record/parser/responses/whois.domainregistry.my/status_registered_spec.rb +69 -0
  1413. data/spec/whois/record/parser/responses/whois.domreg.lt/property_nameservers_with_ip_spec.rb +42 -0
  1414. data/spec/whois/record/parser/responses/whois.domreg.lt/status_available_spec.rb +60 -0
  1415. data/spec/whois/record/parser/responses/whois.domreg.lt/status_registered_spec.rb +67 -0
  1416. data/spec/whois/record/parser/responses/whois.dot.tk/status_available_spec.rb +60 -0
  1417. data/spec/whois/record/parser/responses/whois.dot.tk/status_registered_spec.rb +70 -0
  1418. data/spec/whois/record/parser/responses/whois.dotmobiregistry.net/status_available_spec.rb +60 -0
  1419. data/spec/whois/record/parser/responses/whois.dotmobiregistry.net/status_registered_spec.rb +71 -0
  1420. data/spec/whois/record/parser/responses/whois.educause.edu/status_available_spec.rb +60 -0
  1421. data/spec/whois/record/parser/responses/whois.educause.edu/status_registered_spec.rb +69 -0
  1422. data/spec/whois/record/parser/responses/whois.eenet.ee/status_available_spec.rb +60 -0
  1423. data/spec/whois/record/parser/responses/whois.eenet.ee/status_registered_spec.rb +66 -0
  1424. data/spec/whois/record/parser/responses/whois.eu.org/status_available_spec.rb +59 -0
  1425. data/spec/whois/record/parser/responses/whois.eu.org/status_registered_spec.rb +59 -0
  1426. data/spec/whois/record/parser/responses/whois.eu/property_nameservers_with_ip_spec.rb +36 -0
  1427. data/spec/whois/record/parser/responses/whois.eu/status_available_spec.rb +60 -0
  1428. data/spec/whois/record/parser/responses/whois.eu/status_registered_spec.rb +68 -0
  1429. data/spec/whois/record/parser/responses/whois.ficora.fi/status_available_spec.rb +60 -0
  1430. data/spec/whois/record/parser/responses/whois.ficora.fi/status_registered_spec.rb +70 -0
  1431. data/spec/whois/record/parser/responses/whois.gg/status_available_spec.rb +60 -0
  1432. data/spec/whois/record/parser/responses/whois.gg/status_registered_spec.rb +68 -0
  1433. data/spec/whois/record/parser/responses/whois.gov.za/status_available_spec.rb +59 -0
  1434. data/spec/whois/record/parser/responses/whois.gov.za/status_registered_spec.rb +60 -0
  1435. data/spec/whois/record/parser/responses/whois.hkirc.hk/status_available_spec.rb +60 -0
  1436. data/spec/whois/record/parser/responses/whois.hkirc.hk/status_registered_spec.rb +66 -0
  1437. data/spec/whois/record/parser/responses/whois.iam.net.ma/status_available_spec.rb +54 -0
  1438. data/spec/whois/record/parser/responses/whois.iam.net.ma/status_registered_spec.rb +56 -0
  1439. data/spec/whois/record/parser/responses/whois.iana.org/status_available_spec.rb +78 -0
  1440. data/spec/whois/record/parser/responses/whois.iana.org/status_not_assigned_spec.rb +79 -0
  1441. data/spec/whois/record/parser/responses/whois.iana.org/status_registered_spec.rb +125 -0
  1442. data/spec/whois/record/parser/responses/whois.in.ua/status_available_spec.rb +60 -0
  1443. data/spec/whois/record/parser/responses/whois.in.ua/status_registered_spec.rb +68 -0
  1444. data/spec/whois/record/parser/responses/whois.isnic.is/status_available_spec.rb +60 -0
  1445. data/spec/whois/record/parser/responses/whois.isnic.is/status_registered_spec.rb +66 -0
  1446. data/spec/whois/record/parser/responses/whois.isoc.org.il/property_status_missing_spec.rb +39 -0
  1447. data/spec/whois/record/parser/responses/whois.isoc.org.il/property_status_transfer_allowed_spec.rb +39 -0
  1448. data/spec/whois/record/parser/responses/whois.isoc.org.il/property_status_transfer_locked_spec.rb +39 -0
  1449. data/spec/whois/record/parser/responses/whois.isoc.org.il/status_available_spec.rb +60 -0
  1450. data/spec/whois/record/parser/responses/whois.isoc.org.il/status_registered_spec.rb +73 -0
  1451. data/spec/whois/record/parser/responses/whois.ja.net/ac.uk/status_available_spec.rb +60 -0
  1452. data/spec/whois/record/parser/responses/whois.ja.net/ac.uk/status_registered_spec.rb +75 -0
  1453. data/spec/whois/record/parser/responses/whois.ja.net/gov.uk/status_available_spec.rb +60 -0
  1454. data/spec/whois/record/parser/responses/whois.ja.net/gov.uk/status_registered_spec.rb +79 -0
  1455. data/spec/whois/record/parser/responses/whois.je/status_available_spec.rb +60 -0
  1456. data/spec/whois/record/parser/responses/whois.je/status_registered_spec.rb +68 -0
  1457. data/spec/whois/record/parser/responses/whois.jprs.jp/jp/property_created_on_and_expires_on_missing_spec.rb +29 -0
  1458. data/spec/whois/record/parser/responses/whois.jprs.jp/jp/property_expires_on_missing_spec.rb +29 -0
  1459. data/spec/whois/record/parser/responses/whois.jprs.jp/jp/property_updates_on_error_out-of-range_spec.rb +30 -0
  1460. data/spec/whois/record/parser/responses/whois.jprs.jp/jp/status_available_spec.rb +60 -0
  1461. data/spec/whois/record/parser/responses/whois.jprs.jp/jp/status_registered_spec.rb +71 -0
  1462. data/spec/whois/record/parser/responses/whois.jprs.jp/jp/status_reserved_spec.rb +61 -0
  1463. data/spec/whois/record/parser/responses/whois.jprs.jp/ne.jp/status_available_spec.rb +60 -0
  1464. data/spec/whois/record/parser/responses/whois.jprs.jp/ne.jp/status_registered_spec.rb +70 -0
  1465. data/spec/whois/record/parser/responses/whois.kenic.or.ke/status_available_spec.rb +60 -0
  1466. data/spec/whois/record/parser/responses/whois.kenic.or.ke/status_registered_spec.rb +71 -0
  1467. data/spec/whois/record/parser/responses/whois.kr/property_nameservers_with_ip_spec.rb +36 -0
  1468. data/spec/whois/record/parser/responses/whois.kr/status_available_spec.rb +60 -0
  1469. data/spec/whois/record/parser/responses/whois.kr/status_registered_spec.rb +67 -0
  1470. data/spec/whois/record/parser/responses/whois.markmonitor.com/status_registered_spec.rb +133 -0
  1471. data/spec/whois/record/parser/responses/whois.meregistry.net/property_nameservers_is_missing_spec.rb +30 -0
  1472. data/spec/whois/record/parser/responses/whois.meregistry.net/status_available_spec.rb +60 -0
  1473. data/spec/whois/record/parser/responses/whois.meregistry.net/status_registered_spec.rb +71 -0
  1474. data/spec/whois/record/parser/responses/whois.museum/status_available_spec.rb +60 -0
  1475. data/spec/whois/record/parser/responses/whois.museum/status_registered_spec.rb +69 -0
  1476. data/spec/whois/record/parser/responses/whois.na-nic.com.na/status_available_spec.rb +60 -0
  1477. data/spec/whois/record/parser/responses/whois.na-nic.com.na/status_registered_spec.rb +67 -0
  1478. data/spec/whois/record/parser/responses/whois.net.ua/property_nameservers_uppercase_spec.rb +36 -0
  1479. data/spec/whois/record/parser/responses/whois.net.ua/status_available_spec.rb +60 -0
  1480. data/spec/whois/record/parser/responses/whois.net.ua/status_registered_spec.rb +70 -0
  1481. data/spec/whois/record/parser/responses/whois.netcom.cm/status_available_spec.rb +60 -0
  1482. data/spec/whois/record/parser/responses/whois.netcom.cm/status_registered_spec.rb +71 -0
  1483. data/spec/whois/record/parser/responses/whois.nic-se.se/property_nameservers_with_ip_spec.rb +38 -0
  1484. data/spec/whois/record/parser/responses/whois.nic-se.se/status_available_spec.rb +55 -0
  1485. data/spec/whois/record/parser/responses/whois.nic-se.se/status_inactive_spec.rb +39 -0
  1486. data/spec/whois/record/parser/responses/whois.nic-se.se/status_registered_spec.rb +65 -0
  1487. data/spec/whois/record/parser/responses/whois.nic.ac/status_available_spec.rb +104 -0
  1488. data/spec/whois/record/parser/responses/whois.nic.ac/status_registered_spec.rb +104 -0
  1489. data/spec/whois/record/parser/responses/whois.nic.af/status_available_spec.rb +60 -0
  1490. data/spec/whois/record/parser/responses/whois.nic.af/status_registered_spec.rb +67 -0
  1491. data/spec/whois/record/parser/responses/whois.nic.ag/status_available_spec.rb +60 -0
  1492. data/spec/whois/record/parser/responses/whois.nic.ag/status_registered_spec.rb +71 -0
  1493. data/spec/whois/record/parser/responses/whois.nic.am/status_available_spec.rb +60 -0
  1494. data/spec/whois/record/parser/responses/whois.nic.am/status_registered_spec.rb +71 -0
  1495. data/spec/whois/record/parser/responses/whois.nic.as/status_available_spec.rb +60 -0
  1496. data/spec/whois/record/parser/responses/whois.nic.as/status_registered_spec.rb +72 -0
  1497. data/spec/whois/record/parser/responses/whois.nic.asia/status_available_spec.rb +60 -0
  1498. data/spec/whois/record/parser/responses/whois.nic.asia/status_registered_spec.rb +67 -0
  1499. data/spec/whois/record/parser/responses/whois.nic.at/status_available_spec.rb +60 -0
  1500. data/spec/whois/record/parser/responses/whois.nic.at/status_registered_spec.rb +69 -0
  1501. data/spec/whois/record/parser/responses/whois.nic.bo/status_available_spec.rb +69 -0
  1502. data/spec/whois/record/parser/responses/whois.nic.bo/status_registered_spec.rb +71 -0
  1503. data/spec/whois/record/parser/responses/whois.nic.cc/property_nameserver_no_nameserver_spec.rb +30 -0
  1504. data/spec/whois/record/parser/responses/whois.nic.cc/status_available_spec.rb +90 -0
  1505. data/spec/whois/record/parser/responses/whois.nic.cc/status_registered_spec.rb +101 -0
  1506. data/spec/whois/record/parser/responses/whois.nic.cd/status_available_spec.rb +60 -0
  1507. data/spec/whois/record/parser/responses/whois.nic.cd/status_registered_spec.rb +70 -0
  1508. data/spec/whois/record/parser/responses/whois.nic.ch/property_nameservers_with_ip_spec.rb +34 -0
  1509. data/spec/whois/record/parser/responses/whois.nic.ch/status_available_spec.rb +60 -0
  1510. data/spec/whois/record/parser/responses/whois.nic.ch/status_registered_spec.rb +68 -0
  1511. data/spec/whois/record/parser/responses/whois.nic.ci/status_available_spec.rb +60 -0
  1512. data/spec/whois/record/parser/responses/whois.nic.ci/status_registered_spec.rb +70 -0
  1513. data/spec/whois/record/parser/responses/whois.nic.ck/status_available_spec.rb +60 -0
  1514. data/spec/whois/record/parser/responses/whois.nic.ck/status_registered_spec.rb +66 -0
  1515. data/spec/whois/record/parser/responses/whois.nic.cl/status_available_spec.rb +55 -0
  1516. data/spec/whois/record/parser/responses/whois.nic.cl/status_registered_spec.rb +67 -0
  1517. data/spec/whois/record/parser/responses/whois.nic.co/status_available_spec.rb +60 -0
  1518. data/spec/whois/record/parser/responses/whois.nic.co/status_registered_spec.rb +71 -0
  1519. data/spec/whois/record/parser/responses/whois.nic.coop/status_available_spec.rb +60 -0
  1520. data/spec/whois/record/parser/responses/whois.nic.coop/status_registered_spec.rb +67 -0
  1521. data/spec/whois/record/parser/responses/whois.nic.cx/status_available_spec.rb +60 -0
  1522. data/spec/whois/record/parser/responses/whois.nic.cx/status_registered_spec.rb +71 -0
  1523. data/spec/whois/record/parser/responses/whois.nic.cz/property_nameservers_with_ip_spec.rb +36 -0
  1524. data/spec/whois/record/parser/responses/whois.nic.cz/property_status_expired_spec.rb +39 -0
  1525. data/spec/whois/record/parser/responses/whois.nic.cz/property_status_missing_spec.rb +39 -0
  1526. data/spec/whois/record/parser/responses/whois.nic.cz/property_status_paid_spec.rb +39 -0
  1527. data/spec/whois/record/parser/responses/whois.nic.cz/status_available_spec.rb +60 -0
  1528. data/spec/whois/record/parser/responses/whois.nic.cz/status_registered_spec.rb +71 -0
  1529. data/spec/whois/record/parser/responses/whois.nic.dz/status_available_spec.rb +59 -0
  1530. data/spec/whois/record/parser/responses/whois.nic.dz/status_registered_spec.rb +59 -0
  1531. data/spec/whois/record/parser/responses/whois.nic.ec/status_available_spec.rb +60 -0
  1532. data/spec/whois/record/parser/responses/whois.nic.ec/status_registered_spec.rb +71 -0
  1533. data/spec/whois/record/parser/responses/whois.nic.fr/fr/property_nameservers_spec.rb +38 -0
  1534. data/spec/whois/record/parser/responses/whois.nic.fr/fr/property_nameservers_with_ipv4_and_some_ipv6_spec.rb +54 -0
  1535. data/spec/whois/record/parser/responses/whois.nic.fr/fr/property_status_missing_spec.rb +39 -0
  1536. data/spec/whois/record/parser/responses/whois.nic.fr/fr/property_status_redemption_spec.rb +39 -0
  1537. data/spec/whois/record/parser/responses/whois.nic.fr/fr/property_status_registered_spec.rb +39 -0
  1538. data/spec/whois/record/parser/responses/whois.nic.fr/fr/status_available_spec.rb +60 -0
  1539. data/spec/whois/record/parser/responses/whois.nic.fr/fr/status_registered_spec.rb +70 -0
  1540. data/spec/whois/record/parser/responses/whois.nic.fr/pm/property_nameservers_with_ipv4_and_ipv6_spec.rb +42 -0
  1541. data/spec/whois/record/parser/responses/whois.nic.fr/pm/status_available_spec.rb +60 -0
  1542. data/spec/whois/record/parser/responses/whois.nic.fr/pm/status_registered_spec.rb +62 -0
  1543. data/spec/whois/record/parser/responses/whois.nic.fr/re/property_nameservers_with_ipv4_and_ipv6_spec.rb +42 -0
  1544. data/spec/whois/record/parser/responses/whois.nic.fr/re/status_available_spec.rb +60 -0
  1545. data/spec/whois/record/parser/responses/whois.nic.fr/re/status_registered_spec.rb +62 -0
  1546. data/spec/whois/record/parser/responses/whois.nic.fr/tf/property_status_frozen_spec.rb +39 -0
  1547. data/spec/whois/record/parser/responses/whois.nic.fr/tf/status_available_spec.rb +60 -0
  1548. data/spec/whois/record/parser/responses/whois.nic.fr/tf/status_registered_spec.rb +74 -0
  1549. data/spec/whois/record/parser/responses/whois.nic.fr/wf/status_available_spec.rb +60 -0
  1550. data/spec/whois/record/parser/responses/whois.nic.fr/wf/status_registered_spec.rb +74 -0
  1551. data/spec/whois/record/parser/responses/whois.nic.fr/yt/status_available_spec.rb +60 -0
  1552. data/spec/whois/record/parser/responses/whois.nic.fr/yt/status_registered_spec.rb +74 -0
  1553. data/spec/whois/record/parser/responses/whois.nic.gl/status_available_spec.rb +60 -0
  1554. data/spec/whois/record/parser/responses/whois.nic.gl/status_registered_spec.rb +67 -0
  1555. data/spec/whois/record/parser/responses/whois.nic.gov/status_available_spec.rb +59 -0
  1556. data/spec/whois/record/parser/responses/whois.nic.gov/status_registered_spec.rb +59 -0
  1557. data/spec/whois/record/parser/responses/whois.nic.gs/status_available_spec.rb +60 -0
  1558. data/spec/whois/record/parser/responses/whois.nic.gs/status_registered_spec.rb +67 -0
  1559. data/spec/whois/record/parser/responses/whois.nic.ht/status_available_spec.rb +60 -0
  1560. data/spec/whois/record/parser/responses/whois.nic.ht/status_registered_spec.rb +71 -0
  1561. data/spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/property_contact_company_spec.rb +43 -0
  1562. data/spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/property_contact_private_person_spec.rb +42 -0
  1563. data/spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/property_contact_without_address_spec.rb +36 -0
  1564. data/spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/status_available_spec.rb +108 -0
  1565. data/spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/status_in_progress_spec.rb +102 -0
  1566. data/spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/status_registered_spec.rb +182 -0
  1567. data/spec/whois/record/parser/responses/whois.nic.hu/schema-current/status_available_spec.rb +98 -0
  1568. data/spec/whois/record/parser/responses/whois.nic.hu/schema-current/status_registered_spec.rb +98 -0
  1569. data/spec/whois/record/parser/responses/whois.nic.im/status_available_spec.rb +60 -0
  1570. data/spec/whois/record/parser/responses/whois.nic.im/status_registered_spec.rb +69 -0
  1571. data/spec/whois/record/parser/responses/whois.nic.io/status_available_spec.rb +104 -0
  1572. data/spec/whois/record/parser/responses/whois.nic.io/status_registered_spec.rb +104 -0
  1573. data/spec/whois/record/parser/responses/whois.nic.ir/status_available_spec.rb +60 -0
  1574. data/spec/whois/record/parser/responses/whois.nic.ir/status_registered_spec.rb +69 -0
  1575. data/spec/whois/record/parser/responses/whois.nic.it/property_contact_province_spec.rb +42 -0
  1576. data/spec/whois/record/parser/responses/whois.nic.it/property_contact_with_company_in_address_spec.rb +42 -0
  1577. data/spec/whois/record/parser/responses/whois.nic.it/property_contact_with_organization_spec.rb +42 -0
  1578. data/spec/whois/record/parser/responses/whois.nic.it/property_status_active_spec.rb +39 -0
  1579. data/spec/whois/record/parser/responses/whois.nic.it/property_status_available_spec.rb +39 -0
  1580. data/spec/whois/record/parser/responses/whois.nic.it/property_status_client_spec.rb +39 -0
  1581. data/spec/whois/record/parser/responses/whois.nic.it/property_status_graceperiod_spec.rb +39 -0
  1582. data/spec/whois/record/parser/responses/whois.nic.it/property_status_ok_autorenew_spec.rb +39 -0
  1583. data/spec/whois/record/parser/responses/whois.nic.it/property_status_ok_spec.rb +39 -0
  1584. data/spec/whois/record/parser/responses/whois.nic.it/property_status_pendingdelete_spec.rb +39 -0
  1585. data/spec/whois/record/parser/responses/whois.nic.it/property_technical_contact_spec.rb +34 -0
  1586. data/spec/whois/record/parser/responses/whois.nic.it/response_unavailable_spec.rb +29 -0
  1587. data/spec/whois/record/parser/responses/whois.nic.it/status_available_spec.rb +113 -0
  1588. data/spec/whois/record/parser/responses/whois.nic.it/status_registered_spec.rb +155 -0
  1589. data/spec/whois/record/parser/responses/whois.nic.ki/status_available_spec.rb +60 -0
  1590. data/spec/whois/record/parser/responses/whois.nic.ki/status_registered_spec.rb +71 -0
  1591. data/spec/whois/record/parser/responses/whois.nic.kz/property_status_missing_spec.rb +39 -0
  1592. data/spec/whois/record/parser/responses/whois.nic.kz/property_status_multiple_spec.rb +39 -0
  1593. data/spec/whois/record/parser/responses/whois.nic.kz/property_status_ok_spec.rb +39 -0
  1594. data/spec/whois/record/parser/responses/whois.nic.kz/status_available_spec.rb +60 -0
  1595. data/spec/whois/record/parser/responses/whois.nic.kz/status_registered_spec.rb +66 -0
  1596. data/spec/whois/record/parser/responses/whois.nic.la/status_available_spec.rb +60 -0
  1597. data/spec/whois/record/parser/responses/whois.nic.la/status_registered_spec.rb +71 -0
  1598. data/spec/whois/record/parser/responses/whois.nic.li/status_available_spec.rb +60 -0
  1599. data/spec/whois/record/parser/responses/whois.nic.li/status_registered_spec.rb +68 -0
  1600. data/spec/whois/record/parser/responses/whois.nic.lv/status_available_spec.rb +60 -0
  1601. data/spec/whois/record/parser/responses/whois.nic.lv/status_registered_spec.rb +69 -0
  1602. data/spec/whois/record/parser/responses/whois.nic.ly/status_available_spec.rb +60 -0
  1603. data/spec/whois/record/parser/responses/whois.nic.ly/status_registered_spec.rb +71 -0
  1604. data/spec/whois/record/parser/responses/whois.nic.md/status_available_spec.rb +106 -0
  1605. data/spec/whois/record/parser/responses/whois.nic.md/status_registered_spec.rb +118 -0
  1606. data/spec/whois/record/parser/responses/whois.nic.mg/status_available_spec.rb +60 -0
  1607. data/spec/whois/record/parser/responses/whois.nic.mg/status_registered_spec.rb +71 -0
  1608. data/spec/whois/record/parser/responses/whois.nic.ms/status_available_spec.rb +60 -0
  1609. data/spec/whois/record/parser/responses/whois.nic.ms/status_registered_spec.rb +67 -0
  1610. data/spec/whois/record/parser/responses/whois.nic.mu/status_available_spec.rb +60 -0
  1611. data/spec/whois/record/parser/responses/whois.nic.mu/status_registered_spec.rb +71 -0
  1612. data/spec/whois/record/parser/responses/whois.nic.mx/property_nameservers_with_ip_spec.rb +34 -0
  1613. data/spec/whois/record/parser/responses/whois.nic.mx/status_available_spec.rb +55 -0
  1614. data/spec/whois/record/parser/responses/whois.nic.mx/status_registered_spec.rb +65 -0
  1615. data/spec/whois/record/parser/responses/whois.nic.name/status_available_spec.rb +59 -0
  1616. data/spec/whois/record/parser/responses/whois.nic.name/status_registered_spec.rb +59 -0
  1617. data/spec/whois/record/parser/responses/whois.nic.net.nf/status_available_spec.rb +60 -0
  1618. data/spec/whois/record/parser/responses/whois.nic.net.nf/status_registered_spec.rb +71 -0
  1619. data/spec/whois/record/parser/responses/whois.nic.net.ng/status_available_spec.rb +60 -0
  1620. data/spec/whois/record/parser/responses/whois.nic.net.ng/status_registered_spec.rb +71 -0
  1621. data/spec/whois/record/parser/responses/whois.nic.net.sa/status_available_spec.rb +60 -0
  1622. data/spec/whois/record/parser/responses/whois.nic.net.sa/status_registered_spec.rb +65 -0
  1623. data/spec/whois/record/parser/responses/whois.nic.nu/status_available_spec.rb +60 -0
  1624. data/spec/whois/record/parser/responses/whois.nic.nu/status_registered_spec.rb +71 -0
  1625. data/spec/whois/record/parser/responses/whois.nic.org.uy/status_available_spec.rb +60 -0
  1626. data/spec/whois/record/parser/responses/whois.nic.org.uy/status_registered_spec.rb +66 -0
  1627. data/spec/whois/record/parser/responses/whois.nic.pr/status_available_spec.rb +59 -0
  1628. data/spec/whois/record/parser/responses/whois.nic.pr/status_registered_spec.rb +61 -0
  1629. data/spec/whois/record/parser/responses/whois.nic.priv.at/status_available_spec.rb +59 -0
  1630. data/spec/whois/record/parser/responses/whois.nic.priv.at/status_registered_spec.rb +60 -0
  1631. data/spec/whois/record/parser/responses/whois.nic.sh/status_available_spec.rb +104 -0
  1632. data/spec/whois/record/parser/responses/whois.nic.sh/status_registered_spec.rb +104 -0
  1633. data/spec/whois/record/parser/responses/whois.nic.sl/status_available_spec.rb +60 -0
  1634. data/spec/whois/record/parser/responses/whois.nic.sl/status_registered_spec.rb +70 -0
  1635. data/spec/whois/record/parser/responses/whois.nic.sn/status_available_spec.rb +108 -0
  1636. data/spec/whois/record/parser/responses/whois.nic.sn/status_registered_spec.rb +131 -0
  1637. data/spec/whois/record/parser/responses/whois.nic.so/status_available_spec.rb +60 -0
  1638. data/spec/whois/record/parser/responses/whois.nic.so/status_registered_spec.rb +71 -0
  1639. data/spec/whois/record/parser/responses/whois.nic.st/status_available_spec.rb +60 -0
  1640. data/spec/whois/record/parser/responses/whois.nic.st/status_registered_spec.rb +70 -0
  1641. data/spec/whois/record/parser/responses/whois.nic.tel/status_available_spec.rb +60 -0
  1642. data/spec/whois/record/parser/responses/whois.nic.tel/status_registered_spec.rb +73 -0
  1643. data/spec/whois/record/parser/responses/whois.nic.tl/status_available_spec.rb +60 -0
  1644. data/spec/whois/record/parser/responses/whois.nic.tl/status_registered_spec.rb +67 -0
  1645. data/spec/whois/record/parser/responses/whois.nic.tm/status_available_spec.rb +104 -0
  1646. data/spec/whois/record/parser/responses/whois.nic.tm/status_registered_spec.rb +104 -0
  1647. data/spec/whois/record/parser/responses/whois.nic.tr/property_nameservers_with_ip_spec.rb +39 -0
  1648. data/spec/whois/record/parser/responses/whois.nic.tr/property_nameservers_with_trailing_space_spec.rb +34 -0
  1649. data/spec/whois/record/parser/responses/whois.nic.tr/status_available_spec.rb +60 -0
  1650. data/spec/whois/record/parser/responses/whois.nic.tr/status_registered_spec.rb +66 -0
  1651. data/spec/whois/record/parser/responses/whois.nic.travel/status_available_spec.rb +60 -0
  1652. data/spec/whois/record/parser/responses/whois.nic.travel/status_registered_spec.rb +67 -0
  1653. data/spec/whois/record/parser/responses/whois.nic.tv/property_nameserver_no_nameserver_spec.rb +30 -0
  1654. data/spec/whois/record/parser/responses/whois.nic.tv/status_available_spec.rb +90 -0
  1655. data/spec/whois/record/parser/responses/whois.nic.tv/status_registered_spec.rb +97 -0
  1656. data/spec/whois/record/parser/responses/whois.nic.uk/property_nameservers_with_ip_spec.rb +36 -0
  1657. data/spec/whois/record/parser/responses/whois.nic.uk/property_registrar_without_trading_name_spec.rb +33 -0
  1658. data/spec/whois/record/parser/responses/whois.nic.uk/property_status_missing_spec.rb +39 -0
  1659. data/spec/whois/record/parser/responses/whois.nic.uk/property_status_processing_registration_spec.rb +39 -0
  1660. data/spec/whois/record/parser/responses/whois.nic.uk/property_status_processing_renewal_spec.rb +39 -0
  1661. data/spec/whois/record/parser/responses/whois.nic.uk/property_status_registered_spec.rb +39 -0
  1662. data/spec/whois/record/parser/responses/whois.nic.uk/property_status_suspended_spec.rb +39 -0
  1663. data/spec/whois/record/parser/responses/whois.nic.uk/status_available_spec.rb +70 -0
  1664. data/spec/whois/record/parser/responses/whois.nic.uk/status_invalid_spec.rb +34 -0
  1665. data/spec/whois/record/parser/responses/whois.nic.uk/status_registered_spec.rb +90 -0
  1666. data/spec/whois/record/parser/responses/whois.nic.uk/status_suspended_spec.rb +72 -0
  1667. data/spec/whois/record/parser/responses/whois.nic.us/status_available_spec.rb +60 -0
  1668. data/spec/whois/record/parser/responses/whois.nic.us/status_registered_spec.rb +71 -0
  1669. data/spec/whois/record/parser/responses/whois.nic.ve/property_expires_on_missing_spec.rb +29 -0
  1670. data/spec/whois/record/parser/responses/whois.nic.ve/property_nameservers_missing_spec.rb +30 -0
  1671. data/spec/whois/record/parser/responses/whois.nic.ve/property_nameservers_spec.rb +34 -0
  1672. data/spec/whois/record/parser/responses/whois.nic.ve/property_status_activo_spec.rb +39 -0
  1673. data/spec/whois/record/parser/responses/whois.nic.ve/property_status_missing_spec.rb +39 -0
  1674. data/spec/whois/record/parser/responses/whois.nic.ve/property_status_suspendido_spec.rb +39 -0
  1675. data/spec/whois/record/parser/responses/whois.nic.ve/property_updated_on_blank_spec.rb +29 -0
  1676. data/spec/whois/record/parser/responses/whois.nic.ve/property_updated_on_spec.rb +30 -0
  1677. data/spec/whois/record/parser/responses/whois.nic.ve/status_available_spec.rb +60 -0
  1678. data/spec/whois/record/parser/responses/whois.nic.ve/status_registered_spec.rb +62 -0
  1679. data/spec/whois/record/parser/responses/whois.nic.ve/status_suspended_spec.rb +67 -0
  1680. data/spec/whois/record/parser/responses/whois.norid.no/status_available_spec.rb +54 -0
  1681. data/spec/whois/record/parser/responses/whois.norid.no/status_registered_spec.rb +56 -0
  1682. data/spec/whois/record/parser/responses/whois.org.za/status_available_spec.rb +104 -0
  1683. data/spec/whois/record/parser/responses/whois.org.za/status_registered_spec.rb +104 -0
  1684. data/spec/whois/record/parser/responses/whois.pandi.or.id/status_available_spec.rb +60 -0
  1685. data/spec/whois/record/parser/responses/whois.pandi.or.id/status_registered_spec.rb +71 -0
  1686. data/spec/whois/record/parser/responses/whois.pnina.ps/property_nameservers_with_nodns_spec.rb +32 -0
  1687. data/spec/whois/record/parser/responses/whois.pnina.ps/status_available_spec.rb +60 -0
  1688. data/spec/whois/record/parser/responses/whois.pnina.ps/status_registered_spec.rb +68 -0
  1689. data/spec/whois/record/parser/responses/whois.publicinterestregistry.net/response_throttled_spec.rb +29 -0
  1690. data/spec/whois/record/parser/responses/whois.publicinterestregistry.net/status_available_spec.rb +98 -0
  1691. data/spec/whois/record/parser/responses/whois.publicinterestregistry.net/status_registered_spec.rb +157 -0
  1692. data/spec/whois/record/parser/responses/whois.register.bg/property_nameservers_with_ip_spec.rb +36 -0
  1693. data/spec/whois/record/parser/responses/whois.register.bg/status_available_spec.rb +60 -0
  1694. data/spec/whois/record/parser/responses/whois.register.bg/status_registered_spec.rb +70 -0
  1695. data/spec/whois/record/parser/responses/whois.registro.br/status_available_limited_spec.rb +34 -0
  1696. data/spec/whois/record/parser/responses/whois.registro.br/status_available_spec.rb +59 -0
  1697. data/spec/whois/record/parser/responses/whois.registro.br/status_registered_limited_spec.rb +34 -0
  1698. data/spec/whois/record/parser/responses/whois.registro.br/status_registered_spec.rb +59 -0
  1699. data/spec/whois/record/parser/responses/whois.registry.gy/status_available_spec.rb +60 -0
  1700. data/spec/whois/record/parser/responses/whois.registry.gy/status_registered_spec.rb +71 -0
  1701. data/spec/whois/record/parser/responses/whois.registry.hm/status_available_spec.rb +60 -0
  1702. data/spec/whois/record/parser/responses/whois.registry.hm/status_registered_spec.rb +66 -0
  1703. data/spec/whois/record/parser/responses/whois.registry.in/property_status_missing_spec.rb +29 -0
  1704. data/spec/whois/record/parser/responses/whois.registry.in/property_status_multiple_spec.rb +29 -0
  1705. data/spec/whois/record/parser/responses/whois.registry.in/property_status_ok_spec.rb +29 -0
  1706. data/spec/whois/record/parser/responses/whois.registry.in/status_available_spec.rb +65 -0
  1707. data/spec/whois/record/parser/responses/whois.registry.in/status_registered_spec.rb +75 -0
  1708. data/spec/whois/record/parser/responses/whois.registrypro.pro/status_available_spec.rb +60 -0
  1709. data/spec/whois/record/parser/responses/whois.registrypro.pro/status_registered_spec.rb +71 -0
  1710. data/spec/whois/record/parser/responses/whois.ripe.net/fo/status_available_spec.rb +60 -0
  1711. data/spec/whois/record/parser/responses/whois.ripe.net/fo/status_registered_spec.rb +64 -0
  1712. data/spec/whois/record/parser/responses/whois.ripe.net/gm/status_available_spec.rb +60 -0
  1713. data/spec/whois/record/parser/responses/whois.ripe.net/gm/status_registered_spec.rb +64 -0
  1714. data/spec/whois/record/parser/responses/whois.ripe.net/mc/status_available_spec.rb +60 -0
  1715. data/spec/whois/record/parser/responses/whois.ripe.net/mc/status_registered_spec.rb +69 -0
  1716. data/spec/whois/record/parser/responses/whois.ripe.net/sm/status_available_spec.rb +60 -0
  1717. data/spec/whois/record/parser/responses/whois.ripe.net/sm/status_registered_spec.rb +68 -0
  1718. data/spec/whois/record/parser/responses/whois.ripe.net/va/status_available_spec.rb +60 -0
  1719. data/spec/whois/record/parser/responses/whois.ripe.net/va/status_registered_spec.rb +70 -0
  1720. data/spec/whois/record/parser/responses/whois.ripn.net/ru/property_nameservers_with_ip_spec.rb +36 -0
  1721. data/spec/whois/record/parser/responses/whois.ripn.net/ru/status_available_spec.rb +81 -0
  1722. data/spec/whois/record/parser/responses/whois.ripn.net/ru/status_registered_spec.rb +102 -0
  1723. data/spec/whois/record/parser/responses/whois.ripn.net/su/status_available_spec.rb +81 -0
  1724. data/spec/whois/record/parser/responses/whois.ripn.net/su/status_registered_spec.rb +97 -0
  1725. data/spec/whois/record/parser/responses/whois.ripn.net/xn--p1ai/status_available_spec.rb +81 -0
  1726. data/spec/whois/record/parser/responses/whois.ripn.net/xn--p1ai/status_registered_spec.rb +100 -0
  1727. data/spec/whois/record/parser/responses/whois.rotld.ro/status_available_spec.rb +60 -0
  1728. data/spec/whois/record/parser/responses/whois.rotld.ro/status_registered_spec.rb +68 -0
  1729. data/spec/whois/record/parser/responses/whois.samoanic.ws/status_available_spec.rb +60 -0
  1730. data/spec/whois/record/parser/responses/whois.samoanic.ws/status_registered_spec.rb +71 -0
  1731. data/spec/whois/record/parser/responses/whois.sgnic.sg/status_available_spec.rb +60 -0
  1732. data/spec/whois/record/parser/responses/whois.sgnic.sg/status_registered_spec.rb +70 -0
  1733. data/spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_held_spec.rb +39 -0
  1734. data/spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_ok_spec.rb +39 -0
  1735. data/spec/whois/record/parser/responses/whois.sk-nic.sk/status_available_spec.rb +60 -0
  1736. data/spec/whois/record/parser/responses/whois.sk-nic.sk/status_registered_spec.rb +70 -0
  1737. data/spec/whois/record/parser/responses/whois.srs.net.nz/status_available_spec.rb +60 -0
  1738. data/spec/whois/record/parser/responses/whois.srs.net.nz/status_invalid_spec.rb +60 -0
  1739. data/spec/whois/record/parser/responses/whois.srs.net.nz/status_registered_spec.rb +71 -0
  1740. data/spec/whois/record/parser/responses/whois.thnic.co.th/status_available_spec.rb +60 -0
  1741. data/spec/whois/record/parser/responses/whois.thnic.co.th/status_registered_spec.rb +71 -0
  1742. data/spec/whois/record/parser/responses/whois.tld.ee/status_available_spec.rb +82 -0
  1743. data/spec/whois/record/parser/responses/whois.tld.ee/status_expired_spec.rb +68 -0
  1744. data/spec/whois/record/parser/responses/whois.tld.ee/status_registered_spec.rb +104 -0
  1745. data/spec/whois/record/parser/responses/whois.tonic.to/response_incomplete_spec.rb +34 -0
  1746. data/spec/whois/record/parser/responses/whois.tonic.to/status_available_spec.rb +109 -0
  1747. data/spec/whois/record/parser/responses/whois.tonic.to/status_registered_spec.rb +109 -0
  1748. data/spec/whois/record/parser/responses/whois.twnic.net.tw/status_available_spec.rb +60 -0
  1749. data/spec/whois/record/parser/responses/whois.twnic.net.tw/status_registered_spec.rb +70 -0
  1750. data/spec/whois/record/parser/responses/whois.tznic.or.tz/status_available_spec.rb +60 -0
  1751. data/spec/whois/record/parser/responses/whois.tznic.or.tz/status_registered_spec.rb +67 -0
  1752. data/spec/whois/record/parser/responses/whois.usp.ac.fj/status_available_spec.rb +60 -0
  1753. data/spec/whois/record/parser/responses/whois.usp.ac.fj/status_registered_spec.rb +65 -0
  1754. data/spec/whois/record/parser/responses/whois.za.net/status_available_spec.rb +60 -0
  1755. data/spec/whois/record/parser/responses/whois.za.net/status_registered_spec.rb +66 -0
  1756. data/spec/whois/record/parser/responses/whois.za.org/status_available_spec.rb +60 -0
  1757. data/spec/whois/record/parser/responses/whois.za.org/status_registered_spec.rb +68 -0
  1758. data/spec/whois/record/parser_spec.rb +356 -0
  1759. data/spec/whois/record/part_spec.rb +50 -0
  1760. data/spec/whois/record/registrar_spec.rb +57 -0
  1761. data/spec/whois/record/super_struct_spec.rb +28 -0
  1762. data/spec/whois/record_spec.rb +378 -0
  1763. data/spec/whois/server/adapters/afilias_spec.rb +41 -0
  1764. data/spec/whois/server/adapters/base_spec.rb +120 -0
  1765. data/spec/whois/server/adapters/formatted_spec.rb +54 -0
  1766. data/spec/whois/server/adapters/none_spec.rb +22 -0
  1767. data/spec/whois/server/adapters/not_implemented_spec.rb +24 -0
  1768. data/spec/whois/server/adapters/pir_spec.rb +41 -0
  1769. data/spec/whois/server/adapters/standard_spec.rb +44 -0
  1770. data/spec/whois/server/adapters/verisign_spec.rb +59 -0
  1771. data/spec/whois/server/adapters/web_spec.rb +24 -0
  1772. data/spec/whois/server_spec.rb +201 -0
  1773. data/spec/whois/whois_spec.rb +74 -0
  1774. data/whois.gemspec +12 -13
  1775. metadata +1772 -198
  1776. data/LICENSE.rdoc +0 -25
  1777. data/lib/whois/answer/contact.rb +0 -61
  1778. data/lib/whois/answer/nameserver.rb +0 -41
  1779. data/lib/whois/answer/parser.rb +0 -267
  1780. data/lib/whois/answer/parser/NOTES.txt +0 -59
  1781. data/lib/whois/answer/parser/ast.rb +0 -72
  1782. data/lib/whois/answer/parser/base.rb +0 -260
  1783. data/lib/whois/answer/parser/blank.rb +0 -45
  1784. data/lib/whois/answer/parser/example.rb +0 -191
  1785. data/lib/whois/answer/parser/jobswhois.verisign-grs.com.rb +0 -111
  1786. data/lib/whois/answer/parser/kero.yachay.pe.rb +0 -79
  1787. data/lib/whois/answer/parser/saudinic.net.sa.rb +0 -30
  1788. data/lib/whois/answer/parser/scanners/iana.rb +0 -145
  1789. data/lib/whois/answer/parser/scanners/verisign.rb +0 -124
  1790. data/lib/whois/answer/parser/whois.adamsnames.tc.rb +0 -69
  1791. data/lib/whois/answer/parser/whois.aeda.net.ae.rb +0 -73
  1792. data/lib/whois/answer/parser/whois.aero.rb +0 -85
  1793. data/lib/whois/answer/parser/whois.afilias-grs.info.rb +0 -77
  1794. data/lib/whois/answer/parser/whois.afilias.info.rb +0 -77
  1795. data/lib/whois/answer/parser/whois.ai.rb +0 -73
  1796. data/lib/whois/answer/parser/whois.arnes.si.rb +0 -81
  1797. data/lib/whois/answer/parser/whois.audns.net.au.rb +0 -69
  1798. data/lib/whois/answer/parser/whois.ausregistry.net.au.rb +0 -30
  1799. data/lib/whois/answer/parser/whois.biz.rb +0 -77
  1800. data/lib/whois/answer/parser/whois.cat.rb +0 -90
  1801. data/lib/whois/answer/parser/whois.cctld.uz.rb +0 -85
  1802. data/lib/whois/answer/parser/whois.centralnic.com.rb +0 -124
  1803. data/lib/whois/answer/parser/whois.centralnic.net.rb +0 -31
  1804. data/lib/whois/answer/parser/whois.cira.ca.rb +0 -128
  1805. data/lib/whois/answer/parser/whois.cnnic.cn.rb +0 -73
  1806. data/lib/whois/answer/parser/whois.cnnic.net.cn.rb +0 -30
  1807. data/lib/whois/answer/parser/whois.co.ca.rb +0 -83
  1808. data/lib/whois/answer/parser/whois.co.pl.rb +0 -106
  1809. data/lib/whois/answer/parser/whois.co.ug.rb +0 -85
  1810. data/lib/whois/answer/parser/whois.coza.net.za.rb +0 -106
  1811. data/lib/whois/answer/parser/whois.crsnic.net.rb +0 -116
  1812. data/lib/whois/answer/parser/whois.denic.de.rb +0 -272
  1813. data/lib/whois/answer/parser/whois.dk-hostmaster.dk.rb +0 -81
  1814. data/lib/whois/answer/parser/whois.dns.be.rb +0 -82
  1815. data/lib/whois/answer/parser/whois.dns.lu.rb +0 -78
  1816. data/lib/whois/answer/parser/whois.dns.pl.rb +0 -81
  1817. data/lib/whois/answer/parser/whois.dns.pt.rb +0 -78
  1818. data/lib/whois/answer/parser/whois.domain-registry.nl.rb +0 -86
  1819. data/lib/whois/answer/parser/whois.domain.kg.rb +0 -85
  1820. data/lib/whois/answer/parser/whois.domainregistry.ie.rb +0 -77
  1821. data/lib/whois/answer/parser/whois.domainregistry.my.rb +0 -81
  1822. data/lib/whois/answer/parser/whois.domreg.lt.rb +0 -71
  1823. data/lib/whois/answer/parser/whois.dot.tk.rb +0 -81
  1824. data/lib/whois/answer/parser/whois.dotmobiregistry.net.rb +0 -77
  1825. data/lib/whois/answer/parser/whois.educause.edu.rb +0 -85
  1826. data/lib/whois/answer/parser/whois.eenet.ee.rb +0 -81
  1827. data/lib/whois/answer/parser/whois.eu.org.rb +0 -67
  1828. data/lib/whois/answer/parser/whois.eu.rb +0 -84
  1829. data/lib/whois/answer/parser/whois.ficora.fi.rb +0 -81
  1830. data/lib/whois/answer/parser/whois.gg.rb +0 -78
  1831. data/lib/whois/answer/parser/whois.gov.za.rb +0 -71
  1832. data/lib/whois/answer/parser/whois.hkdnr.net.hk.rb +0 -30
  1833. data/lib/whois/answer/parser/whois.hkirc.hk.rb +0 -81
  1834. data/lib/whois/answer/parser/whois.iam.net.ma.rb +0 -72
  1835. data/lib/whois/answer/parser/whois.iana.org.rb +0 -117
  1836. data/lib/whois/answer/parser/whois.in.ua.rb +0 -83
  1837. data/lib/whois/answer/parser/whois.isnic.is.rb +0 -77
  1838. data/lib/whois/answer/parser/whois.isoc.org.il.rb +0 -79
  1839. data/lib/whois/answer/parser/whois.ja.net.rb +0 -85
  1840. data/lib/whois/answer/parser/whois.je.rb +0 -78
  1841. data/lib/whois/answer/parser/whois.jprs.jp.rb +0 -89
  1842. data/lib/whois/answer/parser/whois.kenic.or.ke.rb +0 -90
  1843. data/lib/whois/answer/parser/whois.meregistry.net.rb +0 -77
  1844. data/lib/whois/answer/parser/whois.museum.rb +0 -86
  1845. data/lib/whois/answer/parser/whois.na-nic.com.na.rb +0 -90
  1846. data/lib/whois/answer/parser/whois.net.ua.rb +0 -83
  1847. data/lib/whois/answer/parser/whois.netcom.cm.rb +0 -90
  1848. data/lib/whois/answer/parser/whois.nic-se.se.rb +0 -93
  1849. data/lib/whois/answer/parser/whois.nic.ac.rb +0 -99
  1850. data/lib/whois/answer/parser/whois.nic.af.rb +0 -90
  1851. data/lib/whois/answer/parser/whois.nic.ag.rb +0 -77
  1852. data/lib/whois/answer/parser/whois.nic.am.rb +0 -89
  1853. data/lib/whois/answer/parser/whois.nic.as.rb +0 -73
  1854. data/lib/whois/answer/parser/whois.nic.asia.rb +0 -85
  1855. data/lib/whois/answer/parser/whois.nic.at.rb +0 -73
  1856. data/lib/whois/answer/parser/whois.nic.bo.rb +0 -84
  1857. data/lib/whois/answer/parser/whois.nic.cc.rb +0 -103
  1858. data/lib/whois/answer/parser/whois.nic.cd.rb +0 -77
  1859. data/lib/whois/answer/parser/whois.nic.ch.rb +0 -79
  1860. data/lib/whois/answer/parser/whois.nic.ci.rb +0 -77
  1861. data/lib/whois/answer/parser/whois.nic.ck.rb +0 -77
  1862. data/lib/whois/answer/parser/whois.nic.cl.rb +0 -78
  1863. data/lib/whois/answer/parser/whois.nic.co.rb +0 -77
  1864. data/lib/whois/answer/parser/whois.nic.coop.rb +0 -85
  1865. data/lib/whois/answer/parser/whois.nic.cx.rb +0 -90
  1866. data/lib/whois/answer/parser/whois.nic.cz.rb +0 -85
  1867. data/lib/whois/answer/parser/whois.nic.dz.rb +0 -71
  1868. data/lib/whois/answer/parser/whois.nic.ec.rb +0 -85
  1869. data/lib/whois/answer/parser/whois.nic.fr.rb +0 -86
  1870. data/lib/whois/answer/parser/whois.nic.gl.rb +0 -90
  1871. data/lib/whois/answer/parser/whois.nic.gov.rb +0 -71
  1872. data/lib/whois/answer/parser/whois.nic.gs.rb +0 -90
  1873. data/lib/whois/answer/parser/whois.nic.ht.rb +0 -93
  1874. data/lib/whois/answer/parser/whois.nic.hu.rb +0 -366
  1875. data/lib/whois/answer/parser/whois.nic.im.rb +0 -73
  1876. data/lib/whois/answer/parser/whois.nic.io.rb +0 -99
  1877. data/lib/whois/answer/parser/whois.nic.ir.rb +0 -73
  1878. data/lib/whois/answer/parser/whois.nic.it.rb +0 -271
  1879. data/lib/whois/answer/parser/whois.nic.ki.rb +0 -90
  1880. data/lib/whois/answer/parser/whois.nic.kz.rb +0 -77
  1881. data/lib/whois/answer/parser/whois.nic.la.rb +0 -85
  1882. data/lib/whois/answer/parser/whois.nic.li.rb +0 -73
  1883. data/lib/whois/answer/parser/whois.nic.lv.rb +0 -73
  1884. data/lib/whois/answer/parser/whois.nic.ly.rb +0 -85
  1885. data/lib/whois/answer/parser/whois.nic.md.rb +0 -106
  1886. data/lib/whois/answer/parser/whois.nic.mg.rb +0 -90
  1887. data/lib/whois/answer/parser/whois.nic.ms.rb +0 -90
  1888. data/lib/whois/answer/parser/whois.nic.mu.rb +0 -90
  1889. data/lib/whois/answer/parser/whois.nic.mx.rb +0 -87
  1890. data/lib/whois/answer/parser/whois.nic.name.rb +0 -67
  1891. data/lib/whois/answer/parser/whois.nic.net.nf.rb +0 -90
  1892. data/lib/whois/answer/parser/whois.nic.net.ng.rb +0 -90
  1893. data/lib/whois/answer/parser/whois.nic.net.sa.rb +0 -73
  1894. data/lib/whois/answer/parser/whois.nic.nu.rb +0 -89
  1895. data/lib/whois/answer/parser/whois.nic.or.kr.rb +0 -81
  1896. data/lib/whois/answer/parser/whois.nic.org.uy.rb +0 -85
  1897. data/lib/whois/answer/parser/whois.nic.pr.rb +0 -75
  1898. data/lib/whois/answer/parser/whois.nic.priv.at.rb +0 -71
  1899. data/lib/whois/answer/parser/whois.nic.sh.rb +0 -99
  1900. data/lib/whois/answer/parser/whois.nic.sl.rb +0 -83
  1901. data/lib/whois/answer/parser/whois.nic.sn.rb +0 -130
  1902. data/lib/whois/answer/parser/whois.nic.st.rb +0 -81
  1903. data/lib/whois/answer/parser/whois.nic.tel.rb +0 -81
  1904. data/lib/whois/answer/parser/whois.nic.tl.rb +0 -85
  1905. data/lib/whois/answer/parser/whois.nic.tm.rb +0 -99
  1906. data/lib/whois/answer/parser/whois.nic.tr.rb +0 -83
  1907. data/lib/whois/answer/parser/whois.nic.travel.rb +0 -85
  1908. data/lib/whois/answer/parser/whois.nic.tv.rb +0 -104
  1909. data/lib/whois/answer/parser/whois.nic.uk.rb +0 -112
  1910. data/lib/whois/answer/parser/whois.nic.us.rb +0 -77
  1911. data/lib/whois/answer/parser/whois.nic.ve.rb +0 -94
  1912. data/lib/whois/answer/parser/whois.norid.no.rb +0 -72
  1913. data/lib/whois/answer/parser/whois.org.za.rb +0 -96
  1914. data/lib/whois/answer/parser/whois.pandi.or.id.rb +0 -85
  1915. data/lib/whois/answer/parser/whois.pnina.ps.rb +0 -86
  1916. data/lib/whois/answer/parser/whois.publicinterestregistry.net.rb +0 -232
  1917. data/lib/whois/answer/parser/whois.register.bg.rb +0 -89
  1918. data/lib/whois/answer/parser/whois.registro.br.rb +0 -67
  1919. data/lib/whois/answer/parser/whois.registry.gy.rb +0 -90
  1920. data/lib/whois/answer/parser/whois.registry.hm.rb +0 -79
  1921. data/lib/whois/answer/parser/whois.registry.in.rb +0 -79
  1922. data/lib/whois/answer/parser/whois.registrypro.pro.rb +0 -77
  1923. data/lib/whois/answer/parser/whois.ripe.net.rb +0 -75
  1924. data/lib/whois/answer/parser/whois.ripn.net.rb +0 -83
  1925. data/lib/whois/answer/parser/whois.rotld.ro.rb +0 -73
  1926. data/lib/whois/answer/parser/whois.samoanic.ws.rb +0 -85
  1927. data/lib/whois/answer/parser/whois.sgnic.sg.rb +0 -77
  1928. data/lib/whois/answer/parser/whois.sk-nic.sk.rb +0 -81
  1929. data/lib/whois/answer/parser/whois.srs.net.nz.rb +0 -87
  1930. data/lib/whois/answer/parser/whois.thnic.co.th.rb +0 -85
  1931. data/lib/whois/answer/parser/whois.tonic.to.rb +0 -110
  1932. data/lib/whois/answer/parser/whois.twnic.net.tw.rb +0 -81
  1933. data/lib/whois/answer/parser/whois.tznic.or.tz.rb +0 -85
  1934. data/lib/whois/answer/parser/whois.usp.ac.fj.rb +0 -81
  1935. data/lib/whois/answer/parser/whois.za.net.rb +0 -81
  1936. data/lib/whois/answer/parser/whois.za.org.rb +0 -81
  1937. data/lib/whois/answer/part.rb +0 -40
  1938. data/lib/whois/answer/registrar.rb +0 -42
  1939. data/lib/whois/answer/super_struct.rb +0 -57
@@ -0,0 +1,74 @@
1
+ require "spec_helper"
2
+
3
+ describe Whois do
4
+
5
+ class Whois::Record::Parser::ParserTest < Whois::Record::Parser::Base
6
+ property_supported :available? do
7
+ eval(content_for_scanner)
8
+ end
9
+ property_supported :registered? do
10
+ !available?
11
+ end
12
+ end
13
+
14
+ describe ".available?" do
15
+ it "queries the domain and returns true" do
16
+ with_definitions do
17
+ Whois::Server.define(:tld, ".test", "parser.test")
18
+ Whois::Server::Adapters::Standard.any_instance.expects(:query_the_socket).with("example.test", "parser.test").returns("1 == 1")
19
+
20
+ Whois.available?("example.test").should be_true
21
+ end
22
+ end
23
+
24
+ it "queries the domain and returns false" do
25
+ with_definitions do
26
+ Whois::Server.define(:tld, ".test", "parser.test")
27
+ Whois::Server::Adapters::Standard.any_instance.expects(:query_the_socket).with("example.test", "parser.test").returns("1 == 2")
28
+
29
+ Whois.available?("example.test").should be_false
30
+ end
31
+ end
32
+
33
+ it "returns nil when missing parser" do
34
+ with_definitions do
35
+ Whois::Server.define(:tld, ".test", "missing.parser.test")
36
+ Whois::Server::Adapters::Standard.any_instance.expects(:query_the_socket).returns("1 == 2")
37
+ Whois.expects(:warn)
38
+
39
+ Whois.available?("example.test").should be_nil
40
+ end
41
+ end
42
+ end
43
+
44
+ describe ".registered?" do
45
+ it "queries the domain and returns false" do
46
+ with_definitions do
47
+ Whois::Server.define(:tld, ".test", "parser.test")
48
+ Whois::Server::Adapters::Standard.any_instance.expects(:query_the_socket).with("example.test", "parser.test").returns("1 == 1")
49
+
50
+ Whois.registered?("example.test").should be_false
51
+ end
52
+ end
53
+
54
+ it "queries the domain and returns true" do
55
+ with_definitions do
56
+ Whois::Server.define(:tld, ".test", "parser.test")
57
+ Whois::Server::Adapters::Standard.any_instance.expects(:query_the_socket).with("example.test", "parser.test").returns("1 == 2")
58
+
59
+ Whois.registered?("example.test").should be_true
60
+ end
61
+ end
62
+
63
+ it "returns nil when missing parser" do
64
+ with_definitions do
65
+ Whois::Server.define(:tld, ".test", "missing.parser.test")
66
+ Whois::Server::Adapters::Standard.any_instance.expects(:query_the_socket).returns("1 == 2")
67
+ Whois.expects(:warn)
68
+
69
+ Whois.registered?("example.test").should be_nil
70
+ end
71
+ end
72
+ end
73
+
74
+ end
@@ -2,39 +2,38 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{whois}
5
- s.version = "1.6.5"
5
+ s.version = "2.0.dev"
6
6
 
7
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
7
+ s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Simone Carletti"]
9
- s.date = %q{2010-12-07}
9
+ s.date = %q{2011-03-17}
10
10
  s.default_executable = %q{ruby-whois}
11
- 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.
12
- }
11
+ 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.}
13
12
  s.email = %q{weppos@weppos.net}
14
13
  s.executables = ["ruby-whois"]
15
- s.extra_rdoc_files = ["CHANGELOG.rdoc", "LICENSE.rdoc", "README.rdoc"]
16
- s.files = ["CHANGELOG.rdoc", "LICENSE.rdoc", "README.rdoc", "whois.gemspec", "bin/ruby-whois", "lib/core_ext.rb", "lib/whois/answer/contact.rb", "lib/whois/answer/nameserver.rb", "lib/whois/answer/parser/ast.rb", "lib/whois/answer/parser/base.rb", "lib/whois/answer/parser/blank.rb", "lib/whois/answer/parser/example.rb", "lib/whois/answer/parser/jobswhois.verisign-grs.com.rb", "lib/whois/answer/parser/kero.yachay.pe.rb", "lib/whois/answer/parser/NOTES.txt", "lib/whois/answer/parser/saudinic.net.sa.rb", "lib/whois/answer/parser/scanners/iana.rb", "lib/whois/answer/parser/scanners/verisign.rb", "lib/whois/answer/parser/whois.adamsnames.tc.rb", "lib/whois/answer/parser/whois.aeda.net.ae.rb", "lib/whois/answer/parser/whois.aero.rb", "lib/whois/answer/parser/whois.afilias-grs.info.rb", "lib/whois/answer/parser/whois.afilias.info.rb", "lib/whois/answer/parser/whois.ai.rb", "lib/whois/answer/parser/whois.arnes.si.rb", "lib/whois/answer/parser/whois.audns.net.au.rb", "lib/whois/answer/parser/whois.ausregistry.net.au.rb", "lib/whois/answer/parser/whois.biz.rb", "lib/whois/answer/parser/whois.cat.rb", "lib/whois/answer/parser/whois.cctld.uz.rb", "lib/whois/answer/parser/whois.cira.ca.rb", "lib/whois/answer/parser/whois.cnnic.cn.rb", "lib/whois/answer/parser/whois.cnnic.net.cn.rb", "lib/whois/answer/parser/whois.co.ca.rb", "lib/whois/answer/parser/whois.co.pl.rb", "lib/whois/answer/parser/whois.co.ug.rb", "lib/whois/answer/parser/whois.coza.net.za.rb", "lib/whois/answer/parser/whois.crsnic.net.rb", "lib/whois/answer/parser/whois.denic.de.rb", "lib/whois/answer/parser/whois.dk-hostmaster.dk.rb", "lib/whois/answer/parser/whois.dns.be.rb", "lib/whois/answer/parser/whois.dns.lu.rb", "lib/whois/answer/parser/whois.dns.pl.rb", "lib/whois/answer/parser/whois.dns.pt.rb", "lib/whois/answer/parser/whois.domain-registry.nl.rb", "lib/whois/answer/parser/whois.domain.kg.rb", "lib/whois/answer/parser/whois.domainregistry.ie.rb", "lib/whois/answer/parser/whois.domainregistry.my.rb", "lib/whois/answer/parser/whois.domreg.lt.rb", "lib/whois/answer/parser/whois.dot.tk.rb", "lib/whois/answer/parser/whois.dotmobiregistry.net.rb", "lib/whois/answer/parser/whois.educause.edu.rb", "lib/whois/answer/parser/whois.eenet.ee.rb", "lib/whois/answer/parser/whois.eu.org.rb", "lib/whois/answer/parser/whois.eu.rb", "lib/whois/answer/parser/whois.ficora.fi.rb", "lib/whois/answer/parser/whois.gg.rb", "lib/whois/answer/parser/whois.gov.za.rb", "lib/whois/answer/parser/whois.hkdnr.net.hk.rb", "lib/whois/answer/parser/whois.hkirc.hk.rb", "lib/whois/answer/parser/whois.iam.net.ma.rb", "lib/whois/answer/parser/whois.iana.org.rb", "lib/whois/answer/parser/whois.in.ua.rb", "lib/whois/answer/parser/whois.isnic.is.rb", "lib/whois/answer/parser/whois.isoc.org.il.rb", "lib/whois/answer/parser/whois.ja.net.rb", "lib/whois/answer/parser/whois.je.rb", "lib/whois/answer/parser/whois.jprs.jp.rb", "lib/whois/answer/parser/whois.kenic.or.ke.rb", "lib/whois/answer/parser/whois.meregistry.net.rb", "lib/whois/answer/parser/whois.museum.rb", "lib/whois/answer/parser/whois.na-nic.com.na.rb", "lib/whois/answer/parser/whois.net.ua.rb", "lib/whois/answer/parser/whois.netcom.cm.rb", "lib/whois/answer/parser/whois.nic-se.se.rb", "lib/whois/answer/parser/whois.nic.ac.rb", "lib/whois/answer/parser/whois.nic.af.rb", "lib/whois/answer/parser/whois.nic.ag.rb", "lib/whois/answer/parser/whois.nic.am.rb", "lib/whois/answer/parser/whois.nic.as.rb", "lib/whois/answer/parser/whois.nic.asia.rb", "lib/whois/answer/parser/whois.nic.at.rb", "lib/whois/answer/parser/whois.nic.bo.rb", "lib/whois/answer/parser/whois.nic.cc.rb", "lib/whois/answer/parser/whois.nic.cd.rb", "lib/whois/answer/parser/whois.nic.ch.rb", "lib/whois/answer/parser/whois.nic.ci.rb", "lib/whois/answer/parser/whois.nic.ck.rb", "lib/whois/answer/parser/whois.nic.cl.rb", "lib/whois/answer/parser/whois.nic.co.rb", "lib/whois/answer/parser/whois.nic.coop.rb", "lib/whois/answer/parser/whois.nic.cx.rb", "lib/whois/answer/parser/whois.nic.cz.rb", "lib/whois/answer/parser/whois.nic.dz.rb", "lib/whois/answer/parser/whois.nic.ec.rb", "lib/whois/answer/parser/whois.nic.fr.rb", "lib/whois/answer/parser/whois.nic.gl.rb", "lib/whois/answer/parser/whois.nic.gov.rb", "lib/whois/answer/parser/whois.nic.gs.rb", "lib/whois/answer/parser/whois.nic.ht.rb", "lib/whois/answer/parser/whois.nic.hu.rb", "lib/whois/answer/parser/whois.nic.im.rb", "lib/whois/answer/parser/whois.nic.io.rb", "lib/whois/answer/parser/whois.nic.ir.rb", "lib/whois/answer/parser/whois.nic.it.rb", "lib/whois/answer/parser/whois.nic.ki.rb", "lib/whois/answer/parser/whois.nic.kz.rb", "lib/whois/answer/parser/whois.nic.la.rb", "lib/whois/answer/parser/whois.nic.li.rb", "lib/whois/answer/parser/whois.nic.lv.rb", "lib/whois/answer/parser/whois.nic.ly.rb", "lib/whois/answer/parser/whois.nic.md.rb", "lib/whois/answer/parser/whois.nic.mg.rb", "lib/whois/answer/parser/whois.nic.ms.rb", "lib/whois/answer/parser/whois.nic.mu.rb", "lib/whois/answer/parser/whois.nic.mx.rb", "lib/whois/answer/parser/whois.nic.name.rb", "lib/whois/answer/parser/whois.nic.net.nf.rb", "lib/whois/answer/parser/whois.nic.net.ng.rb", "lib/whois/answer/parser/whois.nic.net.sa.rb", "lib/whois/answer/parser/whois.nic.nu.rb", "lib/whois/answer/parser/whois.nic.or.kr.rb", "lib/whois/answer/parser/whois.nic.org.uy.rb", "lib/whois/answer/parser/whois.nic.pr.rb", "lib/whois/answer/parser/whois.nic.priv.at.rb", "lib/whois/answer/parser/whois.nic.sh.rb", "lib/whois/answer/parser/whois.nic.sl.rb", "lib/whois/answer/parser/whois.nic.sn.rb", "lib/whois/answer/parser/whois.nic.st.rb", "lib/whois/answer/parser/whois.nic.tel.rb", "lib/whois/answer/parser/whois.nic.tl.rb", "lib/whois/answer/parser/whois.nic.tm.rb", "lib/whois/answer/parser/whois.nic.tr.rb", "lib/whois/answer/parser/whois.nic.travel.rb", "lib/whois/answer/parser/whois.nic.tv.rb", "lib/whois/answer/parser/whois.nic.uk.rb", "lib/whois/answer/parser/whois.nic.us.rb", "lib/whois/answer/parser/whois.nic.ve.rb", "lib/whois/answer/parser/whois.norid.no.rb", "lib/whois/answer/parser/whois.org.za.rb", "lib/whois/answer/parser/whois.pandi.or.id.rb", "lib/whois/answer/parser/whois.pnina.ps.rb", "lib/whois/answer/parser/whois.publicinterestregistry.net.rb", "lib/whois/answer/parser/whois.register.bg.rb", "lib/whois/answer/parser/whois.registro.br.rb", "lib/whois/answer/parser/whois.registry.gy.rb", "lib/whois/answer/parser/whois.registry.hm.rb", "lib/whois/answer/parser/whois.registry.in.rb", "lib/whois/answer/parser/whois.registrypro.pro.rb", "lib/whois/answer/parser/whois.ripe.net.rb", "lib/whois/answer/parser/whois.ripn.net.rb", "lib/whois/answer/parser/whois.rotld.ro.rb", "lib/whois/answer/parser/whois.samoanic.ws.rb", "lib/whois/answer/parser/whois.sgnic.sg.rb", "lib/whois/answer/parser/whois.sk-nic.sk.rb", "lib/whois/answer/parser/whois.srs.net.nz.rb", "lib/whois/answer/parser/whois.thnic.co.th.rb", "lib/whois/answer/parser/whois.tonic.to.rb", "lib/whois/answer/parser/whois.twnic.net.tw.rb", "lib/whois/answer/parser/whois.tznic.or.tz.rb", "lib/whois/answer/parser/whois.usp.ac.fj.rb", "lib/whois/answer/parser/whois.za.net.rb", "lib/whois/answer/parser/whois.za.org.rb", "lib/whois/answer/parser.rb", "lib/whois/answer/part.rb", "lib/whois/answer/registrar.rb", "lib/whois/answer/super_struct.rb", "lib/whois/answer.rb", "lib/whois/client.rb", "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/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"]
14
+ s.files = ["Rakefile", "LICENSE", ".gemtest", ".rspec", ".yardopts", "CHANGELOG.rdoc", "README.rdoc", "whois.gemspec", "bin/ruby-whois", "lib/core_ext.rb", "lib/whois", "lib/whois/answer.rb", "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/blank.rb", "lib/whois/record/parser/example.rb", "lib/whois/record/parser/features", "lib/whois/record/parser/features/ast.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/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/whoisbiz.rb", "lib/whois/record/parser/scanners/whoisit.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.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.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.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.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.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.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_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/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/status_available.expected", "spec/fixtures/responses/whois.cira.ca/schema-2/status_available.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/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/status_available.expected", "spec/fixtures/responses/whois.dns.pt/status_available.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/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_with_ip.expected", "spec/fixtures/responses/whois.eu/property_nameservers_with_ip.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.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/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_missing.expected", "spec/fixtures/responses/whois.meregistry.net/property_nameservers_is_missing.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/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_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/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/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/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/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/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/status_available.expected", "spec/fixtures/responses/whois.nic.dz/status_available.txt", "spec/fixtures/responses/whois.nic.dz/status_registered.expected", "spec/fixtures/responses/whois.nic.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.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/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/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/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_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_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.expected", "spec/fixtures/responses/whois.nic.it/property_status_pendingdelete.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.ki", "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/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/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/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/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/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.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.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/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/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/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_registered.expected", "spec/fixtures/responses/whois.nic.ve/status_registered.txt", "spec/fixtures/responses/whois.nic.ve/status_suspended.expected", "spec/fixtures/responses/whois.nic.ve/status_suspended.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/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/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/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.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/sm", "spec/fixtures/responses/whois.ripe.net/sm/status_available.expected", "spec/fixtures/responses/whois.ripe.net/sm/status_available.txt", "spec/fixtures/responses/whois.ripe.net/sm/status_registered.expected", "spec/fixtures/responses/whois.ripe.net/sm/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.ripn.net/ru", "spec/fixtures/responses/whois.ripn.net/ru/property_nameservers_with_ip.expected", "spec/fixtures/responses/whois.ripn.net/ru/property_nameservers_with_ip.txt", "spec/fixtures/responses/whois.ripn.net/ru/status_available.expected", "spec/fixtures/responses/whois.ripn.net/ru/status_available.txt", "spec/fixtures/responses/whois.ripn.net/ru/status_registered.expected", "spec/fixtures/responses/whois.ripn.net/ru/status_registered.txt", "spec/fixtures/responses/whois.ripn.net/su", "spec/fixtures/responses/whois.ripn.net/su/status_available.expected", "spec/fixtures/responses/whois.ripn.net/su/status_available.txt", "spec/fixtures/responses/whois.ripn.net/su/status_registered.expected", "spec/fixtures/responses/whois.ripn.net/su/status_registered.txt", "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/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_held.expected", "spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_held.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/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/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.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/saudinic.net.sa", "spec/whois/record/parser/responses/saudinic.net.sa/status_available_spec.rb", "spec/whois/record/parser/responses/saudinic.net.sa/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_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/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/status_available_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/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_with_ip_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.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/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.meregistry.net", "spec/whois/record/parser/responses/whois.meregistry.net/property_nameservers_is_missing_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/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_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/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/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/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/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/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/status_available_spec.rb", "spec/whois/record/parser/responses/whois.nic.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_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/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/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_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_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.ki", "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/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/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/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/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/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.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.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/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/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/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_registered_spec.rb", "spec/whois/record/parser/responses/whois.nic.ve/status_suspended_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/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/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/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.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/sm", "spec/whois/record/parser/responses/whois.ripe.net/sm/status_available_spec.rb", "spec/whois/record/parser/responses/whois.ripe.net/sm/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.ripn.net", "spec/whois/record/parser/responses/whois.ripn.net/ru", "spec/whois/record/parser/responses/whois.ripn.net/ru/property_nameservers_with_ip_spec.rb", "spec/whois/record/parser/responses/whois.ripn.net/ru/status_available_spec.rb", "spec/whois/record/parser/responses/whois.ripn.net/ru/status_registered_spec.rb", "spec/whois/record/parser/responses/whois.ripn.net/su", "spec/whois/record/parser/responses/whois.ripn.net/su/status_available_spec.rb", "spec/whois/record/parser/responses/whois.ripn.net/su/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/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_held_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/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/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.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"]
17
15
  s.homepage = %q{http://www.ruby-whois.org}
18
- s.rdoc_options = ["--main", "README.rdoc"]
19
16
  s.require_paths = ["lib"]
20
17
  s.required_ruby_version = Gem::Requirement.new(">= 1.8.7")
21
18
  s.rubyforge_project = %q{whois}
22
- s.rubygems_version = %q{1.3.7}
19
+ s.rubygems_version = %q{1.6.1}
23
20
  s.summary = %q{An intelligent pure Ruby WHOIS client and parser.}
24
21
 
25
22
  if s.respond_to? :specification_version then
26
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
27
23
  s.specification_version = 3
28
24
 
29
25
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
30
- s.add_development_dependency(%q<rspec>, ["~> 2.1.0"])
26
+ s.add_development_dependency(%q<rspec>, ["~> 2.5.0"])
31
27
  s.add_development_dependency(%q<mocha>, [">= 0"])
28
+ s.add_development_dependency(%q<yard>, [">= 0"])
32
29
  else
33
- s.add_dependency(%q<rspec>, ["~> 2.1.0"])
30
+ s.add_dependency(%q<rspec>, ["~> 2.5.0"])
34
31
  s.add_dependency(%q<mocha>, [">= 0"])
32
+ s.add_dependency(%q<yard>, [">= 0"])
35
33
  end
36
34
  else
37
- s.add_dependency(%q<rspec>, ["~> 2.1.0"])
35
+ s.add_dependency(%q<rspec>, ["~> 2.5.0"])
38
36
  s.add_dependency(%q<mocha>, [">= 0"])
37
+ s.add_dependency(%q<yard>, [">= 0"])
39
38
  end
40
39
  end
metadata CHANGED
@@ -1,13 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: whois
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
5
- prerelease: false
6
- segments:
7
- - 1
8
- - 6
9
- - 6
10
- version: 1.6.6
4
+ prerelease:
5
+ version: 2.0.0
11
6
  platform: ruby
12
7
  authors:
13
8
  - Simone Carletti
@@ -15,7 +10,7 @@ autorequire:
15
10
  bindir: bin
16
11
  cert_chain: []
17
12
 
18
- date: 2010-12-13 00:00:00 +01:00
13
+ date: 2011-03-17 00:00:00 +01:00
19
14
  default_executable:
20
15
  dependencies:
21
16
  - !ruby/object:Gem::Dependency
@@ -26,12 +21,7 @@ dependencies:
26
21
  requirements:
27
22
  - - ~>
28
23
  - !ruby/object:Gem::Version
29
- hash: 11
30
- segments:
31
- - 2
32
- - 1
33
- - 0
34
- version: 2.1.0
24
+ version: 2.5.0
35
25
  type: :development
36
26
  version_requirements: *id001
37
27
  - !ruby/object:Gem::Dependency
@@ -42,192 +32,39 @@ dependencies:
42
32
  requirements:
43
33
  - - ">="
44
34
  - !ruby/object:Gem::Version
45
- hash: 3
46
- segments:
47
- - 0
48
35
  version: "0"
49
36
  type: :development
50
37
  version_requirements: *id002
51
- 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.\n"
38
+ - !ruby/object:Gem::Dependency
39
+ name: yard
40
+ prerelease: false
41
+ requirement: &id003 !ruby/object:Gem::Requirement
42
+ none: false
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: "0"
47
+ type: :development
48
+ version_requirements: *id003
49
+ 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.
52
50
  email: weppos@weppos.net
53
51
  executables:
54
52
  - ruby-whois
55
53
  extensions: []
56
54
 
57
- extra_rdoc_files:
58
- - CHANGELOG.rdoc
59
- - LICENSE.rdoc
60
- - README.rdoc
55
+ extra_rdoc_files: []
56
+
61
57
  files:
58
+ - Rakefile
59
+ - LICENSE
60
+ - .gemtest
61
+ - .rspec
62
+ - .yardopts
62
63
  - CHANGELOG.rdoc
63
- - LICENSE.rdoc
64
64
  - README.rdoc
65
65
  - whois.gemspec
66
66
  - bin/ruby-whois
67
67
  - lib/core_ext.rb
68
- - lib/whois/answer/contact.rb
69
- - lib/whois/answer/nameserver.rb
70
- - lib/whois/answer/parser/ast.rb
71
- - lib/whois/answer/parser/base.rb
72
- - lib/whois/answer/parser/blank.rb
73
- - lib/whois/answer/parser/example.rb
74
- - lib/whois/answer/parser/jobswhois.verisign-grs.com.rb
75
- - lib/whois/answer/parser/kero.yachay.pe.rb
76
- - lib/whois/answer/parser/NOTES.txt
77
- - lib/whois/answer/parser/saudinic.net.sa.rb
78
- - lib/whois/answer/parser/scanners/iana.rb
79
- - lib/whois/answer/parser/scanners/verisign.rb
80
- - lib/whois/answer/parser/whois.adamsnames.tc.rb
81
- - lib/whois/answer/parser/whois.aeda.net.ae.rb
82
- - lib/whois/answer/parser/whois.aero.rb
83
- - lib/whois/answer/parser/whois.afilias-grs.info.rb
84
- - lib/whois/answer/parser/whois.afilias.info.rb
85
- - lib/whois/answer/parser/whois.ai.rb
86
- - lib/whois/answer/parser/whois.arnes.si.rb
87
- - lib/whois/answer/parser/whois.audns.net.au.rb
88
- - lib/whois/answer/parser/whois.ausregistry.net.au.rb
89
- - lib/whois/answer/parser/whois.biz.rb
90
- - lib/whois/answer/parser/whois.cat.rb
91
- - lib/whois/answer/parser/whois.cctld.uz.rb
92
- - lib/whois/answer/parser/whois.centralnic.com.rb
93
- - lib/whois/answer/parser/whois.centralnic.net.rb
94
- - lib/whois/answer/parser/whois.cira.ca.rb
95
- - lib/whois/answer/parser/whois.cnnic.cn.rb
96
- - lib/whois/answer/parser/whois.cnnic.net.cn.rb
97
- - lib/whois/answer/parser/whois.co.ca.rb
98
- - lib/whois/answer/parser/whois.co.pl.rb
99
- - lib/whois/answer/parser/whois.co.ug.rb
100
- - lib/whois/answer/parser/whois.coza.net.za.rb
101
- - lib/whois/answer/parser/whois.crsnic.net.rb
102
- - lib/whois/answer/parser/whois.denic.de.rb
103
- - lib/whois/answer/parser/whois.dk-hostmaster.dk.rb
104
- - lib/whois/answer/parser/whois.dns.be.rb
105
- - lib/whois/answer/parser/whois.dns.lu.rb
106
- - lib/whois/answer/parser/whois.dns.pl.rb
107
- - lib/whois/answer/parser/whois.dns.pt.rb
108
- - lib/whois/answer/parser/whois.domain-registry.nl.rb
109
- - lib/whois/answer/parser/whois.domain.kg.rb
110
- - lib/whois/answer/parser/whois.domainregistry.ie.rb
111
- - lib/whois/answer/parser/whois.domainregistry.my.rb
112
- - lib/whois/answer/parser/whois.domreg.lt.rb
113
- - lib/whois/answer/parser/whois.dot.tk.rb
114
- - lib/whois/answer/parser/whois.dotmobiregistry.net.rb
115
- - lib/whois/answer/parser/whois.educause.edu.rb
116
- - lib/whois/answer/parser/whois.eenet.ee.rb
117
- - lib/whois/answer/parser/whois.eu.org.rb
118
- - lib/whois/answer/parser/whois.eu.rb
119
- - lib/whois/answer/parser/whois.ficora.fi.rb
120
- - lib/whois/answer/parser/whois.gg.rb
121
- - lib/whois/answer/parser/whois.gov.za.rb
122
- - lib/whois/answer/parser/whois.hkdnr.net.hk.rb
123
- - lib/whois/answer/parser/whois.hkirc.hk.rb
124
- - lib/whois/answer/parser/whois.iam.net.ma.rb
125
- - lib/whois/answer/parser/whois.iana.org.rb
126
- - lib/whois/answer/parser/whois.in.ua.rb
127
- - lib/whois/answer/parser/whois.isnic.is.rb
128
- - lib/whois/answer/parser/whois.isoc.org.il.rb
129
- - lib/whois/answer/parser/whois.ja.net.rb
130
- - lib/whois/answer/parser/whois.je.rb
131
- - lib/whois/answer/parser/whois.jprs.jp.rb
132
- - lib/whois/answer/parser/whois.kenic.or.ke.rb
133
- - lib/whois/answer/parser/whois.meregistry.net.rb
134
- - lib/whois/answer/parser/whois.museum.rb
135
- - lib/whois/answer/parser/whois.na-nic.com.na.rb
136
- - lib/whois/answer/parser/whois.net.ua.rb
137
- - lib/whois/answer/parser/whois.netcom.cm.rb
138
- - lib/whois/answer/parser/whois.nic-se.se.rb
139
- - lib/whois/answer/parser/whois.nic.ac.rb
140
- - lib/whois/answer/parser/whois.nic.af.rb
141
- - lib/whois/answer/parser/whois.nic.ag.rb
142
- - lib/whois/answer/parser/whois.nic.am.rb
143
- - lib/whois/answer/parser/whois.nic.as.rb
144
- - lib/whois/answer/parser/whois.nic.asia.rb
145
- - lib/whois/answer/parser/whois.nic.at.rb
146
- - lib/whois/answer/parser/whois.nic.bo.rb
147
- - lib/whois/answer/parser/whois.nic.cc.rb
148
- - lib/whois/answer/parser/whois.nic.cd.rb
149
- - lib/whois/answer/parser/whois.nic.ch.rb
150
- - lib/whois/answer/parser/whois.nic.ci.rb
151
- - lib/whois/answer/parser/whois.nic.ck.rb
152
- - lib/whois/answer/parser/whois.nic.cl.rb
153
- - lib/whois/answer/parser/whois.nic.co.rb
154
- - lib/whois/answer/parser/whois.nic.coop.rb
155
- - lib/whois/answer/parser/whois.nic.cx.rb
156
- - lib/whois/answer/parser/whois.nic.cz.rb
157
- - lib/whois/answer/parser/whois.nic.dz.rb
158
- - lib/whois/answer/parser/whois.nic.ec.rb
159
- - lib/whois/answer/parser/whois.nic.fr.rb
160
- - lib/whois/answer/parser/whois.nic.gl.rb
161
- - lib/whois/answer/parser/whois.nic.gov.rb
162
- - lib/whois/answer/parser/whois.nic.gs.rb
163
- - lib/whois/answer/parser/whois.nic.ht.rb
164
- - lib/whois/answer/parser/whois.nic.hu.rb
165
- - lib/whois/answer/parser/whois.nic.im.rb
166
- - lib/whois/answer/parser/whois.nic.io.rb
167
- - lib/whois/answer/parser/whois.nic.ir.rb
168
- - lib/whois/answer/parser/whois.nic.it.rb
169
- - lib/whois/answer/parser/whois.nic.ki.rb
170
- - lib/whois/answer/parser/whois.nic.kz.rb
171
- - lib/whois/answer/parser/whois.nic.la.rb
172
- - lib/whois/answer/parser/whois.nic.li.rb
173
- - lib/whois/answer/parser/whois.nic.lv.rb
174
- - lib/whois/answer/parser/whois.nic.ly.rb
175
- - lib/whois/answer/parser/whois.nic.md.rb
176
- - lib/whois/answer/parser/whois.nic.mg.rb
177
- - lib/whois/answer/parser/whois.nic.ms.rb
178
- - lib/whois/answer/parser/whois.nic.mu.rb
179
- - lib/whois/answer/parser/whois.nic.mx.rb
180
- - lib/whois/answer/parser/whois.nic.name.rb
181
- - lib/whois/answer/parser/whois.nic.net.nf.rb
182
- - lib/whois/answer/parser/whois.nic.net.ng.rb
183
- - lib/whois/answer/parser/whois.nic.net.sa.rb
184
- - lib/whois/answer/parser/whois.nic.nu.rb
185
- - lib/whois/answer/parser/whois.nic.or.kr.rb
186
- - lib/whois/answer/parser/whois.nic.org.uy.rb
187
- - lib/whois/answer/parser/whois.nic.pr.rb
188
- - lib/whois/answer/parser/whois.nic.priv.at.rb
189
- - lib/whois/answer/parser/whois.nic.sh.rb
190
- - lib/whois/answer/parser/whois.nic.sl.rb
191
- - lib/whois/answer/parser/whois.nic.sn.rb
192
- - lib/whois/answer/parser/whois.nic.st.rb
193
- - lib/whois/answer/parser/whois.nic.tel.rb
194
- - lib/whois/answer/parser/whois.nic.tl.rb
195
- - lib/whois/answer/parser/whois.nic.tm.rb
196
- - lib/whois/answer/parser/whois.nic.tr.rb
197
- - lib/whois/answer/parser/whois.nic.travel.rb
198
- - lib/whois/answer/parser/whois.nic.tv.rb
199
- - lib/whois/answer/parser/whois.nic.uk.rb
200
- - lib/whois/answer/parser/whois.nic.us.rb
201
- - lib/whois/answer/parser/whois.nic.ve.rb
202
- - lib/whois/answer/parser/whois.norid.no.rb
203
- - lib/whois/answer/parser/whois.org.za.rb
204
- - lib/whois/answer/parser/whois.pandi.or.id.rb
205
- - lib/whois/answer/parser/whois.pnina.ps.rb
206
- - lib/whois/answer/parser/whois.publicinterestregistry.net.rb
207
- - lib/whois/answer/parser/whois.register.bg.rb
208
- - lib/whois/answer/parser/whois.registro.br.rb
209
- - lib/whois/answer/parser/whois.registry.gy.rb
210
- - lib/whois/answer/parser/whois.registry.hm.rb
211
- - lib/whois/answer/parser/whois.registry.in.rb
212
- - lib/whois/answer/parser/whois.registrypro.pro.rb
213
- - lib/whois/answer/parser/whois.ripe.net.rb
214
- - lib/whois/answer/parser/whois.ripn.net.rb
215
- - lib/whois/answer/parser/whois.rotld.ro.rb
216
- - lib/whois/answer/parser/whois.samoanic.ws.rb
217
- - lib/whois/answer/parser/whois.sgnic.sg.rb
218
- - lib/whois/answer/parser/whois.sk-nic.sk.rb
219
- - lib/whois/answer/parser/whois.srs.net.nz.rb
220
- - lib/whois/answer/parser/whois.thnic.co.th.rb
221
- - lib/whois/answer/parser/whois.tonic.to.rb
222
- - lib/whois/answer/parser/whois.twnic.net.tw.rb
223
- - lib/whois/answer/parser/whois.tznic.or.tz.rb
224
- - lib/whois/answer/parser/whois.usp.ac.fj.rb
225
- - lib/whois/answer/parser/whois.za.net.rb
226
- - lib/whois/answer/parser/whois.za.org.rb
227
- - lib/whois/answer/parser.rb
228
- - lib/whois/answer/part.rb
229
- - lib/whois/answer/registrar.rb
230
- - lib/whois/answer/super_struct.rb
231
68
  - lib/whois/answer.rb
232
69
  - lib/whois/client.rb
233
70
  - lib/whois/definitions/ipv4.rb
@@ -235,6 +72,179 @@ files:
235
72
  - lib/whois/definitions/NOTES.txt
236
73
  - lib/whois/definitions/tlds.rb
237
74
  - lib/whois/errors.rb
75
+ - lib/whois/record/contact.rb
76
+ - lib/whois/record/nameserver.rb
77
+ - lib/whois/record/parser/base.rb
78
+ - lib/whois/record/parser/blank.rb
79
+ - lib/whois/record/parser/example.rb
80
+ - lib/whois/record/parser/features/ast.rb
81
+ - lib/whois/record/parser/jobswhois.verisign-grs.com.rb
82
+ - lib/whois/record/parser/kero.yachay.pe.rb
83
+ - lib/whois/record/parser/NOTES.txt
84
+ - lib/whois/record/parser/saudinic.net.sa.rb
85
+ - lib/whois/record/parser/scanners/afilias.rb
86
+ - lib/whois/record/parser/scanners/base.rb
87
+ - lib/whois/record/parser/scanners/cnnic.rb
88
+ - lib/whois/record/parser/scanners/iana.rb
89
+ - lib/whois/record/parser/scanners/verisign.rb
90
+ - lib/whois/record/parser/scanners/whoisbiz.rb
91
+ - lib/whois/record/parser/scanners/whoisit.rb
92
+ - lib/whois/record/parser/whois.adamsnames.tc.rb
93
+ - lib/whois/record/parser/whois.aeda.net.ae.rb
94
+ - lib/whois/record/parser/whois.aero.rb
95
+ - lib/whois/record/parser/whois.afilias-grs.info.rb
96
+ - lib/whois/record/parser/whois.afilias.info.rb
97
+ - lib/whois/record/parser/whois.ai.rb
98
+ - lib/whois/record/parser/whois.arnes.si.rb
99
+ - lib/whois/record/parser/whois.audns.net.au.rb
100
+ - lib/whois/record/parser/whois.ausregistry.net.au.rb
101
+ - lib/whois/record/parser/whois.biz.rb
102
+ - lib/whois/record/parser/whois.cat.rb
103
+ - lib/whois/record/parser/whois.cctld.uz.rb
104
+ - lib/whois/record/parser/whois.centralnic.com.rb
105
+ - lib/whois/record/parser/whois.centralnic.net.rb
106
+ - lib/whois/record/parser/whois.cira.ca.rb
107
+ - lib/whois/record/parser/whois.cnnic.cn.rb
108
+ - lib/whois/record/parser/whois.cnnic.net.cn.rb
109
+ - lib/whois/record/parser/whois.co.ca.rb
110
+ - lib/whois/record/parser/whois.co.pl.rb
111
+ - lib/whois/record/parser/whois.co.ug.rb
112
+ - lib/whois/record/parser/whois.coza.net.za.rb
113
+ - lib/whois/record/parser/whois.crsnic.net.rb
114
+ - lib/whois/record/parser/whois.denic.de.rb
115
+ - lib/whois/record/parser/whois.dk-hostmaster.dk.rb
116
+ - lib/whois/record/parser/whois.dns.be.rb
117
+ - lib/whois/record/parser/whois.dns.lu.rb
118
+ - lib/whois/record/parser/whois.dns.pl.rb
119
+ - lib/whois/record/parser/whois.dns.pt.rb
120
+ - lib/whois/record/parser/whois.domain-registry.nl.rb
121
+ - lib/whois/record/parser/whois.domain.kg.rb
122
+ - lib/whois/record/parser/whois.domainregistry.ie.rb
123
+ - lib/whois/record/parser/whois.domainregistry.my.rb
124
+ - lib/whois/record/parser/whois.domreg.lt.rb
125
+ - lib/whois/record/parser/whois.dot.tk.rb
126
+ - lib/whois/record/parser/whois.dotmobiregistry.net.rb
127
+ - lib/whois/record/parser/whois.educause.edu.rb
128
+ - lib/whois/record/parser/whois.eenet.ee.rb
129
+ - lib/whois/record/parser/whois.eu.org.rb
130
+ - lib/whois/record/parser/whois.eu.rb
131
+ - lib/whois/record/parser/whois.ficora.fi.rb
132
+ - lib/whois/record/parser/whois.gg.rb
133
+ - lib/whois/record/parser/whois.gov.za.rb
134
+ - lib/whois/record/parser/whois.hkdnr.net.hk.rb
135
+ - lib/whois/record/parser/whois.hkirc.hk.rb
136
+ - lib/whois/record/parser/whois.iam.net.ma.rb
137
+ - lib/whois/record/parser/whois.iana.org.rb
138
+ - lib/whois/record/parser/whois.in.ua.rb
139
+ - lib/whois/record/parser/whois.isnic.is.rb
140
+ - lib/whois/record/parser/whois.isoc.org.il.rb
141
+ - lib/whois/record/parser/whois.ja.net.rb
142
+ - lib/whois/record/parser/whois.je.rb
143
+ - lib/whois/record/parser/whois.jprs.jp.rb
144
+ - lib/whois/record/parser/whois.kenic.or.ke.rb
145
+ - lib/whois/record/parser/whois.kr.rb
146
+ - lib/whois/record/parser/whois.markmonitor.com.rb
147
+ - lib/whois/record/parser/whois.meregistry.net.rb
148
+ - lib/whois/record/parser/whois.museum.rb
149
+ - lib/whois/record/parser/whois.na-nic.com.na.rb
150
+ - lib/whois/record/parser/whois.net.ua.rb
151
+ - lib/whois/record/parser/whois.netcom.cm.rb
152
+ - lib/whois/record/parser/whois.nic-se.se.rb
153
+ - lib/whois/record/parser/whois.nic.ac.rb
154
+ - lib/whois/record/parser/whois.nic.af.rb
155
+ - lib/whois/record/parser/whois.nic.ag.rb
156
+ - lib/whois/record/parser/whois.nic.am.rb
157
+ - lib/whois/record/parser/whois.nic.as.rb
158
+ - lib/whois/record/parser/whois.nic.asia.rb
159
+ - lib/whois/record/parser/whois.nic.at.rb
160
+ - lib/whois/record/parser/whois.nic.bo.rb
161
+ - lib/whois/record/parser/whois.nic.cc.rb
162
+ - lib/whois/record/parser/whois.nic.cd.rb
163
+ - lib/whois/record/parser/whois.nic.ch.rb
164
+ - lib/whois/record/parser/whois.nic.ci.rb
165
+ - lib/whois/record/parser/whois.nic.ck.rb
166
+ - lib/whois/record/parser/whois.nic.cl.rb
167
+ - lib/whois/record/parser/whois.nic.co.rb
168
+ - lib/whois/record/parser/whois.nic.coop.rb
169
+ - lib/whois/record/parser/whois.nic.cx.rb
170
+ - lib/whois/record/parser/whois.nic.cz.rb
171
+ - lib/whois/record/parser/whois.nic.dz.rb
172
+ - lib/whois/record/parser/whois.nic.ec.rb
173
+ - lib/whois/record/parser/whois.nic.fr.rb
174
+ - lib/whois/record/parser/whois.nic.gl.rb
175
+ - lib/whois/record/parser/whois.nic.gov.rb
176
+ - lib/whois/record/parser/whois.nic.gs.rb
177
+ - lib/whois/record/parser/whois.nic.ht.rb
178
+ - lib/whois/record/parser/whois.nic.hu.rb
179
+ - lib/whois/record/parser/whois.nic.im.rb
180
+ - lib/whois/record/parser/whois.nic.io.rb
181
+ - lib/whois/record/parser/whois.nic.ir.rb
182
+ - lib/whois/record/parser/whois.nic.it.rb
183
+ - lib/whois/record/parser/whois.nic.ki.rb
184
+ - lib/whois/record/parser/whois.nic.kz.rb
185
+ - lib/whois/record/parser/whois.nic.la.rb
186
+ - lib/whois/record/parser/whois.nic.li.rb
187
+ - lib/whois/record/parser/whois.nic.lv.rb
188
+ - lib/whois/record/parser/whois.nic.ly.rb
189
+ - lib/whois/record/parser/whois.nic.md.rb
190
+ - lib/whois/record/parser/whois.nic.mg.rb
191
+ - lib/whois/record/parser/whois.nic.ms.rb
192
+ - lib/whois/record/parser/whois.nic.mu.rb
193
+ - lib/whois/record/parser/whois.nic.mx.rb
194
+ - lib/whois/record/parser/whois.nic.name.rb
195
+ - lib/whois/record/parser/whois.nic.net.nf.rb
196
+ - lib/whois/record/parser/whois.nic.net.ng.rb
197
+ - lib/whois/record/parser/whois.nic.net.sa.rb
198
+ - lib/whois/record/parser/whois.nic.nu.rb
199
+ - lib/whois/record/parser/whois.nic.or.kr.rb
200
+ - lib/whois/record/parser/whois.nic.org.uy.rb
201
+ - lib/whois/record/parser/whois.nic.pr.rb
202
+ - lib/whois/record/parser/whois.nic.priv.at.rb
203
+ - lib/whois/record/parser/whois.nic.sh.rb
204
+ - lib/whois/record/parser/whois.nic.sl.rb
205
+ - lib/whois/record/parser/whois.nic.sn.rb
206
+ - lib/whois/record/parser/whois.nic.so.rb
207
+ - lib/whois/record/parser/whois.nic.st.rb
208
+ - lib/whois/record/parser/whois.nic.tel.rb
209
+ - lib/whois/record/parser/whois.nic.tl.rb
210
+ - lib/whois/record/parser/whois.nic.tm.rb
211
+ - lib/whois/record/parser/whois.nic.tr.rb
212
+ - lib/whois/record/parser/whois.nic.travel.rb
213
+ - lib/whois/record/parser/whois.nic.tv.rb
214
+ - lib/whois/record/parser/whois.nic.uk.rb
215
+ - lib/whois/record/parser/whois.nic.us.rb
216
+ - lib/whois/record/parser/whois.nic.ve.rb
217
+ - lib/whois/record/parser/whois.norid.no.rb
218
+ - lib/whois/record/parser/whois.org.za.rb
219
+ - lib/whois/record/parser/whois.pandi.or.id.rb
220
+ - lib/whois/record/parser/whois.pnina.ps.rb
221
+ - lib/whois/record/parser/whois.publicinterestregistry.net.rb
222
+ - lib/whois/record/parser/whois.register.bg.rb
223
+ - lib/whois/record/parser/whois.registro.br.rb
224
+ - lib/whois/record/parser/whois.registry.gy.rb
225
+ - lib/whois/record/parser/whois.registry.hm.rb
226
+ - lib/whois/record/parser/whois.registry.in.rb
227
+ - lib/whois/record/parser/whois.registrypro.pro.rb
228
+ - lib/whois/record/parser/whois.ripe.net.rb
229
+ - lib/whois/record/parser/whois.ripn.net.rb
230
+ - lib/whois/record/parser/whois.rotld.ro.rb
231
+ - lib/whois/record/parser/whois.samoanic.ws.rb
232
+ - lib/whois/record/parser/whois.sgnic.sg.rb
233
+ - lib/whois/record/parser/whois.sk-nic.sk.rb
234
+ - lib/whois/record/parser/whois.srs.net.nz.rb
235
+ - lib/whois/record/parser/whois.thnic.co.th.rb
236
+ - lib/whois/record/parser/whois.tld.ee.rb
237
+ - lib/whois/record/parser/whois.tonic.to.rb
238
+ - lib/whois/record/parser/whois.twnic.net.tw.rb
239
+ - lib/whois/record/parser/whois.tznic.or.tz.rb
240
+ - lib/whois/record/parser/whois.usp.ac.fj.rb
241
+ - lib/whois/record/parser/whois.za.net.rb
242
+ - lib/whois/record/parser/whois.za.org.rb
243
+ - lib/whois/record/parser.rb
244
+ - lib/whois/record/part.rb
245
+ - lib/whois/record/registrar.rb
246
+ - lib/whois/record/super_struct.rb
247
+ - lib/whois/record.rb
238
248
  - lib/whois/server/adapters/afilias.rb
239
249
  - lib/whois/server/adapters/arpa.rb
240
250
  - lib/whois/server/adapters/base.rb
@@ -248,14 +258,1586 @@ files:
248
258
  - lib/whois/server.rb
249
259
  - lib/whois/version.rb
250
260
  - lib/whois.rb
261
+ - spec/fixtures/referrals/afilias.bz.txt
262
+ - spec/fixtures/referrals/crsnic.com.txt
263
+ - spec/fixtures/referrals/crsnic.com_referral.txt
264
+ - spec/fixtures/referrals/crsnic.com_referral_multiple.txt
265
+ - spec/fixtures/referrals/crsnic.com_referral_not_defined.txt
266
+ - spec/fixtures/referrals/niccc.cc.txt
267
+ - spec/fixtures/referrals/pir.org.txt
268
+ - spec/fixtures/responses/jobswhois.verisign-grs.com/property_nameserver_no_nameserver.expected
269
+ - spec/fixtures/responses/jobswhois.verisign-grs.com/property_nameserver_no_nameserver.txt
270
+ - spec/fixtures/responses/jobswhois.verisign-grs.com/status_available.expected
271
+ - spec/fixtures/responses/jobswhois.verisign-grs.com/status_available.txt
272
+ - spec/fixtures/responses/jobswhois.verisign-grs.com/status_registered.expected
273
+ - spec/fixtures/responses/jobswhois.verisign-grs.com/status_registered.txt
274
+ - spec/fixtures/responses/kero.yachay.pe/status_available.expected
275
+ - spec/fixtures/responses/kero.yachay.pe/status_available.txt
276
+ - spec/fixtures/responses/kero.yachay.pe/status_inactive.expected
277
+ - spec/fixtures/responses/kero.yachay.pe/status_inactive.txt
278
+ - spec/fixtures/responses/kero.yachay.pe/status_registered.expected
279
+ - spec/fixtures/responses/kero.yachay.pe/status_registered.txt
280
+ - spec/fixtures/responses/UTF8.txt
281
+ - spec/fixtures/responses/whois.adamsnames.tc/gd/status_available.expected
282
+ - spec/fixtures/responses/whois.adamsnames.tc/gd/status_available.txt
283
+ - spec/fixtures/responses/whois.adamsnames.tc/gd/status_registered.expected
284
+ - spec/fixtures/responses/whois.adamsnames.tc/gd/status_registered.txt
285
+ - spec/fixtures/responses/whois.adamsnames.tc/tc/status_available.expected
286
+ - spec/fixtures/responses/whois.adamsnames.tc/tc/status_available.txt
287
+ - spec/fixtures/responses/whois.adamsnames.tc/tc/status_registered.expected
288
+ - spec/fixtures/responses/whois.adamsnames.tc/tc/status_registered.txt
289
+ - spec/fixtures/responses/whois.adamsnames.tc/vg/status_available.expected
290
+ - spec/fixtures/responses/whois.adamsnames.tc/vg/status_available.txt
291
+ - spec/fixtures/responses/whois.adamsnames.tc/vg/status_registered.expected
292
+ - spec/fixtures/responses/whois.adamsnames.tc/vg/status_registered.txt
293
+ - spec/fixtures/responses/whois.aeda.net.ae/status_available.expected
294
+ - spec/fixtures/responses/whois.aeda.net.ae/status_available.txt
295
+ - spec/fixtures/responses/whois.aeda.net.ae/status_registered.expected
296
+ - spec/fixtures/responses/whois.aeda.net.ae/status_registered.txt
297
+ - spec/fixtures/responses/whois.aero/status_available.expected
298
+ - spec/fixtures/responses/whois.aero/status_available.txt
299
+ - spec/fixtures/responses/whois.aero/status_registered.expected
300
+ - spec/fixtures/responses/whois.aero/status_registered.txt
301
+ - spec/fixtures/responses/whois.afilias-grs.info/bz/status_available.expected
302
+ - spec/fixtures/responses/whois.afilias-grs.info/bz/status_available.txt
303
+ - spec/fixtures/responses/whois.afilias-grs.info/bz/status_registered.expected
304
+ - spec/fixtures/responses/whois.afilias-grs.info/bz/status_registered.txt
305
+ - spec/fixtures/responses/whois.afilias-grs.info/gi/status_available.expected
306
+ - spec/fixtures/responses/whois.afilias-grs.info/gi/status_available.txt
307
+ - spec/fixtures/responses/whois.afilias-grs.info/gi/status_registered.expected
308
+ - spec/fixtures/responses/whois.afilias-grs.info/gi/status_registered.txt
309
+ - spec/fixtures/responses/whois.afilias-grs.info/hn/status_available.expected
310
+ - spec/fixtures/responses/whois.afilias-grs.info/hn/status_available.txt
311
+ - spec/fixtures/responses/whois.afilias-grs.info/hn/status_registered.expected
312
+ - spec/fixtures/responses/whois.afilias-grs.info/hn/status_registered.txt
313
+ - spec/fixtures/responses/whois.afilias-grs.info/lc/status_available.expected
314
+ - spec/fixtures/responses/whois.afilias-grs.info/lc/status_available.txt
315
+ - spec/fixtures/responses/whois.afilias-grs.info/lc/status_registered.expected
316
+ - spec/fixtures/responses/whois.afilias-grs.info/lc/status_registered.txt
317
+ - spec/fixtures/responses/whois.afilias-grs.info/mn/status_available.expected
318
+ - spec/fixtures/responses/whois.afilias-grs.info/mn/status_available.txt
319
+ - spec/fixtures/responses/whois.afilias-grs.info/mn/status_registered.expected
320
+ - spec/fixtures/responses/whois.afilias-grs.info/mn/status_registered.txt
321
+ - spec/fixtures/responses/whois.afilias-grs.info/sc/status_available.expected
322
+ - spec/fixtures/responses/whois.afilias-grs.info/sc/status_available.txt
323
+ - spec/fixtures/responses/whois.afilias-grs.info/sc/status_registered.expected
324
+ - spec/fixtures/responses/whois.afilias-grs.info/sc/status_registered.txt
325
+ - spec/fixtures/responses/whois.afilias-grs.info/vc/status_available.expected
326
+ - spec/fixtures/responses/whois.afilias-grs.info/vc/status_available.txt
327
+ - spec/fixtures/responses/whois.afilias-grs.info/vc/status_registered.expected
328
+ - spec/fixtures/responses/whois.afilias-grs.info/vc/status_registered.txt
329
+ - spec/fixtures/responses/whois.afilias.info/status_available.expected
330
+ - spec/fixtures/responses/whois.afilias.info/status_available.txt
331
+ - spec/fixtures/responses/whois.afilias.info/status_registered.expected
332
+ - spec/fixtures/responses/whois.afilias.info/status_registered.txt
333
+ - spec/fixtures/responses/whois.ai/status_available.expected
334
+ - spec/fixtures/responses/whois.ai/status_available.txt
335
+ - spec/fixtures/responses/whois.ai/status_registered.expected
336
+ - spec/fixtures/responses/whois.ai/status_registered.txt
337
+ - spec/fixtures/responses/whois.arnes.si/status_available.expected
338
+ - spec/fixtures/responses/whois.arnes.si/status_available.txt
339
+ - spec/fixtures/responses/whois.arnes.si/status_registered.expected
340
+ - spec/fixtures/responses/whois.arnes.si/status_registered.txt
341
+ - spec/fixtures/responses/whois.audns.net.au/property_status_with_multiple.expected
342
+ - spec/fixtures/responses/whois.audns.net.au/property_status_with_multiple.txt
343
+ - spec/fixtures/responses/whois.audns.net.au/status_available.expected
344
+ - spec/fixtures/responses/whois.audns.net.au/status_available.txt
345
+ - spec/fixtures/responses/whois.audns.net.au/status_registered.expected
346
+ - spec/fixtures/responses/whois.audns.net.au/status_registered.txt
347
+ - spec/fixtures/responses/whois.biz/status_available.expected
348
+ - spec/fixtures/responses/whois.biz/status_available.txt
349
+ - spec/fixtures/responses/whois.biz/status_registered.expected
350
+ - spec/fixtures/responses/whois.biz/status_registered.txt
351
+ - spec/fixtures/responses/whois.cat/property_status_missing.expected
352
+ - spec/fixtures/responses/whois.cat/property_status_missing.txt
353
+ - spec/fixtures/responses/whois.cat/property_status_multiple.expected
354
+ - spec/fixtures/responses/whois.cat/property_status_multiple.txt
355
+ - spec/fixtures/responses/whois.cat/property_status_ok.expected
356
+ - spec/fixtures/responses/whois.cat/property_status_ok.txt
357
+ - spec/fixtures/responses/whois.cat/status_available.expected
358
+ - spec/fixtures/responses/whois.cat/status_available.txt
359
+ - spec/fixtures/responses/whois.cat/status_registered.expected
360
+ - spec/fixtures/responses/whois.cat/status_registered.txt
361
+ - spec/fixtures/responses/whois.cctld.uz/status_available.expected
362
+ - spec/fixtures/responses/whois.cctld.uz/status_available.txt
363
+ - spec/fixtures/responses/whois.cctld.uz/status_registered.expected
364
+ - spec/fixtures/responses/whois.cctld.uz/status_registered.txt
365
+ - spec/fixtures/responses/whois.centralnic.com/ae.org/status_available.expected
366
+ - spec/fixtures/responses/whois.centralnic.com/ae.org/status_available.txt
367
+ - spec/fixtures/responses/whois.centralnic.com/ae.org/status_registered.expected
368
+ - spec/fixtures/responses/whois.centralnic.com/ae.org/status_registered.txt
369
+ - spec/fixtures/responses/whois.centralnic.com/ar.com/status_available.expected
370
+ - spec/fixtures/responses/whois.centralnic.com/ar.com/status_available.txt
371
+ - spec/fixtures/responses/whois.centralnic.com/ar.com/status_registered.expected
372
+ - spec/fixtures/responses/whois.centralnic.com/ar.com/status_registered.txt
373
+ - spec/fixtures/responses/whois.centralnic.com/br.com/status_available.expected
374
+ - spec/fixtures/responses/whois.centralnic.com/br.com/status_available.txt
375
+ - spec/fixtures/responses/whois.centralnic.com/br.com/status_registered.expected
376
+ - spec/fixtures/responses/whois.centralnic.com/br.com/status_registered.txt
377
+ - spec/fixtures/responses/whois.centralnic.com/cn.com/status_available.expected
378
+ - spec/fixtures/responses/whois.centralnic.com/cn.com/status_available.txt
379
+ - spec/fixtures/responses/whois.centralnic.com/cn.com/status_registered.expected
380
+ - spec/fixtures/responses/whois.centralnic.com/cn.com/status_registered.txt
381
+ - spec/fixtures/responses/whois.centralnic.com/de.com/status_available.expected
382
+ - spec/fixtures/responses/whois.centralnic.com/de.com/status_available.txt
383
+ - spec/fixtures/responses/whois.centralnic.com/de.com/status_registered.expected
384
+ - spec/fixtures/responses/whois.centralnic.com/de.com/status_registered.txt
385
+ - spec/fixtures/responses/whois.centralnic.com/eu.com/status_available.expected
386
+ - spec/fixtures/responses/whois.centralnic.com/eu.com/status_available.txt
387
+ - spec/fixtures/responses/whois.centralnic.com/eu.com/status_registered.expected
388
+ - spec/fixtures/responses/whois.centralnic.com/eu.com/status_registered.txt
389
+ - spec/fixtures/responses/whois.centralnic.com/gb.com/status_available.expected
390
+ - spec/fixtures/responses/whois.centralnic.com/gb.com/status_available.txt
391
+ - spec/fixtures/responses/whois.centralnic.com/gb.com/status_registered.expected
392
+ - spec/fixtures/responses/whois.centralnic.com/gb.com/status_registered.txt
393
+ - spec/fixtures/responses/whois.centralnic.com/gb.net/status_available.expected
394
+ - spec/fixtures/responses/whois.centralnic.com/gb.net/status_available.txt
395
+ - spec/fixtures/responses/whois.centralnic.com/gb.net/status_registered.expected
396
+ - spec/fixtures/responses/whois.centralnic.com/gb.net/status_registered.txt
397
+ - spec/fixtures/responses/whois.centralnic.com/hu.com/registered_details_omitted.txt
398
+ - spec/fixtures/responses/whois.centralnic.com/hu.com/status_available.expected
399
+ - spec/fixtures/responses/whois.centralnic.com/hu.com/status_available.txt
400
+ - spec/fixtures/responses/whois.centralnic.com/hu.com/status_registered.expected
401
+ - spec/fixtures/responses/whois.centralnic.com/hu.com/status_registered.txt
402
+ - spec/fixtures/responses/whois.centralnic.com/jpn.com/status_available.expected
403
+ - spec/fixtures/responses/whois.centralnic.com/jpn.com/status_available.txt
404
+ - spec/fixtures/responses/whois.centralnic.com/jpn.com/status_registered.expected
405
+ - spec/fixtures/responses/whois.centralnic.com/jpn.com/status_registered.txt
406
+ - spec/fixtures/responses/whois.centralnic.com/kr.com/status_available.expected
407
+ - spec/fixtures/responses/whois.centralnic.com/kr.com/status_available.txt
408
+ - spec/fixtures/responses/whois.centralnic.com/kr.com/status_registered.expected
409
+ - spec/fixtures/responses/whois.centralnic.com/kr.com/status_registered.txt
410
+ - spec/fixtures/responses/whois.centralnic.com/no.com/status_available.expected
411
+ - spec/fixtures/responses/whois.centralnic.com/no.com/status_available.txt
412
+ - spec/fixtures/responses/whois.centralnic.com/no.com/status_registered.expected
413
+ - spec/fixtures/responses/whois.centralnic.com/no.com/status_registered.txt
414
+ - spec/fixtures/responses/whois.centralnic.com/qc.com/status_available.expected
415
+ - spec/fixtures/responses/whois.centralnic.com/qc.com/status_available.txt
416
+ - spec/fixtures/responses/whois.centralnic.com/qc.com/status_registered.expected
417
+ - spec/fixtures/responses/whois.centralnic.com/qc.com/status_registered.txt
418
+ - spec/fixtures/responses/whois.centralnic.com/ru.com/status_available.expected
419
+ - spec/fixtures/responses/whois.centralnic.com/ru.com/status_available.txt
420
+ - spec/fixtures/responses/whois.centralnic.com/ru.com/status_registered.expected
421
+ - spec/fixtures/responses/whois.centralnic.com/ru.com/status_registered.txt
422
+ - spec/fixtures/responses/whois.centralnic.com/sa.com/status_available.expected
423
+ - spec/fixtures/responses/whois.centralnic.com/sa.com/status_available.txt
424
+ - spec/fixtures/responses/whois.centralnic.com/sa.com/status_registered.expected
425
+ - spec/fixtures/responses/whois.centralnic.com/sa.com/status_registered.txt
426
+ - spec/fixtures/responses/whois.centralnic.com/se.com/status_available.expected
427
+ - spec/fixtures/responses/whois.centralnic.com/se.com/status_available.txt
428
+ - spec/fixtures/responses/whois.centralnic.com/se.com/status_registered.expected
429
+ - spec/fixtures/responses/whois.centralnic.com/se.com/status_registered.txt
430
+ - spec/fixtures/responses/whois.centralnic.com/se.net/status_available.expected
431
+ - spec/fixtures/responses/whois.centralnic.com/se.net/status_available.txt
432
+ - spec/fixtures/responses/whois.centralnic.com/se.net/status_registered.expected
433
+ - spec/fixtures/responses/whois.centralnic.com/se.net/status_registered.txt
434
+ - spec/fixtures/responses/whois.centralnic.com/uk.com/status_available.expected
435
+ - spec/fixtures/responses/whois.centralnic.com/uk.com/status_available.txt
436
+ - spec/fixtures/responses/whois.centralnic.com/uk.com/status_registered.expected
437
+ - spec/fixtures/responses/whois.centralnic.com/uk.com/status_registered.txt
438
+ - spec/fixtures/responses/whois.centralnic.com/uk.net/status_available.expected
439
+ - spec/fixtures/responses/whois.centralnic.com/uk.net/status_available.txt
440
+ - spec/fixtures/responses/whois.centralnic.com/uk.net/status_registered.expected
441
+ - spec/fixtures/responses/whois.centralnic.com/uk.net/status_registered.txt
442
+ - spec/fixtures/responses/whois.centralnic.com/us.com/status_available.expected
443
+ - spec/fixtures/responses/whois.centralnic.com/us.com/status_available.txt
444
+ - spec/fixtures/responses/whois.centralnic.com/us.com/status_registered.expected
445
+ - spec/fixtures/responses/whois.centralnic.com/us.com/status_registered.txt
446
+ - spec/fixtures/responses/whois.centralnic.com/uy.com/property_billing_contact_missing.txt
447
+ - spec/fixtures/responses/whois.centralnic.com/uy.com/status_available.expected
448
+ - spec/fixtures/responses/whois.centralnic.com/uy.com/status_available.txt
449
+ - spec/fixtures/responses/whois.centralnic.com/uy.com/status_registered.expected
450
+ - spec/fixtures/responses/whois.centralnic.com/uy.com/status_registered.txt
451
+ - spec/fixtures/responses/whois.centralnic.com/uy.com/status_registered_details_omitted.txt
452
+ - spec/fixtures/responses/whois.centralnic.com/web.com/status_available.txt
453
+ - spec/fixtures/responses/whois.centralnic.com/za.com/status_available.expected
454
+ - spec/fixtures/responses/whois.centralnic.com/za.com/status_available.txt
455
+ - spec/fixtures/responses/whois.centralnic.com/za.com/status_registered.expected
456
+ - spec/fixtures/responses/whois.centralnic.com/za.com/status_registered.txt
457
+ - spec/fixtures/responses/whois.cira.ca/schema-1/status_available.expected
458
+ - spec/fixtures/responses/whois.cira.ca/schema-1/status_available.txt
459
+ - spec/fixtures/responses/whois.cira.ca/schema-1/status_registered.expected
460
+ - spec/fixtures/responses/whois.cira.ca/schema-1/status_registered.txt
461
+ - spec/fixtures/responses/whois.cira.ca/schema-2/property_status_autorenew_grace.expected
462
+ - spec/fixtures/responses/whois.cira.ca/schema-2/property_status_autorenew_grace.txt
463
+ - spec/fixtures/responses/whois.cira.ca/schema-2/property_status_available.expected
464
+ - spec/fixtures/responses/whois.cira.ca/schema-2/property_status_available.txt
465
+ - spec/fixtures/responses/whois.cira.ca/schema-2/property_status_redemption.expected
466
+ - spec/fixtures/responses/whois.cira.ca/schema-2/property_status_redemption.txt
467
+ - spec/fixtures/responses/whois.cira.ca/schema-2/property_status_registered.expected
468
+ - spec/fixtures/responses/whois.cira.ca/schema-2/property_status_registered.txt
469
+ - spec/fixtures/responses/whois.cira.ca/schema-2/property_status_tobereleased.expected
470
+ - spec/fixtures/responses/whois.cira.ca/schema-2/property_status_tobereleased.txt
471
+ - spec/fixtures/responses/whois.cira.ca/schema-2/status_available.expected
472
+ - spec/fixtures/responses/whois.cira.ca/schema-2/status_available.txt
473
+ - spec/fixtures/responses/whois.cira.ca/schema-2/status_registered.expected
474
+ - spec/fixtures/responses/whois.cira.ca/schema-2/status_registered.txt
475
+ - spec/fixtures/responses/whois.cnnic.cn/property_status_ok.expected
476
+ - spec/fixtures/responses/whois.cnnic.cn/property_status_ok.txt
477
+ - spec/fixtures/responses/whois.cnnic.cn/status_available.expected
478
+ - spec/fixtures/responses/whois.cnnic.cn/status_available.txt
479
+ - spec/fixtures/responses/whois.cnnic.cn/status_registered.expected
480
+ - spec/fixtures/responses/whois.cnnic.cn/status_registered.txt
481
+ - spec/fixtures/responses/whois.cnnic.cn/status_reserved.expected
482
+ - spec/fixtures/responses/whois.cnnic.cn/status_reserved.txt
483
+ - spec/fixtures/responses/whois.co.ca/status_available.expected
484
+ - spec/fixtures/responses/whois.co.ca/status_available.txt
485
+ - spec/fixtures/responses/whois.co.ca/status_registered.expected
486
+ - spec/fixtures/responses/whois.co.ca/status_registered.txt
487
+ - spec/fixtures/responses/whois.co.ca/status_reserved.expected
488
+ - spec/fixtures/responses/whois.co.ca/status_reserved.txt
489
+ - spec/fixtures/responses/whois.co.pl/status_available.expected
490
+ - spec/fixtures/responses/whois.co.pl/status_available.txt
491
+ - spec/fixtures/responses/whois.co.pl/status_registered.expected
492
+ - spec/fixtures/responses/whois.co.pl/status_registered.txt
493
+ - spec/fixtures/responses/whois.co.ug/status_available.expected
494
+ - spec/fixtures/responses/whois.co.ug/status_available.txt
495
+ - spec/fixtures/responses/whois.co.ug/status_registered.expected
496
+ - spec/fixtures/responses/whois.co.ug/status_registered.txt
497
+ - spec/fixtures/responses/whois.coza.net.za/status_available.expected
498
+ - spec/fixtures/responses/whois.coza.net.za/status_available.txt
499
+ - spec/fixtures/responses/whois.coza.net.za/status_registered.expected
500
+ - spec/fixtures/responses/whois.coza.net.za/status_registered.txt
501
+ - spec/fixtures/responses/whois.crsnic.net/property_nameserver_no_nameserver.expected
502
+ - spec/fixtures/responses/whois.crsnic.net/property_nameserver_no_nameserver.txt
503
+ - spec/fixtures/responses/whois.crsnic.net/property_registrar_with_multiple_entries.expected
504
+ - spec/fixtures/responses/whois.crsnic.net/property_registrar_with_multiple_entries.txt
505
+ - spec/fixtures/responses/whois.crsnic.net/status_available.expected
506
+ - spec/fixtures/responses/whois.crsnic.net/status_available.txt
507
+ - spec/fixtures/responses/whois.crsnic.net/status_registered.expected
508
+ - spec/fixtures/responses/whois.crsnic.net/status_registered.txt
509
+ - spec/fixtures/responses/whois.denic.de/schema-1.10.0/status_available.expected
510
+ - spec/fixtures/responses/whois.denic.de/schema-1.10.0/status_available.txt
511
+ - spec/fixtures/responses/whois.denic.de/schema-1.10.0/status_registered.expected
512
+ - spec/fixtures/responses/whois.denic.de/schema-1.10.0/status_registered.txt
513
+ - spec/fixtures/responses/whois.denic.de/schema-1.11.0/property_nameservers_with_ip.expected
514
+ - spec/fixtures/responses/whois.denic.de/schema-1.11.0/property_nameservers_with_ip.txt
515
+ - spec/fixtures/responses/whois.denic.de/schema-1.11.0/property_technical_contact.txt
516
+ - spec/fixtures/responses/whois.denic.de/schema-1.11.0/status_available.expected
517
+ - spec/fixtures/responses/whois.denic.de/schema-1.11.0/status_available.txt
518
+ - spec/fixtures/responses/whois.denic.de/schema-1.11.0/status_invalid.expected
519
+ - spec/fixtures/responses/whois.denic.de/schema-1.11.0/status_invalid.txt
520
+ - spec/fixtures/responses/whois.denic.de/schema-1.11.0/status_registered.expected
521
+ - spec/fixtures/responses/whois.denic.de/schema-1.11.0/status_registered.txt
522
+ - spec/fixtures/responses/whois.denic.de/schema-2.0/property_nameservers_with_ip.expected
523
+ - spec/fixtures/responses/whois.denic.de/schema-2.0/property_nameservers_with_ip.txt
524
+ - spec/fixtures/responses/whois.denic.de/schema-2.0/property_technical_contact.txt
525
+ - spec/fixtures/responses/whois.denic.de/schema-2.0/response_throttled.expected
526
+ - spec/fixtures/responses/whois.denic.de/schema-2.0/response_throttled.txt
527
+ - spec/fixtures/responses/whois.denic.de/schema-2.0/status_available.expected
528
+ - spec/fixtures/responses/whois.denic.de/schema-2.0/status_available.txt
529
+ - spec/fixtures/responses/whois.denic.de/schema-2.0/status_failed.expected
530
+ - spec/fixtures/responses/whois.denic.de/schema-2.0/status_failed.txt
531
+ - spec/fixtures/responses/whois.denic.de/schema-2.0/status_failed_ace.expected
532
+ - spec/fixtures/responses/whois.denic.de/schema-2.0/status_failed_ace.txt
533
+ - spec/fixtures/responses/whois.denic.de/schema-2.0/status_invalid.expected
534
+ - spec/fixtures/responses/whois.denic.de/schema-2.0/status_invalid.txt
535
+ - spec/fixtures/responses/whois.denic.de/schema-2.0/status_registered.expected
536
+ - spec/fixtures/responses/whois.denic.de/schema-2.0/status_registered.txt
537
+ - spec/fixtures/responses/whois.dk-hostmaster.dk/status_available.expected
538
+ - spec/fixtures/responses/whois.dk-hostmaster.dk/status_available.txt
539
+ - spec/fixtures/responses/whois.dk-hostmaster.dk/status_registered.expected
540
+ - spec/fixtures/responses/whois.dk-hostmaster.dk/status_registered.txt
541
+ - spec/fixtures/responses/whois.dns.be/property_nameservers_with_ip.expected
542
+ - spec/fixtures/responses/whois.dns.be/property_nameservers_with_ip.txt
543
+ - spec/fixtures/responses/whois.dns.be/status_available.expected
544
+ - spec/fixtures/responses/whois.dns.be/status_available.txt
545
+ - spec/fixtures/responses/whois.dns.be/status_registered.expected
546
+ - spec/fixtures/responses/whois.dns.be/status_registered.txt
547
+ - spec/fixtures/responses/whois.dns.lu/property_nameservers_with_ip.expected
548
+ - spec/fixtures/responses/whois.dns.lu/property_nameservers_with_ip.txt
549
+ - spec/fixtures/responses/whois.dns.lu/status_available.expected
550
+ - spec/fixtures/responses/whois.dns.lu/status_available.txt
551
+ - spec/fixtures/responses/whois.dns.lu/status_registered.expected
552
+ - spec/fixtures/responses/whois.dns.lu/status_registered.txt
553
+ - spec/fixtures/responses/whois.dns.pl/property_nameservers_with_ip.expected
554
+ - spec/fixtures/responses/whois.dns.pl/property_nameservers_with_ip.txt
555
+ - spec/fixtures/responses/whois.dns.pl/status_available.expected
556
+ - spec/fixtures/responses/whois.dns.pl/status_available.txt
557
+ - spec/fixtures/responses/whois.dns.pl/status_registered.expected
558
+ - spec/fixtures/responses/whois.dns.pl/status_registered.txt
559
+ - spec/fixtures/responses/whois.dns.pt/status_available.expected
560
+ - spec/fixtures/responses/whois.dns.pt/status_available.txt
561
+ - spec/fixtures/responses/whois.dns.pt/status_registered.expected
562
+ - spec/fixtures/responses/whois.dns.pt/status_registered.txt
563
+ - spec/fixtures/responses/whois.dns.pt/status_reserved.expected
564
+ - spec/fixtures/responses/whois.dns.pt/status_reserved.txt
565
+ - spec/fixtures/responses/whois.domain-registry.nl/property_nameservers_with_ip.expected
566
+ - spec/fixtures/responses/whois.domain-registry.nl/property_nameservers_with_ip.txt
567
+ - spec/fixtures/responses/whois.domain-registry.nl/response_throttled.expected
568
+ - spec/fixtures/responses/whois.domain-registry.nl/response_throttled.txt
569
+ - spec/fixtures/responses/whois.domain-registry.nl/response_throttled_daily.expected
570
+ - spec/fixtures/responses/whois.domain-registry.nl/response_throttled_daily.txt
571
+ - spec/fixtures/responses/whois.domain-registry.nl/response_unavailable.expected
572
+ - spec/fixtures/responses/whois.domain-registry.nl/response_unavailable.txt
573
+ - spec/fixtures/responses/whois.domain-registry.nl/status_available.expected
574
+ - spec/fixtures/responses/whois.domain-registry.nl/status_available.txt
575
+ - spec/fixtures/responses/whois.domain-registry.nl/status_quarantine.expected
576
+ - spec/fixtures/responses/whois.domain-registry.nl/status_quarantine.txt
577
+ - spec/fixtures/responses/whois.domain-registry.nl/status_registered.expected
578
+ - spec/fixtures/responses/whois.domain-registry.nl/status_registered.txt
579
+ - spec/fixtures/responses/whois.domain.kg/status_available.expected
580
+ - spec/fixtures/responses/whois.domain.kg/status_available.txt
581
+ - spec/fixtures/responses/whois.domain.kg/status_registered.expected
582
+ - spec/fixtures/responses/whois.domain.kg/status_registered.txt
583
+ - spec/fixtures/responses/whois.domainregistry.ie/property_nameservers_with_ip.expected
584
+ - spec/fixtures/responses/whois.domainregistry.ie/property_nameservers_with_ip.txt
585
+ - spec/fixtures/responses/whois.domainregistry.ie/status_available.expected
586
+ - spec/fixtures/responses/whois.domainregistry.ie/status_available.txt
587
+ - spec/fixtures/responses/whois.domainregistry.ie/status_registered.expected
588
+ - spec/fixtures/responses/whois.domainregistry.ie/status_registered.txt
589
+ - spec/fixtures/responses/whois.domainregistry.my/status_available.expected
590
+ - spec/fixtures/responses/whois.domainregistry.my/status_available.txt
591
+ - spec/fixtures/responses/whois.domainregistry.my/status_registered.expected
592
+ - spec/fixtures/responses/whois.domainregistry.my/status_registered.txt
593
+ - spec/fixtures/responses/whois.domreg.lt/property_nameservers_with_ip.expected
594
+ - spec/fixtures/responses/whois.domreg.lt/property_nameservers_with_ip.txt
595
+ - spec/fixtures/responses/whois.domreg.lt/status_available.expected
596
+ - spec/fixtures/responses/whois.domreg.lt/status_available.txt
597
+ - spec/fixtures/responses/whois.domreg.lt/status_registered.expected
598
+ - spec/fixtures/responses/whois.domreg.lt/status_registered.txt
599
+ - spec/fixtures/responses/whois.dot.tk/status_available.expected
600
+ - spec/fixtures/responses/whois.dot.tk/status_available.txt
601
+ - spec/fixtures/responses/whois.dot.tk/status_registered.expected
602
+ - spec/fixtures/responses/whois.dot.tk/status_registered.txt
603
+ - spec/fixtures/responses/whois.dotmobiregistry.net/status_available.expected
604
+ - spec/fixtures/responses/whois.dotmobiregistry.net/status_available.txt
605
+ - spec/fixtures/responses/whois.dotmobiregistry.net/status_registered.expected
606
+ - spec/fixtures/responses/whois.dotmobiregistry.net/status_registered.txt
607
+ - spec/fixtures/responses/whois.educause.edu/status_available.expected
608
+ - spec/fixtures/responses/whois.educause.edu/status_available.txt
609
+ - spec/fixtures/responses/whois.educause.edu/status_registered.expected
610
+ - spec/fixtures/responses/whois.educause.edu/status_registered.txt
611
+ - spec/fixtures/responses/whois.eenet.ee/status_available.expected
612
+ - spec/fixtures/responses/whois.eenet.ee/status_available.txt
613
+ - spec/fixtures/responses/whois.eenet.ee/status_registered.expected
614
+ - spec/fixtures/responses/whois.eenet.ee/status_registered.txt
615
+ - spec/fixtures/responses/whois.eu/property_nameservers_with_ip.expected
616
+ - spec/fixtures/responses/whois.eu/property_nameservers_with_ip.txt
617
+ - spec/fixtures/responses/whois.eu/status_available.expected
618
+ - spec/fixtures/responses/whois.eu/status_available.txt
619
+ - spec/fixtures/responses/whois.eu/status_registered.expected
620
+ - spec/fixtures/responses/whois.eu/status_registered.txt
621
+ - spec/fixtures/responses/whois.eu.org/status_available.expected
622
+ - spec/fixtures/responses/whois.eu.org/status_available.txt
623
+ - spec/fixtures/responses/whois.eu.org/status_registered.expected
624
+ - spec/fixtures/responses/whois.eu.org/status_registered.txt
625
+ - spec/fixtures/responses/whois.ficora.fi/status_available.expected
626
+ - spec/fixtures/responses/whois.ficora.fi/status_available.txt
627
+ - spec/fixtures/responses/whois.ficora.fi/status_registered.expected
628
+ - spec/fixtures/responses/whois.ficora.fi/status_registered.txt
629
+ - spec/fixtures/responses/whois.gg/status_available.expected
630
+ - spec/fixtures/responses/whois.gg/status_available.txt
631
+ - spec/fixtures/responses/whois.gg/status_registered.expected
632
+ - spec/fixtures/responses/whois.gg/status_registered.txt
633
+ - spec/fixtures/responses/whois.gov.za/status_available.expected
634
+ - spec/fixtures/responses/whois.gov.za/status_available.txt
635
+ - spec/fixtures/responses/whois.gov.za/status_registered.expected
636
+ - spec/fixtures/responses/whois.gov.za/status_registered.txt
637
+ - spec/fixtures/responses/whois.hkirc.hk/status_available.expected
638
+ - spec/fixtures/responses/whois.hkirc.hk/status_available.txt
639
+ - spec/fixtures/responses/whois.hkirc.hk/status_registered.expected
640
+ - spec/fixtures/responses/whois.hkirc.hk/status_registered.txt
641
+ - spec/fixtures/responses/whois.iam.net.ma/status_available.expected
642
+ - spec/fixtures/responses/whois.iam.net.ma/status_available.txt
643
+ - spec/fixtures/responses/whois.iam.net.ma/status_registered.expected
644
+ - spec/fixtures/responses/whois.iam.net.ma/status_registered.txt
645
+ - spec/fixtures/responses/whois.iana.org/MULTIPLE.txt
646
+ - spec/fixtures/responses/whois.iana.org/status_available.expected
647
+ - spec/fixtures/responses/whois.iana.org/status_available.txt
648
+ - spec/fixtures/responses/whois.iana.org/status_not_assigned.expected
649
+ - spec/fixtures/responses/whois.iana.org/status_not_assigned.txt
650
+ - spec/fixtures/responses/whois.iana.org/status_registered.expected
651
+ - spec/fixtures/responses/whois.iana.org/status_registered.txt
652
+ - spec/fixtures/responses/whois.in.ua/status_available.expected
653
+ - spec/fixtures/responses/whois.in.ua/status_available.txt
654
+ - spec/fixtures/responses/whois.in.ua/status_registered.expected
655
+ - spec/fixtures/responses/whois.in.ua/status_registered.txt
656
+ - spec/fixtures/responses/whois.isnic.is/status_available.expected
657
+ - spec/fixtures/responses/whois.isnic.is/status_available.txt
658
+ - spec/fixtures/responses/whois.isnic.is/status_registered.expected
659
+ - spec/fixtures/responses/whois.isnic.is/status_registered.txt
660
+ - spec/fixtures/responses/whois.isoc.org.il/property_status_missing.expected
661
+ - spec/fixtures/responses/whois.isoc.org.il/property_status_missing.txt
662
+ - spec/fixtures/responses/whois.isoc.org.il/property_status_transfer_allowed.expected
663
+ - spec/fixtures/responses/whois.isoc.org.il/property_status_transfer_allowed.txt
664
+ - spec/fixtures/responses/whois.isoc.org.il/property_status_transfer_locked.expected
665
+ - spec/fixtures/responses/whois.isoc.org.il/property_status_transfer_locked.txt
666
+ - spec/fixtures/responses/whois.isoc.org.il/status_available.expected
667
+ - spec/fixtures/responses/whois.isoc.org.il/status_available.txt
668
+ - spec/fixtures/responses/whois.isoc.org.il/status_registered.expected
669
+ - spec/fixtures/responses/whois.isoc.org.il/status_registered.txt
670
+ - spec/fixtures/responses/whois.ja.net/ac.uk/status_available.expected
671
+ - spec/fixtures/responses/whois.ja.net/ac.uk/status_available.txt
672
+ - spec/fixtures/responses/whois.ja.net/ac.uk/status_registered.expected
673
+ - spec/fixtures/responses/whois.ja.net/ac.uk/status_registered.txt
674
+ - spec/fixtures/responses/whois.ja.net/gov.uk/status_available.expected
675
+ - spec/fixtures/responses/whois.ja.net/gov.uk/status_available.txt
676
+ - spec/fixtures/responses/whois.ja.net/gov.uk/status_registered.expected
677
+ - spec/fixtures/responses/whois.ja.net/gov.uk/status_registered.txt
678
+ - spec/fixtures/responses/whois.je/status_available.expected
679
+ - spec/fixtures/responses/whois.je/status_available.txt
680
+ - spec/fixtures/responses/whois.je/status_registered.expected
681
+ - spec/fixtures/responses/whois.je/status_registered.txt
682
+ - spec/fixtures/responses/whois.jprs.jp/jp/property_created_on_and_expires_on_missing.expected
683
+ - spec/fixtures/responses/whois.jprs.jp/jp/property_created_on_and_expires_on_missing.txt
684
+ - spec/fixtures/responses/whois.jprs.jp/jp/property_expires_on_missing.expected
685
+ - spec/fixtures/responses/whois.jprs.jp/jp/property_expires_on_missing.txt
686
+ - spec/fixtures/responses/whois.jprs.jp/jp/property_updates_on_error_out-of-range.expected
687
+ - spec/fixtures/responses/whois.jprs.jp/jp/property_updates_on_error_out-of-range.txt
688
+ - spec/fixtures/responses/whois.jprs.jp/jp/status_available.expected
689
+ - spec/fixtures/responses/whois.jprs.jp/jp/status_available.txt
690
+ - spec/fixtures/responses/whois.jprs.jp/jp/status_registered.expected
691
+ - spec/fixtures/responses/whois.jprs.jp/jp/status_registered.txt
692
+ - spec/fixtures/responses/whois.jprs.jp/jp/status_reserved.expected
693
+ - spec/fixtures/responses/whois.jprs.jp/jp/status_reserved.txt
694
+ - spec/fixtures/responses/whois.jprs.jp/ne.jp/status_available.expected
695
+ - spec/fixtures/responses/whois.jprs.jp/ne.jp/status_available.txt
696
+ - spec/fixtures/responses/whois.jprs.jp/ne.jp/status_registered.expected
697
+ - spec/fixtures/responses/whois.jprs.jp/ne.jp/status_registered.txt
698
+ - spec/fixtures/responses/whois.kenic.or.ke/status_available.expected
699
+ - spec/fixtures/responses/whois.kenic.or.ke/status_available.txt
700
+ - spec/fixtures/responses/whois.kenic.or.ke/status_registered.expected
701
+ - spec/fixtures/responses/whois.kenic.or.ke/status_registered.txt
702
+ - spec/fixtures/responses/whois.kr/property_nameservers_with_ip.expected
703
+ - spec/fixtures/responses/whois.kr/property_nameservers_with_ip.txt
704
+ - spec/fixtures/responses/whois.kr/status_available.expected
705
+ - spec/fixtures/responses/whois.kr/status_available.txt
706
+ - spec/fixtures/responses/whois.kr/status_registered.expected
707
+ - spec/fixtures/responses/whois.kr/status_registered.txt
708
+ - spec/fixtures/responses/whois.markmonitor.com/status_registered.expected
709
+ - spec/fixtures/responses/whois.markmonitor.com/status_registered.txt
710
+ - spec/fixtures/responses/whois.meregistry.net/property_nameservers_is_missing.expected
711
+ - spec/fixtures/responses/whois.meregistry.net/property_nameservers_is_missing.txt
712
+ - spec/fixtures/responses/whois.meregistry.net/status_available.expected
713
+ - spec/fixtures/responses/whois.meregistry.net/status_available.txt
714
+ - spec/fixtures/responses/whois.meregistry.net/status_registered.expected
715
+ - spec/fixtures/responses/whois.meregistry.net/status_registered.txt
716
+ - spec/fixtures/responses/whois.museum/status_available.expected
717
+ - spec/fixtures/responses/whois.museum/status_available.txt
718
+ - spec/fixtures/responses/whois.museum/status_registered.expected
719
+ - spec/fixtures/responses/whois.museum/status_registered.txt
720
+ - spec/fixtures/responses/whois.na-nic.com.na/status_available.expected
721
+ - spec/fixtures/responses/whois.na-nic.com.na/status_available.txt
722
+ - spec/fixtures/responses/whois.na-nic.com.na/status_registered.expected
723
+ - spec/fixtures/responses/whois.na-nic.com.na/status_registered.txt
724
+ - spec/fixtures/responses/whois.net.ua/property_nameservers_uppercase.expected
725
+ - spec/fixtures/responses/whois.net.ua/property_nameservers_uppercase.txt
726
+ - spec/fixtures/responses/whois.net.ua/redirect_to_whois.in.ua.txt
727
+ - spec/fixtures/responses/whois.net.ua/status_available.expected
728
+ - spec/fixtures/responses/whois.net.ua/status_available.txt
729
+ - spec/fixtures/responses/whois.net.ua/status_registered.expected
730
+ - spec/fixtures/responses/whois.net.ua/status_registered.txt
731
+ - spec/fixtures/responses/whois.netcom.cm/status_available.expected
732
+ - spec/fixtures/responses/whois.netcom.cm/status_available.txt
733
+ - spec/fixtures/responses/whois.netcom.cm/status_registered.expected
734
+ - spec/fixtures/responses/whois.netcom.cm/status_registered.txt
735
+ - spec/fixtures/responses/whois.nic-se.se/property_nameservers_with_ip.expected
736
+ - spec/fixtures/responses/whois.nic-se.se/property_nameservers_with_ip.txt
737
+ - spec/fixtures/responses/whois.nic-se.se/property_status_inactive.txt
738
+ - spec/fixtures/responses/whois.nic-se.se/property_status_missing.txt
739
+ - spec/fixtures/responses/whois.nic-se.se/property_status_ok.txt
740
+ - spec/fixtures/responses/whois.nic-se.se/status_available.expected
741
+ - spec/fixtures/responses/whois.nic-se.se/status_available.txt
742
+ - spec/fixtures/responses/whois.nic-se.se/status_inactive.expected
743
+ - spec/fixtures/responses/whois.nic-se.se/status_inactive.txt
744
+ - spec/fixtures/responses/whois.nic-se.se/status_registered.expected
745
+ - spec/fixtures/responses/whois.nic-se.se/status_registered.txt
746
+ - spec/fixtures/responses/whois.nic.ac/status_available.expected
747
+ - spec/fixtures/responses/whois.nic.ac/status_available.txt
748
+ - spec/fixtures/responses/whois.nic.ac/status_registered.expected
749
+ - spec/fixtures/responses/whois.nic.ac/status_registered.txt
750
+ - spec/fixtures/responses/whois.nic.af/status_available.expected
751
+ - spec/fixtures/responses/whois.nic.af/status_available.txt
752
+ - spec/fixtures/responses/whois.nic.af/status_registered.expected
753
+ - spec/fixtures/responses/whois.nic.af/status_registered.txt
754
+ - spec/fixtures/responses/whois.nic.ag/status_available.expected
755
+ - spec/fixtures/responses/whois.nic.ag/status_available.txt
756
+ - spec/fixtures/responses/whois.nic.ag/status_registered.expected
757
+ - spec/fixtures/responses/whois.nic.ag/status_registered.txt
758
+ - spec/fixtures/responses/whois.nic.am/status_available.expected
759
+ - spec/fixtures/responses/whois.nic.am/status_available.txt
760
+ - spec/fixtures/responses/whois.nic.am/status_registered.expected
761
+ - spec/fixtures/responses/whois.nic.am/status_registered.txt
762
+ - spec/fixtures/responses/whois.nic.as/status_available.expected
763
+ - spec/fixtures/responses/whois.nic.as/status_available.txt
764
+ - spec/fixtures/responses/whois.nic.as/status_registered.expected
765
+ - spec/fixtures/responses/whois.nic.as/status_registered.txt
766
+ - spec/fixtures/responses/whois.nic.asia/status_available.expected
767
+ - spec/fixtures/responses/whois.nic.asia/status_available.txt
768
+ - spec/fixtures/responses/whois.nic.asia/status_registered.expected
769
+ - spec/fixtures/responses/whois.nic.asia/status_registered.txt
770
+ - spec/fixtures/responses/whois.nic.at/status_available.expected
771
+ - spec/fixtures/responses/whois.nic.at/status_available.txt
772
+ - spec/fixtures/responses/whois.nic.at/status_registered.expected
773
+ - spec/fixtures/responses/whois.nic.at/status_registered.txt
774
+ - spec/fixtures/responses/whois.nic.bo/status_available.expected
775
+ - spec/fixtures/responses/whois.nic.bo/status_available.txt
776
+ - spec/fixtures/responses/whois.nic.bo/status_registered.expected
777
+ - spec/fixtures/responses/whois.nic.bo/status_registered.txt
778
+ - spec/fixtures/responses/whois.nic.cc/property_nameserver_no_nameserver.expected
779
+ - spec/fixtures/responses/whois.nic.cc/property_nameserver_no_nameserver.txt
780
+ - spec/fixtures/responses/whois.nic.cc/status_available.expected
781
+ - spec/fixtures/responses/whois.nic.cc/status_available.txt
782
+ - spec/fixtures/responses/whois.nic.cc/status_registered.expected
783
+ - spec/fixtures/responses/whois.nic.cc/status_registered.txt
784
+ - spec/fixtures/responses/whois.nic.cd/status_available.expected
785
+ - spec/fixtures/responses/whois.nic.cd/status_available.txt
786
+ - spec/fixtures/responses/whois.nic.cd/status_registered.expected
787
+ - spec/fixtures/responses/whois.nic.cd/status_registered.txt
788
+ - spec/fixtures/responses/whois.nic.ch/property_nameservers_with_ip.expected
789
+ - spec/fixtures/responses/whois.nic.ch/property_nameservers_with_ip.txt
790
+ - spec/fixtures/responses/whois.nic.ch/status_available.expected
791
+ - spec/fixtures/responses/whois.nic.ch/status_available.txt
792
+ - spec/fixtures/responses/whois.nic.ch/status_registered.expected
793
+ - spec/fixtures/responses/whois.nic.ch/status_registered.txt
794
+ - spec/fixtures/responses/whois.nic.ci/status_available.expected
795
+ - spec/fixtures/responses/whois.nic.ci/status_available.txt
796
+ - spec/fixtures/responses/whois.nic.ci/status_registered.expected
797
+ - spec/fixtures/responses/whois.nic.ci/status_registered.txt
798
+ - spec/fixtures/responses/whois.nic.ck/status_available.expected
799
+ - spec/fixtures/responses/whois.nic.ck/status_available.txt
800
+ - spec/fixtures/responses/whois.nic.ck/status_registered.expected
801
+ - spec/fixtures/responses/whois.nic.ck/status_registered.txt
802
+ - spec/fixtures/responses/whois.nic.cl/status_available.expected
803
+ - spec/fixtures/responses/whois.nic.cl/status_available.txt
804
+ - spec/fixtures/responses/whois.nic.cl/status_registered.expected
805
+ - spec/fixtures/responses/whois.nic.cl/status_registered.txt
806
+ - spec/fixtures/responses/whois.nic.co/status_available.expected
807
+ - spec/fixtures/responses/whois.nic.co/status_available.txt
808
+ - spec/fixtures/responses/whois.nic.co/status_registered.expected
809
+ - spec/fixtures/responses/whois.nic.co/status_registered.txt
810
+ - spec/fixtures/responses/whois.nic.coop/status_available.expected
811
+ - spec/fixtures/responses/whois.nic.coop/status_available.txt
812
+ - spec/fixtures/responses/whois.nic.coop/status_registered.expected
813
+ - spec/fixtures/responses/whois.nic.coop/status_registered.txt
814
+ - spec/fixtures/responses/whois.nic.cx/status_available.expected
815
+ - spec/fixtures/responses/whois.nic.cx/status_available.txt
816
+ - spec/fixtures/responses/whois.nic.cx/status_registered.expected
817
+ - spec/fixtures/responses/whois.nic.cx/status_registered.txt
818
+ - spec/fixtures/responses/whois.nic.cz/property_nameservers_with_ip.expected
819
+ - spec/fixtures/responses/whois.nic.cz/property_nameservers_with_ip.txt
820
+ - spec/fixtures/responses/whois.nic.cz/property_status_expired.expected
821
+ - spec/fixtures/responses/whois.nic.cz/property_status_expired.txt
822
+ - spec/fixtures/responses/whois.nic.cz/property_status_missing.expected
823
+ - spec/fixtures/responses/whois.nic.cz/property_status_missing.txt
824
+ - spec/fixtures/responses/whois.nic.cz/property_status_paid.expected
825
+ - spec/fixtures/responses/whois.nic.cz/property_status_paid.txt
826
+ - spec/fixtures/responses/whois.nic.cz/status_available.expected
827
+ - spec/fixtures/responses/whois.nic.cz/status_available.txt
828
+ - spec/fixtures/responses/whois.nic.cz/status_expired.txt
829
+ - spec/fixtures/responses/whois.nic.cz/status_registered.expected
830
+ - spec/fixtures/responses/whois.nic.cz/status_registered.txt
831
+ - spec/fixtures/responses/whois.nic.dz/status_available.expected
832
+ - spec/fixtures/responses/whois.nic.dz/status_available.txt
833
+ - spec/fixtures/responses/whois.nic.dz/status_registered.expected
834
+ - spec/fixtures/responses/whois.nic.dz/status_registered.txt
835
+ - spec/fixtures/responses/whois.nic.ec/status_available.expected
836
+ - spec/fixtures/responses/whois.nic.ec/status_available.txt
837
+ - spec/fixtures/responses/whois.nic.ec/status_registered.expected
838
+ - spec/fixtures/responses/whois.nic.ec/status_registered.txt
839
+ - spec/fixtures/responses/whois.nic.fr/fr/property_nameservers.expected
840
+ - spec/fixtures/responses/whois.nic.fr/fr/property_nameservers.txt
841
+ - spec/fixtures/responses/whois.nic.fr/fr/property_nameservers_with_ipv4_and_some_ipv6.expected
842
+ - spec/fixtures/responses/whois.nic.fr/fr/property_nameservers_with_ipv4_and_some_ipv6.txt
843
+ - spec/fixtures/responses/whois.nic.fr/fr/property_status_active.txt
844
+ - spec/fixtures/responses/whois.nic.fr/fr/property_status_missing.expected
845
+ - spec/fixtures/responses/whois.nic.fr/fr/property_status_missing.txt
846
+ - spec/fixtures/responses/whois.nic.fr/fr/property_status_redemption.expected
847
+ - spec/fixtures/responses/whois.nic.fr/fr/property_status_redemption.txt
848
+ - spec/fixtures/responses/whois.nic.fr/fr/property_status_registered.expected
849
+ - spec/fixtures/responses/whois.nic.fr/fr/property_status_registered.txt
850
+ - spec/fixtures/responses/whois.nic.fr/fr/status_available.expected
851
+ - spec/fixtures/responses/whois.nic.fr/fr/status_available.txt
852
+ - spec/fixtures/responses/whois.nic.fr/fr/status_registered.expected
853
+ - spec/fixtures/responses/whois.nic.fr/fr/status_registered.txt
854
+ - spec/fixtures/responses/whois.nic.fr/pm/property_nameservers_with_ipv4_and_ipv6.expected
855
+ - spec/fixtures/responses/whois.nic.fr/pm/property_nameservers_with_ipv4_and_ipv6.txt
856
+ - spec/fixtures/responses/whois.nic.fr/pm/status_available.expected
857
+ - spec/fixtures/responses/whois.nic.fr/pm/status_available.txt
858
+ - spec/fixtures/responses/whois.nic.fr/pm/status_registered.expected
859
+ - spec/fixtures/responses/whois.nic.fr/pm/status_registered.txt
860
+ - spec/fixtures/responses/whois.nic.fr/re/property_nameservers_with_ipv4_and_ipv6.expected
861
+ - spec/fixtures/responses/whois.nic.fr/re/property_nameservers_with_ipv4_and_ipv6.txt
862
+ - spec/fixtures/responses/whois.nic.fr/re/status_available.expected
863
+ - spec/fixtures/responses/whois.nic.fr/re/status_available.txt
864
+ - spec/fixtures/responses/whois.nic.fr/re/status_registered.expected
865
+ - spec/fixtures/responses/whois.nic.fr/re/status_registered.txt
866
+ - spec/fixtures/responses/whois.nic.fr/tf/property_status_frozen.expected
867
+ - spec/fixtures/responses/whois.nic.fr/tf/property_status_frozen.txt
868
+ - spec/fixtures/responses/whois.nic.fr/tf/status_available.expected
869
+ - spec/fixtures/responses/whois.nic.fr/tf/status_available.txt
870
+ - spec/fixtures/responses/whois.nic.fr/tf/status_registered.expected
871
+ - spec/fixtures/responses/whois.nic.fr/tf/status_registered.txt
872
+ - spec/fixtures/responses/whois.nic.fr/wf/status_available.expected
873
+ - spec/fixtures/responses/whois.nic.fr/wf/status_available.txt
874
+ - spec/fixtures/responses/whois.nic.fr/wf/status_registered.expected
875
+ - spec/fixtures/responses/whois.nic.fr/wf/status_registered.txt
876
+ - spec/fixtures/responses/whois.nic.fr/yt/status_available.expected
877
+ - spec/fixtures/responses/whois.nic.fr/yt/status_available.txt
878
+ - spec/fixtures/responses/whois.nic.fr/yt/status_registered.expected
879
+ - spec/fixtures/responses/whois.nic.fr/yt/status_registered.txt
880
+ - spec/fixtures/responses/whois.nic.gl/status_available.expected
881
+ - spec/fixtures/responses/whois.nic.gl/status_available.txt
882
+ - spec/fixtures/responses/whois.nic.gl/status_registered.expected
883
+ - spec/fixtures/responses/whois.nic.gl/status_registered.txt
884
+ - spec/fixtures/responses/whois.nic.gov/status_available.expected
885
+ - spec/fixtures/responses/whois.nic.gov/status_available.txt
886
+ - spec/fixtures/responses/whois.nic.gov/status_registered.expected
887
+ - spec/fixtures/responses/whois.nic.gov/status_registered.txt
888
+ - spec/fixtures/responses/whois.nic.gs/status_available.expected
889
+ - spec/fixtures/responses/whois.nic.gs/status_available.txt
890
+ - spec/fixtures/responses/whois.nic.gs/status_registered.expected
891
+ - spec/fixtures/responses/whois.nic.gs/status_registered.txt
892
+ - spec/fixtures/responses/whois.nic.ht/status_available.expected
893
+ - spec/fixtures/responses/whois.nic.ht/status_available.txt
894
+ - spec/fixtures/responses/whois.nic.ht/status_registered.expected
895
+ - spec/fixtures/responses/whois.nic.ht/status_registered.txt
896
+ - spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_company.expected
897
+ - spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_company.txt
898
+ - spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_private_person.expected
899
+ - spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_private_person.txt
900
+ - spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_without_address.expected
901
+ - spec/fixtures/responses/whois.nic.hu/schema-1.99/property_contact_without_address.txt
902
+ - spec/fixtures/responses/whois.nic.hu/schema-1.99/status_available.expected
903
+ - spec/fixtures/responses/whois.nic.hu/schema-1.99/status_available.txt
904
+ - spec/fixtures/responses/whois.nic.hu/schema-1.99/status_in_progress.expected
905
+ - spec/fixtures/responses/whois.nic.hu/schema-1.99/status_in_progress.txt
906
+ - spec/fixtures/responses/whois.nic.hu/schema-1.99/status_registered.expected
907
+ - spec/fixtures/responses/whois.nic.hu/schema-1.99/status_registered.txt
908
+ - spec/fixtures/responses/whois.nic.hu/schema-current/status_available.expected
909
+ - spec/fixtures/responses/whois.nic.hu/schema-current/status_available.txt
910
+ - spec/fixtures/responses/whois.nic.hu/schema-current/status_registered.expected
911
+ - spec/fixtures/responses/whois.nic.hu/schema-current/status_registered.txt
912
+ - spec/fixtures/responses/whois.nic.im/status_available.expected
913
+ - spec/fixtures/responses/whois.nic.im/status_available.txt
914
+ - spec/fixtures/responses/whois.nic.im/status_registered.expected
915
+ - spec/fixtures/responses/whois.nic.im/status_registered.txt
916
+ - spec/fixtures/responses/whois.nic.io/status_available.expected
917
+ - spec/fixtures/responses/whois.nic.io/status_available.txt
918
+ - spec/fixtures/responses/whois.nic.io/status_registered.expected
919
+ - spec/fixtures/responses/whois.nic.io/status_registered.txt
920
+ - spec/fixtures/responses/whois.nic.ir/status_available.expected
921
+ - spec/fixtures/responses/whois.nic.ir/status_available.txt
922
+ - spec/fixtures/responses/whois.nic.ir/status_registered.expected
923
+ - spec/fixtures/responses/whois.nic.ir/status_registered.txt
924
+ - spec/fixtures/responses/whois.nic.it/property_contact_province.expected
925
+ - spec/fixtures/responses/whois.nic.it/property_contact_province.txt
926
+ - spec/fixtures/responses/whois.nic.it/property_contact_with_company_in_address.expected
927
+ - spec/fixtures/responses/whois.nic.it/property_contact_with_company_in_address.txt
928
+ - spec/fixtures/responses/whois.nic.it/property_contact_with_organization.expected
929
+ - spec/fixtures/responses/whois.nic.it/property_contact_with_organization.txt
930
+ - spec/fixtures/responses/whois.nic.it/property_status_active.expected
931
+ - spec/fixtures/responses/whois.nic.it/property_status_active.txt
932
+ - spec/fixtures/responses/whois.nic.it/property_status_available.expected
933
+ - spec/fixtures/responses/whois.nic.it/property_status_available.txt
934
+ - spec/fixtures/responses/whois.nic.it/property_status_client.expected
935
+ - spec/fixtures/responses/whois.nic.it/property_status_client.txt
936
+ - spec/fixtures/responses/whois.nic.it/property_status_graceperiod.expected
937
+ - spec/fixtures/responses/whois.nic.it/property_status_graceperiod.txt
938
+ - spec/fixtures/responses/whois.nic.it/property_status_ok.expected
939
+ - spec/fixtures/responses/whois.nic.it/property_status_ok.txt
940
+ - spec/fixtures/responses/whois.nic.it/property_status_ok_autorenew.expected
941
+ - spec/fixtures/responses/whois.nic.it/property_status_ok_autorenew.txt
942
+ - spec/fixtures/responses/whois.nic.it/property_status_pendingdelete.expected
943
+ - spec/fixtures/responses/whois.nic.it/property_status_pendingdelete.txt
944
+ - spec/fixtures/responses/whois.nic.it/property_technical_contact.expected
945
+ - spec/fixtures/responses/whois.nic.it/property_technical_contact.txt
946
+ - spec/fixtures/responses/whois.nic.it/response_unavailable.expected
947
+ - spec/fixtures/responses/whois.nic.it/response_unavailable.txt
948
+ - spec/fixtures/responses/whois.nic.it/status_available.expected
949
+ - spec/fixtures/responses/whois.nic.it/status_available.txt
950
+ - spec/fixtures/responses/whois.nic.it/status_registered.expected
951
+ - spec/fixtures/responses/whois.nic.it/status_registered.txt
952
+ - spec/fixtures/responses/whois.nic.ki/status_available.expected
953
+ - spec/fixtures/responses/whois.nic.ki/status_available.txt
954
+ - spec/fixtures/responses/whois.nic.ki/status_registered.expected
955
+ - spec/fixtures/responses/whois.nic.ki/status_registered.txt
956
+ - spec/fixtures/responses/whois.nic.kz/property_status_missing.expected
957
+ - spec/fixtures/responses/whois.nic.kz/property_status_missing.txt
958
+ - spec/fixtures/responses/whois.nic.kz/property_status_multiple.expected
959
+ - spec/fixtures/responses/whois.nic.kz/property_status_multiple.txt
960
+ - spec/fixtures/responses/whois.nic.kz/property_status_ok.expected
961
+ - spec/fixtures/responses/whois.nic.kz/property_status_ok.txt
962
+ - spec/fixtures/responses/whois.nic.kz/status_available.expected
963
+ - spec/fixtures/responses/whois.nic.kz/status_available.txt
964
+ - spec/fixtures/responses/whois.nic.kz/status_registered.expected
965
+ - spec/fixtures/responses/whois.nic.kz/status_registered.txt
966
+ - spec/fixtures/responses/whois.nic.la/status_available.expected
967
+ - spec/fixtures/responses/whois.nic.la/status_available.txt
968
+ - spec/fixtures/responses/whois.nic.la/status_registered.expected
969
+ - spec/fixtures/responses/whois.nic.la/status_registered.txt
970
+ - spec/fixtures/responses/whois.nic.li/status_available.expected
971
+ - spec/fixtures/responses/whois.nic.li/status_available.txt
972
+ - spec/fixtures/responses/whois.nic.li/status_registered.expected
973
+ - spec/fixtures/responses/whois.nic.li/status_registered.txt
974
+ - spec/fixtures/responses/whois.nic.lv/status_available.expected
975
+ - spec/fixtures/responses/whois.nic.lv/status_available.txt
976
+ - spec/fixtures/responses/whois.nic.lv/status_registered.expected
977
+ - spec/fixtures/responses/whois.nic.lv/status_registered.txt
978
+ - spec/fixtures/responses/whois.nic.ly/status_available.expected
979
+ - spec/fixtures/responses/whois.nic.ly/status_available.txt
980
+ - spec/fixtures/responses/whois.nic.ly/status_registered.expected
981
+ - spec/fixtures/responses/whois.nic.ly/status_registered.txt
982
+ - spec/fixtures/responses/whois.nic.md/property_dns-update.txt
983
+ - spec/fixtures/responses/whois.nic.md/status_available.expected
984
+ - spec/fixtures/responses/whois.nic.md/status_available.txt
985
+ - spec/fixtures/responses/whois.nic.md/status_registered.expected
986
+ - spec/fixtures/responses/whois.nic.md/status_registered.txt
987
+ - spec/fixtures/responses/whois.nic.mg/status_available.expected
988
+ - spec/fixtures/responses/whois.nic.mg/status_available.txt
989
+ - spec/fixtures/responses/whois.nic.mg/status_registered.expected
990
+ - spec/fixtures/responses/whois.nic.mg/status_registered.txt
991
+ - spec/fixtures/responses/whois.nic.ms/status_available.expected
992
+ - spec/fixtures/responses/whois.nic.ms/status_available.txt
993
+ - spec/fixtures/responses/whois.nic.ms/status_registered.expected
994
+ - spec/fixtures/responses/whois.nic.ms/status_registered.txt
995
+ - spec/fixtures/responses/whois.nic.mu/status_available.expected
996
+ - spec/fixtures/responses/whois.nic.mu/status_available.txt
997
+ - spec/fixtures/responses/whois.nic.mu/status_registered.expected
998
+ - spec/fixtures/responses/whois.nic.mu/status_registered.txt
999
+ - spec/fixtures/responses/whois.nic.mx/property_nameservers_with_ip.expected
1000
+ - spec/fixtures/responses/whois.nic.mx/property_nameservers_with_ip.txt
1001
+ - spec/fixtures/responses/whois.nic.mx/status_available.expected
1002
+ - spec/fixtures/responses/whois.nic.mx/status_available.txt
1003
+ - spec/fixtures/responses/whois.nic.mx/status_registered.expected
1004
+ - spec/fixtures/responses/whois.nic.mx/status_registered.txt
1005
+ - spec/fixtures/responses/whois.nic.name/reserved.txt
1006
+ - spec/fixtures/responses/whois.nic.name/status_available.expected
1007
+ - spec/fixtures/responses/whois.nic.name/status_available.txt
1008
+ - spec/fixtures/responses/whois.nic.name/status_registered.expected
1009
+ - spec/fixtures/responses/whois.nic.name/status_registered.txt
1010
+ - spec/fixtures/responses/whois.nic.net.nf/status_available.expected
1011
+ - spec/fixtures/responses/whois.nic.net.nf/status_available.txt
1012
+ - spec/fixtures/responses/whois.nic.net.nf/status_registered.expected
1013
+ - spec/fixtures/responses/whois.nic.net.nf/status_registered.txt
1014
+ - spec/fixtures/responses/whois.nic.net.ng/status_available.expected
1015
+ - spec/fixtures/responses/whois.nic.net.ng/status_available.txt
1016
+ - spec/fixtures/responses/whois.nic.net.ng/status_registered.expected
1017
+ - spec/fixtures/responses/whois.nic.net.ng/status_registered.txt
1018
+ - spec/fixtures/responses/whois.nic.net.sa/status_available.expected
1019
+ - spec/fixtures/responses/whois.nic.net.sa/status_available.txt
1020
+ - spec/fixtures/responses/whois.nic.net.sa/status_registered.expected
1021
+ - spec/fixtures/responses/whois.nic.net.sa/status_registered.txt
1022
+ - spec/fixtures/responses/whois.nic.nu/status_available.expected
1023
+ - spec/fixtures/responses/whois.nic.nu/status_available.txt
1024
+ - spec/fixtures/responses/whois.nic.nu/status_registered.expected
1025
+ - spec/fixtures/responses/whois.nic.nu/status_registered.txt
1026
+ - spec/fixtures/responses/whois.nic.org.uy/status_available.expected
1027
+ - spec/fixtures/responses/whois.nic.org.uy/status_available.txt
1028
+ - spec/fixtures/responses/whois.nic.org.uy/status_registered.expected
1029
+ - spec/fixtures/responses/whois.nic.org.uy/status_registered.txt
1030
+ - spec/fixtures/responses/whois.nic.pr/status_available.expected
1031
+ - spec/fixtures/responses/whois.nic.pr/status_available.txt
1032
+ - spec/fixtures/responses/whois.nic.pr/status_registered.expected
1033
+ - spec/fixtures/responses/whois.nic.pr/status_registered.txt
1034
+ - spec/fixtures/responses/whois.nic.priv.at/status_available.expected
1035
+ - spec/fixtures/responses/whois.nic.priv.at/status_available.txt
1036
+ - spec/fixtures/responses/whois.nic.priv.at/status_registered.expected
1037
+ - spec/fixtures/responses/whois.nic.priv.at/status_registered.txt
1038
+ - spec/fixtures/responses/whois.nic.sh/status_available.expected
1039
+ - spec/fixtures/responses/whois.nic.sh/status_available.txt
1040
+ - spec/fixtures/responses/whois.nic.sh/status_registered.expected
1041
+ - spec/fixtures/responses/whois.nic.sh/status_registered.txt
1042
+ - spec/fixtures/responses/whois.nic.sl/status_available.expected
1043
+ - spec/fixtures/responses/whois.nic.sl/status_available.txt
1044
+ - spec/fixtures/responses/whois.nic.sl/status_registered.expected
1045
+ - spec/fixtures/responses/whois.nic.sl/status_registered.txt
1046
+ - spec/fixtures/responses/whois.nic.sn/status_available.expected
1047
+ - spec/fixtures/responses/whois.nic.sn/status_available.txt
1048
+ - spec/fixtures/responses/whois.nic.sn/status_registered.expected
1049
+ - spec/fixtures/responses/whois.nic.sn/status_registered.txt
1050
+ - spec/fixtures/responses/whois.nic.so/status_available.expected
1051
+ - spec/fixtures/responses/whois.nic.so/status_available.txt
1052
+ - spec/fixtures/responses/whois.nic.so/status_registered.expected
1053
+ - spec/fixtures/responses/whois.nic.so/status_registered.txt
1054
+ - spec/fixtures/responses/whois.nic.st/status_available.expected
1055
+ - spec/fixtures/responses/whois.nic.st/status_available.txt
1056
+ - spec/fixtures/responses/whois.nic.st/status_registered.expected
1057
+ - spec/fixtures/responses/whois.nic.st/status_registered.txt
1058
+ - spec/fixtures/responses/whois.nic.tel/status_available.expected
1059
+ - spec/fixtures/responses/whois.nic.tel/status_available.txt
1060
+ - spec/fixtures/responses/whois.nic.tel/status_registered.expected
1061
+ - spec/fixtures/responses/whois.nic.tel/status_registered.txt
1062
+ - spec/fixtures/responses/whois.nic.tl/status_available.expected
1063
+ - spec/fixtures/responses/whois.nic.tl/status_available.txt
1064
+ - spec/fixtures/responses/whois.nic.tl/status_registered.expected
1065
+ - spec/fixtures/responses/whois.nic.tl/status_registered.txt
1066
+ - spec/fixtures/responses/whois.nic.tm/status_available.expected
1067
+ - spec/fixtures/responses/whois.nic.tm/status_available.txt
1068
+ - spec/fixtures/responses/whois.nic.tm/status_registered.expected
1069
+ - spec/fixtures/responses/whois.nic.tm/status_registered.txt
1070
+ - spec/fixtures/responses/whois.nic.tr/property_nameservers_with_ip.expected
1071
+ - spec/fixtures/responses/whois.nic.tr/property_nameservers_with_ip.txt
1072
+ - spec/fixtures/responses/whois.nic.tr/property_nameservers_with_trailing_space.expected
1073
+ - spec/fixtures/responses/whois.nic.tr/property_nameservers_with_trailing_space.txt
1074
+ - spec/fixtures/responses/whois.nic.tr/status_available.expected
1075
+ - spec/fixtures/responses/whois.nic.tr/status_available.txt
1076
+ - spec/fixtures/responses/whois.nic.tr/status_registered.expected
1077
+ - spec/fixtures/responses/whois.nic.tr/status_registered.txt
1078
+ - spec/fixtures/responses/whois.nic.travel/status_available.expected
1079
+ - spec/fixtures/responses/whois.nic.travel/status_available.txt
1080
+ - spec/fixtures/responses/whois.nic.travel/status_registered.expected
1081
+ - spec/fixtures/responses/whois.nic.travel/status_registered.txt
1082
+ - spec/fixtures/responses/whois.nic.tv/property_nameserver_no_nameserver.expected
1083
+ - spec/fixtures/responses/whois.nic.tv/property_nameserver_no_nameserver.txt
1084
+ - spec/fixtures/responses/whois.nic.tv/status_available.expected
1085
+ - spec/fixtures/responses/whois.nic.tv/status_available.txt
1086
+ - spec/fixtures/responses/whois.nic.tv/status_registered.expected
1087
+ - spec/fixtures/responses/whois.nic.tv/status_registered.txt
1088
+ - spec/fixtures/responses/whois.nic.uk/property_nameservers_with_ip.expected
1089
+ - spec/fixtures/responses/whois.nic.uk/property_nameservers_with_ip.txt
1090
+ - spec/fixtures/responses/whois.nic.uk/property_registrar_without_trading_name.expected
1091
+ - spec/fixtures/responses/whois.nic.uk/property_registrar_without_trading_name.txt
1092
+ - spec/fixtures/responses/whois.nic.uk/property_status_missing.expected
1093
+ - spec/fixtures/responses/whois.nic.uk/property_status_missing.txt
1094
+ - spec/fixtures/responses/whois.nic.uk/property_status_processing_registration.expected
1095
+ - spec/fixtures/responses/whois.nic.uk/property_status_processing_registration.txt
1096
+ - spec/fixtures/responses/whois.nic.uk/property_status_processing_renewal.expected
1097
+ - spec/fixtures/responses/whois.nic.uk/property_status_processing_renewal.txt
1098
+ - spec/fixtures/responses/whois.nic.uk/property_status_registered.expected
1099
+ - spec/fixtures/responses/whois.nic.uk/property_status_registered.txt
1100
+ - spec/fixtures/responses/whois.nic.uk/property_status_suspended.expected
1101
+ - spec/fixtures/responses/whois.nic.uk/property_status_suspended.txt
1102
+ - spec/fixtures/responses/whois.nic.uk/status_available.expected
1103
+ - spec/fixtures/responses/whois.nic.uk/status_available.txt
1104
+ - spec/fixtures/responses/whois.nic.uk/status_invalid.expected
1105
+ - spec/fixtures/responses/whois.nic.uk/status_invalid.txt
1106
+ - spec/fixtures/responses/whois.nic.uk/status_registered.expected
1107
+ - spec/fixtures/responses/whois.nic.uk/status_registered.txt
1108
+ - spec/fixtures/responses/whois.nic.uk/status_suspended.expected
1109
+ - spec/fixtures/responses/whois.nic.uk/status_suspended.txt
1110
+ - spec/fixtures/responses/whois.nic.us/status_available.expected
1111
+ - spec/fixtures/responses/whois.nic.us/status_available.txt
1112
+ - spec/fixtures/responses/whois.nic.us/status_registered.expected
1113
+ - spec/fixtures/responses/whois.nic.us/status_registered.txt
1114
+ - spec/fixtures/responses/whois.nic.ve/property_expires_on_missing.expected
1115
+ - spec/fixtures/responses/whois.nic.ve/property_expires_on_missing.txt
1116
+ - spec/fixtures/responses/whois.nic.ve/property_nameservers.expected
1117
+ - spec/fixtures/responses/whois.nic.ve/property_nameservers.txt
1118
+ - spec/fixtures/responses/whois.nic.ve/property_nameservers_missing.expected
1119
+ - spec/fixtures/responses/whois.nic.ve/property_nameservers_missing.txt
1120
+ - spec/fixtures/responses/whois.nic.ve/property_status_activo.expected
1121
+ - spec/fixtures/responses/whois.nic.ve/property_status_activo.txt
1122
+ - spec/fixtures/responses/whois.nic.ve/property_status_missing.expected
1123
+ - spec/fixtures/responses/whois.nic.ve/property_status_missing.txt
1124
+ - spec/fixtures/responses/whois.nic.ve/property_status_suspendido.expected
1125
+ - spec/fixtures/responses/whois.nic.ve/property_status_suspendido.txt
1126
+ - spec/fixtures/responses/whois.nic.ve/property_updated_on.expected
1127
+ - spec/fixtures/responses/whois.nic.ve/property_updated_on.txt
1128
+ - spec/fixtures/responses/whois.nic.ve/property_updated_on_blank.expected
1129
+ - spec/fixtures/responses/whois.nic.ve/property_updated_on_blank.txt
1130
+ - spec/fixtures/responses/whois.nic.ve/status_available.expected
1131
+ - spec/fixtures/responses/whois.nic.ve/status_available.txt
1132
+ - spec/fixtures/responses/whois.nic.ve/status_registered.expected
1133
+ - spec/fixtures/responses/whois.nic.ve/status_registered.txt
1134
+ - spec/fixtures/responses/whois.nic.ve/status_suspended.expected
1135
+ - spec/fixtures/responses/whois.nic.ve/status_suspended.txt
1136
+ - spec/fixtures/responses/whois.norid.no/status_available.expected
1137
+ - spec/fixtures/responses/whois.norid.no/status_available.txt
1138
+ - spec/fixtures/responses/whois.norid.no/status_registered.expected
1139
+ - spec/fixtures/responses/whois.norid.no/status_registered.txt
1140
+ - spec/fixtures/responses/whois.org.za/status_available.expected
1141
+ - spec/fixtures/responses/whois.org.za/status_available.txt
1142
+ - spec/fixtures/responses/whois.org.za/status_registered.expected
1143
+ - spec/fixtures/responses/whois.org.za/status_registered.txt
1144
+ - spec/fixtures/responses/whois.pandi.or.id/status_available.expected
1145
+ - spec/fixtures/responses/whois.pandi.or.id/status_available.txt
1146
+ - spec/fixtures/responses/whois.pandi.or.id/status_registered.expected
1147
+ - spec/fixtures/responses/whois.pandi.or.id/status_registered.txt
1148
+ - spec/fixtures/responses/whois.pnina.ps/property_nameservers_with_nodns.expected
1149
+ - spec/fixtures/responses/whois.pnina.ps/property_nameservers_with_nodns.txt
1150
+ - spec/fixtures/responses/whois.pnina.ps/status_available.expected
1151
+ - spec/fixtures/responses/whois.pnina.ps/status_available.txt
1152
+ - spec/fixtures/responses/whois.pnina.ps/status_registered.expected
1153
+ - spec/fixtures/responses/whois.pnina.ps/status_registered.txt
1154
+ - spec/fixtures/responses/whois.publicinterestregistry.net/response_throttled.expected
1155
+ - spec/fixtures/responses/whois.publicinterestregistry.net/response_throttled.txt
1156
+ - spec/fixtures/responses/whois.publicinterestregistry.net/status_available.expected
1157
+ - spec/fixtures/responses/whois.publicinterestregistry.net/status_available.txt
1158
+ - spec/fixtures/responses/whois.publicinterestregistry.net/status_registered.expected
1159
+ - spec/fixtures/responses/whois.publicinterestregistry.net/status_registered.txt
1160
+ - spec/fixtures/responses/whois.register.bg/property_nameservers_with_ip.expected
1161
+ - spec/fixtures/responses/whois.register.bg/property_nameservers_with_ip.txt
1162
+ - spec/fixtures/responses/whois.register.bg/status_available.expected
1163
+ - spec/fixtures/responses/whois.register.bg/status_available.txt
1164
+ - spec/fixtures/responses/whois.register.bg/status_registered.expected
1165
+ - spec/fixtures/responses/whois.register.bg/status_registered.txt
1166
+ - spec/fixtures/responses/whois.registro.br/status_available.expected
1167
+ - spec/fixtures/responses/whois.registro.br/status_available.txt
1168
+ - spec/fixtures/responses/whois.registro.br/status_available_limited.expected
1169
+ - spec/fixtures/responses/whois.registro.br/status_available_limited.txt
1170
+ - spec/fixtures/responses/whois.registro.br/status_registered.expected
1171
+ - spec/fixtures/responses/whois.registro.br/status_registered.txt
1172
+ - spec/fixtures/responses/whois.registro.br/status_registered_limited.expected
1173
+ - spec/fixtures/responses/whois.registro.br/status_registered_limited.txt
1174
+ - spec/fixtures/responses/whois.registry.gy/status_available.expected
1175
+ - spec/fixtures/responses/whois.registry.gy/status_available.txt
1176
+ - spec/fixtures/responses/whois.registry.gy/status_registered.expected
1177
+ - spec/fixtures/responses/whois.registry.gy/status_registered.txt
1178
+ - spec/fixtures/responses/whois.registry.hm/status_available.expected
1179
+ - spec/fixtures/responses/whois.registry.hm/status_available.txt
1180
+ - spec/fixtures/responses/whois.registry.hm/status_registered.expected
1181
+ - spec/fixtures/responses/whois.registry.hm/status_registered.txt
1182
+ - spec/fixtures/responses/whois.registry.in/property_status_missing.expected
1183
+ - spec/fixtures/responses/whois.registry.in/property_status_missing.txt
1184
+ - spec/fixtures/responses/whois.registry.in/property_status_multiple.expected
1185
+ - spec/fixtures/responses/whois.registry.in/property_status_multiple.txt
1186
+ - spec/fixtures/responses/whois.registry.in/property_status_ok.expected
1187
+ - spec/fixtures/responses/whois.registry.in/property_status_ok.txt
1188
+ - spec/fixtures/responses/whois.registry.in/status_available.expected
1189
+ - spec/fixtures/responses/whois.registry.in/status_available.txt
1190
+ - spec/fixtures/responses/whois.registry.in/status_registered.expected
1191
+ - spec/fixtures/responses/whois.registry.in/status_registered.txt
1192
+ - spec/fixtures/responses/whois.registrypro.pro/status_available.expected
1193
+ - spec/fixtures/responses/whois.registrypro.pro/status_available.txt
1194
+ - spec/fixtures/responses/whois.registrypro.pro/status_registered.expected
1195
+ - spec/fixtures/responses/whois.registrypro.pro/status_registered.txt
1196
+ - spec/fixtures/responses/whois.ripe.net/fo/status_available.expected
1197
+ - spec/fixtures/responses/whois.ripe.net/fo/status_available.txt
1198
+ - spec/fixtures/responses/whois.ripe.net/fo/status_registered.expected
1199
+ - spec/fixtures/responses/whois.ripe.net/fo/status_registered.txt
1200
+ - spec/fixtures/responses/whois.ripe.net/gm/status_available.expected
1201
+ - spec/fixtures/responses/whois.ripe.net/gm/status_available.txt
1202
+ - spec/fixtures/responses/whois.ripe.net/gm/status_registered.expected
1203
+ - spec/fixtures/responses/whois.ripe.net/gm/status_registered.txt
1204
+ - spec/fixtures/responses/whois.ripe.net/mc/status_available.expected
1205
+ - spec/fixtures/responses/whois.ripe.net/mc/status_available.txt
1206
+ - spec/fixtures/responses/whois.ripe.net/mc/status_registered.expected
1207
+ - spec/fixtures/responses/whois.ripe.net/mc/status_registered.txt
1208
+ - spec/fixtures/responses/whois.ripe.net/sm/status_available.expected
1209
+ - spec/fixtures/responses/whois.ripe.net/sm/status_available.txt
1210
+ - spec/fixtures/responses/whois.ripe.net/sm/status_registered.expected
1211
+ - spec/fixtures/responses/whois.ripe.net/sm/status_registered.txt
1212
+ - spec/fixtures/responses/whois.ripe.net/va/status_available.expected
1213
+ - spec/fixtures/responses/whois.ripe.net/va/status_available.txt
1214
+ - spec/fixtures/responses/whois.ripe.net/va/status_registered.expected
1215
+ - spec/fixtures/responses/whois.ripe.net/va/status_registered.txt
1216
+ - spec/fixtures/responses/whois.ripn.net/ru/property_nameservers_with_ip.expected
1217
+ - spec/fixtures/responses/whois.ripn.net/ru/property_nameservers_with_ip.txt
1218
+ - spec/fixtures/responses/whois.ripn.net/ru/status_available.expected
1219
+ - spec/fixtures/responses/whois.ripn.net/ru/status_available.txt
1220
+ - spec/fixtures/responses/whois.ripn.net/ru/status_registered.expected
1221
+ - spec/fixtures/responses/whois.ripn.net/ru/status_registered.txt
1222
+ - spec/fixtures/responses/whois.ripn.net/su/status_available.expected
1223
+ - spec/fixtures/responses/whois.ripn.net/su/status_available.txt
1224
+ - spec/fixtures/responses/whois.ripn.net/su/status_registered.expected
1225
+ - spec/fixtures/responses/whois.ripn.net/su/status_registered.txt
1226
+ - spec/fixtures/responses/whois.ripn.net/xn--p1ai/status_available.expected
1227
+ - spec/fixtures/responses/whois.ripn.net/xn--p1ai/status_available.txt
1228
+ - spec/fixtures/responses/whois.ripn.net/xn--p1ai/status_registered.expected
1229
+ - spec/fixtures/responses/whois.ripn.net/xn--p1ai/status_registered.txt
1230
+ - spec/fixtures/responses/whois.rotld.ro/status_available.expected
1231
+ - spec/fixtures/responses/whois.rotld.ro/status_available.txt
1232
+ - spec/fixtures/responses/whois.rotld.ro/status_registered.expected
1233
+ - spec/fixtures/responses/whois.rotld.ro/status_registered.txt
1234
+ - spec/fixtures/responses/whois.samoanic.ws/status_available.expected
1235
+ - spec/fixtures/responses/whois.samoanic.ws/status_available.txt
1236
+ - spec/fixtures/responses/whois.samoanic.ws/status_registered.expected
1237
+ - spec/fixtures/responses/whois.samoanic.ws/status_registered.txt
1238
+ - spec/fixtures/responses/whois.sgnic.sg/status_available.expected
1239
+ - spec/fixtures/responses/whois.sgnic.sg/status_available.txt
1240
+ - spec/fixtures/responses/whois.sgnic.sg/status_registered.expected
1241
+ - spec/fixtures/responses/whois.sgnic.sg/status_registered.txt
1242
+ - spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_held.expected
1243
+ - spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_held.txt
1244
+ - spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_ok.expected
1245
+ - spec/fixtures/responses/whois.sk-nic.sk/property_status_dom_ok.txt
1246
+ - spec/fixtures/responses/whois.sk-nic.sk/status_available.expected
1247
+ - spec/fixtures/responses/whois.sk-nic.sk/status_available.txt
1248
+ - spec/fixtures/responses/whois.sk-nic.sk/status_registered.expected
1249
+ - spec/fixtures/responses/whois.sk-nic.sk/status_registered.txt
1250
+ - spec/fixtures/responses/whois.srs.net.nz/status_available.expected
1251
+ - spec/fixtures/responses/whois.srs.net.nz/status_available.txt
1252
+ - spec/fixtures/responses/whois.srs.net.nz/status_invalid.expected
1253
+ - spec/fixtures/responses/whois.srs.net.nz/status_invalid.txt
1254
+ - spec/fixtures/responses/whois.srs.net.nz/status_registered.expected
1255
+ - spec/fixtures/responses/whois.srs.net.nz/status_registered.txt
1256
+ - spec/fixtures/responses/whois.thnic.co.th/status_available.expected
1257
+ - spec/fixtures/responses/whois.thnic.co.th/status_available.txt
1258
+ - spec/fixtures/responses/whois.thnic.co.th/status_registered.expected
1259
+ - spec/fixtures/responses/whois.thnic.co.th/status_registered.txt
1260
+ - spec/fixtures/responses/whois.tld.ee/property_contact_admin.txt
1261
+ - spec/fixtures/responses/whois.tld.ee/property_contact_registrant.txt
1262
+ - spec/fixtures/responses/whois.tld.ee/property_registrar.txt
1263
+ - spec/fixtures/responses/whois.tld.ee/property_status_expired.txt
1264
+ - spec/fixtures/responses/whois.tld.ee/property_status_missing.txt
1265
+ - spec/fixtures/responses/whois.tld.ee/property_status_paid.txt
1266
+ - spec/fixtures/responses/whois.tld.ee/status_available.expected
1267
+ - spec/fixtures/responses/whois.tld.ee/status_available.txt
1268
+ - spec/fixtures/responses/whois.tld.ee/status_expired.expected
1269
+ - spec/fixtures/responses/whois.tld.ee/status_expired.txt
1270
+ - spec/fixtures/responses/whois.tld.ee/status_registered.expected
1271
+ - spec/fixtures/responses/whois.tld.ee/status_registered.txt
1272
+ - spec/fixtures/responses/whois.tonic.to/response_incomplete.expected
1273
+ - spec/fixtures/responses/whois.tonic.to/response_incomplete.txt
1274
+ - spec/fixtures/responses/whois.tonic.to/status_available.expected
1275
+ - spec/fixtures/responses/whois.tonic.to/status_available.txt
1276
+ - spec/fixtures/responses/whois.tonic.to/status_registered.expected
1277
+ - spec/fixtures/responses/whois.tonic.to/status_registered.txt
1278
+ - spec/fixtures/responses/whois.twnic.net.tw/status_available.expected
1279
+ - spec/fixtures/responses/whois.twnic.net.tw/status_available.txt
1280
+ - spec/fixtures/responses/whois.twnic.net.tw/status_registered.expected
1281
+ - spec/fixtures/responses/whois.twnic.net.tw/status_registered.txt
1282
+ - spec/fixtures/responses/whois.tznic.or.tz/status_available.expected
1283
+ - spec/fixtures/responses/whois.tznic.or.tz/status_available.txt
1284
+ - spec/fixtures/responses/whois.tznic.or.tz/status_registered.expected
1285
+ - spec/fixtures/responses/whois.tznic.or.tz/status_registered.txt
1286
+ - spec/fixtures/responses/whois.usp.ac.fj/status_available.expected
1287
+ - spec/fixtures/responses/whois.usp.ac.fj/status_available.txt
1288
+ - spec/fixtures/responses/whois.usp.ac.fj/status_registered.expected
1289
+ - spec/fixtures/responses/whois.usp.ac.fj/status_registered.txt
1290
+ - spec/fixtures/responses/whois.za.net/status_available.expected
1291
+ - spec/fixtures/responses/whois.za.net/status_available.txt
1292
+ - spec/fixtures/responses/whois.za.net/status_registered.expected
1293
+ - spec/fixtures/responses/whois.za.net/status_registered.txt
1294
+ - spec/fixtures/responses/whois.za.org/status_available.expected
1295
+ - spec/fixtures/responses/whois.za.org/status_available.txt
1296
+ - spec/fixtures/responses/whois.za.org/status_registered.expected
1297
+ - spec/fixtures/responses/whois.za.org/status_registered.txt
1298
+ - spec/integration_spec.rb
1299
+ - spec/spec_helper.rb
1300
+ - spec/support/example/parser_example_group.rb
1301
+ - spec/support/helpers/connectivity_helper.rb
1302
+ - spec/support/helpers/spec_helper.rb
1303
+ - spec/support/matchers/support_property.rb
1304
+ - spec/tlds
1305
+ - spec/whois/client_spec.rb
1306
+ - spec/whois/core_ext_spec.rb
1307
+ - spec/whois/errors_spec.rb
1308
+ - spec/whois/record/contact_spec.rb
1309
+ - spec/whois/record/nameserver_spec.rb
1310
+ - spec/whois/record/parser/base_spec.rb
1311
+ - spec/whois/record/parser/blank_spec.rb
1312
+ - spec/whois/record/parser/responses/jobswhois.verisign-grs.com/property_nameserver_no_nameserver_spec.rb
1313
+ - spec/whois/record/parser/responses/jobswhois.verisign-grs.com/status_available_spec.rb
1314
+ - spec/whois/record/parser/responses/jobswhois.verisign-grs.com/status_registered_spec.rb
1315
+ - spec/whois/record/parser/responses/kero.yachay.pe/status_available_spec.rb
1316
+ - spec/whois/record/parser/responses/kero.yachay.pe/status_inactive_spec.rb
1317
+ - spec/whois/record/parser/responses/kero.yachay.pe/status_registered_spec.rb
1318
+ - spec/whois/record/parser/responses/saudinic.net.sa/status_available_spec.rb
1319
+ - spec/whois/record/parser/responses/saudinic.net.sa/status_registered_spec.rb
1320
+ - spec/whois/record/parser/responses/whois.adamsnames.tc/gd/status_available_spec.rb
1321
+ - spec/whois/record/parser/responses/whois.adamsnames.tc/gd/status_registered_spec.rb
1322
+ - spec/whois/record/parser/responses/whois.adamsnames.tc/tc/status_available_spec.rb
1323
+ - spec/whois/record/parser/responses/whois.adamsnames.tc/tc/status_registered_spec.rb
1324
+ - spec/whois/record/parser/responses/whois.adamsnames.tc/vg/status_available_spec.rb
1325
+ - spec/whois/record/parser/responses/whois.adamsnames.tc/vg/status_registered_spec.rb
1326
+ - spec/whois/record/parser/responses/whois.aeda.net.ae/status_available_spec.rb
1327
+ - spec/whois/record/parser/responses/whois.aeda.net.ae/status_registered_spec.rb
1328
+ - spec/whois/record/parser/responses/whois.aero/status_available_spec.rb
1329
+ - spec/whois/record/parser/responses/whois.aero/status_registered_spec.rb
1330
+ - spec/whois/record/parser/responses/whois.afilias-grs.info/bz/status_available_spec.rb
1331
+ - spec/whois/record/parser/responses/whois.afilias-grs.info/bz/status_registered_spec.rb
1332
+ - spec/whois/record/parser/responses/whois.afilias-grs.info/gi/status_available_spec.rb
1333
+ - spec/whois/record/parser/responses/whois.afilias-grs.info/gi/status_registered_spec.rb
1334
+ - spec/whois/record/parser/responses/whois.afilias-grs.info/hn/status_available_spec.rb
1335
+ - spec/whois/record/parser/responses/whois.afilias-grs.info/hn/status_registered_spec.rb
1336
+ - spec/whois/record/parser/responses/whois.afilias-grs.info/lc/status_available_spec.rb
1337
+ - spec/whois/record/parser/responses/whois.afilias-grs.info/lc/status_registered_spec.rb
1338
+ - spec/whois/record/parser/responses/whois.afilias-grs.info/mn/status_available_spec.rb
1339
+ - spec/whois/record/parser/responses/whois.afilias-grs.info/mn/status_registered_spec.rb
1340
+ - spec/whois/record/parser/responses/whois.afilias-grs.info/sc/status_available_spec.rb
1341
+ - spec/whois/record/parser/responses/whois.afilias-grs.info/sc/status_registered_spec.rb
1342
+ - spec/whois/record/parser/responses/whois.afilias-grs.info/vc/status_available_spec.rb
1343
+ - spec/whois/record/parser/responses/whois.afilias-grs.info/vc/status_registered_spec.rb
1344
+ - spec/whois/record/parser/responses/whois.afilias.info/status_available_spec.rb
1345
+ - spec/whois/record/parser/responses/whois.afilias.info/status_registered_spec.rb
1346
+ - spec/whois/record/parser/responses/whois.ai/status_available_spec.rb
1347
+ - spec/whois/record/parser/responses/whois.ai/status_registered_spec.rb
1348
+ - spec/whois/record/parser/responses/whois.arnes.si/status_available_spec.rb
1349
+ - spec/whois/record/parser/responses/whois.arnes.si/status_registered_spec.rb
1350
+ - spec/whois/record/parser/responses/whois.audns.net.au/property_status_with_multiple_spec.rb
1351
+ - spec/whois/record/parser/responses/whois.audns.net.au/status_available_spec.rb
1352
+ - spec/whois/record/parser/responses/whois.audns.net.au/status_registered_spec.rb
1353
+ - spec/whois/record/parser/responses/whois.biz/status_available_spec.rb
1354
+ - spec/whois/record/parser/responses/whois.biz/status_registered_spec.rb
1355
+ - spec/whois/record/parser/responses/whois.cat/property_status_missing_spec.rb
1356
+ - spec/whois/record/parser/responses/whois.cat/property_status_multiple_spec.rb
1357
+ - spec/whois/record/parser/responses/whois.cat/property_status_ok_spec.rb
1358
+ - spec/whois/record/parser/responses/whois.cat/status_available_spec.rb
1359
+ - spec/whois/record/parser/responses/whois.cat/status_registered_spec.rb
1360
+ - spec/whois/record/parser/responses/whois.cctld.uz/status_available_spec.rb
1361
+ - spec/whois/record/parser/responses/whois.cctld.uz/status_registered_spec.rb
1362
+ - spec/whois/record/parser/responses/whois.centralnic.com/ae.org/status_available_spec.rb
1363
+ - spec/whois/record/parser/responses/whois.centralnic.com/ae.org/status_registered_spec.rb
1364
+ - spec/whois/record/parser/responses/whois.centralnic.com/ar.com/status_available_spec.rb
1365
+ - spec/whois/record/parser/responses/whois.centralnic.com/ar.com/status_registered_spec.rb
1366
+ - spec/whois/record/parser/responses/whois.centralnic.com/br.com/status_available_spec.rb
1367
+ - spec/whois/record/parser/responses/whois.centralnic.com/br.com/status_registered_spec.rb
1368
+ - spec/whois/record/parser/responses/whois.centralnic.com/cn.com/status_available_spec.rb
1369
+ - spec/whois/record/parser/responses/whois.centralnic.com/cn.com/status_registered_spec.rb
1370
+ - spec/whois/record/parser/responses/whois.centralnic.com/de.com/status_available_spec.rb
1371
+ - spec/whois/record/parser/responses/whois.centralnic.com/de.com/status_registered_spec.rb
1372
+ - spec/whois/record/parser/responses/whois.centralnic.com/eu.com/status_available_spec.rb
1373
+ - spec/whois/record/parser/responses/whois.centralnic.com/eu.com/status_registered_spec.rb
1374
+ - spec/whois/record/parser/responses/whois.centralnic.com/gb.com/status_available_spec.rb
1375
+ - spec/whois/record/parser/responses/whois.centralnic.com/gb.com/status_registered_spec.rb
1376
+ - spec/whois/record/parser/responses/whois.centralnic.com/gb.net/status_available_spec.rb
1377
+ - spec/whois/record/parser/responses/whois.centralnic.com/gb.net/status_registered_spec.rb
1378
+ - spec/whois/record/parser/responses/whois.centralnic.com/hu.com/status_available_spec.rb
1379
+ - spec/whois/record/parser/responses/whois.centralnic.com/hu.com/status_registered_spec.rb
1380
+ - spec/whois/record/parser/responses/whois.centralnic.com/jpn.com/status_available_spec.rb
1381
+ - spec/whois/record/parser/responses/whois.centralnic.com/jpn.com/status_registered_spec.rb
1382
+ - spec/whois/record/parser/responses/whois.centralnic.com/kr.com/status_available_spec.rb
1383
+ - spec/whois/record/parser/responses/whois.centralnic.com/kr.com/status_registered_spec.rb
1384
+ - spec/whois/record/parser/responses/whois.centralnic.com/no.com/status_available_spec.rb
1385
+ - spec/whois/record/parser/responses/whois.centralnic.com/no.com/status_registered_spec.rb
1386
+ - spec/whois/record/parser/responses/whois.centralnic.com/qc.com/status_available_spec.rb
1387
+ - spec/whois/record/parser/responses/whois.centralnic.com/qc.com/status_registered_spec.rb
1388
+ - spec/whois/record/parser/responses/whois.centralnic.com/ru.com/status_available_spec.rb
1389
+ - spec/whois/record/parser/responses/whois.centralnic.com/ru.com/status_registered_spec.rb
1390
+ - spec/whois/record/parser/responses/whois.centralnic.com/sa.com/status_available_spec.rb
1391
+ - spec/whois/record/parser/responses/whois.centralnic.com/sa.com/status_registered_spec.rb
1392
+ - spec/whois/record/parser/responses/whois.centralnic.com/se.com/status_available_spec.rb
1393
+ - spec/whois/record/parser/responses/whois.centralnic.com/se.com/status_registered_spec.rb
1394
+ - spec/whois/record/parser/responses/whois.centralnic.com/se.net/status_available_spec.rb
1395
+ - spec/whois/record/parser/responses/whois.centralnic.com/se.net/status_registered_spec.rb
1396
+ - spec/whois/record/parser/responses/whois.centralnic.com/uk.com/status_available_spec.rb
1397
+ - spec/whois/record/parser/responses/whois.centralnic.com/uk.com/status_registered_spec.rb
1398
+ - spec/whois/record/parser/responses/whois.centralnic.com/uk.net/status_available_spec.rb
1399
+ - spec/whois/record/parser/responses/whois.centralnic.com/uk.net/status_registered_spec.rb
1400
+ - spec/whois/record/parser/responses/whois.centralnic.com/us.com/status_available_spec.rb
1401
+ - spec/whois/record/parser/responses/whois.centralnic.com/us.com/status_registered_spec.rb
1402
+ - spec/whois/record/parser/responses/whois.centralnic.com/uy.com/status_available_spec.rb
1403
+ - spec/whois/record/parser/responses/whois.centralnic.com/uy.com/status_registered_spec.rb
1404
+ - spec/whois/record/parser/responses/whois.centralnic.com/za.com/status_available_spec.rb
1405
+ - spec/whois/record/parser/responses/whois.centralnic.com/za.com/status_registered_spec.rb
1406
+ - spec/whois/record/parser/responses/whois.cira.ca/schema-1/status_available_spec.rb
1407
+ - spec/whois/record/parser/responses/whois.cira.ca/schema-1/status_registered_spec.rb
1408
+ - spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_autorenew_grace_spec.rb
1409
+ - spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_available_spec.rb
1410
+ - spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_redemption_spec.rb
1411
+ - spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_registered_spec.rb
1412
+ - spec/whois/record/parser/responses/whois.cira.ca/schema-2/property_status_tobereleased_spec.rb
1413
+ - spec/whois/record/parser/responses/whois.cira.ca/schema-2/status_available_spec.rb
1414
+ - spec/whois/record/parser/responses/whois.cira.ca/schema-2/status_registered_spec.rb
1415
+ - spec/whois/record/parser/responses/whois.cnnic.cn/property_status_ok_spec.rb
1416
+ - spec/whois/record/parser/responses/whois.cnnic.cn/status_available_spec.rb
1417
+ - spec/whois/record/parser/responses/whois.cnnic.cn/status_registered_spec.rb
1418
+ - spec/whois/record/parser/responses/whois.cnnic.cn/status_reserved_spec.rb
1419
+ - spec/whois/record/parser/responses/whois.co.ca/status_available_spec.rb
1420
+ - spec/whois/record/parser/responses/whois.co.ca/status_registered_spec.rb
1421
+ - spec/whois/record/parser/responses/whois.co.ca/status_reserved_spec.rb
1422
+ - spec/whois/record/parser/responses/whois.co.pl/status_available_spec.rb
1423
+ - spec/whois/record/parser/responses/whois.co.pl/status_registered_spec.rb
1424
+ - spec/whois/record/parser/responses/whois.co.ug/status_available_spec.rb
1425
+ - spec/whois/record/parser/responses/whois.co.ug/status_registered_spec.rb
1426
+ - spec/whois/record/parser/responses/whois.coza.net.za/status_available_spec.rb
1427
+ - spec/whois/record/parser/responses/whois.coza.net.za/status_registered_spec.rb
1428
+ - spec/whois/record/parser/responses/whois.crsnic.net/property_nameserver_no_nameserver_spec.rb
1429
+ - spec/whois/record/parser/responses/whois.crsnic.net/property_registrar_with_multiple_entries_spec.rb
1430
+ - spec/whois/record/parser/responses/whois.crsnic.net/status_available_spec.rb
1431
+ - spec/whois/record/parser/responses/whois.crsnic.net/status_registered_spec.rb
1432
+ - spec/whois/record/parser/responses/whois.denic.de/schema-1.10.0/status_available_spec.rb
1433
+ - spec/whois/record/parser/responses/whois.denic.de/schema-1.10.0/status_registered_spec.rb
1434
+ - spec/whois/record/parser/responses/whois.denic.de/schema-1.11.0/property_nameservers_with_ip_spec.rb
1435
+ - spec/whois/record/parser/responses/whois.denic.de/schema-1.11.0/status_available_spec.rb
1436
+ - spec/whois/record/parser/responses/whois.denic.de/schema-1.11.0/status_invalid_spec.rb
1437
+ - spec/whois/record/parser/responses/whois.denic.de/schema-1.11.0/status_registered_spec.rb
1438
+ - spec/whois/record/parser/responses/whois.denic.de/schema-2.0/property_nameservers_with_ip_spec.rb
1439
+ - spec/whois/record/parser/responses/whois.denic.de/schema-2.0/response_throttled_spec.rb
1440
+ - spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_available_spec.rb
1441
+ - spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_failed_ace_spec.rb
1442
+ - spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_failed_spec.rb
1443
+ - spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_invalid_spec.rb
1444
+ - spec/whois/record/parser/responses/whois.denic.de/schema-2.0/status_registered_spec.rb
1445
+ - spec/whois/record/parser/responses/whois.dk-hostmaster.dk/status_available_spec.rb
1446
+ - spec/whois/record/parser/responses/whois.dk-hostmaster.dk/status_registered_spec.rb
1447
+ - spec/whois/record/parser/responses/whois.dns.be/property_nameservers_with_ip_spec.rb
1448
+ - spec/whois/record/parser/responses/whois.dns.be/status_available_spec.rb
1449
+ - spec/whois/record/parser/responses/whois.dns.be/status_registered_spec.rb
1450
+ - spec/whois/record/parser/responses/whois.dns.lu/property_nameservers_with_ip_spec.rb
1451
+ - spec/whois/record/parser/responses/whois.dns.lu/status_available_spec.rb
1452
+ - spec/whois/record/parser/responses/whois.dns.lu/status_registered_spec.rb
1453
+ - spec/whois/record/parser/responses/whois.dns.pl/property_nameservers_with_ip_spec.rb
1454
+ - spec/whois/record/parser/responses/whois.dns.pl/status_available_spec.rb
1455
+ - spec/whois/record/parser/responses/whois.dns.pl/status_registered_spec.rb
1456
+ - spec/whois/record/parser/responses/whois.dns.pt/status_available_spec.rb
1457
+ - spec/whois/record/parser/responses/whois.dns.pt/status_registered_spec.rb
1458
+ - spec/whois/record/parser/responses/whois.dns.pt/status_reserved_spec.rb
1459
+ - spec/whois/record/parser/responses/whois.domain-registry.nl/property_nameservers_with_ip_spec.rb
1460
+ - spec/whois/record/parser/responses/whois.domain-registry.nl/response_throttled_daily_spec.rb
1461
+ - spec/whois/record/parser/responses/whois.domain-registry.nl/response_throttled_spec.rb
1462
+ - spec/whois/record/parser/responses/whois.domain-registry.nl/response_unavailable_spec.rb
1463
+ - spec/whois/record/parser/responses/whois.domain-registry.nl/status_available_spec.rb
1464
+ - spec/whois/record/parser/responses/whois.domain-registry.nl/status_quarantine_spec.rb
1465
+ - spec/whois/record/parser/responses/whois.domain-registry.nl/status_registered_spec.rb
1466
+ - spec/whois/record/parser/responses/whois.domain.kg/status_available_spec.rb
1467
+ - spec/whois/record/parser/responses/whois.domain.kg/status_registered_spec.rb
1468
+ - spec/whois/record/parser/responses/whois.domainregistry.ie/property_nameservers_with_ip_spec.rb
1469
+ - spec/whois/record/parser/responses/whois.domainregistry.ie/status_available_spec.rb
1470
+ - spec/whois/record/parser/responses/whois.domainregistry.ie/status_registered_spec.rb
1471
+ - spec/whois/record/parser/responses/whois.domainregistry.my/status_available_spec.rb
1472
+ - spec/whois/record/parser/responses/whois.domainregistry.my/status_registered_spec.rb
1473
+ - spec/whois/record/parser/responses/whois.domreg.lt/property_nameservers_with_ip_spec.rb
1474
+ - spec/whois/record/parser/responses/whois.domreg.lt/status_available_spec.rb
1475
+ - spec/whois/record/parser/responses/whois.domreg.lt/status_registered_spec.rb
1476
+ - spec/whois/record/parser/responses/whois.dot.tk/status_available_spec.rb
1477
+ - spec/whois/record/parser/responses/whois.dot.tk/status_registered_spec.rb
1478
+ - spec/whois/record/parser/responses/whois.dotmobiregistry.net/status_available_spec.rb
1479
+ - spec/whois/record/parser/responses/whois.dotmobiregistry.net/status_registered_spec.rb
1480
+ - spec/whois/record/parser/responses/whois.educause.edu/status_available_spec.rb
1481
+ - spec/whois/record/parser/responses/whois.educause.edu/status_registered_spec.rb
1482
+ - spec/whois/record/parser/responses/whois.eenet.ee/status_available_spec.rb
1483
+ - spec/whois/record/parser/responses/whois.eenet.ee/status_registered_spec.rb
1484
+ - spec/whois/record/parser/responses/whois.eu/property_nameservers_with_ip_spec.rb
1485
+ - spec/whois/record/parser/responses/whois.eu/status_available_spec.rb
1486
+ - spec/whois/record/parser/responses/whois.eu/status_registered_spec.rb
1487
+ - spec/whois/record/parser/responses/whois.eu.org/status_available_spec.rb
1488
+ - spec/whois/record/parser/responses/whois.eu.org/status_registered_spec.rb
1489
+ - spec/whois/record/parser/responses/whois.ficora.fi/status_available_spec.rb
1490
+ - spec/whois/record/parser/responses/whois.ficora.fi/status_registered_spec.rb
1491
+ - spec/whois/record/parser/responses/whois.gg/status_available_spec.rb
1492
+ - spec/whois/record/parser/responses/whois.gg/status_registered_spec.rb
1493
+ - spec/whois/record/parser/responses/whois.gov.za/status_available_spec.rb
1494
+ - spec/whois/record/parser/responses/whois.gov.za/status_registered_spec.rb
1495
+ - spec/whois/record/parser/responses/whois.hkirc.hk/status_available_spec.rb
1496
+ - spec/whois/record/parser/responses/whois.hkirc.hk/status_registered_spec.rb
1497
+ - spec/whois/record/parser/responses/whois.iam.net.ma/status_available_spec.rb
1498
+ - spec/whois/record/parser/responses/whois.iam.net.ma/status_registered_spec.rb
1499
+ - spec/whois/record/parser/responses/whois.iana.org/status_available_spec.rb
1500
+ - spec/whois/record/parser/responses/whois.iana.org/status_not_assigned_spec.rb
1501
+ - spec/whois/record/parser/responses/whois.iana.org/status_registered_spec.rb
1502
+ - spec/whois/record/parser/responses/whois.in.ua/status_available_spec.rb
1503
+ - spec/whois/record/parser/responses/whois.in.ua/status_registered_spec.rb
1504
+ - spec/whois/record/parser/responses/whois.isnic.is/status_available_spec.rb
1505
+ - spec/whois/record/parser/responses/whois.isnic.is/status_registered_spec.rb
1506
+ - spec/whois/record/parser/responses/whois.isoc.org.il/property_status_missing_spec.rb
1507
+ - spec/whois/record/parser/responses/whois.isoc.org.il/property_status_transfer_allowed_spec.rb
1508
+ - spec/whois/record/parser/responses/whois.isoc.org.il/property_status_transfer_locked_spec.rb
1509
+ - spec/whois/record/parser/responses/whois.isoc.org.il/status_available_spec.rb
1510
+ - spec/whois/record/parser/responses/whois.isoc.org.il/status_registered_spec.rb
1511
+ - spec/whois/record/parser/responses/whois.ja.net/ac.uk/status_available_spec.rb
1512
+ - spec/whois/record/parser/responses/whois.ja.net/ac.uk/status_registered_spec.rb
1513
+ - spec/whois/record/parser/responses/whois.ja.net/gov.uk/status_available_spec.rb
1514
+ - spec/whois/record/parser/responses/whois.ja.net/gov.uk/status_registered_spec.rb
1515
+ - spec/whois/record/parser/responses/whois.je/status_available_spec.rb
1516
+ - spec/whois/record/parser/responses/whois.je/status_registered_spec.rb
1517
+ - spec/whois/record/parser/responses/whois.jprs.jp/jp/property_created_on_and_expires_on_missing_spec.rb
1518
+ - spec/whois/record/parser/responses/whois.jprs.jp/jp/property_expires_on_missing_spec.rb
1519
+ - spec/whois/record/parser/responses/whois.jprs.jp/jp/property_updates_on_error_out-of-range_spec.rb
1520
+ - spec/whois/record/parser/responses/whois.jprs.jp/jp/status_available_spec.rb
1521
+ - spec/whois/record/parser/responses/whois.jprs.jp/jp/status_registered_spec.rb
1522
+ - spec/whois/record/parser/responses/whois.jprs.jp/jp/status_reserved_spec.rb
1523
+ - spec/whois/record/parser/responses/whois.jprs.jp/ne.jp/status_available_spec.rb
1524
+ - spec/whois/record/parser/responses/whois.jprs.jp/ne.jp/status_registered_spec.rb
1525
+ - spec/whois/record/parser/responses/whois.kenic.or.ke/status_available_spec.rb
1526
+ - spec/whois/record/parser/responses/whois.kenic.or.ke/status_registered_spec.rb
1527
+ - spec/whois/record/parser/responses/whois.kr/property_nameservers_with_ip_spec.rb
1528
+ - spec/whois/record/parser/responses/whois.kr/status_available_spec.rb
1529
+ - spec/whois/record/parser/responses/whois.kr/status_registered_spec.rb
1530
+ - spec/whois/record/parser/responses/whois.markmonitor.com/status_registered_spec.rb
1531
+ - spec/whois/record/parser/responses/whois.meregistry.net/property_nameservers_is_missing_spec.rb
1532
+ - spec/whois/record/parser/responses/whois.meregistry.net/status_available_spec.rb
1533
+ - spec/whois/record/parser/responses/whois.meregistry.net/status_registered_spec.rb
1534
+ - spec/whois/record/parser/responses/whois.museum/status_available_spec.rb
1535
+ - spec/whois/record/parser/responses/whois.museum/status_registered_spec.rb
1536
+ - spec/whois/record/parser/responses/whois.na-nic.com.na/status_available_spec.rb
1537
+ - spec/whois/record/parser/responses/whois.na-nic.com.na/status_registered_spec.rb
1538
+ - spec/whois/record/parser/responses/whois.net.ua/property_nameservers_uppercase_spec.rb
1539
+ - spec/whois/record/parser/responses/whois.net.ua/status_available_spec.rb
1540
+ - spec/whois/record/parser/responses/whois.net.ua/status_registered_spec.rb
1541
+ - spec/whois/record/parser/responses/whois.netcom.cm/status_available_spec.rb
1542
+ - spec/whois/record/parser/responses/whois.netcom.cm/status_registered_spec.rb
1543
+ - spec/whois/record/parser/responses/whois.nic-se.se/property_nameservers_with_ip_spec.rb
1544
+ - spec/whois/record/parser/responses/whois.nic-se.se/status_available_spec.rb
1545
+ - spec/whois/record/parser/responses/whois.nic-se.se/status_inactive_spec.rb
1546
+ - spec/whois/record/parser/responses/whois.nic-se.se/status_registered_spec.rb
1547
+ - spec/whois/record/parser/responses/whois.nic.ac/status_available_spec.rb
1548
+ - spec/whois/record/parser/responses/whois.nic.ac/status_registered_spec.rb
1549
+ - spec/whois/record/parser/responses/whois.nic.af/status_available_spec.rb
1550
+ - spec/whois/record/parser/responses/whois.nic.af/status_registered_spec.rb
1551
+ - spec/whois/record/parser/responses/whois.nic.ag/status_available_spec.rb
1552
+ - spec/whois/record/parser/responses/whois.nic.ag/status_registered_spec.rb
1553
+ - spec/whois/record/parser/responses/whois.nic.am/status_available_spec.rb
1554
+ - spec/whois/record/parser/responses/whois.nic.am/status_registered_spec.rb
1555
+ - spec/whois/record/parser/responses/whois.nic.as/status_available_spec.rb
1556
+ - spec/whois/record/parser/responses/whois.nic.as/status_registered_spec.rb
1557
+ - spec/whois/record/parser/responses/whois.nic.asia/status_available_spec.rb
1558
+ - spec/whois/record/parser/responses/whois.nic.asia/status_registered_spec.rb
1559
+ - spec/whois/record/parser/responses/whois.nic.at/status_available_spec.rb
1560
+ - spec/whois/record/parser/responses/whois.nic.at/status_registered_spec.rb
1561
+ - spec/whois/record/parser/responses/whois.nic.bo/status_available_spec.rb
1562
+ - spec/whois/record/parser/responses/whois.nic.bo/status_registered_spec.rb
1563
+ - spec/whois/record/parser/responses/whois.nic.cc/property_nameserver_no_nameserver_spec.rb
1564
+ - spec/whois/record/parser/responses/whois.nic.cc/status_available_spec.rb
1565
+ - spec/whois/record/parser/responses/whois.nic.cc/status_registered_spec.rb
1566
+ - spec/whois/record/parser/responses/whois.nic.cd/status_available_spec.rb
1567
+ - spec/whois/record/parser/responses/whois.nic.cd/status_registered_spec.rb
1568
+ - spec/whois/record/parser/responses/whois.nic.ch/property_nameservers_with_ip_spec.rb
1569
+ - spec/whois/record/parser/responses/whois.nic.ch/status_available_spec.rb
1570
+ - spec/whois/record/parser/responses/whois.nic.ch/status_registered_spec.rb
1571
+ - spec/whois/record/parser/responses/whois.nic.ci/status_available_spec.rb
1572
+ - spec/whois/record/parser/responses/whois.nic.ci/status_registered_spec.rb
1573
+ - spec/whois/record/parser/responses/whois.nic.ck/status_available_spec.rb
1574
+ - spec/whois/record/parser/responses/whois.nic.ck/status_registered_spec.rb
1575
+ - spec/whois/record/parser/responses/whois.nic.cl/status_available_spec.rb
1576
+ - spec/whois/record/parser/responses/whois.nic.cl/status_registered_spec.rb
1577
+ - spec/whois/record/parser/responses/whois.nic.co/status_available_spec.rb
1578
+ - spec/whois/record/parser/responses/whois.nic.co/status_registered_spec.rb
1579
+ - spec/whois/record/parser/responses/whois.nic.coop/status_available_spec.rb
1580
+ - spec/whois/record/parser/responses/whois.nic.coop/status_registered_spec.rb
1581
+ - spec/whois/record/parser/responses/whois.nic.cx/status_available_spec.rb
1582
+ - spec/whois/record/parser/responses/whois.nic.cx/status_registered_spec.rb
1583
+ - spec/whois/record/parser/responses/whois.nic.cz/property_nameservers_with_ip_spec.rb
1584
+ - spec/whois/record/parser/responses/whois.nic.cz/property_status_expired_spec.rb
1585
+ - spec/whois/record/parser/responses/whois.nic.cz/property_status_missing_spec.rb
1586
+ - spec/whois/record/parser/responses/whois.nic.cz/property_status_paid_spec.rb
1587
+ - spec/whois/record/parser/responses/whois.nic.cz/status_available_spec.rb
1588
+ - spec/whois/record/parser/responses/whois.nic.cz/status_registered_spec.rb
1589
+ - spec/whois/record/parser/responses/whois.nic.dz/status_available_spec.rb
1590
+ - spec/whois/record/parser/responses/whois.nic.dz/status_registered_spec.rb
1591
+ - spec/whois/record/parser/responses/whois.nic.ec/status_available_spec.rb
1592
+ - spec/whois/record/parser/responses/whois.nic.ec/status_registered_spec.rb
1593
+ - spec/whois/record/parser/responses/whois.nic.fr/fr/property_nameservers_spec.rb
1594
+ - spec/whois/record/parser/responses/whois.nic.fr/fr/property_nameservers_with_ipv4_and_some_ipv6_spec.rb
1595
+ - spec/whois/record/parser/responses/whois.nic.fr/fr/property_status_missing_spec.rb
1596
+ - spec/whois/record/parser/responses/whois.nic.fr/fr/property_status_redemption_spec.rb
1597
+ - spec/whois/record/parser/responses/whois.nic.fr/fr/property_status_registered_spec.rb
1598
+ - spec/whois/record/parser/responses/whois.nic.fr/fr/status_available_spec.rb
1599
+ - spec/whois/record/parser/responses/whois.nic.fr/fr/status_registered_spec.rb
1600
+ - spec/whois/record/parser/responses/whois.nic.fr/pm/property_nameservers_with_ipv4_and_ipv6_spec.rb
1601
+ - spec/whois/record/parser/responses/whois.nic.fr/pm/status_available_spec.rb
1602
+ - spec/whois/record/parser/responses/whois.nic.fr/pm/status_registered_spec.rb
1603
+ - spec/whois/record/parser/responses/whois.nic.fr/re/property_nameservers_with_ipv4_and_ipv6_spec.rb
1604
+ - spec/whois/record/parser/responses/whois.nic.fr/re/status_available_spec.rb
1605
+ - spec/whois/record/parser/responses/whois.nic.fr/re/status_registered_spec.rb
1606
+ - spec/whois/record/parser/responses/whois.nic.fr/tf/property_status_frozen_spec.rb
1607
+ - spec/whois/record/parser/responses/whois.nic.fr/tf/status_available_spec.rb
1608
+ - spec/whois/record/parser/responses/whois.nic.fr/tf/status_registered_spec.rb
1609
+ - spec/whois/record/parser/responses/whois.nic.fr/wf/status_available_spec.rb
1610
+ - spec/whois/record/parser/responses/whois.nic.fr/wf/status_registered_spec.rb
1611
+ - spec/whois/record/parser/responses/whois.nic.fr/yt/status_available_spec.rb
1612
+ - spec/whois/record/parser/responses/whois.nic.fr/yt/status_registered_spec.rb
1613
+ - spec/whois/record/parser/responses/whois.nic.gl/status_available_spec.rb
1614
+ - spec/whois/record/parser/responses/whois.nic.gl/status_registered_spec.rb
1615
+ - spec/whois/record/parser/responses/whois.nic.gov/status_available_spec.rb
1616
+ - spec/whois/record/parser/responses/whois.nic.gov/status_registered_spec.rb
1617
+ - spec/whois/record/parser/responses/whois.nic.gs/status_available_spec.rb
1618
+ - spec/whois/record/parser/responses/whois.nic.gs/status_registered_spec.rb
1619
+ - spec/whois/record/parser/responses/whois.nic.ht/status_available_spec.rb
1620
+ - spec/whois/record/parser/responses/whois.nic.ht/status_registered_spec.rb
1621
+ - spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/property_contact_company_spec.rb
1622
+ - spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/property_contact_private_person_spec.rb
1623
+ - spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/property_contact_without_address_spec.rb
1624
+ - spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/status_available_spec.rb
1625
+ - spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/status_in_progress_spec.rb
1626
+ - spec/whois/record/parser/responses/whois.nic.hu/schema-1.99/status_registered_spec.rb
1627
+ - spec/whois/record/parser/responses/whois.nic.hu/schema-current/status_available_spec.rb
1628
+ - spec/whois/record/parser/responses/whois.nic.hu/schema-current/status_registered_spec.rb
1629
+ - spec/whois/record/parser/responses/whois.nic.im/status_available_spec.rb
1630
+ - spec/whois/record/parser/responses/whois.nic.im/status_registered_spec.rb
1631
+ - spec/whois/record/parser/responses/whois.nic.io/status_available_spec.rb
1632
+ - spec/whois/record/parser/responses/whois.nic.io/status_registered_spec.rb
1633
+ - spec/whois/record/parser/responses/whois.nic.ir/status_available_spec.rb
1634
+ - spec/whois/record/parser/responses/whois.nic.ir/status_registered_spec.rb
1635
+ - spec/whois/record/parser/responses/whois.nic.it/property_contact_province_spec.rb
1636
+ - spec/whois/record/parser/responses/whois.nic.it/property_contact_with_company_in_address_spec.rb
1637
+ - spec/whois/record/parser/responses/whois.nic.it/property_contact_with_organization_spec.rb
1638
+ - spec/whois/record/parser/responses/whois.nic.it/property_status_active_spec.rb
1639
+ - spec/whois/record/parser/responses/whois.nic.it/property_status_available_spec.rb
1640
+ - spec/whois/record/parser/responses/whois.nic.it/property_status_client_spec.rb
1641
+ - spec/whois/record/parser/responses/whois.nic.it/property_status_graceperiod_spec.rb
1642
+ - spec/whois/record/parser/responses/whois.nic.it/property_status_ok_autorenew_spec.rb
1643
+ - spec/whois/record/parser/responses/whois.nic.it/property_status_ok_spec.rb
1644
+ - spec/whois/record/parser/responses/whois.nic.it/property_status_pendingdelete_spec.rb
1645
+ - spec/whois/record/parser/responses/whois.nic.it/property_technical_contact_spec.rb
1646
+ - spec/whois/record/parser/responses/whois.nic.it/response_unavailable_spec.rb
1647
+ - spec/whois/record/parser/responses/whois.nic.it/status_available_spec.rb
1648
+ - spec/whois/record/parser/responses/whois.nic.it/status_registered_spec.rb
1649
+ - spec/whois/record/parser/responses/whois.nic.ki/status_available_spec.rb
1650
+ - spec/whois/record/parser/responses/whois.nic.ki/status_registered_spec.rb
1651
+ - spec/whois/record/parser/responses/whois.nic.kz/property_status_missing_spec.rb
1652
+ - spec/whois/record/parser/responses/whois.nic.kz/property_status_multiple_spec.rb
1653
+ - spec/whois/record/parser/responses/whois.nic.kz/property_status_ok_spec.rb
1654
+ - spec/whois/record/parser/responses/whois.nic.kz/status_available_spec.rb
1655
+ - spec/whois/record/parser/responses/whois.nic.kz/status_registered_spec.rb
1656
+ - spec/whois/record/parser/responses/whois.nic.la/status_available_spec.rb
1657
+ - spec/whois/record/parser/responses/whois.nic.la/status_registered_spec.rb
1658
+ - spec/whois/record/parser/responses/whois.nic.li/status_available_spec.rb
1659
+ - spec/whois/record/parser/responses/whois.nic.li/status_registered_spec.rb
1660
+ - spec/whois/record/parser/responses/whois.nic.lv/status_available_spec.rb
1661
+ - spec/whois/record/parser/responses/whois.nic.lv/status_registered_spec.rb
1662
+ - spec/whois/record/parser/responses/whois.nic.ly/status_available_spec.rb
1663
+ - spec/whois/record/parser/responses/whois.nic.ly/status_registered_spec.rb
1664
+ - spec/whois/record/parser/responses/whois.nic.md/status_available_spec.rb
1665
+ - spec/whois/record/parser/responses/whois.nic.md/status_registered_spec.rb
1666
+ - spec/whois/record/parser/responses/whois.nic.mg/status_available_spec.rb
1667
+ - spec/whois/record/parser/responses/whois.nic.mg/status_registered_spec.rb
1668
+ - spec/whois/record/parser/responses/whois.nic.ms/status_available_spec.rb
1669
+ - spec/whois/record/parser/responses/whois.nic.ms/status_registered_spec.rb
1670
+ - spec/whois/record/parser/responses/whois.nic.mu/status_available_spec.rb
1671
+ - spec/whois/record/parser/responses/whois.nic.mu/status_registered_spec.rb
1672
+ - spec/whois/record/parser/responses/whois.nic.mx/property_nameservers_with_ip_spec.rb
1673
+ - spec/whois/record/parser/responses/whois.nic.mx/status_available_spec.rb
1674
+ - spec/whois/record/parser/responses/whois.nic.mx/status_registered_spec.rb
1675
+ - spec/whois/record/parser/responses/whois.nic.name/status_available_spec.rb
1676
+ - spec/whois/record/parser/responses/whois.nic.name/status_registered_spec.rb
1677
+ - spec/whois/record/parser/responses/whois.nic.net.nf/status_available_spec.rb
1678
+ - spec/whois/record/parser/responses/whois.nic.net.nf/status_registered_spec.rb
1679
+ - spec/whois/record/parser/responses/whois.nic.net.ng/status_available_spec.rb
1680
+ - spec/whois/record/parser/responses/whois.nic.net.ng/status_registered_spec.rb
1681
+ - spec/whois/record/parser/responses/whois.nic.net.sa/status_available_spec.rb
1682
+ - spec/whois/record/parser/responses/whois.nic.net.sa/status_registered_spec.rb
1683
+ - spec/whois/record/parser/responses/whois.nic.nu/status_available_spec.rb
1684
+ - spec/whois/record/parser/responses/whois.nic.nu/status_registered_spec.rb
1685
+ - spec/whois/record/parser/responses/whois.nic.org.uy/status_available_spec.rb
1686
+ - spec/whois/record/parser/responses/whois.nic.org.uy/status_registered_spec.rb
1687
+ - spec/whois/record/parser/responses/whois.nic.pr/status_available_spec.rb
1688
+ - spec/whois/record/parser/responses/whois.nic.pr/status_registered_spec.rb
1689
+ - spec/whois/record/parser/responses/whois.nic.priv.at/status_available_spec.rb
1690
+ - spec/whois/record/parser/responses/whois.nic.priv.at/status_registered_spec.rb
1691
+ - spec/whois/record/parser/responses/whois.nic.sh/status_available_spec.rb
1692
+ - spec/whois/record/parser/responses/whois.nic.sh/status_registered_spec.rb
1693
+ - spec/whois/record/parser/responses/whois.nic.sl/status_available_spec.rb
1694
+ - spec/whois/record/parser/responses/whois.nic.sl/status_registered_spec.rb
1695
+ - spec/whois/record/parser/responses/whois.nic.sn/status_available_spec.rb
1696
+ - spec/whois/record/parser/responses/whois.nic.sn/status_registered_spec.rb
1697
+ - spec/whois/record/parser/responses/whois.nic.so/status_available_spec.rb
1698
+ - spec/whois/record/parser/responses/whois.nic.so/status_registered_spec.rb
1699
+ - spec/whois/record/parser/responses/whois.nic.st/status_available_spec.rb
1700
+ - spec/whois/record/parser/responses/whois.nic.st/status_registered_spec.rb
1701
+ - spec/whois/record/parser/responses/whois.nic.tel/status_available_spec.rb
1702
+ - spec/whois/record/parser/responses/whois.nic.tel/status_registered_spec.rb
1703
+ - spec/whois/record/parser/responses/whois.nic.tl/status_available_spec.rb
1704
+ - spec/whois/record/parser/responses/whois.nic.tl/status_registered_spec.rb
1705
+ - spec/whois/record/parser/responses/whois.nic.tm/status_available_spec.rb
1706
+ - spec/whois/record/parser/responses/whois.nic.tm/status_registered_spec.rb
1707
+ - spec/whois/record/parser/responses/whois.nic.tr/property_nameservers_with_ip_spec.rb
1708
+ - spec/whois/record/parser/responses/whois.nic.tr/property_nameservers_with_trailing_space_spec.rb
1709
+ - spec/whois/record/parser/responses/whois.nic.tr/status_available_spec.rb
1710
+ - spec/whois/record/parser/responses/whois.nic.tr/status_registered_spec.rb
1711
+ - spec/whois/record/parser/responses/whois.nic.travel/status_available_spec.rb
1712
+ - spec/whois/record/parser/responses/whois.nic.travel/status_registered_spec.rb
1713
+ - spec/whois/record/parser/responses/whois.nic.tv/property_nameserver_no_nameserver_spec.rb
1714
+ - spec/whois/record/parser/responses/whois.nic.tv/status_available_spec.rb
1715
+ - spec/whois/record/parser/responses/whois.nic.tv/status_registered_spec.rb
1716
+ - spec/whois/record/parser/responses/whois.nic.uk/property_nameservers_with_ip_spec.rb
1717
+ - spec/whois/record/parser/responses/whois.nic.uk/property_registrar_without_trading_name_spec.rb
1718
+ - spec/whois/record/parser/responses/whois.nic.uk/property_status_missing_spec.rb
1719
+ - spec/whois/record/parser/responses/whois.nic.uk/property_status_processing_registration_spec.rb
1720
+ - spec/whois/record/parser/responses/whois.nic.uk/property_status_processing_renewal_spec.rb
1721
+ - spec/whois/record/parser/responses/whois.nic.uk/property_status_registered_spec.rb
1722
+ - spec/whois/record/parser/responses/whois.nic.uk/property_status_suspended_spec.rb
1723
+ - spec/whois/record/parser/responses/whois.nic.uk/status_available_spec.rb
1724
+ - spec/whois/record/parser/responses/whois.nic.uk/status_invalid_spec.rb
1725
+ - spec/whois/record/parser/responses/whois.nic.uk/status_registered_spec.rb
1726
+ - spec/whois/record/parser/responses/whois.nic.uk/status_suspended_spec.rb
1727
+ - spec/whois/record/parser/responses/whois.nic.us/status_available_spec.rb
1728
+ - spec/whois/record/parser/responses/whois.nic.us/status_registered_spec.rb
1729
+ - spec/whois/record/parser/responses/whois.nic.ve/property_expires_on_missing_spec.rb
1730
+ - spec/whois/record/parser/responses/whois.nic.ve/property_nameservers_missing_spec.rb
1731
+ - spec/whois/record/parser/responses/whois.nic.ve/property_nameservers_spec.rb
1732
+ - spec/whois/record/parser/responses/whois.nic.ve/property_status_activo_spec.rb
1733
+ - spec/whois/record/parser/responses/whois.nic.ve/property_status_missing_spec.rb
1734
+ - spec/whois/record/parser/responses/whois.nic.ve/property_status_suspendido_spec.rb
1735
+ - spec/whois/record/parser/responses/whois.nic.ve/property_updated_on_blank_spec.rb
1736
+ - spec/whois/record/parser/responses/whois.nic.ve/property_updated_on_spec.rb
1737
+ - spec/whois/record/parser/responses/whois.nic.ve/status_available_spec.rb
1738
+ - spec/whois/record/parser/responses/whois.nic.ve/status_registered_spec.rb
1739
+ - spec/whois/record/parser/responses/whois.nic.ve/status_suspended_spec.rb
1740
+ - spec/whois/record/parser/responses/whois.norid.no/status_available_spec.rb
1741
+ - spec/whois/record/parser/responses/whois.norid.no/status_registered_spec.rb
1742
+ - spec/whois/record/parser/responses/whois.org.za/status_available_spec.rb
1743
+ - spec/whois/record/parser/responses/whois.org.za/status_registered_spec.rb
1744
+ - spec/whois/record/parser/responses/whois.pandi.or.id/status_available_spec.rb
1745
+ - spec/whois/record/parser/responses/whois.pandi.or.id/status_registered_spec.rb
1746
+ - spec/whois/record/parser/responses/whois.pnina.ps/property_nameservers_with_nodns_spec.rb
1747
+ - spec/whois/record/parser/responses/whois.pnina.ps/status_available_spec.rb
1748
+ - spec/whois/record/parser/responses/whois.pnina.ps/status_registered_spec.rb
1749
+ - spec/whois/record/parser/responses/whois.publicinterestregistry.net/response_throttled_spec.rb
1750
+ - spec/whois/record/parser/responses/whois.publicinterestregistry.net/status_available_spec.rb
1751
+ - spec/whois/record/parser/responses/whois.publicinterestregistry.net/status_registered_spec.rb
1752
+ - spec/whois/record/parser/responses/whois.register.bg/property_nameservers_with_ip_spec.rb
1753
+ - spec/whois/record/parser/responses/whois.register.bg/status_available_spec.rb
1754
+ - spec/whois/record/parser/responses/whois.register.bg/status_registered_spec.rb
1755
+ - spec/whois/record/parser/responses/whois.registro.br/status_available_limited_spec.rb
1756
+ - spec/whois/record/parser/responses/whois.registro.br/status_available_spec.rb
1757
+ - spec/whois/record/parser/responses/whois.registro.br/status_registered_limited_spec.rb
1758
+ - spec/whois/record/parser/responses/whois.registro.br/status_registered_spec.rb
1759
+ - spec/whois/record/parser/responses/whois.registry.gy/status_available_spec.rb
1760
+ - spec/whois/record/parser/responses/whois.registry.gy/status_registered_spec.rb
1761
+ - spec/whois/record/parser/responses/whois.registry.hm/status_available_spec.rb
1762
+ - spec/whois/record/parser/responses/whois.registry.hm/status_registered_spec.rb
1763
+ - spec/whois/record/parser/responses/whois.registry.in/property_status_missing_spec.rb
1764
+ - spec/whois/record/parser/responses/whois.registry.in/property_status_multiple_spec.rb
1765
+ - spec/whois/record/parser/responses/whois.registry.in/property_status_ok_spec.rb
1766
+ - spec/whois/record/parser/responses/whois.registry.in/status_available_spec.rb
1767
+ - spec/whois/record/parser/responses/whois.registry.in/status_registered_spec.rb
1768
+ - spec/whois/record/parser/responses/whois.registrypro.pro/status_available_spec.rb
1769
+ - spec/whois/record/parser/responses/whois.registrypro.pro/status_registered_spec.rb
1770
+ - spec/whois/record/parser/responses/whois.ripe.net/fo/status_available_spec.rb
1771
+ - spec/whois/record/parser/responses/whois.ripe.net/fo/status_registered_spec.rb
1772
+ - spec/whois/record/parser/responses/whois.ripe.net/gm/status_available_spec.rb
1773
+ - spec/whois/record/parser/responses/whois.ripe.net/gm/status_registered_spec.rb
1774
+ - spec/whois/record/parser/responses/whois.ripe.net/mc/status_available_spec.rb
1775
+ - spec/whois/record/parser/responses/whois.ripe.net/mc/status_registered_spec.rb
1776
+ - spec/whois/record/parser/responses/whois.ripe.net/sm/status_available_spec.rb
1777
+ - spec/whois/record/parser/responses/whois.ripe.net/sm/status_registered_spec.rb
1778
+ - spec/whois/record/parser/responses/whois.ripe.net/va/status_available_spec.rb
1779
+ - spec/whois/record/parser/responses/whois.ripe.net/va/status_registered_spec.rb
1780
+ - spec/whois/record/parser/responses/whois.ripn.net/ru/property_nameservers_with_ip_spec.rb
1781
+ - spec/whois/record/parser/responses/whois.ripn.net/ru/status_available_spec.rb
1782
+ - spec/whois/record/parser/responses/whois.ripn.net/ru/status_registered_spec.rb
1783
+ - spec/whois/record/parser/responses/whois.ripn.net/su/status_available_spec.rb
1784
+ - spec/whois/record/parser/responses/whois.ripn.net/su/status_registered_spec.rb
1785
+ - spec/whois/record/parser/responses/whois.ripn.net/xn--p1ai/status_available_spec.rb
1786
+ - spec/whois/record/parser/responses/whois.ripn.net/xn--p1ai/status_registered_spec.rb
1787
+ - spec/whois/record/parser/responses/whois.rotld.ro/status_available_spec.rb
1788
+ - spec/whois/record/parser/responses/whois.rotld.ro/status_registered_spec.rb
1789
+ - spec/whois/record/parser/responses/whois.samoanic.ws/status_available_spec.rb
1790
+ - spec/whois/record/parser/responses/whois.samoanic.ws/status_registered_spec.rb
1791
+ - spec/whois/record/parser/responses/whois.sgnic.sg/status_available_spec.rb
1792
+ - spec/whois/record/parser/responses/whois.sgnic.sg/status_registered_spec.rb
1793
+ - spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_held_spec.rb
1794
+ - spec/whois/record/parser/responses/whois.sk-nic.sk/property_status_dom_ok_spec.rb
1795
+ - spec/whois/record/parser/responses/whois.sk-nic.sk/status_available_spec.rb
1796
+ - spec/whois/record/parser/responses/whois.sk-nic.sk/status_registered_spec.rb
1797
+ - spec/whois/record/parser/responses/whois.srs.net.nz/status_available_spec.rb
1798
+ - spec/whois/record/parser/responses/whois.srs.net.nz/status_invalid_spec.rb
1799
+ - spec/whois/record/parser/responses/whois.srs.net.nz/status_registered_spec.rb
1800
+ - spec/whois/record/parser/responses/whois.thnic.co.th/status_available_spec.rb
1801
+ - spec/whois/record/parser/responses/whois.thnic.co.th/status_registered_spec.rb
1802
+ - spec/whois/record/parser/responses/whois.tld.ee/status_available_spec.rb
1803
+ - spec/whois/record/parser/responses/whois.tld.ee/status_expired_spec.rb
1804
+ - spec/whois/record/parser/responses/whois.tld.ee/status_registered_spec.rb
1805
+ - spec/whois/record/parser/responses/whois.tonic.to/response_incomplete_spec.rb
1806
+ - spec/whois/record/parser/responses/whois.tonic.to/status_available_spec.rb
1807
+ - spec/whois/record/parser/responses/whois.tonic.to/status_registered_spec.rb
1808
+ - spec/whois/record/parser/responses/whois.twnic.net.tw/status_available_spec.rb
1809
+ - spec/whois/record/parser/responses/whois.twnic.net.tw/status_registered_spec.rb
1810
+ - spec/whois/record/parser/responses/whois.tznic.or.tz/status_available_spec.rb
1811
+ - spec/whois/record/parser/responses/whois.tznic.or.tz/status_registered_spec.rb
1812
+ - spec/whois/record/parser/responses/whois.usp.ac.fj/status_available_spec.rb
1813
+ - spec/whois/record/parser/responses/whois.usp.ac.fj/status_registered_spec.rb
1814
+ - spec/whois/record/parser/responses/whois.za.net/status_available_spec.rb
1815
+ - spec/whois/record/parser/responses/whois.za.net/status_registered_spec.rb
1816
+ - spec/whois/record/parser/responses/whois.za.org/status_available_spec.rb
1817
+ - spec/whois/record/parser/responses/whois.za.org/status_registered_spec.rb
1818
+ - spec/whois/record/parser_spec.rb
1819
+ - spec/whois/record/part_spec.rb
1820
+ - spec/whois/record/registrar_spec.rb
1821
+ - spec/whois/record/super_struct_spec.rb
1822
+ - spec/whois/record_spec.rb
1823
+ - spec/whois/server/adapters/afilias_spec.rb
1824
+ - spec/whois/server/adapters/base_spec.rb
1825
+ - spec/whois/server/adapters/formatted_spec.rb
1826
+ - spec/whois/server/adapters/none_spec.rb
1827
+ - spec/whois/server/adapters/not_implemented_spec.rb
1828
+ - spec/whois/server/adapters/pir_spec.rb
1829
+ - spec/whois/server/adapters/standard_spec.rb
1830
+ - spec/whois/server/adapters/verisign_spec.rb
1831
+ - spec/whois/server/adapters/web_spec.rb
1832
+ - spec/whois/server_spec.rb
1833
+ - spec/whois/whois_spec.rb
251
1834
  has_rdoc: true
252
1835
  homepage: http://www.ruby-whois.org
253
1836
  licenses: []
254
1837
 
255
1838
  post_install_message:
256
- rdoc_options:
257
- - --main
258
- - README.rdoc
1839
+ rdoc_options: []
1840
+
259
1841
  require_paths:
260
1842
  - lib
261
1843
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -263,25 +1845,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
263
1845
  requirements:
264
1846
  - - ">="
265
1847
  - !ruby/object:Gem::Version
266
- hash: 57
267
- segments:
268
- - 1
269
- - 8
270
- - 7
271
1848
  version: 1.8.7
272
1849
  required_rubygems_version: !ruby/object:Gem::Requirement
273
1850
  none: false
274
1851
  requirements:
275
1852
  - - ">="
276
1853
  - !ruby/object:Gem::Version
277
- hash: 3
278
- segments:
279
- - 0
280
1854
  version: "0"
281
1855
  requirements: []
282
1856
 
283
1857
  rubyforge_project: whois
284
- rubygems_version: 1.3.7
1858
+ rubygems_version: 1.6.1
285
1859
  signing_key:
286
1860
  specification_version: 3
287
1861
  summary: An intelligent pure Ruby WHOIS client and parser.