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
File without changes
data/.rspec ADDED
@@ -0,0 +1 @@
1
+ --colour
@@ -0,0 +1,2 @@
1
+ --readme README.rdoc
2
+ --title 'Whois API Documentation'
@@ -1,5 +1,152 @@
1
1
  = Changelog
2
2
 
3
+ == Release 2.0.0
4
+
5
+ * SERVER: Added .AE.ORG, .AR.COM, .KR.COM TLD definitions (whois.centralnic.net).
6
+
7
+ * SERVER: Removed invalid .WEB.COM TLD definition (whois.centralnic.net).
8
+
9
+ * SERVER: Updated .EE TLD definition and corresponding parser (#64).
10
+
11
+ * SERVER: Sync definitions with Debian whois 5.0.10:
12
+ * Added new IPv4 allocations.
13
+
14
+ * SERVER: Added the following 12 new IDN TLD:
15
+ * .XN--WGBL6A (قطر, Qatar) (#63)
16
+ * .XN--3E0B707E (한국, Korea, Republic of)
17
+ * .XN--45BRJ9C (.ভারত, India)
18
+ * .XN--FPCRJ9C3D (భారత్, India)
19
+ * .XN--GECRJ9C (ભારત, India)
20
+ * .XN--H2BRJ9C (भारत, India)
21
+ * .XN--MGBBH1A71E (بھارت, India)
22
+ * .XN--OGBPF8FL (سورية, Syrian Arab Republic)
23
+ * .XN--S9BRJ9C (ਭਾਰਤ, India)
24
+ * .XN--XKC2DL3A5EE0H (இந்தியா, India)
25
+ * .XN--YFRO4I67O (新加坡, Singapore)
26
+ * .XN--CLCHC0EA0B2G2A9GCD (சிங்கப்பூர், Singapore)
27
+
28
+ * SERVER: Changed .KR TLD definition to whois.kr.
29
+
30
+ * NEW: Added simple AE.ORG, AR.COM, BR.COM, CN.COM, DE.COM, EU.COM,
31
+ GB.COM, GB.NET, HU.COM, JPN.COM, KR.COM, NO.COM, QC.COM, RU.COM,
32
+ SA.COM, SE.COM, SE.NET, UK.COM, UK.NET, US.COM, UY.COM, WEB.COM,
33
+ ZA.COM TLD parser (whois.centralnic.net).
34
+
35
+ * NEW: Added ability to bind a WHOIS query to a specific local address and port (#40).
36
+
37
+ * NEW: Added simple .SO TLD parser (whois.nic.so) (#57).
38
+
39
+ * NEW: Property memoization (#18)
40
+
41
+ * NEW: whois.ripn.net now supports #registrar and #admin_contact (#72).
42
+
43
+ * NEW: Added support for $ gem test and Gem Testers
44
+ See http://www.engineyard.com/blog/2011/introducing-gem-testers/
45
+
46
+ * NEW: Whois::Answer::Nameserver#to_s returns the #name for BC with string-based nameservers.
47
+
48
+ * NEW: Added support for throttled response detection (#23, #54, #61)
49
+
50
+ * NEW: whois.registry.in now supports #registrar (#78).
51
+
52
+ * NEW: Added full whois.cnnic.cn parser (#77).
53
+
54
+ * NEW: Added full whois.cnnic.biz parser.
55
+
56
+ * NEW: Added full whois.afilias.info parser.
57
+
58
+ * NEW: Extracted Whois::Answer::Parser::Features and Extracted Whois::Answer::Parser::Scanners::Base.
59
+
60
+ * NEW: whois.nic.uk now supports #registrar (#81, #82).
61
+
62
+ * NEW: Added simple whois.markmonitor.net parser (#83).
63
+
64
+ * CHANGED: Renamed whois.centralnic.net to whois.centralnic.com (#28).
65
+
66
+ * CHANGED: Switched from RDoc to YARDoc (#3).
67
+
68
+ * CHANGED: Whois::Server::Adapter::Base#== now returns false if other is not the same instance of self.
69
+
70
+ * CHANGED: Deprecated the comparison of Whois::Answer with String.
71
+
72
+ * CHANGED: Removed official support for Ruby 1.9.1.
73
+
74
+ * CHANGED: Renamed Whois::Server::Adapters::Base#append_to_buffer to buffer_append.
75
+
76
+ * CHANGED: Whois::Answer::Parser::Base#response_throttled? and Whois::Answer::Parser::Base#invalid? are not defined by default.
77
+ Define the method in the implementation, and Whois::Answer::Parser will automatically use it.
78
+
79
+ * CHANGED: Removed &block from method definition to avoid creating block objects when yield is used (#66)
80
+
81
+ * CHANGED: Renamed Whois::Answer::Parser::Base.register_property to Whois::Answer::Parser::Base.property_register.
82
+
83
+ * CHANGED: Whois::Answer::Parser creates a missing method the first time it is invoked to increase performance.
84
+
85
+ * CHANGED: whois.nic.it parser raises on invalid #status.
86
+
87
+ * CHANGED: Change #nameservers property to return an Array of Nameserver (#76, see #71, see #64).
88
+
89
+ * CHANGED: Whois#query no longer raises Errno or SocketError. The errors are now rescued and re-raised as Whois::ConnectionError.
90
+
91
+ * CHANGED: #admin_contact, #technical_contact and #registrant_contact have been renamed to #admin_contacts, #technical_contacts and #registrant_contacts and they now returns an array of Contact, instead of a single Contact.
92
+
93
+ * CHANGED: Migrated all tests to RSpec.
94
+
95
+ * CHANGED: Renamed Whois::Answer to Whois::Record and deprecate Whois::Answer class.
96
+
97
+ * FIXED: Converted #changed? and #unchanged? properties to methods
98
+ and normalized their behavior.
99
+
100
+ * FIXED: Make sure a warning is issued when #registered? or #available? returns nil.
101
+
102
+ * FIXED: Fixed a bug with the whois.crsnic.net parser where the name server contains "no nameserver" instead of a valid host.
103
+
104
+ * FIXED: Fixed a bug which prevents a client to be created with nil timeout.
105
+
106
+ * FIXED: The very first time a Whois::Answer method/property question method is invoked,
107
+ the corresponding method is called instead of the question one.
108
+
109
+ * FIXED: whois.cat parser must support multiple statuses.
110
+
111
+ * FIXED: whois.tld.ee parser must support :expired status.
112
+
113
+ * FIXED: whois.nic.fr parser must support :registered status.
114
+
115
+ * FIXED: whois.nic.cz parser must support :expired status.
116
+
117
+ * FIXED: With some .tr domains, whois.nic.tr parser returns invalid values for nameservers.
118
+
119
+ * FIXED: whois.isoc.org.il parser must support "transfer allowed" status.
120
+
121
+ * FIXED: Whois::Answer#respond_to? and Whois::Answer::Parser#respond_to?
122
+ should keep METHODS and PROPERTIES into consideration.
123
+
124
+ * FIXED: whois.nic.fr parser must support "redemption" status.
125
+
126
+ * FIXED: whois.nic.it parser must support the following new statuses:
127
+ - ok / *
128
+ - client*
129
+ - pendingDelete
130
+ - GRACE-PERIOD
131
+
132
+ * FIXED: whois.nic.it parser doesn't set address state.
133
+
134
+ * FIXED: whois.cira.ca parser must support "to be released" status.
135
+
136
+ * FIXED: whois.sk-nic.sk parser must support "DOM_HELD" status.
137
+
138
+ === BC
139
+
140
+ * Whois::Server::Adapters::Base#append_to_buffer renamed to buffer_append.
141
+
142
+ * Whois#query no longer raises Errno::ECONNRESET, Errno::EHOSTUNREACH, Errno::ECONNREFUSED, SocketError.
143
+ The errors are now rescued and re-raised as Whois::ConnectionError.
144
+
145
+ * #admin_contact, #technical_contact and #registrant_contact have been renamed to #admin_contacts, #technical_contacts and #registrant_contacts and they now returns an array of Contact, instead of a single Contact. #admin_contact, #technical_contact and #registrant_contact still exists in the Answer as a convenient shortcut.
146
+
147
+ * Renamed Whois::Answer::Parser::Base.register_property to Whois::Answer::Parser::Base.property_register.
148
+
149
+
3
150
  == Release 1.6.6
4
151
 
5
152
  * NEW: Backported whois.centralnic.net support from version 2.0.
@@ -11,8 +158,6 @@
11
158
 
12
159
  == Release 1.6.5
13
160
 
14
- * FIXED: whois.nic.ve must support :suspended status.
15
-
16
161
  * FIXED: whois.dns.pt must support :reserved status.
17
162
 
18
163
  * FIXED: whois.cira.ca must support :redemption status as :registered.
@@ -22,7 +167,10 @@
22
167
 
23
168
  * FIXED: With some .pl domains, whois.dns.pl parser returns invalid values for nameservers.
24
169
 
25
- * FIXED: The whois.pnina.ps server injects a NODNS.NS string when a nameserver is not set. The parser should ignore it.
170
+ * FIXED: The whois.pnina.ps server injects a NODNS.NS string when a nameserver is not set.
171
+ The parser should ignore it.
172
+
173
+ * FIXED: whois.nic.ve must support :suspended status.
26
174
 
27
175
 
28
176
  == Release 1.6.3
data/LICENSE ADDED
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2009-2011 Simone Carletti <weppos@weppos.net>
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -41,9 +41,20 @@ This library is intended to be installed as a Gem.
41
41
  You might need administrator privileges on your system to install it.
42
42
 
43
43
 
44
+ == Upgrade
45
+
46
+ Install the newer version via RubyGems.
47
+
48
+ $ gem install whois
49
+
50
+ Minor and bugfix releases normally won't break backwards-compatibility. You can read the CHANGELOG.rdoc file to learn about the changes in each release.
51
+
52
+ Read the {Upgrading}[http://www.ruby-whois.org/manual/upgrading.html] documentation page for detailed information about incompatible changes and further instructions.
53
+
54
+
44
55
  == Getting Started
45
56
 
46
- Note. This section covers only the essentials for getting started with the Whois library. The {documentation}[http://www.ruby-whois.org/documentation.html] provides a more accurate explanation including tutorials, more examples and technical details about the client/server/answer/parser architecture.
57
+ Note. This section covers only the essentials for getting started with the Whois library. The {documentation}[http://www.ruby-whois.org/documentation.html] provides a more accurate explanation including tutorials, more examples and technical details about the client/server/record/parser architecture.
47
58
 
48
59
  === Querying the Server
49
60
 
@@ -54,22 +65,22 @@ Check out the following examples:
54
65
  # Domain WHOIS
55
66
  w = Whois::Client.new
56
67
  w.query("google.com")
57
- # => #<Whois::Answer>
68
+ # => #<Whois::Record>
58
69
 
59
70
  # TLD WHOIS
60
71
  w = Whois::Client.new
61
72
  w.query(".com")
62
- # => #<Whois::Answer>
73
+ # => #<Whois::Record>
63
74
 
64
75
  # IPv4 WHOIS
65
76
  w = Whois::Client.new
66
77
  w.query("74.125.67.100")
67
- # => #<Whois::Answer>
78
+ # => #<Whois::Record>
68
79
 
69
80
  # IPv6 WHOIS
70
81
  w = Whois::Client.new
71
82
  w.query("2001:db8::1428:57ab")
72
- # => #<Whois::Answer>
83
+ # => #<Whois::Record>
73
84
 
74
85
  The query method is stateless. For this reason, you can safely re-use the same client instance for multiple queries.
75
86
 
@@ -83,7 +94,7 @@ The query method is stateless. For this reason, you can safely re-use the same c
83
94
  If you just need a WHOIS response and you don't care about a full control of the WHOIS Client, <tt>Whois</tt> comes with a simple method called whois. This is the simplest way to send a WHOIS request.
84
95
 
85
96
  Whois.whois("google.com")
86
- # => #<Whois::Answer>
97
+ # => #<Whois::Record>
87
98
 
88
99
  Did I mention you can even use blocks?
89
100
 
@@ -96,35 +107,35 @@ Did I mention you can even use blocks?
96
107
  end
97
108
 
98
109
 
99
- === Consuming the Answer
110
+ === Consuming the Record
100
111
 
101
- As of release 0.8, a WHOIS query no longer returns a simple string. Instead, you get a full <tt>Whois::Answer</tt> instance and this is just the beginning of the story.
112
+ Any WHOIS query returns a <tt>Whois::Record</tt>. This object looks like a String, but it's way more powerful.
102
113
 
103
- <tt>Whois::Answer</tt> is a super powerful object. It encapsulates the full WHOIS answer and it provides you the ability to parse the WHOIS response with a full object oriented notation.
114
+ <tt>Whois::Record</tt> encapsulates a WHOIS record and provides the ability to parse the WHOIS response programmatically, by using an object oriented syntax.
104
115
 
105
- a = Whois.whois("google.it")
106
- # => #<Whois::Answer>
116
+ r = Whois.whois("google.it")
117
+ # => #<Whois::Record>
107
118
 
108
- a.available?
119
+ r.available?
109
120
  # => false
110
- a.registered?
121
+ r.registered?
111
122
  # => true
112
123
 
113
- a.created_on
124
+ r.created_on
114
125
  # => Fri Dec 10 00:00:00 +0100 1999
115
126
 
116
- t = a.technical
117
- # => #<Whois::Answer::Contact>
127
+ t = r.technical
128
+ # => #<Whois::Record::Contact>
118
129
  t.id
119
130
  # => "TS7016-ITNIC"
120
131
  t.name
121
132
  # => "Technical Services"
122
133
 
123
- a.nameservers.each do |nameserver|
134
+ r.nameservers.each do |nameserver|
124
135
  puts nameserver
125
136
  end
126
137
 
127
- This feature is made possible by the <tt>Whois</tt> answer parsers. Unfortunately, due to the lack of a global standard, each WHOIS server requires a specific parser. For this reason, the library doesn't support all existing WHOIS servers.
138
+ This feature is made possible by the <tt>Whois</tt> record parsers. Unfortunately, due to the lack of a global standard, each WHOIS server requires a specific parser. For this reason, the library doesn't support all existing WHOIS servers.
128
139
 
129
140
  If you create a new parser, please consider releasing it to the public so that it can be included in a next version.
130
141
 
@@ -175,7 +186,7 @@ Bug reports and Feature suggestions {are welcomed}[http://github.com/weppos/whoi
175
186
 
176
187
  == More
177
188
 
178
- * {Homepage}[http://www.ruby-whois.org]
189
+ * {Homepage}[http://www.ruby-whois.org/]
179
190
  * {Repository}[http://github.com/weppos/whois]
180
191
  * {API Documentation}[http://www.ruby-whois.org/api/] (RDoc)
181
192
  * {Discussion Group}[http://groups.google.com/group/ruby-whois]
@@ -188,5 +199,7 @@ See the CHANGELOG.rdoc file for details.
188
199
 
189
200
  == License
190
201
 
191
- Copyright (c) 2009-2010 Simone Carletti, Whois is released under the MIT license.
202
+ Copyright (c) 2009-2011 Simone Carletti.
203
+
204
+ Whois is free software released under the MIT license.
192
205
 
@@ -0,0 +1,144 @@
1
+ require 'rubygems'
2
+ require 'rspec/core/rake_task'
3
+ require 'rake/gempackagetask'
4
+ require 'yard'
5
+ require 'yard/rake/yardoc_task'
6
+
7
+ $:.unshift(File.dirname(__FILE__) + '/lib')
8
+ require 'whois'
9
+
10
+
11
+ # Common package properties
12
+ PKG_NAME = ENV['PKG_NAME'] || Whois::GEM
13
+ PKG_VERSION = ENV['PKG_VERSION'] || Whois::VERSION
14
+
15
+ if ENV['SNAPSHOT'].to_i == 1
16
+ PKG_VERSION << "." << Time.now.utc.strftime("%Y%m%d%H%M%S")
17
+ end
18
+
19
+
20
+ # Run test by default.
21
+ task :default => :rspec
22
+ task :test => :rspec
23
+
24
+ # This builds the actual gem. For details of what all these options
25
+ # mean, and other ones you can add, check the documentation here:
26
+ #
27
+ # http://rubygems.org/read/chapter/20
28
+ #
29
+ spec = Gem::Specification.new do |s|
30
+ s.name = PKG_NAME
31
+ s.version = PKG_VERSION
32
+ s.summary = "An intelligent pure Ruby WHOIS client and parser."
33
+ s.description = "Whois is an intelligent WHOIS client and parser written in pure Ruby. It can query registry data for IPv4, IPv6 and top level domains, parse and convert responses into easy-to-use Ruby objects."
34
+
35
+ s.required_ruby_version = ">= 1.8.7"
36
+
37
+ s.author = "Simone Carletti"
38
+ s.email = "weppos@weppos.net"
39
+ s.homepage = "http://www.ruby-whois.org"
40
+ s.rubyforge_project = "whois"
41
+
42
+ s.files = %w( Rakefile LICENSE .gemtest .rspec .yardopts ) +
43
+ Dir.glob("*.{rdoc,gemspec}") +
44
+ Dir.glob("{bin,lib,spec}/**/*")
45
+ s.executables = ["ruby-whois"]
46
+ s.require_paths = ["lib"]
47
+
48
+ # If you want to depend on other gems, add them here, along with any
49
+ # relevant versions
50
+ # s.add_dependency("some_other_gem", "~> 0.1.0")
51
+
52
+ # If your tests use any gems, include them here
53
+ s.add_development_dependency("rspec", "~> 2.5.0")
54
+ s.add_development_dependency("mocha")
55
+ s.add_development_dependency("yard")
56
+ end
57
+
58
+ # This task actually builds the gem.
59
+ # We also regenerate a static .gemspec file.
60
+ Rake::GemPackageTask.new(spec) do |pkg|
61
+ pkg.gem_spec = spec
62
+ end
63
+
64
+ desc "Build the gemspec file #{spec.name}.gemspec"
65
+ task :gemspec do
66
+ file = File.dirname(__FILE__) + "/#{spec.name}.gemspec"
67
+ File.open(file, "w") {|f| f << spec.to_ruby }
68
+ end
69
+
70
+
71
+ # Run all the specs in the /spec folder
72
+ RSpec::Core::RakeTask.new(:rspec)
73
+
74
+
75
+ namespace :multitest do
76
+ RUBIES = %w( ruby-1.8.7-p334 ruby-1.9.2-p180 jruby-1.6.0.RC2 ree-1.8.7-2011.03 )
77
+
78
+ desc "Run tests for all rubies"
79
+ task :all => :ensure_rvm do
80
+ sh "rvm #{RUBIES.join(",")} rake test"
81
+ end
82
+
83
+ task :ensure_rvm do
84
+ File.exist?(File.expand_path("~/.rvm/scripts/rvm")) || abort("RVM is not available")
85
+ end
86
+
87
+ RUBIES.each do |ruby|
88
+ desc "Run tests against Ruby #{ruby}"
89
+ task ruby => "test:ensure_rvm" do
90
+ sh "rvm #{ruby} rake test"
91
+ end
92
+ end
93
+
94
+ task :bundleize do
95
+ sh "rvm #{RUBIES.join(",")} gem install bundler"
96
+ end
97
+
98
+ task :setup do
99
+ sh "rvm #{RUBIES.join(",")} exec bundle install"
100
+ end
101
+ end
102
+
103
+
104
+ desc "Remove any temporary products, including gemspec"
105
+ task :clean => [:clobber] do
106
+ rm "#{spec.name}.gemspec" if File.file?("#{spec.name}.gemspec")
107
+ end
108
+
109
+ desc "Remove any generated file"
110
+ task :clobber => [:clobber_rcov, :clobber_package]
111
+
112
+ desc "Package the library and generates the gemspec"
113
+ task :package => [:gemspec]
114
+
115
+
116
+ YARD::Rake::YardocTask.new(:yardoc) do |y|
117
+ y.options = ["--output-dir", "yardoc"]
118
+ end
119
+
120
+ namespace :yardoc do
121
+ desc "Publish YARD documentation to the site"
122
+ task :publish => ["yardoc:clobber", "yardoc"] do
123
+ ENV["username"] || raise(ArgumentError, "Missing ssh username")
124
+ sh "rsync -avz --delete yardoc/ #{ENV["username"]}@alamak:/home/#{ENV["username"]}/ruby-whois.org/api"
125
+ end
126
+
127
+ desc "Remove YARD products"
128
+ task :clobber do
129
+ rm_r "yardoc" rescue nil
130
+ end
131
+ end
132
+
133
+ task :clobber => "yardoc:clobber"
134
+
135
+
136
+ desc "Open an irb session preloaded with this library"
137
+ task :console do
138
+ sh "irb -rubygems -I lib -r whois.rb"
139
+ end
140
+
141
+
142
+ Dir["tasks/**/*.rake"].each do |file|
143
+ load(file)
144
+ end