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,23 @@
1
+ #status
2
+ should: %s == :available
3
+
4
+ #available?
5
+ should: %s == true
6
+
7
+ #registered?
8
+ should: %s == false
9
+
10
+
11
+ #created_on
12
+ should: %s == nil
13
+
14
+ #updated_on
15
+ should: %s == nil
16
+
17
+ #expires_on
18
+ should: %s raise_error(Whois::PropertyNotSupported)
19
+
20
+
21
+ #nameservers
22
+ should: %s be_a(Array)
23
+ should: %s == []
@@ -0,0 +1,9 @@
1
+
2
+ No such domain: u34jedzcq.za.org
3
+
4
+ The ZA NiC whois service contains ONLY information relating to the registration
5
+ or availability of Internet domain names under the ZA.NET and ZA.ORG namespace.
6
+ Online registration of ZA NiC domains can be made using the automated tool
7
+ available at http://www.za.net/
8
+
9
+
@@ -0,0 +1,31 @@
1
+ #status
2
+ should: %s == :registered
3
+
4
+ #available?
5
+ should: %s == false
6
+
7
+ #registered?
8
+ should: %s == true
9
+
10
+
11
+ #created_on
12
+ should: %s be_a(Time)
13
+ should: %s == Time.parse("2000-11-05 14:03:48 UTC")
14
+
15
+ #updated_on
16
+ should: %s be_a(Time)
17
+ should: %s == Time.parse("2005-08-15 12:15:10")
18
+
19
+ #expires_on
20
+ should: %s raise_error(Whois::PropertyNotSupported)
21
+
22
+
23
+ #nameservers
24
+ should: %s be_a(Array)
25
+ should: %s have(3).items
26
+ should: %s[0] be_a(_nameserver)
27
+ should: %s[0].name == "blade.wcic.co.za"
28
+ should: %s[1] be_a(_nameserver)
29
+ should: %s[1].name == "sabertooth.wcic.co.za"
30
+ should: %s[2] be_a(_nameserver)
31
+ should: %s[2].name == "ns2.iafrica.com"
@@ -0,0 +1,44 @@
1
+
2
+ Domain Name : csa.za.org
3
+
4
+ Registered for : W&C Information Consultants CC
5
+ No 4 Botano Bldg
6
+ Centurion
7
+ 0046
8
+ South Africa
9
+
10
+ Administrative Contact : Willo van der Merwe <hostmaster@wcic.co.za> <hostmaster@wcic.co.za>
11
+ W&C Information Consultants CC
12
+ No 4 Botano Bldg
13
+ Centurion
14
+ Gauteng
15
+ 0046
16
+ South Africa
17
+ +27 12 643 0288
18
+ +27 12 643 0287
19
+
20
+ Technical Contact : Willo van der Merwe <hostmaster@wcic.co.za> <hostmaster@wcic.co.za>
21
+ W&C Information Consultants CC
22
+ No 4 Botano Bldg
23
+ Centurion
24
+ Gauteng
25
+ 0046
26
+ South Africa
27
+ +27 12 643 0288
28
+ +27 12 643 0287
29
+
30
+ Record Created : Sun Nov 5 14:03:48 GMT 2000
31
+ Record Last Updated : Mon Aug 15 12:15:10 BST 2005
32
+ Database Last Updated : Sun Nov 22 16:01:16 GMT 2009
33
+
34
+ Domain Name Servers listed in order:
35
+
36
+ blade.wcic.co.za
37
+ sabertooth.wcic.co.za
38
+ ns2.iafrica.com
39
+
40
+ The ZA NiC whois service contains ONLY information relating to the registration
41
+ or availability of Internet domain names under the ZA.NET and ZA.ORG namespace.
42
+ Online registration of ZA NiC domains can be made using the automated tool
43
+ available at http://www.za.net/
44
+
@@ -0,0 +1,41 @@
1
+ require "spec_helper"
2
+
3
+ describe Whois do
4
+
5
+ describe "Basic WHOIS querying and parsing" do
6
+ it "works" do
7
+ with_definitions do
8
+ Whois::Server.define(:tld, ".it", "whois.nic.it")
9
+ Whois::Server::Adapters::Standard.any_instance.expects(:ask_the_socket).with("example.it", "whois.nic.it", 43, Whois::Server::Adapters::Base::DEFAULT_BIND_HOST, nil).returns(<<-EOS)
10
+ Domain: example.it
11
+ Status: AVAILABLE
12
+ EOS
13
+
14
+ record = Whois.query("example.it")
15
+
16
+ record.should be_a(Whois::Record)
17
+ record.should be_available
18
+ record.should_not be_registered
19
+
20
+ record.parser.should be_a(Whois::Record::Parser)
21
+ record.parser.parsers.first.should be_a(Whois::Record::Parser::WhoisNicIt)
22
+ end
23
+ end
24
+ end
25
+
26
+ describe "Binding a WHOIS query to a different local host and port" do
27
+ it "works" do
28
+ with_definitions do
29
+ Whois::Server.define(:tld, ".it", "whois.nic.it")
30
+ Whois::Server::Adapters::Standard.any_instance.expects(:ask_the_socket).with("example.it", "whois.nic.it", 43, "127.0.0.1", 3000).returns(<<-EOS)
31
+ Domain: example.it
32
+ Status: AVAILABLE
33
+ EOS
34
+
35
+ client = Whois::Client.new(:bind_host => "127.0.0.1", :bind_port => 3000)
36
+ record = client.query("example.it")
37
+ end
38
+ end
39
+ end
40
+
41
+ end
@@ -0,0 +1,23 @@
1
+ require 'rspec'
2
+ require 'whois'
3
+
4
+ unless defined?(SPEC_ROOT)
5
+ SPEC_ROOT = File.expand_path("../", __FILE__)
6
+ end
7
+
8
+ # The fixtures are UTF-8 encoded.
9
+ # Make sure Ruby uses the proper encoding.
10
+ if RUBY_VERSION < '1.9'
11
+ $KCODE='u'
12
+ else
13
+ Encoding.default_external = Encoding::UTF_8
14
+ Encoding.default_internal = Encoding::UTF_8
15
+ end
16
+
17
+ # Requires supporting ruby files with custom matchers and macros, etc,
18
+ # in spec/support/ and its subdirectories.
19
+ Dir[File.join(SPEC_ROOT, "support/**/*.rb")].each { |f| require f }
20
+
21
+ RSpec.configure do |config|
22
+ config.mock_with :mocha
23
+ end
@@ -0,0 +1,57 @@
1
+ module ParserExampleGroup
2
+
3
+ def load_part(path)
4
+ Whois::Record::Part.new(File.read(fixture("responses", @host.to_s, @suffix.to_s, @schema.to_s, path)), @host)
5
+ end
6
+
7
+ def _part
8
+ Whois::Record::Part
9
+ end
10
+
11
+ def _registrar
12
+ Whois::Record::Registrar
13
+ end
14
+
15
+ def _contact
16
+ Whois::Record::Contact
17
+ end
18
+
19
+ def _nameserver
20
+ Whois::Record::Nameserver
21
+ end
22
+
23
+ end
24
+
25
+ RSpec::Matchers.define :cache_property do |property|
26
+ match do |instance|
27
+ cache = instance.instance_eval do
28
+ @cached_properties = {}
29
+ @cached_properties
30
+ end
31
+
32
+ cache.key?(property).should be_false
33
+ value = instance.send(property)
34
+
35
+ cache.key?(property).should be_true
36
+ cache[property].should == value
37
+
38
+ true
39
+ end
40
+
41
+ failure_message_for_should do |instance|
42
+ "expected parser to cache property #{property}"
43
+ end
44
+ failure_message_for_should_not do |instance|
45
+ "expected parser to not cache property #{property}"
46
+ end
47
+ end
48
+
49
+ RSpec::configure do |c|
50
+ def c.escaped_path(*parts)
51
+ /#{parts.join('\/')}/
52
+ end
53
+
54
+ c.include ParserExampleGroup, :example_group => {
55
+ :file_path => c.escaped_path(%w( spec whois record parser ))
56
+ }
57
+ end
@@ -0,0 +1,15 @@
1
+ module ConnectivityHelper
2
+ def need_connectivity
3
+ if connectivity_available?
4
+ yield
5
+ end
6
+ end
7
+
8
+ def connectivity_available?
9
+ ENV["ONLINE"].to_i == 1
10
+ end
11
+ end
12
+
13
+ RSpec.configure do |config|
14
+ config.extend ConnectivityHelper
15
+ end
@@ -0,0 +1,53 @@
1
+ module SpecHelper
2
+
3
+ private
4
+
5
+ # Temporary resets Server @@definitions
6
+ # to let the test setup a custom definition list.
7
+ def with_definitions
8
+ definitions_setup
9
+ yield
10
+ ensure
11
+ definitions_teardown
12
+ end
13
+
14
+ def definitions_setup
15
+ @_definitions = Whois::Server.definitions
16
+ Whois::Server.send :class_variable_set, :@@definitions, { :tld => [], :ipv4 =>[], :ipv6 => [] }
17
+ end
18
+
19
+ def definitions_teardown
20
+ Whois::Server.send :class_variable_set, :@@definitions, @_definitions
21
+ end
22
+
23
+
24
+ # Temporary resets parser @@registry
25
+ # to let the test setup a custom registry.
26
+ def with_registry
27
+ @_property_registry = Whois::Record::Parser::Base.send :class_variable_get, :@@property_registry
28
+ Whois::Record::Parser::Base.send :class_variable_set, :@@property_registry, {}
29
+ yield
30
+ ensure
31
+ Whois::Record::Parser::Base.send :class_variable_set, :@@property_registry, @_property_registry
32
+ end
33
+
34
+ # Gets the currently described class.
35
+ # Conversely to +subject+, it returns the class
36
+ # instead of an instance.
37
+ def klass
38
+ described_class
39
+ end
40
+
41
+ def fixture(*names)
42
+ File.join(SPEC_ROOT, "fixtures", *names)
43
+ end
44
+
45
+ def nameserver(*params)
46
+ Whois::Record::Nameserver.new(*params)
47
+ end
48
+
49
+ end
50
+
51
+ RSpec.configure do |config|
52
+ config.include SpecHelper
53
+ end
@@ -0,0 +1,5 @@
1
+ RSpec::Matchers.define :support_property do |property|
2
+ match_unless_raises Whois::PropertyNotSupported do |parser|
3
+ parser.send(property)
4
+ end
5
+ end
@@ -0,0 +1,342 @@
1
+ tld;registry;available;unavailable
2
+ ae.org;whois.centralnic.com;qrops.ae.org;u34jedzcq.ae.org
3
+ ar.com;whois.centralnic.com;hotel.ar.com;u34jedzcq.ar.com
4
+ br.com;whois.centralnic.com;billboard.br.com;u34jedzcq.br.com
5
+ cn.com;whois.centralnic.com;gsn.cn.com;u34jedzcq.cn.com
6
+ de.com;whois.centralnic.com;boerse.de.com;u34jedzcq.de.com
7
+ eu.com;whois.centralnic.com;walkabout.eu.com;u34jedzcq.eu.com
8
+ gb.com;whois.centralnic.com;hotel.gb.com;u34jedzcq.gb.com
9
+ gb.net;whois.centralnic.com;hotel.gb.net;u34jedzcq.gb.net
10
+ hu.com;whois.centralnic.com;xxx.hu.com;u34jedzcq.hu.com
11
+ jpn.com;whois.centralnic.com;koi.jpn.com;u34jedzcq.jpn.com
12
+ kr.com;whois.centralnic.com;academyart.kr.com;u34jedzcq.kr.com
13
+ no.com;whois.centralnic.com;mrsa.no.com;u34jedzcq.no.com
14
+ qc.com;whois.centralnic.com;ceo.qc.com;u34jedzcq.qc.com
15
+ ru.com;whois.centralnic.com;srk.ru.com;u34jedzcq.ru.com
16
+ sa.com;whois.centralnic.com;fynbos.sa.com;u34jedzcq.sa.com
17
+ se.com;whois.centralnic.com;hotel.se.com;u34jedzcq.se.com
18
+ se.net;whois.centralnic.com;hotel.se.net;u34jedzcq.se.net
19
+ uk.com;whois.centralnic.com;history.uk.com;u34jedzcq.uk.com
20
+ uk.net;whois.centralnic.com;paramount.uk.net;u34jedzcq.uk.net
21
+ us.com;whois.centralnic.com;college.us.com;u34jedzcq.us.com
22
+ uy.com;whois.centralnic.com;ctrl.uy.com;u34jedzcq.uy.com
23
+ za.com;whois.centralnic.com;siyenza.za.com;u34jedzcq.za.com
24
+ com;whois.crsnic.net;google.com;u34jedzcq.com
25
+ za.net;whois.za.net;karnaugh.za.net;u34jedzcq.za.net
26
+ net;whois.crsnic.net;google.net;u34jedzcq.net
27
+ eu.org;whois.eu.org;google.eu.org;u34jedzcq.eu.org
28
+ za.org;whois.za.org;csa.za.org;u34jedzcq.za.org
29
+ org;whois.publicinterestregistry.net;google.org;u34jedzcq.org
30
+ edu;whois.educause.edu;google.edu;u34jedzcq.edu
31
+ gov;whois.nic.gov;gsa.gov;u34jedzcq.gov
32
+ int;whois.iana.org;nato.int;u34jedzcq.int
33
+ mil;;;
34
+ arpa;whois.iana.org;ip6.arpa;u34jedzcq.arpa
35
+ aero;whois.aero;srilankan.aero;u34jedzcq.aero
36
+ asia;whois.nic.asia;srilankan.aero;u34jedzcq.asia
37
+ biz;whois.biz;google.biz;u34jedzcq.biz
38
+ cat;whois.cat;gencat.cat;u34jedzcq.cat
39
+ coop;whois.nic.coop;calgary.coop;u34jedzcq.coop
40
+ info;whois.afilias.info;google.info;u34jedzcq.info
41
+ jobs;jobswhois.verisign-grs.com;goto.jobs;u34jedzcq.jobs
42
+ mobi;whois.dotmobiregistry.net;google.mobi;u34jedzcq.mobi
43
+ museum;whois.museum;musedoma.museum;u34jedzcq.museum
44
+ name;whois.nicc.name;carletti.name;u34jedzcq.name
45
+ pro;whois.registrypro.pro;registry.pro;u34jedzcq.pro
46
+ tel;whois.nic.tel;weppos.tel;u34jedzcq.tel
47
+ travel;whois.nic.travel;travel.travel;u34jedzcq.travel
48
+ ac;whois.nic.ac;google.ac;u34jedzcq.ac
49
+ ad;;;
50
+ ae;whois.aeda.net.ae;google.ae;u34jedzcq.ae
51
+ af;whois.nic.af;google.af;u34jedzcq.af
52
+ af;whois.nic.ag;google.ag;u34jedzcq.ag
53
+ ai;whois.ai;google.ai;u34jedzcq.ai
54
+ al;;;
55
+ am;whois.nic.am;google.am;u34jedzcq.am
56
+ an;;;
57
+ ao;;;
58
+ aq;;;
59
+ ar;;;
60
+ as;whois.nic.as;google.as;u34jedzcq.as
61
+ priv.at;whois.nic.priv.at;nic.priv.at;u34jedzcq.priv.at
62
+ at;whois.nic.at;google.at;u34jedzcq.at
63
+ au;whois.audns.net.au;google.com.au;u34jedzcq.com.au
64
+ aw;;;
65
+ ax;;;
66
+ az;;;
67
+ ba;;;
68
+ bb;;;
69
+ bd;;;
70
+ be;whois.dns.be;google.be;u34jedzcq.be
71
+ bf;;;
72
+ bg;whois.register.bg;google.bg;u34jedzcq.bg
73
+ bh;;;
74
+ bi;;;
75
+ #Whois::Server.define :tld, ".bj", "whois.nic.bj"
76
+ bm;;;
77
+ bn;;;
78
+ bo;whois.nic.bo;google.br;u34jedzcq.bo
79
+ br;whois.registro.br;registro.br;u34jedzcq.br
80
+ bs;;;
81
+ bt;;;
82
+ bv;;;
83
+ by;;;
84
+ bw;;;
85
+ bz;whois.afilias-grs.info;google.bz;u34jedzcq.bz
86
+ co.ca;whois.co.ca;internet.co.ca;u34jedzcq.co.ca
87
+ ca;whois.cira.ca;google.ca;u34jedzcq.ca
88
+ cc;whois.nic.cc;google.cc;u34jedzcq.cc
89
+ cd;whois.nic.cd;google.cd;u34jedzcq.cd
90
+ cf;;;
91
+ cg;;;
92
+ ch;whois.nic.ch;google.ch;u34jedzcq.ch
93
+ ci;www.nic.ci;google.ci;u34jedzcq.ci
94
+ ck;whois.nic.ck;google.co.ck;u34jedzcq.co.ck
95
+ cl;whois.nic.cl;google.cl;u34jedzcq.cl
96
+ cm;whois.netcom.cm;google.cm;u34jedzcq.cm
97
+ #Whois::Server.define :tld, ".edu.cn", "whois.edu.cn"
98
+ cn;whois.cnnic.cn;google.cn;u34jedzcq.cn
99
+ co;whois.nic.co;t.co;u34jedzcq.co
100
+ cr;;;
101
+ cu;;;
102
+ cv;;;
103
+ cx;whois.nic.cx;google.cx;u34jedzcq.cx
104
+ cy;;;
105
+ cz;whois.nic.cz;google.cz;u34jedzcq.cz
106
+ de;whois.denic.de;google.de;u34jedzcq.de
107
+ dj;;;
108
+ dk;whois.dk-hostmaster.dk;google.dk;u34jedzcq.dk
109
+ #Whois::Server.define :tld, ".dm", "whois.nic.dm"
110
+ do;;;
111
+ dz;whois.nic.dz;google.dz;u34jedzcq.dz
112
+ ec;whois.nic.ec;google.ec;u34jedzcq.ec
113
+ ee;whois.tld.ee;google.ee;u34jedzcq.ee
114
+ eg;;;
115
+ er;;;
116
+ es;;;
117
+ et;;;
118
+ eu;whois.eu;google.eu;u34jedzcq.eu
119
+ fi;whois.ficora.fi;google.fi;u34jedzcq.fi
120
+ fi;whois.usp.ac.fj;google.com.fj;u34jedzcq.fj
121
+ fk;;;
122
+ fm;;;
123
+ fo;whois.ripe.net;nic.fo;u34jedzcq.fo
124
+ fr;whois.nic.fr;google.fr;u34jedzcq.fr
125
+ ga;;;
126
+ gb;;;
127
+ gd;whois.adamsnames.tc;google.gd;u34jedzcq.gd
128
+ ge;;;
129
+ gf;;;
130
+ gg;whois.gg;google.gg;u34jedzcq.gg
131
+ gh;;;
132
+ gi;whois.afilias-grs.info;sapphire.gi;u34jedzcq.gi
133
+ gl;whois.nic.gl;google.gl;u34jedzcq.gl
134
+ gm;whois.ripe.net;nic.gm;u34jedzcq.gm
135
+ gn;;;
136
+ #Whois::Server.define :tld, ".gp", "whois.nic.gp"
137
+ gq;;;
138
+ gr;;;
139
+ gs;whois.nic.gs;google.gs;u34jedzcq.gs
140
+ gt;;;
141
+ gu;;;
142
+ gw;;;
143
+ gy;whois.registry.gy;google.gy;u34jedzcq.gy
144
+ hk;whois.hkirc.hk;google.hk;u34jedzcq.hk
145
+ hm;whois.registry.hm;google.hm;u34jedzcq.hm
146
+ hn;whois.afilias-grs.info;google.hn;u34jedzcq.hn
147
+ hr;;;
148
+ ht;whois.nic.ht;google.ht;u34jedzcq.ht
149
+ hu;whois.nic.hu;google.hu;u34jedzcq.hu
150
+ id;whois.pandi.or.id;google.co.id;u34jedzcq.co.id
151
+ ie;whois.domainregistry.ie;google.ie;u34jedzcq.ie
152
+ il;whois.isoc.org.il;isoc.org.il;u34jedzcq.il
153
+ im;whois.nic.im;google.im;u34jedzcq.im
154
+ in;whois.registry.in;google.in;u34jedzcq.in
155
+ io;whois.nic.io;drop.io;u34jedzcq.io
156
+ iq;;;
157
+ ir;whois.nic.ir;google.ir;u34jedzcq.ir
158
+ is;whois.isnic.is;google.is;u34jedzcq.is
159
+ it;whois.nic.it;google.it;u34jedzcq.it
160
+ je;whois.je;google.je;u34jedzcq.je
161
+ jm;;;
162
+ jo;;;
163
+ jp;whois.jprs.jp;google.jp;u34jedzcq.jp
164
+ ke;whois.kenic.or.ke;google.co.ke;u34jedzcq.ke
165
+ kg;whois.domain.kg;google.kg;u34jedzcq.kg
166
+ kh;;;
167
+ ki;whois.nic.ki;google.ki;u34jedzcq.ki
168
+ km;;;
169
+ kn;;;
170
+ #Whois::Server.define :tld, ".kp", "whois.kcce.kp"
171
+ kr;whois.kr;google.kr;u34jedzcq.kr
172
+ kw;;;
173
+ ky;;;
174
+ kz;whois.nic.kz;google.kz;u34jedzcq.kz
175
+ la;whois.nic.la;google.la;u34jedzcq.la
176
+ lb;;;
177
+ lc;whois.afilias-grs.info;nic.lc;u34jedzcq.lc
178
+ li;whois.nic.li;google.li;u34jedzcq.li
179
+ lk;;;
180
+ lr;;;
181
+ ls;;;
182
+ lt;whois.domreg.lt;google.lt;u34jedzcq.lt
183
+ lu;whois.dns.lu;google.lu;u34jedzcq.lu
184
+ lv;whois.nic.lv;google.lv;u34jedzcq.lv
185
+ ly;whois.nic.ly;google.ly;u34jedzcq.ly
186
+ ma;whois.iam.net.ma;google.ma;u34jedzcq.ma
187
+ mc;whois.ripe.net;nic.mc;u34jedzcq.mc
188
+ md;whois.nic.md;google.md;u34jedzcq.md
189
+ me;whois.meregistry.net;google.me;u34jedzcq.me
190
+ mg;whois.nic.mg;google.mg;u34jedzcq.mg
191
+ mh;;;
192
+ mk;;;
193
+ ml;;;
194
+ mm;;;
195
+ mn;whois.afilias-grs.info;google.mn;u34jedzcq.mn
196
+ mo;;;
197
+ mp;;;
198
+ mq;;;
199
+ mr;;;
200
+ ms;whois.nic.ms;google.ms;u34jedzcq.ms
201
+ mt;;;
202
+ mu;whois.nic.mu;google.mu;u34jedzcq.mu
203
+ mv;;;
204
+ mw;;;
205
+ mx;whois.nic.mx;google.mx;u34jedzcq.mx
206
+ my;whois.domainregistry.my;google.my;u34jedzcq.my
207
+ mz;;;
208
+ na;whois.na-nic.com.na;google.na;u34jedzcq.na
209
+ nc;;;
210
+ ne;;;
211
+ nf;whois.nic.net.nf;google.nf;u34jedzcq.nf
212
+ ng;whois.nic.net.ng;nic.net.ng;u34jedzcq.ng
213
+ ni;;;
214
+ nl;whois.domain-registry.nl;google.nl;u34jedzcq.nl
215
+ no;whois.norid.no;google.no;u34jedzcq.no
216
+ np;;;
217
+ nr;;;
218
+ nu;whois.nic.nu;google.nu;u34jedzcq.nu
219
+ om;;;
220
+ pa;;;
221
+ pe;kero.yachay.pe;google.pe;u34jedzcq.pe
222
+ pf;;;
223
+ pg;;;
224
+ ph;;;
225
+ pk;;;
226
+ #Whois::Server.define :tld, ".co.pl", "whois.co.pl"
227
+ co.pl;whois.co.pl;coco.co.pl;u34jedzcq.co.pl
228
+ pl;whois.dns.pl;google.pl;u34jedzcq.pl
229
+ pm;whois.nic.fr;nic.pm;u34jedzcq.pm
230
+ pn;;;
231
+ pr;whois.nic.pr;google.pr;u34jedzcq.pr
232
+ ps;whois.pnina.ps;google.ps;u34jedzcq.ps
233
+ pt;whois.dns.pt;google.pt;u34jedzcq.pt
234
+ pw;;;
235
+ py;;;
236
+ qa;;;
237
+ re;whois.nic.fr;nic.re;u34jedzcq.re
238
+ ro;whois.rotld.ro;google.ro;u34jedzcq.ro
239
+ rs;;;
240
+ #Whois::Server.define :tld, ".edu.ru", "whois.informika.ru"
241
+ ru;whois.ripn.net;google.ru;u34jedzcq.ru
242
+ rw;;;
243
+ sa;whois.nic.net.sa;saudigazette.com.sa;u34jedzcq.com.sa
244
+ #Whois::Server.define :tld, ".sb", "whois.nic.net.sb"
245
+ sc;whois.afilias-grs.info;google.sc;u34jedzcq.sc
246
+ sd;;;
247
+ se;whois.nic-se.se;google.se;u34jedzcq.se
248
+ sg;whois.sgnic.sg;google.sg;u34jedzcq.sg
249
+ sh;whois.nic.sh;google.sh;u34jedzcq.sh
250
+ si;whois.arnes.si;google.si;u34jedzcq.si
251
+ sj;;;
252
+ sk;whois.sk-nic.sk;google.sk;u34jedzcq.sk
253
+ sl;whois.nic.sl;google.sl;u34jedzcq.sl
254
+ sm;whois.ripe.net;google.sm;u34jedzcq.sm
255
+ sn;whois.nic.sn;google.sn;u34jedzcq.sn
256
+ so;whois.nic.so;google.so;u34jedzcq.so
257
+ sr;;;
258
+ st;whois.nic.st;google.st;u34jedzcq.st
259
+ su;whois.ripn.net;google.su;u34jedzcq.su
260
+ sv;;;
261
+ sy;;;
262
+ sz;;;
263
+ tc;whois.adamsnames.tc;google.tc;u34jedzcq.tc
264
+ td;;;
265
+ tf;whois.nic.fr;google.tf;u34jedzcq.rf
266
+ tg;;;
267
+ th;whois.thnic.co.th;google.co.th;u34jedzcq.co.th
268
+ tj;;;
269
+ tk;whois.dot.tk;thinkcode.tk;u34jedzcq.tk
270
+ tl;whois.nic.tl;thinkcode.tl;u34jedzcq.tl
271
+ tm;whois.nic.tm;google.tm;u34jedzcq.tm
272
+ tn;;;
273
+ to;whois.tonic.to;go.to;u34jedzcq.to
274
+ tp;;;
275
+ tr;whois.nic.tr;google.com.tr;u34jedzcq.com.tr
276
+ tt;;;
277
+ tv;whois.nic.tv;thinkcode.tv;u34jedzcq.tv
278
+ tw;whois.twnic.net.tw;google.com.tw;u34jedzcq.com.tw
279
+ tz;whois.tznic.or.tz;dailynews.co.tz;u34jedzcq.co.tz
280
+ in.ua;whois.in.ua;google.in.ua;u34jedzcq.in.ua
281
+ ua;whois.net.ua;google.com.ua;u34jedzcq.com.ua
282
+ ug;whois.co.ug;google.co.ug;u34jedzcq.co.ug
283
+ ac.uk;whois.ja.net;lboro.ac.uk;u34jedzcq.ac.uk
284
+ bl.uk;;;
285
+ british-library.uk;;;
286
+ gov.uk;whois.ja.net;lboro.gov.uk;u34jedzcq.gov.uk
287
+ icnet.uk;;;
288
+ jet.uk;;;
289
+ mod.uk;;;
290
+ nhs.uk;;;
291
+ nls.uk;;;
292
+ parliament.uk;;;
293
+ police.uk;;;
294
+ uk;whois.nic.uk;google.co.uk;u34jedzcq.co.uk
295
+ us;whois.nic.us;google.us;u34jedzcq.us
296
+ .com.uy;;;
297
+ uy;whois.nic.org.uy;seciu.edu.uy;u34jedzcq.edu.uy
298
+ uz;whois.cctld.uz;google.uz;u34jedzcq.uz
299
+ va;whois.ripe.net;vatican.va;u34jedzcq.va
300
+ vc;whois.afilias-grs.info;google.vc;u34jedzcq.vc
301
+ ve;whois.nic.ve;ula.ve;u34jedzcq.ve
302
+ vg;whois.adamsnames.tc;google.vg;u34jedzcq.vg
303
+ vi;;;
304
+ vn;;;
305
+ vu;;;
306
+ wf;whois.nic.fr;nic.wf;u34jedzcq.wf
307
+ ws;whois.samoanic.ws;google.ws;u34jedzcq.ws
308
+ ye;;;
309
+ yt;whois.nic.fr;nic.yt;u34jedzcq.yt
310
+ #Whois::Server.define :tld, ".ac.za", "whois.ac.za"
311
+ co.za;whois.coza.net.za;google.co.za;u34jedzcq.co.za
312
+ gov.za;whois.gov.za;dha.gov.za;u34jedzcq.gov.za
313
+ org.za;whois.org.za;joburg.org.za;u34jedzcq.org.za
314
+ za;;;
315
+ zm;;;
316
+ zw;;;
317
+ Whois::Server.define :tld, ".xn--3e0b707e", "whois.kr"
318
+ Whois::Server.define :tld, ".xn--45brj9c", nil, {:adapter=>Whois::Server::Adapters::None}
319
+ Whois::Server.define :tld, ".xn--fiqs8s", "cwhois.cnnic.cn"
320
+ Whois::Server.define :tld, ".xn--fiqz9s", "cwhois.cnnic.cn"
321
+ Whois::Server.define :tld, ".xn--fpcrj9c3d", nil, {:adapter=>Whois::Server::Adapters::None}
322
+ Whois::Server.define :tld, ".xn--fzc2c9e2c", nil, {:adapter=>Whois::Server::Adapters::None}
323
+ Whois::Server.define :tld, ".xn--gecrj9c", nil, {:adapter=>Whois::Server::Adapters::None}
324
+ Whois::Server.define :tld, ".xn--j6w193g", "whois.hkirc.hk"
325
+ Whois::Server.define :tld, ".xn--kprw13d", "whois.twnic.net.tw"
326
+ Whois::Server.define :tld, ".xn--kpry57d", "whois.twnic.net.tw"
327
+ Whois::Server.define :tld, ".xn--mgbaam7a8h", "whois.aeda.net.ae"
328
+ Whois::Server.define :tld, ".xn--mgbayh7gpa", nil, {:adapter=>Whois::Server::Adapters::None}
329
+ Whois::Server.define :tld, ".xn--mgberp4a5d4ar", "whois.nic.net.sa"
330
+ Whois::Server.define :tld, ".xn--o3cw4h", "whois.thnic.co.th"
331
+ xn--p1ai;whois.ripn.net;xn----8sbc3ahklcs4adf.xn--p1ai;u34jedzcq.xn--p1ai
332
+ Whois::Server.define :tld, ".xn--pgbs0dh", nil, {:adapter=>Whois::Server::Adapters::None}
333
+ Whois::Server.define :tld, ".xn--wgbh1c", "whois.dotmasr.eg"
334
+ Whois::Server.define :tld, ".xn--wgbl6a", nil, {:adapter=>Whois::Server::Adapters::None}
335
+ Whois::Server.define :tld, ".xn--xkc2al3hye2a", nil, {:adapter=>Whois::Server::Adapters::None}
336
+ Whois::Server.define :tld, ".xn--ygbi2ammx", "whois.pnina.ps"
337
+ Whois::Server.define :tld, ".xn--h2brj9c", nil, {:adapter=>Whois::Server::Adapters::None}
338
+ Whois::Server.define :tld, ".xn--mgbbh1a71e", nil, {:adapter=>Whois::Server::Adapters::None}
339
+ Whois::Server.define :tld, ".xn--ogbpf8fl", nil, {:adapter=>Whois::Server::Adapters::None}
340
+ Whois::Server.define :tld, ".xn--s9brj9c", nil, {:adapter=>Whois::Server::Adapters::None}
341
+ Whois::Server.define :tld, ".xn--xkc2dl3a5ee0h", nil, {:adapter=>Whois::Server::Adapters::None}
342
+ Whois::Server.define :tld, ".xn--yfro4i67o", "whois.sgnic.sg"