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,30 @@
1
+ #--
2
+ # Ruby Whois
3
+ #
4
+ # An intelligent pure Ruby WHOIS client and parser.
5
+ #
6
+ # Copyright (c) 2009-2011 Simone Carletti <weppos@weppos.net>
7
+ #++
8
+
9
+
10
+ require 'whois/record/super_struct'
11
+
12
+
13
+ module Whois
14
+ class Record
15
+
16
+ # A single {Whois::Record} fragment. For instance,
17
+ # in case of *thin server*, a {Whois::Record} can be composed by
18
+ # one or more parts corresponding to all responses
19
+ # returned by the WHOIS servers.
20
+ #
21
+ # A part is composed by a +body+ and a +host+.
22
+ #
23
+ # @attr [String] body The body containing the WHOIS output.
24
+ # @attr [String] host The host which returned the body.
25
+ #
26
+ class Part < SuperStruct.new(:body, :host)
27
+ end
28
+
29
+ end
30
+ end
@@ -0,0 +1,34 @@
1
+ #--
2
+ # Ruby Whois
3
+ #
4
+ # An intelligent pure Ruby WHOIS client and parser.
5
+ #
6
+ # Copyright (c) 2009-2011 Simone Carletti <weppos@weppos.net>
7
+ #++
8
+
9
+
10
+ require 'whois/record/super_struct'
11
+
12
+
13
+ module Whois
14
+ class Record
15
+
16
+ # Holds the details of the Registrar extracted from the WHOIS response.
17
+ #
18
+ # A registrar is composed by the several attributes,
19
+ # accessible through corresponding getter / setter methods.
20
+ #
21
+ # Please note that a response is not required to provide
22
+ # all the attributes. When an attribute is not available,
23
+ # the corresponding value is set to nil.
24
+ #
25
+ # @attr [String] id
26
+ # @attr [String] name
27
+ # @attr [String] organization
28
+ # @attr [String] url
29
+ #
30
+ class Registrar < SuperStruct.new(:id, :name, :organization, :url)
31
+ end
32
+
33
+ end
34
+ end
@@ -0,0 +1,60 @@
1
+ #--
2
+ # Ruby Whois
3
+ #
4
+ # An intelligent pure Ruby WHOIS client and parser.
5
+ #
6
+ # Copyright (c) 2009-2011 Simone Carletti <weppos@weppos.net>
7
+ #++
8
+
9
+
10
+ require 'ostruct'
11
+
12
+
13
+ # SuperStruct is an enhanced version of the Ruby Standard library {Struct}.
14
+ #
15
+ # Compared with the original version, it provides the following additional features:
16
+ # * ability to initialize an instance from Hash
17
+ # * ability to pass a block on creation
18
+ #
19
+ class SuperStruct < Struct
20
+
21
+ # Overwrites the standard {Struct} initializer
22
+ # to add the ability to create an instance from a {Hash} of parameters.
23
+ #
24
+ # @overload initialize({ Symbol => Object })
25
+ # Initializes the object with a key/value hash.
26
+ # @param [{ Symbol => Object }] values
27
+ # @return [SuperStruct]
28
+ # @overload initialize([ value1, value1, ... ])
29
+ # Initializes the object with given values.
30
+ # @param [Array] values
31
+ # @return [SuperStruct]
32
+ # @overload initialize(value1, value1, ...)
33
+ # Initializes the object with given values.
34
+ # @return [SuperStruct]
35
+ #
36
+ # @yield self
37
+ #
38
+ # @example
39
+ # attributes = { :foo => 1, :bar => "baz" }
40
+ # Struct.new(attributes)
41
+ # # => #<Struct foo=1, bar="baz">
42
+ #
43
+ def initialize(*args)
44
+ if args.first.is_a? Hash
45
+ initialize_with_hash(args.first)
46
+ else
47
+ super
48
+ end
49
+ yield(self) if block_given?
50
+ end
51
+
52
+ private
53
+
54
+ def initialize_with_hash(attributes = {})
55
+ attributes.each do |key, value|
56
+ self[key] = value
57
+ end
58
+ end
59
+
60
+ end
@@ -1,16 +1,9 @@
1
- #
2
- # = Ruby Whois
1
+ #--
2
+ # Ruby Whois
3
3
  #
4
4
  # An intelligent pure Ruby WHOIS client and parser.
5
5
  #
6
- #
7
- # Category:: Net
8
- # Package:: Whois
9
- # Author:: Simone Carletti <weppos@weppos.net>
10
- # License:: MIT License
11
- #
12
- #--
13
- #
6
+ # Copyright (c) 2009-2011 Simone Carletti <weppos@weppos.net>
14
7
  #++
15
8
 
16
9
 
@@ -19,8 +12,16 @@ require 'ipaddr'
19
12
 
20
13
  module Whois
21
14
 
15
+ # The {Whois::Server} class has two important roles:
16
+ #
17
+ # 1. it acts as a database for the WHOIS server definitions
18
+ # 2. it is responsible for selecting the right adapter used to handle the query to the WHOIS server(s).
19
+ #
22
20
  class Server
23
21
 
22
+ # The {Whois::Server::Adapters} module is a namespace for all
23
+ # WHOIS server adapters. Each adapter is a subclass of {Whois::Server::Adapters::Base},
24
+ # customized to handle WHOIS queries for a type or a group of servers.
24
25
  module Adapters
25
26
  autoload :Base, "whois/server/adapters/base"
26
27
  autoload :Arpa, "whois/server/adapters/arpa"
@@ -35,11 +36,17 @@ module Whois
35
36
  end
36
37
 
37
38
 
39
+ # The WHOIS server definitions.
40
+ #
41
+ # @return [{ Symbol => Array }] The definition Hash.
42
+ # @private
38
43
  @@definitions = {}
39
44
 
40
- # Searches the /definitions folder for definition files and loads them.
45
+ # Searches the +/definitions+ folder for definition files and loads them.
41
46
  # This method is automatically invoked when this file is parsed
42
47
  # by the Ruby interpreter (scroll down to the bottom of this file).
48
+ #
49
+ # @return [void]
43
50
  def self.load_definitions
44
51
  Dir[File.dirname(__FILE__) + '/definitions/*.rb'].each { |file| load(file) }
45
52
  end
@@ -47,24 +54,23 @@ module Whois
47
54
  # Lookup and returns the definition list for given <tt>type</tt>,
48
55
  # or all definitions if <tt>type</tt> is <tt>nil</tt>.
49
56
  #
50
- # ==== Parameters
51
- #
52
- # type:: The type of WHOIS server to lookup.
57
+ # @param [Symbol] type The type of WHOIS server to lookup.
53
58
  # Known values are :tld, :ipv4, :ipv6.
54
59
  #
55
- # ==== Returns
60
+ # @return [{ Symbol => Array }]
61
+ # The definition Hash if +type+ is +nil+.
62
+ # @return [Array<Hash>]
63
+ # The definitions for given +type+ if +type+ is not +nil+ and +type+ exists.
64
+ # @return [nil]
65
+ # The definitions for given +type+ if +type+ is not +nil+ and +type+ doesn't exist.
56
66
  #
57
- # Hash:: If the method is called without specifying a <tt>type</tt>.
58
- # Array:: If the method is called specifying a <tt>type</tt>,
59
- # and the <tt>type</tt> exists.
60
- # nil:: If the method is called specifying a <tt>type</tt>,
61
- # and the <tt>type</tt> doesn't exist.
62
- #
63
- # ==== Examples
67
+ # @example Return the definition database.
64
68
  #
65
69
  # Whois::Server.definitions
66
70
  # # => { :tld => [...], :ipv4 => [], ... }
67
71
  #
72
+ # @example Return the definitions for given key.
73
+ #
68
74
  # Whois::Server.definitions(:tld)
69
75
  # # => [...]
70
76
  #
@@ -81,26 +87,22 @@ module Whois
81
87
 
82
88
  # Defines a new server for <tt>:type</tt> queries.
83
89
  #
84
- # ==== Parameters
85
- #
86
- # type:: The type of WHOIS server to define.
87
- # Known values are :tld, :ipv4, :ipv6.
88
- # allocation:: The allocation, range or hostname
89
- # this server is responsible for.
90
- # host:: The server hostname.
91
- # Use nil if unknown or not available.
92
- # options:: Hash of options (default: {}).
93
- # The <tt>:adapter</tt> option has a special meaning
94
- # and determines the adapter Class to use.
95
- # Defaults to </tt>Whois::Server::Adapters::Standard</tt>
96
- # unless specified. All the other options are passed
97
- # directly to the adapter which can decide how to use them.
98
- #
99
- # ==== Returns
90
+ # @param [Symbol] type
91
+ # The type of WHOIS server to define.
92
+ # Known values are :tld, :ipv4, :ipv6.
93
+ # @param [String] allocation
94
+ # The allocation, range or hostname, this server is responsible for.
95
+ # @param [String, nil] host
96
+ # The server hostname. Use nil if unknown or not available.
97
+ # @param [Hash] options Optional definition properties.
98
+ # @option options [Class] :adapter (Whois::Server::Adapters::Standard)
99
+ # This option has a special meaning and determines the adapter Class to use.
100
+ # Defaults to {Whois::Server::Adapters::Standard} unless specified.
101
+ # All the other options are passed directly to the adapter which can decide how to use them.
100
102
  #
101
- # Nothing.
103
+ # @return [void]
102
104
  #
103
- # ==== Examples
105
+ # @example
104
106
  #
105
107
  # # Define a server for the .it extension
106
108
  # Whois::Server.define :tld, ".it", "whois.nic.it"
@@ -128,7 +130,7 @@ module Whois
128
130
  # Creates a new server adapter from given arguments
129
131
  # and returns the server instance.
130
132
  #
131
- # By default, returns a new Whois::Servers::Adapter::Standard instance.
133
+ # By default, returns a new {Whois::Server::Adapters::Standard} instance.
132
134
  # You can customize the behavior passing a custom adapter class
133
135
  # as <tt>:adapter</tt> option.
134
136
  #
@@ -140,38 +142,33 @@ module Whois
140
142
  # # => #<Whois::Servers::Adapter::Custom>
141
143
  #
142
144
  # Please note that any adapter is responsible for a limited set
143
- # of queries, which should be included in the range
144
- # of the <tt>allocation</tt> parameter.
145
- # Use <tt>Whois::Server#guess</tt> if you are not sure which adapter
145
+ # of queries, which should be included in the range of the <tt>allocation</tt> parameter.
146
+ # Use {Whois::Server.guess} if you are not sure which adapter
146
147
  # is the right one for a specific string.
147
148
  #
148
- # ==== Parameters
149
- #
150
- # type:: The type of WHOIS server to define.
151
- # Known values are :tld, :ipv4, :ipv6.
152
- # allocation:: The allocation, range or hostname
153
- # this server is responsible for.
154
- # host:: The server hostname.
155
- # Use nil if unknown or not available.
156
- # options:: Hash of options (default: {}).
157
- # The <tt>:adapter</tt> option has a special meaning
158
- # and determines the adapter Class to use.
159
- # Defaults to </tt>Whois::Server::Adapters::Standard</tt>
160
- # unless specified. All the other options are passed
161
- # directly to the adapter which can decide how to use them.
162
- #
163
- # ==== Returns
164
- #
165
- # Whois::Server::Adapters::Standard::
166
- # An adapter that can be used to perform queries.
149
+ # @param [Symbol] type
150
+ # The type of WHOIS server to define.
151
+ # Known values are :tld, :ipv4, :ipv6.
152
+ # @param [String] allocation
153
+ # The allocation, range or hostname, this server is responsible for.
154
+ # @param [String, nil] host
155
+ # The server hostname. Use nil if unknown or not available.
156
+ # @param [Hash] options Optional definition properties.
157
+ # @option options [Class] :adapter (Whois::Server::Adapters::Standard)
158
+ # This option has a special meaning and determines the adapter Class to use.
159
+ # Defaults to {Whois::Server::Adapters::Standard} unless specified.
160
+ # All the other options are passed directly to the adapter which can decide how to use them.
161
+ #
162
+ # @return [Whois::Server::Adapters::Standard]
163
+ # An adapter that can be used to perform queries.
167
164
  #
168
165
  def self.factory(type, allocation, host, options = {})
169
166
  options = options.dup
170
167
  (options.delete(:adapter) || Adapters::Standard).new(type, allocation, host, options)
171
168
  end
172
-
173
-
174
- # Parses <tt>qstring</tt> and tries to guess the right server.
169
+
170
+
171
+ # Parses <tt>string</tt> and tries to guess the right server.
175
172
  #
176
173
  # It successfully detects the following query types:
177
174
  # * ipv6
@@ -182,49 +179,47 @@ module Whois
182
179
  #
183
180
  # Note that not all query types actually have a corresponding adapter.
184
181
  # For instance, the following request will result in a
185
- # <tt>Whois::ServerNotSupported</tt> exception.
182
+ # {Whois::ServerNotSupported} exception.
186
183
  #
187
184
  # Whois::Server.guess "mail@example.com"
188
185
  #
189
- # ==== Returns
190
186
  #
191
- # Whois::Server::Adapters::Base::
192
- # The adapter that can be used to perform
193
- # WHOIS queries for <tt>qstring</tt>.
187
+ # @param [String] string
188
+ # @return [Whois::Server::Adapters::Base]
189
+ # The adapter that can be used to perform
190
+ # WHOIS queries for <tt>string</tt>.
194
191
  #
195
- # ==== Raises
192
+ # @raise [Whois::ServerNotFound]
193
+ # When unable to find an appropriate WHOIS adapter
194
+ # for <tt>string</tt>. Most of the cases, the <tt>string</tt>
195
+ # haven't been recognised as one of the supported query types.
196
+ # @raise [Whois::ServerNotSupported]
197
+ # When the <tt>string</tt> type is detected,
198
+ # but the object type doesn't have any supported WHOIS adapter associated.
196
199
  #
197
- # Whois::ServerNotFound::
198
- # When unable to find an appropriate WHOIS adapter
199
- # for <tt>qstring</tt>. Most of the cases, the <tt>qstring</tt>
200
- # haven't been recognised as one of the supported query types.
201
- # Whois::ServerNotSupported::
202
- # When the <tt>qstring</tt> type is detected,
203
- # but the object type doesn't have any supported WHOIS adapter associated.
204
- #
205
- def self.guess(qstring)
200
+ def self.guess(string)
206
201
  # Top Level Domain match
207
- if matches_tld?(qstring)
202
+ if matches_tld?(string)
208
203
  return factory(:tld, ".", "whois.iana.org")
209
204
  end
210
-
205
+
211
206
  # IP address (secure match)
212
- if matches_ip?(qstring)
213
- return find_for_ip(qstring)
207
+ if matches_ip?(string)
208
+ return find_for_ip(string)
214
209
  end
215
210
 
216
211
  # Email Address (secure match)
217
- if matches_email?(qstring)
218
- return find_for_email(qstring)
212
+ if matches_email?(string)
213
+ return find_for_email(string)
219
214
  end
220
215
 
221
216
  # Domain Name match
222
- if server = find_for_domain(qstring)
217
+ if server = find_for_domain(string)
223
218
  return server
224
219
  end
225
220
 
226
221
  # Gave Over
227
- raise ServerNotFound, "Unable to find a whois server for `#{qstring}'"
222
+ raise ServerNotFound, "Unable to find a WHOIS server for `#{string}'"
228
223
  end
229
224
 
230
225
 
@@ -243,24 +238,24 @@ module Whois
243
238
  end
244
239
 
245
240
 
246
- def self.find_for_ip(qstring)
247
- ip = IPAddr.new(qstring)
241
+ def self.find_for_ip(string)
242
+ ip = IPAddr.new(string)
248
243
  type = ip.ipv4? ? :ipv4 : :ipv6
249
244
  definitions(type).each do |definition|
250
245
  if IPAddr.new(definition.first).include?(ip)
251
246
  return factory(type, *definition)
252
247
  end
253
248
  end
254
- raise AllocationUnknown, "IP Allocation for `#{qstring}' unknown. Server definitions might be outdated."
249
+ raise AllocationUnknown, "IP Allocation for `#{string}' unknown. Server definitions might be outdated."
255
250
  end
256
251
 
257
- def self.find_for_email(qstring)
252
+ def self.find_for_email(string)
258
253
  raise ServerNotSupported, "No WHOIS server is known for email objects"
259
254
  end
260
255
 
261
- def self.find_for_domain(qstring)
256
+ def self.find_for_domain(string)
262
257
  definitions(:tld).each do |definition|
263
- return factory(:tld, *definition) if /#{Regexp.escape(definition.first)}$/ =~ qstring
258
+ return factory(:tld, *definition) if /#{Regexp.escape(definition.first)}$/ =~ string
264
259
  end
265
260
  nil
266
261
  end
@@ -1,16 +1,9 @@
1
- #
2
- # = Ruby Whois
1
+ #--
2
+ # Ruby Whois
3
3
  #
4
4
  # An intelligent pure Ruby WHOIS client and parser.
5
5
  #
6
- #
7
- # Category:: Net
8
- # Package:: Whois
9
- # Author:: Simone Carletti <weppos@weppos.net>
10
- # License:: MIT License
11
- #
12
- #--
13
- #
6
+ # Copyright (c) 2009-2011 Simone Carletti <weppos@weppos.net>
14
7
  #++
15
8
 
16
9
 
@@ -18,18 +11,36 @@ module Whois
18
11
  class Server
19
12
  module Adapters
20
13
 
14
+ #
15
+ # = Afilias Adapter
16
+ #
17
+ # Provides ability to query Afilias WHOIS interfaces.
18
+ #
19
+ # The following WHOIS servers are currently known
20
+ # to require the Afilias adapter:
21
+ #
22
+ # - whois.afilias-grs.info
23
+ #
21
24
  class Afilias < Base
22
25
 
23
- def request(qstring)
24
- response = ask_the_socket(qstring, "whois.afilias-grs.info", DEFAULT_WHOIS_PORT)
25
- append_to_buffer response, "whois.afilias-grs.info"
26
+ # Executes a WHOIS query to the Afilias WHOIS interface,
27
+ # resolving any intermediate referral,
28
+ # and appends the response to the client buffer.
29
+ #
30
+ # @param [String] string
31
+ # @return [void]
32
+ #
33
+ def request(string)
34
+ response = query_the_socket(string, host, DEFAULT_WHOIS_PORT)
35
+ buffer_append response, host
26
36
 
27
37
  if endpoint = extract_referral(response)
28
- response = ask_the_socket(qstring, endpoint, DEFAULT_WHOIS_PORT)
29
- append_to_buffer response, endpoint
38
+ response = query_the_socket(string, endpoint, DEFAULT_WHOIS_PORT)
39
+ buffer_append response, endpoint
30
40
  end
31
41
  end
32
42
 
43
+
33
44
  private
34
45
 
35
46
  def extract_referral(response)