whois-parser 1.2.0 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1024) hide show
  1. checksums.yaml +4 -4
  2. data/.github/dependabot.yml +8 -0
  3. data/.github/workflows/release.yml +16 -0
  4. data/.github/workflows/tests.yml +28 -0
  5. data/.rubocop.yml +27 -0
  6. data/.rubocop_opinionated.yml +135 -0
  7. data/.rubocop_todo.yml +524 -0
  8. data/CHANGELOG.md +7 -0
  9. data/Gemfile +3 -2
  10. data/LICENSE.txt +1 -1
  11. data/README.md +2 -2
  12. data/Rakefile +13 -13
  13. data/lib/whois/parser/contact.rb +1 -1
  14. data/lib/whois/parser/super_struct.rb +1 -1
  15. data/lib/whois/parser/version.rb +1 -1
  16. data/lib/whois/parser.rb +7 -6
  17. data/lib/whois/parser_extensions/whois_record.rb +4 -3
  18. data/lib/whois/parsers/base.rb +6 -5
  19. data/lib/whois/parsers/base_afilias.rb +6 -6
  20. data/lib/whois/parsers/base_afilias2.rb +6 -6
  21. data/lib/whois/parsers/base_cocca.rb +8 -8
  22. data/lib/whois/parsers/base_cocca2.rb +3 -3
  23. data/lib/whois/parsers/base_icann_compliant.rb +3 -2
  24. data/lib/whois/parsers/base_icb.rb +2 -2
  25. data/lib/whois/parsers/base_iisse.rb +1 -1
  26. data/lib/whois/parsers/base_nic_fr.rb +11 -11
  27. data/lib/whois/parsers/base_shared1.rb +1 -1
  28. data/lib/whois/parsers/base_shared2.rb +5 -5
  29. data/lib/whois/parsers/base_shared3.rb +1 -1
  30. data/lib/whois/parsers/base_verisign.rb +1 -1
  31. data/lib/whois/parsers/base_whoisd.rb +5 -5
  32. data/lib/whois/parsers/blank.rb +2 -2
  33. data/lib/whois/parsers/capetown-whois.registry.net.za.rb +1 -1
  34. data/lib/whois/parsers/ccwhois.ksregistry.net.rb +1 -1
  35. data/lib/whois/parsers/ccwhois.verisign-grs.com.rb +1 -1
  36. data/lib/whois/parsers/coza-whois.registry.net.za.rb +1 -1
  37. data/lib/whois/parsers/durban-whois.registry.net.za.rb +1 -1
  38. data/lib/whois/parsers/example.rb +1 -1
  39. data/lib/whois/parsers/joburg-whois.registry.net.za.rb +1 -1
  40. data/lib/whois/parsers/kero.yachay.pe.rb +4 -4
  41. data/lib/whois/parsers/org-whois.registry.net.za.rb +1 -1
  42. data/lib/whois/parsers/tvwhois.verisign-grs.com.rb +1 -1
  43. data/lib/whois/parsers/whois.1und1.info.rb +3 -3
  44. data/lib/whois/parsers/whois.35.com.rb +1 -1
  45. data/lib/whois/parsers/whois.aeda.net.ae.rb +6 -6
  46. data/lib/whois/parsers/whois.aero.rb +1 -1
  47. data/lib/whois/parsers/whois.afilias-grs.info.rb +1 -1
  48. data/lib/whois/parsers/whois.afilias.net.rb +1 -1
  49. data/lib/whois/parsers/whois.amnic.net.rb +7 -7
  50. data/lib/whois/parsers/whois.ascio.com.rb +2 -2
  51. data/lib/whois/parsers/whois.ati.tn.rb +1 -1
  52. data/lib/whois/parsers/whois.audns.net.au.rb +1 -1
  53. data/lib/whois/parsers/whois.ax.rb +2 -2
  54. data/lib/whois/parsers/whois.biz.rb +2 -2
  55. data/lib/whois/parsers/whois.bnnic.bn.rb +5 -5
  56. data/lib/whois/parsers/whois.cat.rb +5 -5
  57. data/lib/whois/parsers/whois.cctld.by.rb +1 -1
  58. data/lib/whois/parsers/whois.cctld.uz.rb +7 -7
  59. data/lib/whois/parsers/whois.cdmon.com.rb +1 -1
  60. data/lib/whois/parsers/whois.centralnic.com.rb +6 -6
  61. data/lib/whois/parsers/whois.cira.ca.rb +8 -8
  62. data/lib/whois/parsers/whois.cmc.iq.rb +1 -1
  63. data/lib/whois/parsers/whois.cnnic.cn.rb +1 -1
  64. data/lib/whois/parsers/whois.co.ca.rb +7 -7
  65. data/lib/whois/parsers/whois.co.pl.rb +4 -4
  66. data/lib/whois/parsers/whois.co.ug.rb +6 -6
  67. data/lib/whois/parsers/whois.comlaude.com.rb +8 -8
  68. data/lib/whois/parsers/whois.corporatedomains.com.rb +2 -2
  69. data/lib/whois/parsers/whois.denic.de.rb +3 -3
  70. data/lib/whois/parsers/whois.dk-hostmaster.dk.rb +12 -12
  71. data/lib/whois/parsers/whois.dns.be.rb +6 -6
  72. data/lib/whois/parsers/whois.dns.hr.rb +1 -1
  73. data/lib/whois/parsers/whois.dns.lu.rb +19 -19
  74. data/lib/whois/parsers/whois.dns.pl.rb +9 -9
  75. data/lib/whois/parsers/whois.dns.pt.rb +6 -6
  76. data/lib/whois/parsers/whois.domain-registry.nl.rb +6 -6
  77. data/lib/whois/parsers/whois.domainregistry.ie.rb +3 -2
  78. data/lib/whois/parsers/whois.domreg.lt.rb +4 -4
  79. data/lib/whois/parsers/whois.donuts.co.rb +4 -3
  80. data/lib/whois/parsers/whois.dot.cf.rb +4 -4
  81. data/lib/whois/parsers/whois.dot.tk.rb +4 -4
  82. data/lib/whois/parsers/whois.dotgov.gov.rb +3 -3
  83. data/lib/whois/parsers/whois.dotmobiregistry.net.rb +1 -1
  84. data/lib/whois/parsers/whois.dotpostregistry.net.rb +1 -1
  85. data/lib/whois/parsers/whois.dreamhost.com.rb +1 -1
  86. data/lib/whois/parsers/whois.educause.edu.rb +13 -15
  87. data/lib/whois/parsers/whois.eenet.ee.rb +4 -4
  88. data/lib/whois/parsers/whois.enom.com.rb +2 -2
  89. data/lib/whois/parsers/whois.eu.org.rb +1 -1
  90. data/lib/whois/parsers/whois.eu.rb +6 -6
  91. data/lib/whois/parsers/whois.fi.rb +2 -2
  92. data/lib/whois/parsers/whois.gandi.net.rb +1 -1
  93. data/lib/whois/parsers/whois.gg.rb +1 -1
  94. data/lib/whois/parsers/whois.godaddy.com.rb +1 -1
  95. data/lib/whois/parsers/whois.gov.za.rb +2 -2
  96. data/lib/whois/parsers/whois.hkirc.hk.rb +4 -4
  97. data/lib/whois/parsers/whois.iana.org.rb +1 -1
  98. data/lib/whois/parsers/whois.iis.nu.rb +1 -1
  99. data/lib/whois/parsers/whois.iis.se.rb +1 -1
  100. data/lib/whois/parsers/whois.in.ua.rb +5 -5
  101. data/lib/whois/parsers/whois.inregistry.net.rb +2 -2
  102. data/lib/whois/parsers/whois.isnic.is.rb +3 -3
  103. data/lib/whois/parsers/whois.isoc.org.il.rb +3 -3
  104. data/lib/whois/parsers/whois.ja.net.rb +5 -5
  105. data/lib/whois/parsers/whois.je.rb +1 -1
  106. data/lib/whois/parsers/whois.jprs.jp.rb +9 -9
  107. data/lib/whois/parsers/whois.kenic.or.ke.rb +7 -7
  108. data/lib/whois/parsers/whois.kg.rb +5 -5
  109. data/lib/whois/parsers/whois.kr.rb +6 -6
  110. data/lib/whois/parsers/whois.markmonitor.com.rb +1 -1
  111. data/lib/whois/parsers/whois.monic.mo.rb +3 -3
  112. data/lib/whois/parsers/whois.museum.rb +4 -4
  113. data/lib/whois/parsers/whois.mynic.my.rb +4 -4
  114. data/lib/whois/parsers/whois.na-nic.com.na.rb +1 -1
  115. data/lib/whois/parsers/whois.nc.rb +1 -1
  116. data/lib/whois/parsers/whois.netcom.cm.rb +3 -3
  117. data/lib/whois/parsers/whois.networksolutions.com.rb +2 -2
  118. data/lib/whois/parsers/whois.nic.ac.rb +1 -1
  119. data/lib/whois/parsers/whois.nic.af.rb +1 -1
  120. data/lib/whois/parsers/whois.nic.ag.rb +1 -1
  121. data/lib/whois/parsers/whois.nic.ai.rb +2 -2
  122. data/lib/whois/parsers/whois.nic.as.rb +2 -2
  123. data/lib/whois/parsers/whois.nic.asia.rb +5 -5
  124. data/lib/whois/parsers/whois.nic.at.rb +2 -2
  125. data/lib/whois/parsers/whois.nic.bj.rb +12 -11
  126. data/lib/whois/parsers/whois.nic.bo.rb +4 -4
  127. data/lib/whois/parsers/whois.nic.cd.rb +1 -1
  128. data/lib/whois/parsers/whois.nic.ch.rb +5 -5
  129. data/lib/whois/parsers/whois.nic.ci.rb +3 -3
  130. data/lib/whois/parsers/whois.nic.cl.rb +4 -4
  131. data/lib/whois/parsers/whois.nic.co.rb +1 -1
  132. data/lib/whois/parsers/whois.nic.college.rb +1 -1
  133. data/lib/whois/parsers/whois.nic.coop.rb +4 -4
  134. data/lib/whois/parsers/whois.nic.cx.rb +1 -1
  135. data/lib/whois/parsers/whois.nic.cz.rb +1 -1
  136. data/lib/whois/parsers/whois.nic.design.rb +1 -1
  137. data/lib/whois/parsers/whois.nic.dm.rb +1 -1
  138. data/lib/whois/parsers/whois.nic.dz.rb +1 -1
  139. data/lib/whois/parsers/whois.nic.ec.rb +1 -1
  140. data/lib/whois/parsers/whois.nic.es.rb +6 -6
  141. data/lib/whois/parsers/whois.nic.fm.rb +1 -1
  142. data/lib/whois/parsers/whois.nic.fo.rb +1 -1
  143. data/lib/whois/parsers/whois.nic.fr.rb +1 -1
  144. data/lib/whois/parsers/whois.nic.gd.rb +1 -1
  145. data/lib/whois/parsers/whois.nic.gl.rb +1 -1
  146. data/lib/whois/parsers/whois.nic.gs.rb +1 -1
  147. data/lib/whois/parsers/whois.nic.hn.rb +1 -1
  148. data/lib/whois/parsers/whois.nic.ht.rb +1 -1
  149. data/lib/whois/parsers/whois.nic.hu.rb +4 -4
  150. data/lib/whois/parsers/whois.nic.im.rb +2 -2
  151. data/lib/whois/parsers/whois.nic.io.rb +1 -1
  152. data/lib/whois/parsers/whois.nic.ir.rb +2 -2
  153. data/lib/whois/parsers/whois.nic.it.rb +2 -2
  154. data/lib/whois/parsers/whois.nic.jobs.rb +2 -2
  155. data/lib/whois/parsers/whois.nic.ki.rb +1 -1
  156. data/lib/whois/parsers/whois.nic.kz.rb +4 -4
  157. data/lib/whois/parsers/whois.nic.la.rb +1 -1
  158. data/lib/whois/parsers/whois.nic.li.rb +2 -2
  159. data/lib/whois/parsers/whois.nic.lk.rb +7 -7
  160. data/lib/whois/parsers/whois.nic.lv.rb +3 -3
  161. data/lib/whois/parsers/whois.nic.ly.rb +5 -5
  162. data/lib/whois/parsers/whois.nic.md.rb +5 -5
  163. data/lib/whois/parsers/whois.nic.me.rb +6 -6
  164. data/lib/whois/parsers/whois.nic.mg.rb +1 -1
  165. data/lib/whois/parsers/whois.nic.ms.rb +1 -1
  166. data/lib/whois/parsers/whois.nic.mu.rb +1 -1
  167. data/lib/whois/parsers/whois.nic.mx.rb +4 -4
  168. data/lib/whois/parsers/whois.nic.name.rb +4 -4
  169. data/lib/whois/parsers/whois.nic.net.ng.rb +1 -1
  170. data/lib/whois/parsers/whois.nic.net.sa.rb +4 -4
  171. data/lib/whois/parsers/whois.nic.net.sb.rb +1 -1
  172. data/lib/whois/parsers/whois.nic.nf.rb +1 -1
  173. data/lib/whois/parsers/whois.nic.org.uy.rb +6 -6
  174. data/lib/whois/parsers/whois.nic.pm.rb +1 -1
  175. data/lib/whois/parsers/whois.nic.pr.rb +5 -5
  176. data/lib/whois/parsers/whois.nic.priv.at.rb +2 -2
  177. data/lib/whois/parsers/whois.nic.pw.rb +1 -1
  178. data/lib/whois/parsers/whois.nic.re.rb +1 -1
  179. data/lib/whois/parsers/whois.nic.sh.rb +1 -1
  180. data/lib/whois/parsers/whois.nic.sl.rb +5 -7
  181. data/lib/whois/parsers/whois.nic.sm.rb +8 -8
  182. data/lib/whois/parsers/whois.nic.sn.rb +9 -9
  183. data/lib/whois/parsers/whois.nic.so.rb +4 -4
  184. data/lib/whois/parsers/whois.nic.space.rb +1 -1
  185. data/lib/whois/parsers/whois.nic.st.rb +4 -4
  186. data/lib/whois/parsers/whois.nic.tc.rb +1 -1
  187. data/lib/whois/parsers/whois.nic.tech.rb +1 -1
  188. data/lib/whois/parsers/whois.nic.tel.rb +1 -1
  189. data/lib/whois/parsers/whois.nic.tl.rb +1 -1
  190. data/lib/whois/parsers/whois.nic.tm.rb +2 -2
  191. data/lib/whois/parsers/whois.nic.tr.rb +10 -10
  192. data/lib/whois/parsers/whois.nic.travel.rb +1 -1
  193. data/lib/whois/parsers/whois.nic.uk.rb +11 -11
  194. data/lib/whois/parsers/whois.nic.us.rb +1 -1
  195. data/lib/whois/parsers/whois.nic.ve.rb +12 -12
  196. data/lib/whois/parsers/whois.nic.wf.rb +1 -1
  197. data/lib/whois/parsers/whois.nic.xxx.rb +1 -1
  198. data/lib/whois/parsers/whois.nic.xyz.rb +1 -1
  199. data/lib/whois/parsers/whois.norid.no.rb +3 -3
  200. data/lib/whois/parsers/whois.pairnic.com.rb +3 -3
  201. data/lib/whois/parsers/whois.pandi.or.id.rb +1 -1
  202. data/lib/whois/parsers/whois.pir.org.rb +4 -4
  203. data/lib/whois/parsers/whois.pnina.ps.rb +1 -1
  204. data/lib/whois/parsers/whois.register.bg.rb +7 -7
  205. data/lib/whois/parsers/whois.register.com.rb +1 -1
  206. data/lib/whois/parsers/whois.register.si.rb +5 -5
  207. data/lib/whois/parsers/whois.registre.ma.rb +3 -3
  208. data/lib/whois/parsers/whois.registro.br.rb +18 -9
  209. data/lib/whois/parsers/whois.registry.gy.rb +1 -1
  210. data/lib/whois/parsers/whois.registry.hm.rb +3 -3
  211. data/lib/whois/parsers/whois.registry.om.rb +2 -2
  212. data/lib/whois/parsers/whois.registry.qa.rb +1 -1
  213. data/lib/whois/parsers/whois.ripe.net.rb +1 -1
  214. data/lib/whois/parsers/whois.rnids.rs.rb +2 -2
  215. data/lib/whois/parsers/whois.rotld.ro.rb +3 -3
  216. data/lib/whois/parsers/whois.rrpproxy.net.rb +2 -2
  217. data/lib/whois/parsers/whois.safenames.net.rb +5 -5
  218. data/lib/whois/parsers/whois.schlund.info.rb +2 -2
  219. data/lib/whois/parsers/whois.sgnic.sg.rb +21 -21
  220. data/lib/whois/parsers/whois.sk-nic.sk.rb +5 -5
  221. data/lib/whois/parsers/whois.smallregistry.net.rb +2 -2
  222. data/lib/whois/parsers/whois.srs.net.nz.rb +1 -1
  223. data/lib/whois/parsers/whois.sx.rb +2 -2
  224. data/lib/whois/parsers/whois.tcinet.ru.rb +16 -16
  225. data/lib/whois/parsers/whois.thnic.co.th.rb +6 -6
  226. data/lib/whois/parsers/whois.tld.ee.rb +8 -8
  227. data/lib/whois/parsers/whois.tld.sy.rb +1 -1
  228. data/lib/whois/parsers/whois.tonic.to.rb +5 -7
  229. data/lib/whois/parsers/whois.tucows.com.rb +2 -2
  230. data/lib/whois/parsers/whois.twnic.net.tw.rb +4 -4
  231. data/lib/whois/parsers/whois.tznic.or.tz.rb +1 -1
  232. data/lib/whois/parsers/whois.ua.rb +11 -11
  233. data/lib/whois/parsers/whois.udag.net.rb +3 -3
  234. data/lib/whois/parsers/whois.uniregistry.net.rb +3 -2
  235. data/lib/whois/parsers/whois.usp.ac.fj.rb +5 -5
  236. data/lib/whois/parsers/whois.verisign-grs.com.rb +1 -1
  237. data/lib/whois/parsers/whois.website.ws.rb +5 -5
  238. data/lib/whois/parsers/whois.wildwestdomains.com.rb +2 -2
  239. data/lib/whois/parsers/whois.yoursrs.com.rb +6 -6
  240. data/lib/whois/parsers/whois.za.net.rb +4 -4
  241. data/lib/whois/parsers/whois.za.org.rb +4 -4
  242. data/lib/whois/parsers/whois1.nic.bi.rb +1 -1
  243. data/lib/whois/parsers/za_central_registry.rb +3 -2
  244. data/lib/whois/safe_record.rb +3 -2
  245. data/lib/whois/scanners/base.rb +5 -7
  246. data/lib/whois/scanners/base_iisse.rb +2 -2
  247. data/lib/whois/scanners/iana.rb +31 -31
  248. data/lib/whois/scanners/verisign.rb +3 -3
  249. data/lib/whois/scanners/whois.cira.ca.rb +7 -7
  250. data/lib/whois/scanners/whois.denic.de.rb +3 -3
  251. data/lib/whois/scanners/whois.fi.rb +1 -1
  252. data/lib/whois/scanners/whois.nic.it.rb +3 -3
  253. data/lib/whois/scanners/whois.smallregistry.net.rb +2 -2
  254. data/lib/whois/scanners/whois.tld.ee.rb +2 -2
  255. data/lib/whois/scanners/whois.yoursrs.com.rb +1 -1
  256. data/lib/whois-parser.rb +1 -1
  257. data/spec/fixtures/responses/whois.registro.br/br/status_available.expected +4 -0
  258. data/spec/fixtures/responses/whois.registro.br/br/status_registered.expected +4 -0
  259. data/spec/integration/whois_spec.rb +9 -9
  260. data/spec/spec_helper.rb +1 -1
  261. data/spec/support/example/parser_example_group.rb +2 -2
  262. data/spec/whois/parser/contact_spec.rb +2 -3
  263. data/spec/whois/parser/nameserver_spec.rb +2 -2
  264. data/spec/whois/parser/registrar_spec.rb +2 -2
  265. data/spec/whois/parser_extensions/parser_spec.rb +6 -4
  266. data/spec/whois/parser_extensions/record_spec.rb +12 -8
  267. data/spec/whois/parser_extensions/whois_spec.rb +3 -3
  268. data/spec/whois/parser_spec.rb +7 -7
  269. data/spec/whois/parsers/base_spec.rb +32 -11
  270. data/spec/whois/parsers/responses/capetown-whois.registry.net.za/capetown/status_available_spec.rb +0 -2
  271. data/spec/whois/parsers/responses/capetown-whois.registry.net.za/capetown/status_registered_spec.rb +0 -2
  272. data/spec/whois/parsers/responses/ccwhois.ksregistry.net/vg/status_available_spec.rb +0 -2
  273. data/spec/whois/parsers/responses/ccwhois.ksregistry.net/vg/status_registered_spec.rb +0 -2
  274. data/spec/whois/parsers/responses/ccwhois.verisign-grs.com/cc/property_nameserver_no_nameserver_spec.rb +0 -2
  275. data/spec/whois/parsers/responses/ccwhois.verisign-grs.com/cc/status_available_spec.rb +0 -2
  276. data/spec/whois/parsers/responses/ccwhois.verisign-grs.com/cc/status_registered_spec.rb +0 -2
  277. data/spec/whois/parsers/responses/coza-whois.registry.net.za/co.za/property_contact_fax_empty_spec.rb +0 -2
  278. data/spec/whois/parsers/responses/coza-whois.registry.net.za/co.za/response_throttled_spec.rb +0 -2
  279. data/spec/whois/parsers/responses/coza-whois.registry.net.za/co.za/status_available_spec.rb +0 -2
  280. data/spec/whois/parsers/responses/coza-whois.registry.net.za/co.za/status_registered_spec.rb +0 -2
  281. data/spec/whois/parsers/responses/durban-whois.registry.net.za/durban/status_available_spec.rb +0 -2
  282. data/spec/whois/parsers/responses/durban-whois.registry.net.za/durban/status_registered_spec.rb +0 -2
  283. data/spec/whois/parsers/responses/joburg-whois.registry.net.za/joburg/status_available_spec.rb +0 -2
  284. data/spec/whois/parsers/responses/joburg-whois.registry.net.za/joburg/status_registered_spec.rb +0 -2
  285. data/spec/whois/parsers/responses/kero.yachay.pe/pe/response_throttled_spec.rb +0 -2
  286. data/spec/whois/parsers/responses/kero.yachay.pe/pe/status_available_spec.rb +0 -2
  287. data/spec/whois/parsers/responses/kero.yachay.pe/pe/status_inactive_spec.rb +0 -2
  288. data/spec/whois/parsers/responses/kero.yachay.pe/pe/status_registered_spec.rb +0 -2
  289. data/spec/whois/parsers/responses/kero.yachay.pe/pe/status_suspended_spec.rb +0 -2
  290. data/spec/whois/parsers/responses/org-whois.registry.net.za/org.za/status_available_spec.rb +0 -2
  291. data/spec/whois/parsers/responses/org-whois.registry.net.za/org.za/status_registered_spec.rb +0 -2
  292. data/spec/whois/parsers/responses/tvwhois.verisign-grs.com/tv/property_nameserver_no_nameserver_spec.rb +0 -2
  293. data/spec/whois/parsers/responses/tvwhois.verisign-grs.com/tv/status_available_spec.rb +0 -2
  294. data/spec/whois/parsers/responses/tvwhois.verisign-grs.com/tv/status_registered_spec.rb +0 -2
  295. data/spec/whois/parsers/responses/whois.1und1.info/status_available_spec.rb +0 -2
  296. data/spec/whois/parsers/responses/whois.1und1.info/status_registered_spec.rb +0 -2
  297. data/spec/whois/parsers/responses/whois.35.com/status_registered_spec.rb +0 -2
  298. data/spec/whois/parsers/responses/whois.aeda.net.ae/ae/status_available_spec.rb +0 -2
  299. data/spec/whois/parsers/responses/whois.aeda.net.ae/ae/status_registered_spec.rb +0 -2
  300. data/spec/whois/parsers/responses/whois.aero/status_available_spec.rb +0 -2
  301. data/spec/whois/parsers/responses/whois.aero/status_registered_spec.rb +0 -2
  302. data/spec/whois/parsers/responses/whois.aero/status_reserved_spec.rb +0 -2
  303. data/spec/whois/parsers/responses/whois.afilias-grs.info/bz/status_available_spec.rb +0 -2
  304. data/spec/whois/parsers/responses/whois.afilias-grs.info/bz/status_registered_spec.rb +0 -2
  305. data/spec/whois/parsers/responses/whois.afilias-grs.info/gi/status_available_spec.rb +0 -2
  306. data/spec/whois/parsers/responses/whois.afilias-grs.info/gi/status_registered_spec.rb +0 -2
  307. data/spec/whois/parsers/responses/whois.afilias-grs.info/lc/status_available_spec.rb +0 -2
  308. data/spec/whois/parsers/responses/whois.afilias-grs.info/lc/status_registered_spec.rb +0 -2
  309. data/spec/whois/parsers/responses/whois.afilias-grs.info/mn/status_available_spec.rb +0 -2
  310. data/spec/whois/parsers/responses/whois.afilias-grs.info/mn/status_registered_spec.rb +0 -2
  311. data/spec/whois/parsers/responses/whois.afilias-grs.info/sc/status_available_spec.rb +0 -2
  312. data/spec/whois/parsers/responses/whois.afilias-grs.info/sc/status_registered_spec.rb +0 -2
  313. data/spec/whois/parsers/responses/whois.afilias-grs.info/vc/status_available_spec.rb +0 -2
  314. data/spec/whois/parsers/responses/whois.afilias-grs.info/vc/status_registered_spec.rb +0 -2
  315. data/spec/whois/parsers/responses/whois.afilias.net/info/status_available_spec.rb +0 -2
  316. data/spec/whois/parsers/responses/whois.afilias.net/info/status_registered_spec.rb +0 -2
  317. data/spec/whois/parsers/responses/whois.afilias.net/info/status_reserved_spec.rb +0 -2
  318. data/spec/whois/parsers/responses/whois.afilias.net/pro/status_available_spec.rb +0 -2
  319. data/spec/whois/parsers/responses/whois.afilias.net/pro/status_registered_spec.rb +0 -2
  320. data/spec/whois/parsers/responses/whois.afilias.net/pro/status_reserved_spec.rb +0 -2
  321. data/spec/whois/parsers/responses/whois.amnic.net/am/status_available_spec.rb +0 -2
  322. data/spec/whois/parsers/responses/whois.amnic.net/am/status_registered_spec.rb +0 -2
  323. data/spec/whois/parsers/responses/whois.ascio.com/status_available_spec.rb +0 -2
  324. data/spec/whois/parsers/responses/whois.ascio.com/status_registered_spec.rb +0 -2
  325. data/spec/whois/parsers/responses/whois.ati.tn/tn/property_contact_updated_none_spec.rb +0 -2
  326. data/spec/whois/parsers/responses/whois.ati.tn/tn/status_available_spec.rb +0 -2
  327. data/spec/whois/parsers/responses/whois.ati.tn/tn/status_registered_spec.rb +0 -2
  328. data/spec/whois/parsers/responses/whois.audns.net.au/au/property_status_with_multiple_spec.rb +0 -2
  329. data/spec/whois/parsers/responses/whois.audns.net.au/au/status_available_spec.rb +0 -2
  330. data/spec/whois/parsers/responses/whois.audns.net.au/au/status_registered_spec.rb +0 -2
  331. data/spec/whois/parsers/responses/whois.ax/ax/status_available_spec.rb +0 -2
  332. data/spec/whois/parsers/responses/whois.ax/ax/status_registered_spec.rb +0 -2
  333. data/spec/whois/parsers/responses/whois.biz/biz/status_available_spec.rb +0 -2
  334. data/spec/whois/parsers/responses/whois.biz/biz/status_registered_spec.rb +0 -2
  335. data/spec/whois/parsers/responses/whois.bnnic.bn/bn/status_available_spec.rb +0 -2
  336. data/spec/whois/parsers/responses/whois.bnnic.bn/bn/status_registered_spec.rb +0 -2
  337. data/spec/whois/parsers/responses/whois.cat/cat/property_status_missing_spec.rb +0 -2
  338. data/spec/whois/parsers/responses/whois.cat/cat/property_status_multiple_spec.rb +0 -2
  339. data/spec/whois/parsers/responses/whois.cat/cat/property_status_ok_spec.rb +0 -2
  340. data/spec/whois/parsers/responses/whois.cat/cat/status_available_spec.rb +0 -2
  341. data/spec/whois/parsers/responses/whois.cat/cat/status_registered_spec.rb +0 -2
  342. data/spec/whois/parsers/responses/whois.cctld.by/by/status_available_spec.rb +0 -2
  343. data/spec/whois/parsers/responses/whois.cctld.by/by/status_registered_spec.rb +0 -2
  344. data/spec/whois/parsers/responses/whois.cctld.uz/uz/property_expires_on_dash_spec.rb +0 -2
  345. data/spec/whois/parsers/responses/whois.cctld.uz/uz/property_status_reserved_spec.rb +0 -2
  346. data/spec/whois/parsers/responses/whois.cctld.uz/uz/status_available_spec.rb +0 -2
  347. data/spec/whois/parsers/responses/whois.cctld.uz/uz/status_registered_spec.rb +0 -2
  348. data/spec/whois/parsers/responses/whois.cdmon.com/com/status_registered_spec.rb +0 -2
  349. data/spec/whois/parsers/responses/whois.centralnic.com/ae.org/status_available_spec.rb +0 -2
  350. data/spec/whois/parsers/responses/whois.centralnic.com/ae.org/status_registered_spec.rb +0 -2
  351. data/spec/whois/parsers/responses/whois.centralnic.com/ar.com/status_available_spec.rb +0 -2
  352. data/spec/whois/parsers/responses/whois.centralnic.com/ar.com/status_registered_spec.rb +0 -2
  353. data/spec/whois/parsers/responses/whois.centralnic.com/br.com/status_available_spec.rb +0 -2
  354. data/spec/whois/parsers/responses/whois.centralnic.com/br.com/status_registered_spec.rb +0 -2
  355. data/spec/whois/parsers/responses/whois.centralnic.com/cn.com/status_available_spec.rb +0 -2
  356. data/spec/whois/parsers/responses/whois.centralnic.com/cn.com/status_registered_spec.rb +0 -2
  357. data/spec/whois/parsers/responses/whois.centralnic.com/de.com/status_available_spec.rb +0 -2
  358. data/spec/whois/parsers/responses/whois.centralnic.com/de.com/status_registered_spec.rb +0 -2
  359. data/spec/whois/parsers/responses/whois.centralnic.com/eu.com/status_available_spec.rb +0 -2
  360. data/spec/whois/parsers/responses/whois.centralnic.com/eu.com/status_registered_spec.rb +0 -2
  361. data/spec/whois/parsers/responses/whois.centralnic.com/gb.com/status_available_spec.rb +0 -2
  362. data/spec/whois/parsers/responses/whois.centralnic.com/gb.com/status_registered_spec.rb +0 -2
  363. data/spec/whois/parsers/responses/whois.centralnic.com/gb.net/status_available_spec.rb +0 -2
  364. data/spec/whois/parsers/responses/whois.centralnic.com/gb.net/status_registered_spec.rb +0 -2
  365. data/spec/whois/parsers/responses/whois.centralnic.com/gr.com/status_available_spec.rb +0 -2
  366. data/spec/whois/parsers/responses/whois.centralnic.com/gr.com/status_registered_spec.rb +0 -2
  367. data/spec/whois/parsers/responses/whois.centralnic.com/hu.com/status_available_spec.rb +0 -2
  368. data/spec/whois/parsers/responses/whois.centralnic.com/hu.com/status_registered_spec.rb +0 -2
  369. data/spec/whois/parsers/responses/whois.centralnic.com/jp.net/status_available_spec.rb +0 -2
  370. data/spec/whois/parsers/responses/whois.centralnic.com/jp.net/status_registered_spec.rb +0 -2
  371. data/spec/whois/parsers/responses/whois.centralnic.com/jpn.com/status_available_spec.rb +0 -2
  372. data/spec/whois/parsers/responses/whois.centralnic.com/jpn.com/status_registered_spec.rb +0 -2
  373. data/spec/whois/parsers/responses/whois.centralnic.com/kr.com/status_available_spec.rb +0 -2
  374. data/spec/whois/parsers/responses/whois.centralnic.com/kr.com/status_registered_spec.rb +0 -2
  375. data/spec/whois/parsers/responses/whois.centralnic.com/no.com/status_available_spec.rb +0 -2
  376. data/spec/whois/parsers/responses/whois.centralnic.com/qc.com/status_available_spec.rb +0 -2
  377. data/spec/whois/parsers/responses/whois.centralnic.com/qc.com/status_registered_spec.rb +0 -2
  378. data/spec/whois/parsers/responses/whois.centralnic.com/ru.com/status_available_spec.rb +0 -2
  379. data/spec/whois/parsers/responses/whois.centralnic.com/ru.com/status_registered_spec.rb +0 -2
  380. data/spec/whois/parsers/responses/whois.centralnic.com/sa.com/status_available_spec.rb +0 -2
  381. data/spec/whois/parsers/responses/whois.centralnic.com/sa.com/status_registered_spec.rb +0 -2
  382. data/spec/whois/parsers/responses/whois.centralnic.com/se.com/status_available_spec.rb +0 -2
  383. data/spec/whois/parsers/responses/whois.centralnic.com/se.com/status_registered_spec.rb +0 -2
  384. data/spec/whois/parsers/responses/whois.centralnic.com/se.net/status_available_spec.rb +0 -2
  385. data/spec/whois/parsers/responses/whois.centralnic.com/se.net/status_registered_spec.rb +0 -2
  386. data/spec/whois/parsers/responses/whois.centralnic.com/uk.com/status_available_spec.rb +0 -2
  387. data/spec/whois/parsers/responses/whois.centralnic.com/uk.com/status_registered_spec.rb +0 -2
  388. data/spec/whois/parsers/responses/whois.centralnic.com/uk.net/status_available_spec.rb +0 -2
  389. data/spec/whois/parsers/responses/whois.centralnic.com/uk.net/status_registered_spec.rb +0 -2
  390. data/spec/whois/parsers/responses/whois.centralnic.com/us.com/status_available_spec.rb +0 -2
  391. data/spec/whois/parsers/responses/whois.centralnic.com/us.com/status_registered_spec.rb +0 -2
  392. data/spec/whois/parsers/responses/whois.centralnic.com/us.org/status_available_spec.rb +0 -2
  393. data/spec/whois/parsers/responses/whois.centralnic.com/uy.com/status_available_spec.rb +0 -2
  394. data/spec/whois/parsers/responses/whois.centralnic.com/uy.com/status_registered_spec.rb +0 -2
  395. data/spec/whois/parsers/responses/whois.centralnic.com/za.com/status_available_spec.rb +0 -2
  396. data/spec/whois/parsers/responses/whois.centralnic.com/za.com/status_registered_spec.rb +0 -2
  397. data/spec/whois/parsers/responses/whois.cira.ca/ca/field_without_value_spec.rb +0 -2
  398. data/spec/whois/parsers/responses/whois.cira.ca/ca/property_status_autorenew_grace_spec.rb +0 -2
  399. data/spec/whois/parsers/responses/whois.cira.ca/ca/property_status_available_spec.rb +0 -2
  400. data/spec/whois/parsers/responses/whois.cira.ca/ca/property_status_pendingdelete_spec.rb +0 -2
  401. data/spec/whois/parsers/responses/whois.cira.ca/ca/property_status_redemption_spec.rb +0 -2
  402. data/spec/whois/parsers/responses/whois.cira.ca/ca/property_status_registered_spec.rb +0 -2
  403. data/spec/whois/parsers/responses/whois.cira.ca/ca/property_status_tobereleased_spec.rb +0 -2
  404. data/spec/whois/parsers/responses/whois.cira.ca/ca/status_available_spec.rb +0 -2
  405. data/spec/whois/parsers/responses/whois.cira.ca/ca/status_invalid_spec.rb +0 -2
  406. data/spec/whois/parsers/responses/whois.cira.ca/ca/status_registered_spec.rb +0 -2
  407. data/spec/whois/parsers/responses/whois.cmc.iq/iq/status_available_spec.rb +0 -2
  408. data/spec/whois/parsers/responses/whois.cmc.iq/iq/status_registered_spec.rb +0 -2
  409. data/spec/whois/parsers/responses/whois.cnnic.cn/cn/property_status_ok_spec.rb +0 -2
  410. data/spec/whois/parsers/responses/whois.cnnic.cn/cn/property_status_reserved_list_spec.rb +0 -2
  411. data/spec/whois/parsers/responses/whois.cnnic.cn/cn/status_available_spec.rb +0 -2
  412. data/spec/whois/parsers/responses/whois.cnnic.cn/cn/status_registered_spec.rb +0 -2
  413. data/spec/whois/parsers/responses/whois.cnnic.cn/cn/status_reserved_spec.rb +0 -2
  414. data/spec/whois/parsers/responses/whois.co.ca/co.ca/status_available_spec.rb +0 -2
  415. data/spec/whois/parsers/responses/whois.co.ca/co.ca/status_registered_spec.rb +0 -2
  416. data/spec/whois/parsers/responses/whois.co.ca/co.ca/status_reserved_spec.rb +0 -2
  417. data/spec/whois/parsers/responses/whois.co.pl/co.pl/status_available_spec.rb +0 -2
  418. data/spec/whois/parsers/responses/whois.co.pl/co.pl/status_registered_spec.rb +0 -2
  419. data/spec/whois/parsers/responses/whois.co.ug/ug/property_status_active_spec.rb +0 -2
  420. data/spec/whois/parsers/responses/whois.co.ug/ug/property_status_unconfirmed_spec.rb +0 -2
  421. data/spec/whois/parsers/responses/whois.co.ug/ug/status_available_spec.rb +0 -2
  422. data/spec/whois/parsers/responses/whois.co.ug/ug/status_registered_spec.rb +0 -2
  423. data/spec/whois/parsers/responses/whois.comlaude.com/status_registered_spec.rb +0 -2
  424. data/spec/whois/parsers/responses/whois.corporatedomains.com/status_available_spec.rb +0 -2
  425. data/spec/whois/parsers/responses/whois.corporatedomains.com/status_registered_spec.rb +0 -2
  426. data/spec/whois/parsers/responses/whois.denic.de/de/property_nameservers_with_ip_spec.rb +0 -2
  427. data/spec/whois/parsers/responses/whois.denic.de/de/response_error_55000000010_spec.rb +0 -2
  428. data/spec/whois/parsers/responses/whois.denic.de/de/response_throttled_spec.rb +0 -2
  429. data/spec/whois/parsers/responses/whois.denic.de/de/status_available_spec.rb +0 -2
  430. data/spec/whois/parsers/responses/whois.denic.de/de/status_failed_ace_spec.rb +0 -2
  431. data/spec/whois/parsers/responses/whois.denic.de/de/status_failed_spec.rb +0 -2
  432. data/spec/whois/parsers/responses/whois.denic.de/de/status_invalid_spec.rb +0 -2
  433. data/spec/whois/parsers/responses/whois.denic.de/de/status_registered_spec.rb +0 -2
  434. data/spec/whois/parsers/responses/whois.dk-hostmaster.dk/dk/property_status_deactivated_spec.rb +0 -2
  435. data/spec/whois/parsers/responses/whois.dk-hostmaster.dk/dk/property_status_reserved_spec.rb +0 -2
  436. data/spec/whois/parsers/responses/whois.dk-hostmaster.dk/dk/status_available_spec.rb +0 -2
  437. data/spec/whois/parsers/responses/whois.dk-hostmaster.dk/dk/status_registered_spec.rb +0 -2
  438. data/spec/whois/parsers/responses/whois.dns.be/be/property_nameservers_with_ip_spec.rb +0 -2
  439. data/spec/whois/parsers/responses/whois.dns.be/be/property_status_available_spec.rb +0 -2
  440. data/spec/whois/parsers/responses/whois.dns.be/be/property_status_not_available_spec.rb +0 -2
  441. data/spec/whois/parsers/responses/whois.dns.be/be/property_status_notallowed_spec.rb +0 -2
  442. data/spec/whois/parsers/responses/whois.dns.be/be/property_status_outofservice_spec.rb +0 -2
  443. data/spec/whois/parsers/responses/whois.dns.be/be/property_status_quarantine_spec.rb +0 -2
  444. data/spec/whois/parsers/responses/whois.dns.be/be/response_blocked_spec.rb +0 -2
  445. data/spec/whois/parsers/responses/whois.dns.be/be/response_throttled_hourly_spec.rb +0 -2
  446. data/spec/whois/parsers/responses/whois.dns.be/be/response_throttled_limit_spec.rb +0 -2
  447. data/spec/whois/parsers/responses/whois.dns.be/be/status_available_spec.rb +0 -2
  448. data/spec/whois/parsers/responses/whois.dns.be/be/status_invalid_spec.rb +0 -2
  449. data/spec/whois/parsers/responses/whois.dns.be/be/status_registered_spec.rb +0 -2
  450. data/spec/whois/parsers/responses/whois.dns.hr/hr/status_available_spec.rb +0 -2
  451. data/spec/whois/parsers/responses/whois.dns.hr/hr/status_registered_spec.rb +0 -2
  452. data/spec/whois/parsers/responses/whois.dns.lu/lu/property_nameservers_with_ip_spec.rb +0 -2
  453. data/spec/whois/parsers/responses/whois.dns.lu/lu/status_available_spec.rb +0 -2
  454. data/spec/whois/parsers/responses/whois.dns.lu/lu/status_registered_spec.rb +0 -2
  455. data/spec/whois/parsers/responses/whois.dns.pl/pl/property_expires_on_not_defined_spec.rb +0 -2
  456. data/spec/whois/parsers/responses/whois.dns.pl/pl/property_nameservers_with_ip_spec.rb +0 -2
  457. data/spec/whois/parsers/responses/whois.dns.pl/pl/response_throttled_spec.rb +0 -2
  458. data/spec/whois/parsers/responses/whois.dns.pl/pl/status_available_spec.rb +0 -2
  459. data/spec/whois/parsers/responses/whois.dns.pl/pl/status_registered_spec.rb +0 -2
  460. data/spec/whois/parsers/responses/whois.dns.pt/pt/property_nameservers_spec.rb +0 -2
  461. data/spec/whois/parsers/responses/whois.dns.pt/pt/property_status_techpro_spec.rb +0 -2
  462. data/spec/whois/parsers/responses/whois.dns.pt/pt/status_available_spec.rb +0 -2
  463. data/spec/whois/parsers/responses/whois.dns.pt/pt/status_inactive_spec.rb +0 -2
  464. data/spec/whois/parsers/responses/whois.dns.pt/pt/status_registered_spec.rb +0 -2
  465. data/spec/whois/parsers/responses/whois.dns.pt/pt/status_reserved_spec.rb +0 -2
  466. data/spec/whois/parsers/responses/whois.domain-registry.nl/nl/property_nameservers_with_ip_spec.rb +0 -2
  467. data/spec/whois/parsers/responses/whois.domain-registry.nl/nl/property_status_inactive_spec.rb +0 -2
  468. data/spec/whois/parsers/responses/whois.domain-registry.nl/nl/response_throttled_daily_spec.rb +0 -2
  469. data/spec/whois/parsers/responses/whois.domain-registry.nl/nl/response_throttled_spec.rb +0 -2
  470. data/spec/whois/parsers/responses/whois.domain-registry.nl/nl/response_unavailable_spec.rb +0 -2
  471. data/spec/whois/parsers/responses/whois.domain-registry.nl/nl/status_available_spec.rb +0 -2
  472. data/spec/whois/parsers/responses/whois.domain-registry.nl/nl/status_redemption_spec.rb +0 -2
  473. data/spec/whois/parsers/responses/whois.domain-registry.nl/nl/status_registered_spec.rb +0 -2
  474. data/spec/whois/parsers/responses/whois.domainregistry.ie/ie/case_token_application_pending_spec.rb +0 -2
  475. data/spec/whois/parsers/responses/whois.domainregistry.ie/ie/property_contacts_multiple_spec.rb +0 -2
  476. data/spec/whois/parsers/responses/whois.domainregistry.ie/ie/property_contacts_not_matching_id_spec.rb +0 -2
  477. data/spec/whois/parsers/responses/whois.domainregistry.ie/ie/property_nameservers_with_ip_spec.rb +0 -2
  478. data/spec/whois/parsers/responses/whois.domainregistry.ie/ie/status_available_spec.rb +0 -2
  479. data/spec/whois/parsers/responses/whois.domainregistry.ie/ie/status_registered_spec.rb +0 -2
  480. data/spec/whois/parsers/responses/whois.domreg.lt/lt/property_nameservers_with_ip_spec.rb +0 -2
  481. data/spec/whois/parsers/responses/whois.domreg.lt/lt/status_available_spec.rb +0 -2
  482. data/spec/whois/parsers/responses/whois.domreg.lt/lt/status_registered_spec.rb +0 -2
  483. data/spec/whois/parsers/responses/whois.donuts.co/bike/status_available_spec.rb +0 -2
  484. data/spec/whois/parsers/responses/whois.donuts.co/bike/status_registered_spec.rb +0 -2
  485. data/spec/whois/parsers/responses/whois.dot.cf/cf/property_expires_on_blank_spec.rb +0 -2
  486. data/spec/whois/parsers/responses/whois.dot.cf/cf/status_available_spec.rb +0 -2
  487. data/spec/whois/parsers/responses/whois.dot.cf/cf/status_registered_spec.rb +0 -2
  488. data/spec/whois/parsers/responses/whois.dot.tk/tk/status_available_spec.rb +0 -2
  489. data/spec/whois/parsers/responses/whois.dot.tk/tk/status_registered_spec.rb +0 -2
  490. data/spec/whois/parsers/responses/whois.dotgov.gov/gov/status_available_spec.rb +0 -2
  491. data/spec/whois/parsers/responses/whois.dotgov.gov/gov/status_registered_spec.rb +0 -2
  492. data/spec/whois/parsers/responses/whois.dotmobiregistry.net/mobi/status_available_spec.rb +0 -2
  493. data/spec/whois/parsers/responses/whois.dotmobiregistry.net/mobi/status_registered_spec.rb +0 -2
  494. data/spec/whois/parsers/responses/whois.dotpostregistry.net/post/status_available_spec.rb +0 -2
  495. data/spec/whois/parsers/responses/whois.dotpostregistry.net/post/status_registered_spec.rb +0 -2
  496. data/spec/whois/parsers/responses/whois.dreamhost.com/property_contact_private_spec.rb +0 -2
  497. data/spec/whois/parsers/responses/whois.dreamhost.com/status_registered_spec.rb +0 -2
  498. data/spec/whois/parsers/responses/whois.educause.edu/edu/property_contact_registrant_spec.rb +0 -2
  499. data/spec/whois/parsers/responses/whois.educause.edu/edu/property_contact_registrant_with_additional_organization_spec.rb +0 -2
  500. data/spec/whois/parsers/responses/whois.educause.edu/edu/property_contact_registrant_without_address_spec.rb +0 -2
  501. data/spec/whois/parsers/responses/whois.educause.edu/edu/property_contact_registrant_without_zip_spec.rb +0 -2
  502. data/spec/whois/parsers/responses/whois.educause.edu/edu/property_contacts_case1_spec.rb +0 -2
  503. data/spec/whois/parsers/responses/whois.educause.edu/edu/property_contacts_case2_spec.rb +0 -2
  504. data/spec/whois/parsers/responses/whois.educause.edu/edu/property_contacts_case3_spec.rb +0 -2
  505. data/spec/whois/parsers/responses/whois.educause.edu/edu/property_contacts_case4_spec.rb +0 -2
  506. data/spec/whois/parsers/responses/whois.educause.edu/edu/property_contacts_spec.rb +0 -2
  507. data/spec/whois/parsers/responses/whois.educause.edu/edu/property_updated_on_unknown_spec.rb +0 -2
  508. data/spec/whois/parsers/responses/whois.educause.edu/edu/status_available_spec.rb +0 -2
  509. data/spec/whois/parsers/responses/whois.educause.edu/edu/status_registered_spec.rb +0 -2
  510. data/spec/whois/parsers/responses/whois.eenet.ee/ee/status_available_spec.rb +0 -2
  511. data/spec/whois/parsers/responses/whois.eenet.ee/ee/status_registered_spec.rb +0 -2
  512. data/spec/whois/parsers/responses/whois.enom.com/status_available_spec.rb +0 -2
  513. data/spec/whois/parsers/responses/whois.enom.com/status_registered_spec.rb +0 -2
  514. data/spec/whois/parsers/responses/whois.enom.com/status_registered_with_blank_updated_date_spec.rb +0 -2
  515. data/spec/whois/parsers/responses/whois.eu/eu/property_nameservers_spec.rb +0 -2
  516. data/spec/whois/parsers/responses/whois.eu/eu/response_throttled_spec.rb +0 -2
  517. data/spec/whois/parsers/responses/whois.eu/eu/status_available_spec.rb +0 -2
  518. data/spec/whois/parsers/responses/whois.eu/eu/status_registered_spec.rb +0 -2
  519. data/spec/whois/parsers/responses/whois.eu.org/eu.org/status_available_spec.rb +0 -2
  520. data/spec/whois/parsers/responses/whois.eu.org/eu.org/status_registered_spec.rb +0 -2
  521. data/spec/whois/parsers/responses/whois.fi/fi/property_status_graceperiod_spec.rb +0 -2
  522. data/spec/whois/parsers/responses/whois.fi/fi/status_available_spec.rb +0 -2
  523. data/spec/whois/parsers/responses/whois.fi/fi/status_registered_spec.rb +0 -2
  524. data/spec/whois/parsers/responses/whois.fi/fi/status_reserved_spec.rb +0 -2
  525. data/spec/whois/parsers/responses/whois.gandi.net/status_available_spec.rb +0 -2
  526. data/spec/whois/parsers/responses/whois.gandi.net/status_registered_spec.rb +0 -2
  527. data/spec/whois/parsers/responses/whois.gg/gg/status_available_spec.rb +0 -2
  528. data/spec/whois/parsers/responses/whois.gg/gg/status_registered_spec.rb +0 -2
  529. data/spec/whois/parsers/responses/whois.godaddy.com/status_registered_spec.rb +0 -2
  530. data/spec/whois/parsers/responses/whois.gov.za/gov.za/status_available_spec.rb +0 -2
  531. data/spec/whois/parsers/responses/whois.gov.za/gov.za/status_registered_spec.rb +0 -2
  532. data/spec/whois/parsers/responses/whois.hkirc.hk/hk/property_expires_on_null_spec.rb +0 -2
  533. data/spec/whois/parsers/responses/whois.hkirc.hk/hk/status_available_spec.rb +0 -2
  534. data/spec/whois/parsers/responses/whois.hkirc.hk/hk/status_registered_spec.rb +0 -2
  535. data/spec/whois/parsers/responses/whois.iana.org/int/status_available_spec.rb +0 -2
  536. data/spec/whois/parsers/responses/whois.iana.org/int/status_registered_spec.rb +0 -2
  537. data/spec/whois/parsers/responses/whois.iana.org/tld/status_not_assigned_spec.rb +0 -2
  538. data/spec/whois/parsers/responses/whois.iis.nu/nu/status_available_spec.rb +0 -2
  539. data/spec/whois/parsers/responses/whois.iis.nu/nu/status_registered_spec.rb +0 -2
  540. data/spec/whois/parsers/responses/whois.iis.se/se/property_datetime_is_dash_spec.rb +0 -2
  541. data/spec/whois/parsers/responses/whois.iis.se/se/property_nameservers_single_spec.rb +0 -2
  542. data/spec/whois/parsers/responses/whois.iis.se/se/property_nameservers_with_ip_spec.rb +0 -2
  543. data/spec/whois/parsers/responses/whois.iis.se/se/property_status_inactive_spec.rb +0 -2
  544. data/spec/whois/parsers/responses/whois.iis.se/se/property_status_ok_spec.rb +0 -2
  545. data/spec/whois/parsers/responses/whois.iis.se/se/property_status_serverhold_spec.rb +0 -2
  546. data/spec/whois/parsers/responses/whois.iis.se/se/status_available_spec.rb +0 -2
  547. data/spec/whois/parsers/responses/whois.iis.se/se/status_registered_spec.rb +0 -2
  548. data/spec/whois/parsers/responses/whois.in.ua/in.ua/status_available_spec.rb +0 -2
  549. data/spec/whois/parsers/responses/whois.in.ua/in.ua/status_registered_spec.rb +0 -2
  550. data/spec/whois/parsers/responses/whois.inregistry.net/in/property_status_missing_spec.rb +0 -2
  551. data/spec/whois/parsers/responses/whois.inregistry.net/in/property_status_multiple_spec.rb +0 -2
  552. data/spec/whois/parsers/responses/whois.inregistry.net/in/property_status_ok_spec.rb +0 -2
  553. data/spec/whois/parsers/responses/whois.inregistry.net/in/status_available_spec.rb +0 -2
  554. data/spec/whois/parsers/responses/whois.inregistry.net/in/status_registered_spec.rb +0 -2
  555. data/spec/whois/parsers/responses/whois.isnic.is/is/status_available_spec.rb +0 -2
  556. data/spec/whois/parsers/responses/whois.isnic.is/is/status_registered_spec.rb +0 -2
  557. data/spec/whois/parsers/responses/whois.isoc.org.il/il/property_status_missing_spec.rb +0 -2
  558. data/spec/whois/parsers/responses/whois.isoc.org.il/il/property_status_transfer_allowed_spec.rb +0 -2
  559. data/spec/whois/parsers/responses/whois.isoc.org.il/il/property_status_transfer_locked_spec.rb +0 -2
  560. data/spec/whois/parsers/responses/whois.isoc.org.il/il/status_available_spec.rb +0 -2
  561. data/spec/whois/parsers/responses/whois.isoc.org.il/il/status_registered_spec.rb +0 -2
  562. data/spec/whois/parsers/responses/whois.ja.net/ac.uk/status_available_spec.rb +0 -2
  563. data/spec/whois/parsers/responses/whois.ja.net/ac.uk/status_registered_spec.rb +0 -2
  564. data/spec/whois/parsers/responses/whois.ja.net/gov.uk/status_available_spec.rb +0 -2
  565. data/spec/whois/parsers/responses/whois.ja.net/gov.uk/status_registered_spec.rb +0 -2
  566. data/spec/whois/parsers/responses/whois.je/je/status_available_spec.rb +0 -2
  567. data/spec/whois/parsers/responses/whois.je/je/status_registered_spec.rb +0 -2
  568. data/spec/whois/parsers/responses/whois.jprs.jp/co.jp/property_state_deleted_spec.rb +0 -2
  569. data/spec/whois/parsers/responses/whois.jprs.jp/co.jp/property_state_registered_spec.rb +0 -2
  570. data/spec/whois/parsers/responses/whois.jprs.jp/jp/property_status_suspended_spec.rb +0 -2
  571. data/spec/whois/parsers/responses/whois.jprs.jp/jp/property_status_to_be_suspended_spec.rb +0 -2
  572. data/spec/whois/parsers/responses/whois.jprs.jp/jp/property_updates_on_error_out-of-range_spec.rb +0 -2
  573. data/spec/whois/parsers/responses/whois.jprs.jp/jp/status_available_spec.rb +0 -2
  574. data/spec/whois/parsers/responses/whois.jprs.jp/jp/status_registered_spec.rb +0 -2
  575. data/spec/whois/parsers/responses/whois.jprs.jp/jp/status_reserved_spec.rb +0 -2
  576. data/spec/whois/parsers/responses/whois.jprs.jp/ne.jp/property_created_on_missing_spec.rb +0 -2
  577. data/spec/whois/parsers/responses/whois.jprs.jp/ne.jp/property_state_reserved_spec.rb +0 -2
  578. data/spec/whois/parsers/responses/whois.jprs.jp/ne.jp/status_available_spec.rb +0 -2
  579. data/spec/whois/parsers/responses/whois.jprs.jp/ne.jp/status_registered_spec.rb +0 -2
  580. data/spec/whois/parsers/responses/whois.jprs.jp/ne.jp/status_reserved_spec.rb +0 -2
  581. data/spec/whois/parsers/responses/whois.kenic.or.ke/ke/status_available_spec.rb +0 -2
  582. data/spec/whois/parsers/responses/whois.kenic.or.ke/ke/status_invalid_spec.rb +0 -2
  583. data/spec/whois/parsers/responses/whois.kenic.or.ke/ke/status_registered_spec.rb +0 -2
  584. data/spec/whois/parsers/responses/whois.kg/kg/status_available_spec.rb +0 -2
  585. data/spec/whois/parsers/responses/whois.kg/kg/status_registered_spec.rb +0 -2
  586. data/spec/whois/parsers/responses/whois.kr/kr/property_nameservers_with_ip_spec.rb +0 -2
  587. data/spec/whois/parsers/responses/whois.kr/kr/status_available_spec.rb +0 -2
  588. data/spec/whois/parsers/responses/whois.kr/kr/status_registered_spec.rb +0 -2
  589. data/spec/whois/parsers/responses/whois.markmonitor.com/response_throttled_spec.rb +0 -2
  590. data/spec/whois/parsers/responses/whois.markmonitor.com/status_available_spec.rb +0 -2
  591. data/spec/whois/parsers/responses/whois.markmonitor.com/status_registered_spec.rb +0 -2
  592. data/spec/whois/parsers/responses/whois.monic.mo/mo/status_available_spec.rb +0 -2
  593. data/spec/whois/parsers/responses/whois.monic.mo/mo/status_registered_spec.rb +0 -2
  594. data/spec/whois/parsers/responses/whois.museum/museum/status_available_spec.rb +0 -2
  595. data/spec/whois/parsers/responses/whois.museum/museum/status_registered_spec.rb +0 -2
  596. data/spec/whois/parsers/responses/whois.mynic.my/my/status_available_spec.rb +0 -2
  597. data/spec/whois/parsers/responses/whois.mynic.my/my/status_registered_spec.rb +0 -2
  598. data/spec/whois/parsers/responses/whois.na-nic.com.na/na/status_available_spec.rb +0 -2
  599. data/spec/whois/parsers/responses/whois.na-nic.com.na/na/status_registered_spec.rb +0 -2
  600. data/spec/whois/parsers/responses/whois.nc/nc/property_contact_without_state_and_address_spec.rb +0 -2
  601. data/spec/whois/parsers/responses/whois.nc/nc/property_contact_without_state_spec.rb +0 -2
  602. data/spec/whois/parsers/responses/whois.nc/nc/status_available_spec.rb +0 -2
  603. data/spec/whois/parsers/responses/whois.nc/nc/status_registered_spec.rb +0 -2
  604. data/spec/whois/parsers/responses/whois.netcom.cm/cm/status_available_spec.rb +0 -2
  605. data/spec/whois/parsers/responses/whois.netcom.cm/cm/status_registered_spec.rb +0 -2
  606. data/spec/whois/parsers/responses/whois.netcom.cm/cm/status_suspended_spec.rb +0 -2
  607. data/spec/whois/parsers/responses/whois.networksolutions.com/status_available_spec.rb +0 -2
  608. data/spec/whois/parsers/responses/whois.networksolutions.com/status_registered_spec.rb +0 -2
  609. data/spec/whois/parsers/responses/whois.nic.ac/ac/status_available_spec.rb +0 -2
  610. data/spec/whois/parsers/responses/whois.nic.ac/ac/status_registered_spec.rb +0 -2
  611. data/spec/whois/parsers/responses/whois.nic.af/af/status_available_spec.rb +0 -2
  612. data/spec/whois/parsers/responses/whois.nic.af/af/status_registered_spec.rb +0 -2
  613. data/spec/whois/parsers/responses/whois.nic.ag/ag/status_available_spec.rb +0 -2
  614. data/spec/whois/parsers/responses/whois.nic.ag/ag/status_registered_spec.rb +0 -2
  615. data/spec/whois/parsers/responses/whois.nic.ai/ai/status_available_spec.rb +0 -2
  616. data/spec/whois/parsers/responses/whois.nic.ai/ai/status_registered_spec.rb +0 -2
  617. data/spec/whois/parsers/responses/whois.nic.as/as/status_available_spec.rb +0 -2
  618. data/spec/whois/parsers/responses/whois.nic.as/as/status_registered_spec.rb +0 -2
  619. data/spec/whois/parsers/responses/whois.nic.asia/asia/property_status_multiple_spec.rb +0 -2
  620. data/spec/whois/parsers/responses/whois.nic.asia/asia/property_status_single_spec.rb +0 -2
  621. data/spec/whois/parsers/responses/whois.nic.asia/asia/status_available_spec.rb +0 -2
  622. data/spec/whois/parsers/responses/whois.nic.asia/asia/status_registered_spec.rb +0 -2
  623. data/spec/whois/parsers/responses/whois.nic.asia/asia/status_reserved_spec.rb +0 -2
  624. data/spec/whois/parsers/responses/whois.nic.at/at/status_available_spec.rb +0 -2
  625. data/spec/whois/parsers/responses/whois.nic.at/at/status_registered_spec.rb +0 -2
  626. data/spec/whois/parsers/responses/whois.nic.bj/bj/status_available_spec.rb +0 -2
  627. data/spec/whois/parsers/responses/whois.nic.bj/bj/status_registered_spec.rb +0 -2
  628. data/spec/whois/parsers/responses/whois.nic.bo/bo/status_available_spec.rb +0 -2
  629. data/spec/whois/parsers/responses/whois.nic.bo/bo/status_registered_spec.rb +0 -2
  630. data/spec/whois/parsers/responses/whois.nic.cd/cd/status_available_spec.rb +0 -2
  631. data/spec/whois/parsers/responses/whois.nic.cd/cd/status_registered_spec.rb +0 -2
  632. data/spec/whois/parsers/responses/whois.nic.ch/ch/property_contacts_spec.rb +0 -2
  633. data/spec/whois/parsers/responses/whois.nic.ch/ch/property_nameservers_with_ip_spec.rb +0 -2
  634. data/spec/whois/parsers/responses/whois.nic.ch/ch/status_available_spec.rb +0 -2
  635. data/spec/whois/parsers/responses/whois.nic.ch/ch/status_registered_spec.rb +0 -2
  636. data/spec/whois/parsers/responses/whois.nic.ci/ci/status_available_spec.rb +0 -2
  637. data/spec/whois/parsers/responses/whois.nic.ci/ci/status_registered_spec.rb +0 -2
  638. data/spec/whois/parsers/responses/whois.nic.cl/cl/status_available_spec.rb +0 -2
  639. data/spec/whois/parsers/responses/whois.nic.cl/cl/status_registered_spec.rb +0 -2
  640. data/spec/whois/parsers/responses/whois.nic.co/co/status_available_spec.rb +0 -2
  641. data/spec/whois/parsers/responses/whois.nic.co/co/status_registered_spec.rb +0 -2
  642. data/spec/whois/parsers/responses/whois.nic.college/college/status_available_spec.rb +0 -2
  643. data/spec/whois/parsers/responses/whois.nic.college/college/status_registered_spec.rb +0 -2
  644. data/spec/whois/parsers/responses/whois.nic.coop/coop/property_status_multiple_spec.rb +0 -2
  645. data/spec/whois/parsers/responses/whois.nic.coop/coop/property_status_single_spec.rb +0 -2
  646. data/spec/whois/parsers/responses/whois.nic.coop/coop/status_available_spec.rb +0 -2
  647. data/spec/whois/parsers/responses/whois.nic.coop/coop/status_registered_spec.rb +0 -2
  648. data/spec/whois/parsers/responses/whois.nic.cx/cx/property_updated_on_empty_spec.rb +0 -2
  649. data/spec/whois/parsers/responses/whois.nic.cx/cx/status_available_spec.rb +0 -2
  650. data/spec/whois/parsers/responses/whois.nic.cx/cx/status_registered_spec.rb +0 -2
  651. data/spec/whois/parsers/responses/whois.nic.cz/cz/case_nset_contact_same_name_spec.rb +0 -2
  652. data/spec/whois/parsers/responses/whois.nic.cz/cz/response_throttled_spec.rb +0 -2
  653. data/spec/whois/parsers/responses/whois.nic.cz/cz/response_with_keyset_spec.rb +0 -2
  654. data/spec/whois/parsers/responses/whois.nic.cz/cz/status_available_spec.rb +0 -2
  655. data/spec/whois/parsers/responses/whois.nic.cz/cz/status_registered_spec.rb +0 -2
  656. data/spec/whois/parsers/responses/whois.nic.design/design/status_available_spec.rb +0 -2
  657. data/spec/whois/parsers/responses/whois.nic.design/design/status_registered_spec.rb +0 -2
  658. data/spec/whois/parsers/responses/whois.nic.dm/dm/status_available_spec.rb +0 -2
  659. data/spec/whois/parsers/responses/whois.nic.dm/dm/status_registered_spec.rb +0 -2
  660. data/spec/whois/parsers/responses/whois.nic.dz/dz/status_available_spec.rb +0 -2
  661. data/spec/whois/parsers/responses/whois.nic.dz/dz/status_registered_spec.rb +0 -2
  662. data/spec/whois/parsers/responses/whois.nic.ec/ex/status_available_spec.rb +0 -2
  663. data/spec/whois/parsers/responses/whois.nic.ec/ex/status_registered_spec.rb +0 -2
  664. data/spec/whois/parsers/responses/whois.nic.es/es/status_available_spec.rb +0 -2
  665. data/spec/whois/parsers/responses/whois.nic.es/es/status_registered_spec.rb +0 -2
  666. data/spec/whois/parsers/responses/whois.nic.fm/fm/status_available_spec.rb +0 -2
  667. data/spec/whois/parsers/responses/whois.nic.fm/fm/status_registered_spec.rb +0 -2
  668. data/spec/whois/parsers/responses/whois.nic.fo/fo/status_available_spec.rb +0 -2
  669. data/spec/whois/parsers/responses/whois.nic.fo/fo/status_registered_spec.rb +0 -2
  670. data/spec/whois/parsers/responses/whois.nic.fr/fr/property_contact_without_address_spec.rb +0 -2
  671. data/spec/whois/parsers/responses/whois.nic.fr/fr/property_contact_without_changed_spec.rb +0 -2
  672. data/spec/whois/parsers/responses/whois.nic.fr/fr/property_nameservers_multiple_ipv4_spec.rb +0 -2
  673. data/spec/whois/parsers/responses/whois.nic.fr/fr/property_nameservers_spec.rb +0 -2
  674. data/spec/whois/parsers/responses/whois.nic.fr/fr/property_nameservers_with_ipv4_and_some_ipv6_spec.rb +0 -2
  675. data/spec/whois/parsers/responses/whois.nic.fr/fr/property_status_active_spec.rb +0 -2
  676. data/spec/whois/parsers/responses/whois.nic.fr/fr/property_status_blocked_spec.rb +0 -2
  677. data/spec/whois/parsers/responses/whois.nic.fr/fr/property_status_missing_spec.rb +0 -2
  678. data/spec/whois/parsers/responses/whois.nic.fr/fr/property_status_not_open_spec.rb +0 -2
  679. data/spec/whois/parsers/responses/whois.nic.fr/fr/property_status_redemption_spec.rb +0 -2
  680. data/spec/whois/parsers/responses/whois.nic.fr/fr/property_status_registered_spec.rb +0 -2
  681. data/spec/whois/parsers/responses/whois.nic.fr/fr/response_throttled_spec.rb +0 -2
  682. data/spec/whois/parsers/responses/whois.nic.fr/fr/status_available_spec.rb +0 -2
  683. data/spec/whois/parsers/responses/whois.nic.fr/fr/status_registered_spec.rb +0 -2
  684. data/spec/whois/parsers/responses/whois.nic.fr/tf/property_status_frozen_spec.rb +0 -2
  685. data/spec/whois/parsers/responses/whois.nic.fr/tf/response_throttled_spec.rb +0 -2
  686. data/spec/whois/parsers/responses/whois.nic.fr/tf/status_available_spec.rb +0 -2
  687. data/spec/whois/parsers/responses/whois.nic.fr/tf/status_registered_spec.rb +0 -2
  688. data/spec/whois/parsers/responses/whois.nic.fr/yt/response_throttled_spec.rb +0 -2
  689. data/spec/whois/parsers/responses/whois.nic.fr/yt/status_available_spec.rb +0 -2
  690. data/spec/whois/parsers/responses/whois.nic.fr/yt/status_registered_spec.rb +0 -2
  691. data/spec/whois/parsers/responses/whois.nic.gd/gd/status_available_spec.rb +0 -2
  692. data/spec/whois/parsers/responses/whois.nic.gd/gd/status_registered_spec.rb +0 -2
  693. data/spec/whois/parsers/responses/whois.nic.gd/gd/status_reserved_spec.rb +0 -2
  694. data/spec/whois/parsers/responses/whois.nic.gl/gl/status_available_spec.rb +0 -2
  695. data/spec/whois/parsers/responses/whois.nic.gl/gl/status_registered_spec.rb +0 -2
  696. data/spec/whois/parsers/responses/whois.nic.gs/gs/property_status_available_spec.rb +0 -2
  697. data/spec/whois/parsers/responses/whois.nic.gs/gs/property_status_ok_spec.rb +0 -2
  698. data/spec/whois/parsers/responses/whois.nic.gs/gs/status_available_spec.rb +0 -2
  699. data/spec/whois/parsers/responses/whois.nic.gs/gs/status_registered_spec.rb +0 -2
  700. data/spec/whois/parsers/responses/whois.nic.hn/hn/status_available_spec.rb +0 -2
  701. data/spec/whois/parsers/responses/whois.nic.hn/hn/status_registered_spec.rb +0 -2
  702. data/spec/whois/parsers/responses/whois.nic.ht/ht/status_available_spec.rb +0 -2
  703. data/spec/whois/parsers/responses/whois.nic.ht/ht/status_registered_spec.rb +0 -2
  704. data/spec/whois/parsers/responses/whois.nic.hu/hu/status_available_spec.rb +0 -2
  705. data/spec/whois/parsers/responses/whois.nic.hu/hu/status_registered_spec.rb +0 -2
  706. data/spec/whois/parsers/responses/whois.nic.im/im/status_available_spec.rb +0 -2
  707. data/spec/whois/parsers/responses/whois.nic.im/im/status_registered_spec.rb +0 -2
  708. data/spec/whois/parsers/responses/whois.nic.io/io/status_available_spec.rb +0 -2
  709. data/spec/whois/parsers/responses/whois.nic.io/io/status_registered_spec.rb +0 -2
  710. data/spec/whois/parsers/responses/whois.nic.io/io/status_reserved_spec.rb +0 -2
  711. data/spec/whois/parsers/responses/whois.nic.ir/ir/status_available_spec.rb +0 -2
  712. data/spec/whois/parsers/responses/whois.nic.ir/ir/status_registered_spec.rb +0 -2
  713. data/spec/whois/parsers/responses/whois.nic.it/it/property_contact_province_spec.rb +0 -2
  714. data/spec/whois/parsers/responses/whois.nic.it/it/property_contact_with_company_in_address_spec.rb +0 -2
  715. data/spec/whois/parsers/responses/whois.nic.it/it/property_contact_with_organization_spec.rb +0 -2
  716. data/spec/whois/parsers/responses/whois.nic.it/it/property_status_available_spec.rb +0 -2
  717. data/spec/whois/parsers/responses/whois.nic.it/it/property_status_client_spec.rb +0 -2
  718. data/spec/whois/parsers/responses/whois.nic.it/it/property_status_graceperiod_spec.rb +0 -2
  719. data/spec/whois/parsers/responses/whois.nic.it/it/property_status_inactive_noregistrar_spec.rb +0 -2
  720. data/spec/whois/parsers/responses/whois.nic.it/it/property_status_no_provider_spec.rb +0 -2
  721. data/spec/whois/parsers/responses/whois.nic.it/it/property_status_ok_autorenew_spec.rb +0 -2
  722. data/spec/whois/parsers/responses/whois.nic.it/it/property_status_ok_spec.rb +0 -2
  723. data/spec/whois/parsers/responses/whois.nic.it/it/property_status_pending-delete_spec.rb +0 -2
  724. data/spec/whois/parsers/responses/whois.nic.it/it/property_status_pendingdelete_pendingdelete_spec.rb +0 -2
  725. data/spec/whois/parsers/responses/whois.nic.it/it/property_status_pendingdelete_redemptionperiod_spec.rb +0 -2
  726. data/spec/whois/parsers/responses/whois.nic.it/it/property_status_pendingtransfer_autorenewperiod_spec.rb +0 -2
  727. data/spec/whois/parsers/responses/whois.nic.it/it/property_status_pendingtransfer_spec.rb +0 -2
  728. data/spec/whois/parsers/responses/whois.nic.it/it/property_status_pendingupdate_autorenewperiod_spec.rb +0 -2
  729. data/spec/whois/parsers/responses/whois.nic.it/it/property_status_pendingupdate_spec.rb +0 -2
  730. data/spec/whois/parsers/responses/whois.nic.it/it/property_status_redemption_no_provider_spec.rb +0 -2
  731. data/spec/whois/parsers/responses/whois.nic.it/it/property_status_reserved_spec.rb +0 -2
  732. data/spec/whois/parsers/responses/whois.nic.it/it/property_status_unassignable_spec.rb +0 -2
  733. data/spec/whois/parsers/responses/whois.nic.it/it/property_technical_contact_spec.rb +0 -2
  734. data/spec/whois/parsers/responses/whois.nic.it/it/response_unavailable_spec.rb +0 -2
  735. data/spec/whois/parsers/responses/whois.nic.it/it/status_available_spec.rb +0 -2
  736. data/spec/whois/parsers/responses/whois.nic.it/it/status_registered_spec.rb +0 -2
  737. data/spec/whois/parsers/responses/whois.nic.it/it/status_unavailable_spec.rb +0 -2
  738. data/spec/whois/parsers/responses/whois.nic.jobs/jobs/property_nameserver_no_nameserver_spec.rb +0 -2
  739. data/spec/whois/parsers/responses/whois.nic.jobs/jobs/status_available_spec.rb +0 -2
  740. data/spec/whois/parsers/responses/whois.nic.jobs/jobs/status_registered_spec.rb +0 -2
  741. data/spec/whois/parsers/responses/whois.nic.ki/ki/status_available_spec.rb +0 -2
  742. data/spec/whois/parsers/responses/whois.nic.ki/ki/status_registered_spec.rb +0 -2
  743. data/spec/whois/parsers/responses/whois.nic.kz/kz/property_status_missing_spec.rb +0 -2
  744. data/spec/whois/parsers/responses/whois.nic.kz/kz/property_status_multiple_spec.rb +0 -2
  745. data/spec/whois/parsers/responses/whois.nic.kz/kz/property_status_ok_spec.rb +0 -2
  746. data/spec/whois/parsers/responses/whois.nic.kz/kz/property_updated_on_blank_spec.rb +0 -2
  747. data/spec/whois/parsers/responses/whois.nic.kz/kz/status_available_spec.rb +0 -2
  748. data/spec/whois/parsers/responses/whois.nic.kz/kz/status_registered_spec.rb +0 -2
  749. data/spec/whois/parsers/responses/whois.nic.la/la/property_status_multiple_spec.rb +0 -2
  750. data/spec/whois/parsers/responses/whois.nic.la/la/property_status_single_spec.rb +0 -2
  751. data/spec/whois/parsers/responses/whois.nic.la/la/status_available_spec.rb +0 -2
  752. data/spec/whois/parsers/responses/whois.nic.la/la/status_registered_spec.rb +0 -2
  753. data/spec/whois/parsers/responses/whois.nic.li/li/status_available_spec.rb +0 -2
  754. data/spec/whois/parsers/responses/whois.nic.li/li/status_registered_spec.rb +0 -2
  755. data/spec/whois/parsers/responses/whois.nic.lk/lk/property_created_on_null_spec.rb +0 -2
  756. data/spec/whois/parsers/responses/whois.nic.lk/lk/property_updated_on_null_spec.rb +0 -2
  757. data/spec/whois/parsers/responses/whois.nic.lk/lk/status_available_spec.rb +0 -2
  758. data/spec/whois/parsers/responses/whois.nic.lk/lk/status_registered_spec.rb +0 -2
  759. data/spec/whois/parsers/responses/whois.nic.lv/lv/status_available_spec.rb +0 -2
  760. data/spec/whois/parsers/responses/whois.nic.lv/lv/status_registered_spec.rb +0 -2
  761. data/spec/whois/parsers/responses/whois.nic.ly/ly/status_available_spec.rb +0 -2
  762. data/spec/whois/parsers/responses/whois.nic.ly/ly/status_registered_spec.rb +0 -2
  763. data/spec/whois/parsers/responses/whois.nic.md/md/status_available_spec.rb +0 -2
  764. data/spec/whois/parsers/responses/whois.nic.md/md/status_registered_spec.rb +0 -2
  765. data/spec/whois/parsers/responses/whois.nic.me/me/property_nameservers_is_blank_spec.rb +0 -2
  766. data/spec/whois/parsers/responses/whois.nic.me/me/property_updated_on_is_blank_spec.rb +0 -2
  767. data/spec/whois/parsers/responses/whois.nic.me/me/status_available_spec.rb +0 -2
  768. data/spec/whois/parsers/responses/whois.nic.me/me/status_registered_spec.rb +0 -2
  769. data/spec/whois/parsers/responses/whois.nic.mg/mg/status_available_spec.rb +0 -2
  770. data/spec/whois/parsers/responses/whois.nic.mg/mg/status_registered_spec.rb +0 -2
  771. data/spec/whois/parsers/responses/whois.nic.ms/ms/status_available_spec.rb +0 -2
  772. data/spec/whois/parsers/responses/whois.nic.ms/ms/status_registered_spec.rb +0 -2
  773. data/spec/whois/parsers/responses/whois.nic.mu/mu/status_available_spec.rb +0 -2
  774. data/spec/whois/parsers/responses/whois.nic.mu/mu/status_registered_spec.rb +0 -2
  775. data/spec/whois/parsers/responses/whois.nic.mx/mx/property_nameservers_with_ip_spec.rb +0 -2
  776. data/spec/whois/parsers/responses/whois.nic.mx/mx/status_available_spec.rb +0 -2
  777. data/spec/whois/parsers/responses/whois.nic.mx/mx/status_registered_spec.rb +0 -2
  778. data/spec/whois/parsers/responses/whois.nic.name/name/status_available_spec.rb +0 -2
  779. data/spec/whois/parsers/responses/whois.nic.name/name/status_registered_spec.rb +0 -2
  780. data/spec/whois/parsers/responses/whois.nic.net.ng/ng/property_status_available_spec.rb +0 -2
  781. data/spec/whois/parsers/responses/whois.nic.net.ng/ng/property_status_ok_spec.rb +0 -2
  782. data/spec/whois/parsers/responses/whois.nic.net.ng/ng/status_available_spec.rb +0 -2
  783. data/spec/whois/parsers/responses/whois.nic.net.ng/ng/status_registered_spec.rb +0 -2
  784. data/spec/whois/parsers/responses/whois.nic.net.sa/sa/status_available_spec.rb +0 -2
  785. data/spec/whois/parsers/responses/whois.nic.net.sa/sa/status_registered_spec.rb +0 -2
  786. data/spec/whois/parsers/responses/whois.nic.net.sb/sb/property_status_available_spec.rb +0 -2
  787. data/spec/whois/parsers/responses/whois.nic.net.sb/sb/property_status_ok_spec.rb +0 -2
  788. data/spec/whois/parsers/responses/whois.nic.net.sb/sb/status_available_spec.rb +0 -2
  789. data/spec/whois/parsers/responses/whois.nic.net.sb/sb/status_registered_spec.rb +0 -2
  790. data/spec/whois/parsers/responses/whois.nic.nf/nf/status_available_spec.rb +0 -2
  791. data/spec/whois/parsers/responses/whois.nic.nf/nf/status_registered_spec.rb +0 -2
  792. data/spec/whois/parsers/responses/whois.nic.org.uy/uy/property_updated_on_empty_spec.rb +0 -2
  793. data/spec/whois/parsers/responses/whois.nic.org.uy/uy/status_available_spec.rb +0 -2
  794. data/spec/whois/parsers/responses/whois.nic.org.uy/uy/status_registered_spec.rb +0 -2
  795. data/spec/whois/parsers/responses/whois.nic.pm/pm/property_nameservers_with_ipv4_and_ipv6_spec.rb +0 -2
  796. data/spec/whois/parsers/responses/whois.nic.pm/pm/response_throttled_spec.rb +0 -2
  797. data/spec/whois/parsers/responses/whois.nic.pm/pm/status_available_spec.rb +0 -2
  798. data/spec/whois/parsers/responses/whois.nic.pm/pm/status_registered_spec.rb +0 -2
  799. data/spec/whois/parsers/responses/whois.nic.pr/pr/status_available_spec.rb +0 -2
  800. data/spec/whois/parsers/responses/whois.nic.pr/pr/status_registered_spec.rb +0 -2
  801. data/spec/whois/parsers/responses/whois.nic.priv.at/at/status_available_spec.rb +0 -2
  802. data/spec/whois/parsers/responses/whois.nic.priv.at/at/status_registered_spec.rb +0 -2
  803. data/spec/whois/parsers/responses/whois.nic.pw/pw/status_available_spec.rb +0 -2
  804. data/spec/whois/parsers/responses/whois.nic.pw/pw/status_registered_spec.rb +0 -2
  805. data/spec/whois/parsers/responses/whois.nic.re/re/property_nameservers_with_ipv4_and_ipv6_spec.rb +0 -2
  806. data/spec/whois/parsers/responses/whois.nic.re/re/response_throttled_spec.rb +0 -2
  807. data/spec/whois/parsers/responses/whois.nic.re/re/status_available_spec.rb +0 -2
  808. data/spec/whois/parsers/responses/whois.nic.re/re/status_registered_spec.rb +0 -2
  809. data/spec/whois/parsers/responses/whois.nic.sh/sh/status_available_spec.rb +0 -2
  810. data/spec/whois/parsers/responses/whois.nic.sh/sh/status_registered_spec.rb +0 -2
  811. data/spec/whois/parsers/responses/whois.nic.sl/sl/status_available_spec.rb +0 -2
  812. data/spec/whois/parsers/responses/whois.nic.sl/sl/status_registered_spec.rb +0 -2
  813. data/spec/whois/parsers/responses/whois.nic.sm/sm/status_available_spec.rb +0 -2
  814. data/spec/whois/parsers/responses/whois.nic.sm/sm/status_registered_spec.rb +0 -2
  815. data/spec/whois/parsers/responses/whois.nic.sn/sn/status_available_spec.rb +0 -2
  816. data/spec/whois/parsers/responses/whois.nic.sn/sn/status_registered_spec.rb +0 -2
  817. data/spec/whois/parsers/responses/whois.nic.so/so/status_available_spec.rb +0 -2
  818. data/spec/whois/parsers/responses/whois.nic.so/so/status_registered_spec.rb +0 -2
  819. data/spec/whois/parsers/responses/whois.nic.space/space/status_available_spec.rb +0 -2
  820. data/spec/whois/parsers/responses/whois.nic.space/space/status_registered_spec.rb +0 -2
  821. data/spec/whois/parsers/responses/whois.nic.st/st/status_available_spec.rb +0 -2
  822. data/spec/whois/parsers/responses/whois.nic.st/st/status_registered_spec.rb +0 -2
  823. data/spec/whois/parsers/responses/whois.nic.tc/tc/status_available_spec.rb +0 -2
  824. data/spec/whois/parsers/responses/whois.nic.tc/tc/status_registered_spec.rb +0 -2
  825. data/spec/whois/parsers/responses/whois.nic.tech/tech/status_available_spec.rb +0 -2
  826. data/spec/whois/parsers/responses/whois.nic.tech/tech/status_registered_spec.rb +0 -2
  827. data/spec/whois/parsers/responses/whois.nic.tel/tel/status_available_spec.rb +0 -2
  828. data/spec/whois/parsers/responses/whois.nic.tel/tel/status_registered_spec.rb +0 -2
  829. data/spec/whois/parsers/responses/whois.nic.tl/tl/status_available_spec.rb +0 -2
  830. data/spec/whois/parsers/responses/whois.nic.tl/tl/status_registered_spec.rb +0 -2
  831. data/spec/whois/parsers/responses/whois.nic.tm/tm/status_available_spec.rb +0 -2
  832. data/spec/whois/parsers/responses/whois.nic.tm/tm/status_registered_spec.rb +0 -2
  833. data/spec/whois/parsers/responses/whois.nic.tr/tr/property_nameservers_with_ip_spec.rb +0 -2
  834. data/spec/whois/parsers/responses/whois.nic.tr/tr/property_nameservers_with_trailing_space_spec.rb +0 -2
  835. data/spec/whois/parsers/responses/whois.nic.tr/tr/property_registrant_contact_outside_cityinoneline_spec.rb +0 -2
  836. data/spec/whois/parsers/responses/whois.nic.tr/tr/property_registrant_contact_outside_citynextline_spec.rb +0 -2
  837. data/spec/whois/parsers/responses/whois.nic.tr/tr/property_registrant_contact_turkey_spec.rb +0 -2
  838. data/spec/whois/parsers/responses/whois.nic.tr/tr/response_error_invalid_input_spec.rb +0 -2
  839. data/spec/whois/parsers/responses/whois.nic.tr/tr/status_available_spec.rb +0 -2
  840. data/spec/whois/parsers/responses/whois.nic.tr/tr/status_invalid_spec.rb +0 -2
  841. data/spec/whois/parsers/responses/whois.nic.tr/tr/status_registered_spec.rb +0 -2
  842. data/spec/whois/parsers/responses/whois.nic.travel/travel/property_status_multiple_spec.rb +0 -2
  843. data/spec/whois/parsers/responses/whois.nic.travel/travel/property_status_single_spec.rb +0 -2
  844. data/spec/whois/parsers/responses/whois.nic.travel/travel/status_available_spec.rb +0 -2
  845. data/spec/whois/parsers/responses/whois.nic.travel/travel/status_registered_spec.rb +0 -2
  846. data/spec/whois/parsers/responses/whois.nic.uk/uk/property_nameservers_with_ip_spec.rb +0 -2
  847. data/spec/whois/parsers/responses/whois.nic.uk/uk/property_registrar_godaddy_spec.rb +0 -2
  848. data/spec/whois/parsers/responses/whois.nic.uk/uk/property_registrar_without_trading_name_spec.rb +0 -2
  849. data/spec/whois/parsers/responses/whois.nic.uk/uk/property_status_missing_spec.rb +0 -2
  850. data/spec/whois/parsers/responses/whois.nic.uk/uk/property_status_no_longer_required_spec.rb +0 -2
  851. data/spec/whois/parsers/responses/whois.nic.uk/uk/property_status_no_status_listed_spec.rb +0 -2
  852. data/spec/whois/parsers/responses/whois.nic.uk/uk/property_status_processing_registration_spec.rb +0 -2
  853. data/spec/whois/parsers/responses/whois.nic.uk/uk/property_status_processing_renewal_spec.rb +0 -2
  854. data/spec/whois/parsers/responses/whois.nic.uk/uk/property_status_registered_until_expiry_date_spec.rb +0 -2
  855. data/spec/whois/parsers/responses/whois.nic.uk/uk/property_status_suspended_spec.rb +0 -2
  856. data/spec/whois/parsers/responses/whois.nic.uk/uk/response_throttled_spec.rb +0 -2
  857. data/spec/whois/parsers/responses/whois.nic.uk/uk/status_available_spec.rb +0 -2
  858. data/spec/whois/parsers/responses/whois.nic.uk/uk/status_invalid_spec.rb +0 -2
  859. data/spec/whois/parsers/responses/whois.nic.uk/uk/status_registered_spec.rb +0 -2
  860. data/spec/whois/parsers/responses/whois.nic.uk/uk/status_reserved_spec.rb +0 -2
  861. data/spec/whois/parsers/responses/whois.nic.uk/uk/status_suspended_spec.rb +0 -2
  862. data/spec/whois/parsers/responses/whois.nic.us/us/status_available_spec.rb +0 -2
  863. data/spec/whois/parsers/responses/whois.nic.us/us/status_registered_spec.rb +0 -2
  864. data/spec/whois/parsers/responses/whois.nic.ve/ve/property_expires_on_missing_spec.rb +0 -2
  865. data/spec/whois/parsers/responses/whois.nic.ve/ve/property_nameservers_missing_spec.rb +0 -2
  866. data/spec/whois/parsers/responses/whois.nic.ve/ve/property_nameservers_spec.rb +0 -2
  867. data/spec/whois/parsers/responses/whois.nic.ve/ve/property_status_activo_spec.rb +0 -2
  868. data/spec/whois/parsers/responses/whois.nic.ve/ve/property_status_missing_spec.rb +0 -2
  869. data/spec/whois/parsers/responses/whois.nic.ve/ve/property_status_suspendido_spec.rb +0 -2
  870. data/spec/whois/parsers/responses/whois.nic.ve/ve/property_updated_on_blank_spec.rb +0 -2
  871. data/spec/whois/parsers/responses/whois.nic.ve/ve/property_updated_on_spec.rb +0 -2
  872. data/spec/whois/parsers/responses/whois.nic.ve/ve/status_available_spec.rb +0 -2
  873. data/spec/whois/parsers/responses/whois.nic.ve/ve/status_inactive_spec.rb +0 -2
  874. data/spec/whois/parsers/responses/whois.nic.ve/ve/status_registered_spec.rb +0 -2
  875. data/spec/whois/parsers/responses/whois.nic.wf/wf/response_throttled_spec.rb +0 -2
  876. data/spec/whois/parsers/responses/whois.nic.wf/wf/status_available_spec.rb +0 -2
  877. data/spec/whois/parsers/responses/whois.nic.wf/wf/status_registered_spec.rb +0 -2
  878. data/spec/whois/parsers/responses/whois.nic.xxx/xxx/status_available_spec.rb +0 -2
  879. data/spec/whois/parsers/responses/whois.nic.xxx/xxx/status_registered_spec.rb +0 -2
  880. data/spec/whois/parsers/responses/whois.nic.xxx/xxx/status_reserved_spec.rb +0 -2
  881. data/spec/whois/parsers/responses/whois.nic.xyz/xyz/status_available_spec.rb +0 -2
  882. data/spec/whois/parsers/responses/whois.nic.xyz/xyz/status_registered_spec.rb +0 -2
  883. data/spec/whois/parsers/responses/whois.norid.no/no/status_available_spec.rb +0 -2
  884. data/spec/whois/parsers/responses/whois.norid.no/no/status_registered_spec.rb +0 -2
  885. data/spec/whois/parsers/responses/whois.pairnic.com/status_available_spec.rb +0 -2
  886. data/spec/whois/parsers/responses/whois.pairnic.com/status_registered_spec.rb +0 -2
  887. data/spec/whois/parsers/responses/whois.pandi.or.id/id/status_available_spec.rb +0 -2
  888. data/spec/whois/parsers/responses/whois.pandi.or.id/id/status_registered_spec.rb +0 -2
  889. data/spec/whois/parsers/responses/whois.pir.org/org/response_throttled_spec.rb +0 -2
  890. data/spec/whois/parsers/responses/whois.pir.org/org/status_available_spec.rb +0 -2
  891. data/spec/whois/parsers/responses/whois.pir.org/org/status_registered_spec.rb +0 -2
  892. data/spec/whois/parsers/responses/whois.pnina.ps/ps/status_available_spec.rb +0 -2
  893. data/spec/whois/parsers/responses/whois.pnina.ps/ps/status_registered_spec.rb +0 -2
  894. data/spec/whois/parsers/responses/whois.register.bg/bg/property_nameservers_with_ip_spec.rb +0 -2
  895. data/spec/whois/parsers/responses/whois.register.bg/bg/status_available_spec.rb +0 -2
  896. data/spec/whois/parsers/responses/whois.register.bg/bg/status_registered_spec.rb +0 -2
  897. data/spec/whois/parsers/responses/whois.register.com/registered_without_updated_on_spec.rb +0 -2
  898. data/spec/whois/parsers/responses/whois.register.com/status_registered_spec.rb +0 -2
  899. data/spec/whois/parsers/responses/whois.register.si/si/status_available_spec.rb +0 -2
  900. data/spec/whois/parsers/responses/whois.register.si/si/status_registered_spec.rb +0 -2
  901. data/spec/whois/parsers/responses/whois.registre.ma/ma/status_available_spec.rb +0 -2
  902. data/spec/whois/parsers/responses/whois.registre.ma/ma/status_registered_spec.rb +0 -2
  903. data/spec/whois/parsers/responses/whois.registro.br/br/property_nameservers_with_ip_spec.rb +0 -2
  904. data/spec/whois/parsers/responses/whois.registro.br/br/status_available_limited_spec.rb +0 -2
  905. data/spec/whois/parsers/responses/whois.registro.br/br/status_available_spec.rb +5 -2
  906. data/spec/whois/parsers/responses/whois.registro.br/br/status_registered_limited_spec.rb +0 -2
  907. data/spec/whois/parsers/responses/whois.registro.br/br/status_registered_spec.rb +5 -2
  908. data/spec/whois/parsers/responses/whois.registry.gy/gy/status_available_spec.rb +0 -2
  909. data/spec/whois/parsers/responses/whois.registry.gy/gy/status_registered_spec.rb +0 -2
  910. data/spec/whois/parsers/responses/whois.registry.hm/hm/status_available_spec.rb +0 -2
  911. data/spec/whois/parsers/responses/whois.registry.hm/hm/status_registered_spec.rb +0 -2
  912. data/spec/whois/parsers/responses/whois.registry.om/om/status_available_spec.rb +0 -2
  913. data/spec/whois/parsers/responses/whois.registry.om/om/status_registered_spec.rb +0 -2
  914. data/spec/whois/parsers/responses/whois.registry.om/om/status_reserved_spec.rb +0 -2
  915. data/spec/whois/parsers/responses/whois.registry.qa/qa/property_nameservers_without_ips_spec.rb +0 -2
  916. data/spec/whois/parsers/responses/whois.registry.qa/qa/status_available_spec.rb +0 -2
  917. data/spec/whois/parsers/responses/whois.registry.qa/qa/status_registered_spec.rb +0 -2
  918. data/spec/whois/parsers/responses/whois.rnids.rs/rs/case_token_whois_privacy_spec.rb +0 -2
  919. data/spec/whois/parsers/responses/whois.rnids.rs/rs/property_nameservers_hyphenated_spec.rb +0 -2
  920. data/spec/whois/parsers/responses/whois.rnids.rs/rs/property_status_expired_spec.rb +0 -2
  921. data/spec/whois/parsers/responses/whois.rnids.rs/rs/property_status_in_transfer_spec.rb +0 -2
  922. data/spec/whois/parsers/responses/whois.rnids.rs/rs/property_status_locked_spec.rb +0 -2
  923. data/spec/whois/parsers/responses/whois.rnids.rs/rs/status_available_spec.rb +0 -2
  924. data/spec/whois/parsers/responses/whois.rnids.rs/rs/status_registered_spec.rb +0 -2
  925. data/spec/whois/parsers/responses/whois.rotld.ro/ro/property_status_updateprohibited_spec.rb +0 -2
  926. data/spec/whois/parsers/responses/whois.rotld.ro/ro/status_available_spec.rb +0 -2
  927. data/spec/whois/parsers/responses/whois.rotld.ro/ro/status_registered_spec.rb +0 -2
  928. data/spec/whois/parsers/responses/whois.rrpproxy.net/status_available_spec.rb +0 -2
  929. data/spec/whois/parsers/responses/whois.rrpproxy.net/status_registered_spec.rb +0 -2
  930. data/spec/whois/parsers/responses/whois.safenames.net/status_registered_spec.rb +0 -2
  931. data/spec/whois/parsers/responses/whois.schlund.info/registered_without_update_on_spec.rb +0 -2
  932. data/spec/whois/parsers/responses/whois.schlund.info/status_available_spec.rb +0 -2
  933. data/spec/whois/parsers/responses/whois.schlund.info/status_registered_spec.rb +0 -2
  934. data/spec/whois/parsers/responses/whois.sgnic.sg/sg/property_nameservers_schema_1_spec.rb +0 -2
  935. data/spec/whois/parsers/responses/whois.sgnic.sg/sg/property_nameservers_schema_1_with_ip_spec.rb +0 -2
  936. data/spec/whois/parsers/responses/whois.sgnic.sg/sg/property_nameservers_schema_2_spec.rb +0 -2
  937. data/spec/whois/parsers/responses/whois.sgnic.sg/sg/status_available_spec.rb +0 -2
  938. data/spec/whois/parsers/responses/whois.sgnic.sg/sg/status_registered_spec.rb +0 -2
  939. data/spec/whois/parsers/responses/whois.sk-nic.sk/sk/property_status_dom_dakt_spec.rb +0 -2
  940. data/spec/whois/parsers/responses/whois.sk-nic.sk/sk/property_status_dom_exp_spec.rb +0 -2
  941. data/spec/whois/parsers/responses/whois.sk-nic.sk/sk/property_status_dom_held_spec.rb +0 -2
  942. data/spec/whois/parsers/responses/whois.sk-nic.sk/sk/property_status_dom_lnot_spec.rb +0 -2
  943. data/spec/whois/parsers/responses/whois.sk-nic.sk/sk/property_status_dom_ok_spec.rb +0 -2
  944. data/spec/whois/parsers/responses/whois.sk-nic.sk/sk/property_status_dom_ta_spec.rb +0 -2
  945. data/spec/whois/parsers/responses/whois.sk-nic.sk/sk/property_status_dom_warn_spec.rb +0 -2
  946. data/spec/whois/parsers/responses/whois.sk-nic.sk/sk/status_available_spec.rb +0 -2
  947. data/spec/whois/parsers/responses/whois.sk-nic.sk/sk/status_registered_spec.rb +0 -2
  948. data/spec/whois/parsers/responses/whois.smallregistry.net/status_available_spec.rb +0 -2
  949. data/spec/whois/parsers/responses/whois.smallregistry.net/status_registered_spec.rb +0 -2
  950. data/spec/whois/parsers/responses/whois.srs.net.nz/nz/property_status_pendingrelease_spec.rb +0 -2
  951. data/spec/whois/parsers/responses/whois.srs.net.nz/nz/response_throttled_spec.rb +0 -2
  952. data/spec/whois/parsers/responses/whois.srs.net.nz/nz/status_available_spec.rb +0 -2
  953. data/spec/whois/parsers/responses/whois.srs.net.nz/nz/status_invalid_spec.rb +0 -2
  954. data/spec/whois/parsers/responses/whois.srs.net.nz/nz/status_registered_spec.rb +0 -2
  955. data/spec/whois/parsers/responses/whois.sx/sx/property_status_premium_name_spec.rb +0 -2
  956. data/spec/whois/parsers/responses/whois.sx/sx/status_available_spec.rb +0 -2
  957. data/spec/whois/parsers/responses/whois.sx/sx/status_registered_spec.rb +0 -2
  958. data/spec/whois/parsers/responses/whois.sx/sx/status_unavailable_spec.rb +0 -2
  959. data/spec/whois/parsers/responses/whois.tcinet.ru/ru/property_nameservers_with_ip_spec.rb +0 -2
  960. data/spec/whois/parsers/responses/whois.tcinet.ru/ru/status_available_spec.rb +0 -2
  961. data/spec/whois/parsers/responses/whois.tcinet.ru/ru/status_registered_spec.rb +0 -2
  962. data/spec/whois/parsers/responses/whois.tcinet.ru/su/status_available_spec.rb +0 -2
  963. data/spec/whois/parsers/responses/whois.tcinet.ru/su/status_registered_spec.rb +0 -2
  964. data/spec/whois/parsers/responses/whois.tcinet.ru/xn--p1ai/status_available_spec.rb +0 -2
  965. data/spec/whois/parsers/responses/whois.tcinet.ru/xn--p1ai/status_registered_spec.rb +0 -2
  966. data/spec/whois/parsers/responses/whois.thnic.co.th/th/status_available_spec.rb +0 -2
  967. data/spec/whois/parsers/responses/whois.thnic.co.th/th/status_registered_spec.rb +0 -2
  968. data/spec/whois/parsers/responses/whois.tld.ee/ee/property_status_serverhold_spec.rb +0 -2
  969. data/spec/whois/parsers/responses/whois.tld.ee/ee/status_available_spec.rb +0 -2
  970. data/spec/whois/parsers/responses/whois.tld.ee/ee/status_expired_spec.rb +0 -2
  971. data/spec/whois/parsers/responses/whois.tld.ee/ee/status_registered_spec.rb +0 -2
  972. data/spec/whois/parsers/responses/whois.tld.sy/sy/status_available_spec.rb +0 -2
  973. data/spec/whois/parsers/responses/whois.tld.sy/sy/status_registered_spec.rb +0 -2
  974. data/spec/whois/parsers/responses/whois.tonic.to/to/response_incomplete_spec.rb +0 -2
  975. data/spec/whois/parsers/responses/whois.tonic.to/to/status_available_spec.rb +0 -2
  976. data/spec/whois/parsers/responses/whois.tonic.to/to/status_registered_spec.rb +0 -2
  977. data/spec/whois/parsers/responses/whois.tucows.com/status_available_spec.rb +0 -2
  978. data/spec/whois/parsers/responses/whois.tucows.com/status_registered_spec.rb +0 -2
  979. data/spec/whois/parsers/responses/whois.twnic.net.tw/tw/status_available_spec.rb +0 -2
  980. data/spec/whois/parsers/responses/whois.twnic.net.tw/tw/status_registered_spec.rb +0 -2
  981. data/spec/whois/parsers/responses/whois.tznic.or.tz/tz/property_status_expired_spec.rb +0 -2
  982. data/spec/whois/parsers/responses/whois.tznic.or.tz/tz/status_available_spec.rb +0 -2
  983. data/spec/whois/parsers/responses/whois.tznic.or.tz/tz/status_registered_spec.rb +0 -2
  984. data/spec/whois/parsers/responses/whois.ua/ua/uaepp/property_status_clienthold_spec.rb +0 -2
  985. data/spec/whois/parsers/responses/whois.ua/ua/uaepp/property_status_clienttransferprohibited_spec.rb +0 -2
  986. data/spec/whois/parsers/responses/whois.ua/ua/uaepp/property_status_graceperiod_spec.rb +0 -2
  987. data/spec/whois/parsers/responses/whois.ua/ua/uaepp/property_status_ok_spec.rb +0 -2
  988. data/spec/whois/parsers/responses/whois.ua/ua/uaepp/property_status_pendingdelete_spec.rb +0 -2
  989. data/spec/whois/parsers/responses/whois.ua/ua/uaepp/property_status_redemptionperiod_spec.rb +0 -2
  990. data/spec/whois/parsers/responses/whois.ua/ua/uaepp/status_available_spec.rb +0 -2
  991. data/spec/whois/parsers/responses/whois.ua/ua/uaepp/status_registered_spec.rb +0 -2
  992. data/spec/whois/parsers/responses/whois.ua/ua/uanic/property_contacts_multiple_spec.rb +0 -2
  993. data/spec/whois/parsers/responses/whois.ua/ua/uanic/status_registered_spec.rb +0 -2
  994. data/spec/whois/parsers/responses/whois.udag.net/status_available_spec.rb +0 -2
  995. data/spec/whois/parsers/responses/whois.udag.net/status_registered_spec.rb +0 -2
  996. data/spec/whois/parsers/responses/whois.uniregistry.net/tattoo/status_available_spec.rb +0 -2
  997. data/spec/whois/parsers/responses/whois.uniregistry.net/tattoo/status_registered_spec.rb +0 -2
  998. data/spec/whois/parsers/responses/whois.usp.ac.fj/fj/status_available_spec.rb +0 -2
  999. data/spec/whois/parsers/responses/whois.usp.ac.fj/fj/status_registered_spec.rb +0 -2
  1000. data/spec/whois/parsers/responses/whois.verisign-grs.com/com/property_nameserver_no_nameserver_spec.rb +0 -2
  1001. data/spec/whois/parsers/responses/whois.verisign-grs.com/com/status_available_spec.rb +0 -2
  1002. data/spec/whois/parsers/responses/whois.verisign-grs.com/com/status_registered_spec.rb +0 -2
  1003. data/spec/whois/parsers/responses/whois.verisign-grs.com/net/status_available_spec.rb +0 -2
  1004. data/spec/whois/parsers/responses/whois.verisign-grs.com/net/status_registered_spec.rb +0 -2
  1005. data/spec/whois/parsers/responses/whois.verisign-grs.com/response_unavailable_spec.rb +0 -2
  1006. data/spec/whois/parsers/responses/whois.website.ws/ws/status_available_spec.rb +0 -2
  1007. data/spec/whois/parsers/responses/whois.website.ws/ws/status_registered_spec.rb +0 -2
  1008. data/spec/whois/parsers/responses/whois.wildwestdomains.com/status_available_spec.rb +0 -2
  1009. data/spec/whois/parsers/responses/whois.wildwestdomains.com/status_registered_spec.rb +0 -2
  1010. data/spec/whois/parsers/responses/whois.yoursrs.com/status_available_spec.rb +0 -2
  1011. data/spec/whois/parsers/responses/whois.yoursrs.com/status_registered_spec.rb +0 -2
  1012. data/spec/whois/parsers/responses/whois.yoursrs.com/status_registered_with_no_last_updated_spec.rb +0 -2
  1013. data/spec/whois/parsers/responses/whois.za.net/za.net/status_available_spec.rb +0 -2
  1014. data/spec/whois/parsers/responses/whois.za.net/za.net/status_registered_spec.rb +0 -2
  1015. data/spec/whois/parsers/responses/whois.za.org/za.org/status_available_spec.rb +0 -2
  1016. data/spec/whois/parsers/responses/whois.za.org/za.org/status_registered_spec.rb +0 -2
  1017. data/spec/whois/parsers/responses/whois1.nic.bi/bi/status_available_spec.rb +0 -2
  1018. data/spec/whois/parsers/responses/whois1.nic.bi/bi/status_registered_spec.rb +0 -2
  1019. data/spec/whois/safe_record_spec.rb +6 -4
  1020. data/tasks/spec.rake +20 -29
  1021. data/whois-parser.gemspec +11 -11
  1022. metadata +13 -2328
  1023. data/.ruby-gemset +0 -1
  1024. data/.travis.yml +0 -27
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: whois-parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simone Carletti
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-06-25 00:00:00.000000000 Z
11
+ date: 2022-09-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: whois
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 4.0.7
19
+ version: 4.1.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: 4.0.7
26
+ version: 4.1.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: activesupport
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -90,11 +90,15 @@ extra_rdoc_files:
90
90
  - LICENSE.txt
91
91
  - ".yardopts"
92
92
  files:
93
+ - ".github/dependabot.yml"
94
+ - ".github/workflows/release.yml"
95
+ - ".github/workflows/tests.yml"
93
96
  - ".gitignore"
94
97
  - ".rspec"
95
- - ".ruby-gemset"
98
+ - ".rubocop.yml"
99
+ - ".rubocop_opinionated.yml"
100
+ - ".rubocop_todo.yml"
96
101
  - ".simplecov"
97
- - ".travis.yml"
98
102
  - ".yardopts"
99
103
  - CHANGELOG.md
100
104
  - CONTRIBUTING.md
@@ -2712,2334 +2716,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
2712
2716
  requirements:
2713
2717
  - - ">="
2714
2718
  - !ruby/object:Gem::Version
2715
- version: 2.0.0
2719
+ version: '2.3'
2716
2720
  required_rubygems_version: !ruby/object:Gem::Requirement
2717
2721
  requirements:
2718
2722
  - - ">="
2719
2723
  - !ruby/object:Gem::Version
2720
2724
  version: '0'
2721
2725
  requirements: []
2722
- rubygems_version: 3.0.3
2726
+ rubygems_version: 3.3.7
2723
2727
  signing_key:
2724
2728
  specification_version: 4
2725
2729
  summary: A pure Ruby WHOIS parser.
2726
- test_files:
2727
- - spec/fixtures/referrals/afilias.bz.txt
2728
- - spec/fixtures/referrals/arin_referral_apnic.txt
2729
- - spec/fixtures/referrals/arin_referral_missing.txt
2730
- - spec/fixtures/referrals/arin_referral_ripe.txt
2731
- - spec/fixtures/referrals/arin_referral_rwhois.txt
2732
- - spec/fixtures/referrals/arin_referral_servernap.txt
2733
- - spec/fixtures/referrals/arin_referral_whois.txt
2734
- - spec/fixtures/referrals/crsnic.com.txt
2735
- - spec/fixtures/referrals/crsnic.com_referral.txt
2736
- - spec/fixtures/referrals/crsnic.com_referral_missing.txt
2737
- - spec/fixtures/referrals/crsnic.com_referral_multiple.txt
2738
- - spec/fixtures/referrals/crsnic.com_referral_not_defined.txt
2739
- - spec/fixtures/referrals/niccc.cc.txt
2740
- - spec/fixtures/responses/capetown-whois.registry.net.za/capetown/status_available.expected
2741
- - spec/fixtures/responses/capetown-whois.registry.net.za/capetown/status_available.txt
2742
- - spec/fixtures/responses/capetown-whois.registry.net.za/capetown/status_registered.expected
2743
- - spec/fixtures/responses/capetown-whois.registry.net.za/capetown/status_registered.txt
2744
- - spec/fixtures/responses/ccwhois.ksregistry.net/vg/status_available.expected
2745
- - spec/fixtures/responses/ccwhois.ksregistry.net/vg/status_available.txt
2746
- - spec/fixtures/responses/ccwhois.ksregistry.net/vg/status_registered.expected
2747
- - spec/fixtures/responses/ccwhois.ksregistry.net/vg/status_registered.txt
2748
- - spec/fixtures/responses/ccwhois.verisign-grs.com/cc/property_nameserver_no_nameserver.expected
2749
- - spec/fixtures/responses/ccwhois.verisign-grs.com/cc/property_nameserver_no_nameserver.txt
2750
- - spec/fixtures/responses/ccwhois.verisign-grs.com/cc/status_available.expected
2751
- - spec/fixtures/responses/ccwhois.verisign-grs.com/cc/status_available.txt
2752
- - spec/fixtures/responses/ccwhois.verisign-grs.com/cc/status_registered.expected
2753
- - spec/fixtures/responses/ccwhois.verisign-grs.com/cc/status_registered.txt
2754
- - spec/fixtures/responses/coza-whois.registry.net.za/co.za/property_contact_fax_empty.expected
2755
- - spec/fixtures/responses/coza-whois.registry.net.za/co.za/property_contact_fax_empty.txt
2756
- - spec/fixtures/responses/coza-whois.registry.net.za/co.za/response_throttled.expected
2757
- - spec/fixtures/responses/coza-whois.registry.net.za/co.za/response_throttled.txt
2758
- - spec/fixtures/responses/coza-whois.registry.net.za/co.za/status_available.expected
2759
- - spec/fixtures/responses/coza-whois.registry.net.za/co.za/status_available.txt
2760
- - spec/fixtures/responses/coza-whois.registry.net.za/co.za/status_registered.expected
2761
- - spec/fixtures/responses/coza-whois.registry.net.za/co.za/status_registered.txt
2762
- - spec/fixtures/responses/durban-whois.registry.net.za/durban/status_available.expected
2763
- - spec/fixtures/responses/durban-whois.registry.net.za/durban/status_available.txt
2764
- - spec/fixtures/responses/durban-whois.registry.net.za/durban/status_registered.expected
2765
- - spec/fixtures/responses/durban-whois.registry.net.za/durban/status_registered.txt
2766
- - spec/fixtures/responses/joburg-whois.registry.net.za/joburg/status_available.expected
2767
- - spec/fixtures/responses/joburg-whois.registry.net.za/joburg/status_available.txt
2768
- - spec/fixtures/responses/joburg-whois.registry.net.za/joburg/status_registered.expected
2769
- - spec/fixtures/responses/joburg-whois.registry.net.za/joburg/status_registered.txt
2770
- - spec/fixtures/responses/kero.yachay.pe/pe/response_throttled.expected
2771
- - spec/fixtures/responses/kero.yachay.pe/pe/response_throttled.txt
2772
- - spec/fixtures/responses/kero.yachay.pe/pe/status_available.expected
2773
- - spec/fixtures/responses/kero.yachay.pe/pe/status_available.txt
2774
- - spec/fixtures/responses/kero.yachay.pe/pe/status_inactive.expected
2775
- - spec/fixtures/responses/kero.yachay.pe/pe/status_inactive.txt
2776
- - spec/fixtures/responses/kero.yachay.pe/pe/status_registered.expected
2777
- - spec/fixtures/responses/kero.yachay.pe/pe/status_registered.txt
2778
- - spec/fixtures/responses/kero.yachay.pe/pe/status_suspended.expected
2779
- - spec/fixtures/responses/kero.yachay.pe/pe/status_suspended.txt
2780
- - spec/fixtures/responses/org-whois.registry.net.za/org.za/status_available.expected
2781
- - spec/fixtures/responses/org-whois.registry.net.za/org.za/status_available.txt
2782
- - spec/fixtures/responses/org-whois.registry.net.za/org.za/status_registered.expected
2783
- - spec/fixtures/responses/org-whois.registry.net.za/org.za/status_registered.txt
2784
- - spec/fixtures/responses/tvwhois.verisign-grs.com/tv/property_nameserver_no_nameserver.expected
2785
- - spec/fixtures/responses/tvwhois.verisign-grs.com/tv/property_nameserver_no_nameserver.txt
2786
- - spec/fixtures/responses/tvwhois.verisign-grs.com/tv/status_available.expected
2787
- - spec/fixtures/responses/tvwhois.verisign-grs.com/tv/status_available.txt
2788
- - spec/fixtures/responses/tvwhois.verisign-grs.com/tv/status_registered.expected
2789
- - spec/fixtures/responses/tvwhois.verisign-grs.com/tv/status_registered.txt
2790
- - spec/fixtures/responses/whois.1und1.info/status_available.expected
2791
- - spec/fixtures/responses/whois.1und1.info/status_available.txt
2792
- - spec/fixtures/responses/whois.1und1.info/status_registered.expected
2793
- - spec/fixtures/responses/whois.1und1.info/status_registered.txt
2794
- - spec/fixtures/responses/whois.35.com/status_registered.expected
2795
- - spec/fixtures/responses/whois.35.com/status_registered.txt
2796
- - spec/fixtures/responses/whois.aeda.net.ae/ae/status_available.expected
2797
- - spec/fixtures/responses/whois.aeda.net.ae/ae/status_available.txt
2798
- - spec/fixtures/responses/whois.aeda.net.ae/ae/status_registered.expected
2799
- - spec/fixtures/responses/whois.aeda.net.ae/ae/status_registered.txt
2800
- - spec/fixtures/responses/whois.aero/status_available.expected
2801
- - spec/fixtures/responses/whois.aero/status_available.txt
2802
- - spec/fixtures/responses/whois.aero/status_registered.expected
2803
- - spec/fixtures/responses/whois.aero/status_registered.txt
2804
- - spec/fixtures/responses/whois.aero/status_reserved.expected
2805
- - spec/fixtures/responses/whois.aero/status_reserved.txt
2806
- - spec/fixtures/responses/whois.afilias-grs.info/bz/status_available.expected
2807
- - spec/fixtures/responses/whois.afilias-grs.info/bz/status_available.txt
2808
- - spec/fixtures/responses/whois.afilias-grs.info/bz/status_registered.expected
2809
- - spec/fixtures/responses/whois.afilias-grs.info/bz/status_registered.txt
2810
- - spec/fixtures/responses/whois.afilias-grs.info/gi/status_available.expected
2811
- - spec/fixtures/responses/whois.afilias-grs.info/gi/status_available.txt
2812
- - spec/fixtures/responses/whois.afilias-grs.info/gi/status_registered.expected
2813
- - spec/fixtures/responses/whois.afilias-grs.info/gi/status_registered.txt
2814
- - spec/fixtures/responses/whois.afilias-grs.info/lc/status_available.expected
2815
- - spec/fixtures/responses/whois.afilias-grs.info/lc/status_available.txt
2816
- - spec/fixtures/responses/whois.afilias-grs.info/lc/status_registered.expected
2817
- - spec/fixtures/responses/whois.afilias-grs.info/lc/status_registered.txt
2818
- - spec/fixtures/responses/whois.afilias-grs.info/mn/status_available.expected
2819
- - spec/fixtures/responses/whois.afilias-grs.info/mn/status_available.txt
2820
- - spec/fixtures/responses/whois.afilias-grs.info/mn/status_registered.expected
2821
- - spec/fixtures/responses/whois.afilias-grs.info/mn/status_registered.txt
2822
- - spec/fixtures/responses/whois.afilias-grs.info/sc/status_available.expected
2823
- - spec/fixtures/responses/whois.afilias-grs.info/sc/status_available.txt
2824
- - spec/fixtures/responses/whois.afilias-grs.info/sc/status_registered.expected
2825
- - spec/fixtures/responses/whois.afilias-grs.info/sc/status_registered.txt
2826
- - spec/fixtures/responses/whois.afilias-grs.info/vc/status_available.expected
2827
- - spec/fixtures/responses/whois.afilias-grs.info/vc/status_available.txt
2828
- - spec/fixtures/responses/whois.afilias-grs.info/vc/status_registered.expected
2829
- - spec/fixtures/responses/whois.afilias-grs.info/vc/status_registered.txt
2830
- - spec/fixtures/responses/whois.afilias.net/info/status_available.expected
2831
- - spec/fixtures/responses/whois.afilias.net/info/status_available.txt
2832
- - spec/fixtures/responses/whois.afilias.net/info/status_registered.expected
2833
- - spec/fixtures/responses/whois.afilias.net/info/status_registered.txt
2834
- - spec/fixtures/responses/whois.afilias.net/info/status_reserved.expected
2835
- - spec/fixtures/responses/whois.afilias.net/info/status_reserved.txt
2836
- - spec/fixtures/responses/whois.afilias.net/pro/status_available.expected
2837
- - spec/fixtures/responses/whois.afilias.net/pro/status_available.txt
2838
- - spec/fixtures/responses/whois.afilias.net/pro/status_registered.expected
2839
- - spec/fixtures/responses/whois.afilias.net/pro/status_registered.txt
2840
- - spec/fixtures/responses/whois.afilias.net/pro/status_reserved.expected
2841
- - spec/fixtures/responses/whois.afilias.net/pro/status_reserved.txt
2842
- - spec/fixtures/responses/whois.amnic.net/am/status_available.expected
2843
- - spec/fixtures/responses/whois.amnic.net/am/status_available.txt
2844
- - spec/fixtures/responses/whois.amnic.net/am/status_registered.expected
2845
- - spec/fixtures/responses/whois.amnic.net/am/status_registered.txt
2846
- - spec/fixtures/responses/whois.ascio.com/status_available.expected
2847
- - spec/fixtures/responses/whois.ascio.com/status_available.txt
2848
- - spec/fixtures/responses/whois.ascio.com/status_registered.expected
2849
- - spec/fixtures/responses/whois.ascio.com/status_registered.txt
2850
- - spec/fixtures/responses/whois.ati.tn/tn/property_contact_updated_none.expected
2851
- - spec/fixtures/responses/whois.ati.tn/tn/property_contact_updated_none.txt
2852
- - spec/fixtures/responses/whois.ati.tn/tn/status_available.expected
2853
- - spec/fixtures/responses/whois.ati.tn/tn/status_available.txt
2854
- - spec/fixtures/responses/whois.ati.tn/tn/status_registered.expected
2855
- - spec/fixtures/responses/whois.ati.tn/tn/status_registered.txt
2856
- - spec/fixtures/responses/whois.audns.net.au/au/property_status_with_multiple.expected
2857
- - spec/fixtures/responses/whois.audns.net.au/au/property_status_with_multiple.txt
2858
- - spec/fixtures/responses/whois.audns.net.au/au/status_available.expected
2859
- - spec/fixtures/responses/whois.audns.net.au/au/status_available.txt
2860
- - spec/fixtures/responses/whois.audns.net.au/au/status_registered.expected
2861
- - spec/fixtures/responses/whois.audns.net.au/au/status_registered.txt
2862
- - spec/fixtures/responses/whois.ax/ax/status_available.expected
2863
- - spec/fixtures/responses/whois.ax/ax/status_available.txt
2864
- - spec/fixtures/responses/whois.ax/ax/status_registered.expected
2865
- - spec/fixtures/responses/whois.ax/ax/status_registered.txt
2866
- - spec/fixtures/responses/whois.biz/biz/status_available.expected
2867
- - spec/fixtures/responses/whois.biz/biz/status_available.txt
2868
- - spec/fixtures/responses/whois.biz/biz/status_registered.expected
2869
- - spec/fixtures/responses/whois.biz/biz/status_registered.txt
2870
- - spec/fixtures/responses/whois.bnnic.bn/bn/status_available.expected
2871
- - spec/fixtures/responses/whois.bnnic.bn/bn/status_available.txt
2872
- - spec/fixtures/responses/whois.bnnic.bn/bn/status_registered.expected
2873
- - spec/fixtures/responses/whois.bnnic.bn/bn/status_registered.txt
2874
- - spec/fixtures/responses/whois.cat/cat/property_status_missing.expected
2875
- - spec/fixtures/responses/whois.cat/cat/property_status_missing.txt
2876
- - spec/fixtures/responses/whois.cat/cat/property_status_multiple.expected
2877
- - spec/fixtures/responses/whois.cat/cat/property_status_multiple.txt
2878
- - spec/fixtures/responses/whois.cat/cat/property_status_ok.expected
2879
- - spec/fixtures/responses/whois.cat/cat/property_status_ok.txt
2880
- - spec/fixtures/responses/whois.cat/cat/status_available.expected
2881
- - spec/fixtures/responses/whois.cat/cat/status_available.txt
2882
- - spec/fixtures/responses/whois.cat/cat/status_registered.expected
2883
- - spec/fixtures/responses/whois.cat/cat/status_registered.txt
2884
- - spec/fixtures/responses/whois.cctld.by/by/status_available.expected
2885
- - spec/fixtures/responses/whois.cctld.by/by/status_available.txt
2886
- - spec/fixtures/responses/whois.cctld.by/by/status_registered.expected
2887
- - spec/fixtures/responses/whois.cctld.by/by/status_registered.txt
2888
- - spec/fixtures/responses/whois.cctld.uz/uz/property_expires_on_dash.expected
2889
- - spec/fixtures/responses/whois.cctld.uz/uz/property_expires_on_dash.txt
2890
- - spec/fixtures/responses/whois.cctld.uz/uz/property_status_reserved.expected
2891
- - spec/fixtures/responses/whois.cctld.uz/uz/property_status_reserved.txt
2892
- - spec/fixtures/responses/whois.cctld.uz/uz/status_available.expected
2893
- - spec/fixtures/responses/whois.cctld.uz/uz/status_available.txt
2894
- - spec/fixtures/responses/whois.cctld.uz/uz/status_registered.expected
2895
- - spec/fixtures/responses/whois.cctld.uz/uz/status_registered.txt
2896
- - spec/fixtures/responses/whois.cdmon.com/com/status_registered.expected
2897
- - spec/fixtures/responses/whois.cdmon.com/com/status_registered.txt
2898
- - spec/fixtures/responses/whois.centralnic.com/ae.org/status_available.expected
2899
- - spec/fixtures/responses/whois.centralnic.com/ae.org/status_available.txt
2900
- - spec/fixtures/responses/whois.centralnic.com/ae.org/status_registered.expected
2901
- - spec/fixtures/responses/whois.centralnic.com/ae.org/status_registered.txt
2902
- - spec/fixtures/responses/whois.centralnic.com/ar.com/status_available.expected
2903
- - spec/fixtures/responses/whois.centralnic.com/ar.com/status_available.txt
2904
- - spec/fixtures/responses/whois.centralnic.com/ar.com/status_registered.expected
2905
- - spec/fixtures/responses/whois.centralnic.com/ar.com/status_registered.txt
2906
- - spec/fixtures/responses/whois.centralnic.com/br.com/status_available.expected
2907
- - spec/fixtures/responses/whois.centralnic.com/br.com/status_available.txt
2908
- - spec/fixtures/responses/whois.centralnic.com/br.com/status_registered.expected
2909
- - spec/fixtures/responses/whois.centralnic.com/br.com/status_registered.txt
2910
- - spec/fixtures/responses/whois.centralnic.com/cn.com/status_available.expected
2911
- - spec/fixtures/responses/whois.centralnic.com/cn.com/status_available.txt
2912
- - spec/fixtures/responses/whois.centralnic.com/cn.com/status_registered.expected
2913
- - spec/fixtures/responses/whois.centralnic.com/cn.com/status_registered.txt
2914
- - spec/fixtures/responses/whois.centralnic.com/de.com/status_available.expected
2915
- - spec/fixtures/responses/whois.centralnic.com/de.com/status_available.txt
2916
- - spec/fixtures/responses/whois.centralnic.com/de.com/status_registered.expected
2917
- - spec/fixtures/responses/whois.centralnic.com/de.com/status_registered.txt
2918
- - spec/fixtures/responses/whois.centralnic.com/eu.com/status_available.expected
2919
- - spec/fixtures/responses/whois.centralnic.com/eu.com/status_available.txt
2920
- - spec/fixtures/responses/whois.centralnic.com/eu.com/status_registered.expected
2921
- - spec/fixtures/responses/whois.centralnic.com/eu.com/status_registered.txt
2922
- - spec/fixtures/responses/whois.centralnic.com/gb.com/status_available.expected
2923
- - spec/fixtures/responses/whois.centralnic.com/gb.com/status_available.txt
2924
- - spec/fixtures/responses/whois.centralnic.com/gb.com/status_registered.expected
2925
- - spec/fixtures/responses/whois.centralnic.com/gb.com/status_registered.txt
2926
- - spec/fixtures/responses/whois.centralnic.com/gb.net/status_available.expected
2927
- - spec/fixtures/responses/whois.centralnic.com/gb.net/status_available.txt
2928
- - spec/fixtures/responses/whois.centralnic.com/gb.net/status_registered.expected
2929
- - spec/fixtures/responses/whois.centralnic.com/gb.net/status_registered.txt
2930
- - spec/fixtures/responses/whois.centralnic.com/gr.com/status_available.expected
2931
- - spec/fixtures/responses/whois.centralnic.com/gr.com/status_available.txt
2932
- - spec/fixtures/responses/whois.centralnic.com/gr.com/status_registered.expected
2933
- - spec/fixtures/responses/whois.centralnic.com/gr.com/status_registered.txt
2934
- - spec/fixtures/responses/whois.centralnic.com/hu.com/property_contacts_omitted.txt
2935
- - spec/fixtures/responses/whois.centralnic.com/hu.com/status_available.expected
2936
- - spec/fixtures/responses/whois.centralnic.com/hu.com/status_available.txt
2937
- - spec/fixtures/responses/whois.centralnic.com/hu.com/status_registered.expected
2938
- - spec/fixtures/responses/whois.centralnic.com/hu.com/status_registered.txt
2939
- - spec/fixtures/responses/whois.centralnic.com/jp.net/status_available.expected
2940
- - spec/fixtures/responses/whois.centralnic.com/jp.net/status_available.txt
2941
- - spec/fixtures/responses/whois.centralnic.com/jp.net/status_registered.expected
2942
- - spec/fixtures/responses/whois.centralnic.com/jp.net/status_registered.txt
2943
- - spec/fixtures/responses/whois.centralnic.com/jpn.com/status_available.expected
2944
- - spec/fixtures/responses/whois.centralnic.com/jpn.com/status_available.txt
2945
- - spec/fixtures/responses/whois.centralnic.com/jpn.com/status_registered.expected
2946
- - spec/fixtures/responses/whois.centralnic.com/jpn.com/status_registered.txt
2947
- - spec/fixtures/responses/whois.centralnic.com/kr.com/status_available.expected
2948
- - spec/fixtures/responses/whois.centralnic.com/kr.com/status_available.txt
2949
- - spec/fixtures/responses/whois.centralnic.com/kr.com/status_registered.expected
2950
- - spec/fixtures/responses/whois.centralnic.com/kr.com/status_registered.txt
2951
- - spec/fixtures/responses/whois.centralnic.com/no.com/status_available.expected
2952
- - spec/fixtures/responses/whois.centralnic.com/no.com/status_available.txt
2953
- - spec/fixtures/responses/whois.centralnic.com/qc.com/status_available.expected
2954
- - spec/fixtures/responses/whois.centralnic.com/qc.com/status_available.txt
2955
- - spec/fixtures/responses/whois.centralnic.com/qc.com/status_registered.expected
2956
- - spec/fixtures/responses/whois.centralnic.com/qc.com/status_registered.txt
2957
- - spec/fixtures/responses/whois.centralnic.com/ru.com/status_available.expected
2958
- - spec/fixtures/responses/whois.centralnic.com/ru.com/status_available.txt
2959
- - spec/fixtures/responses/whois.centralnic.com/ru.com/status_registered.expected
2960
- - spec/fixtures/responses/whois.centralnic.com/ru.com/status_registered.txt
2961
- - spec/fixtures/responses/whois.centralnic.com/sa.com/status_available.expected
2962
- - spec/fixtures/responses/whois.centralnic.com/sa.com/status_available.txt
2963
- - spec/fixtures/responses/whois.centralnic.com/sa.com/status_registered.expected
2964
- - spec/fixtures/responses/whois.centralnic.com/sa.com/status_registered.txt
2965
- - spec/fixtures/responses/whois.centralnic.com/se.com/status_available.expected
2966
- - spec/fixtures/responses/whois.centralnic.com/se.com/status_available.txt
2967
- - spec/fixtures/responses/whois.centralnic.com/se.com/status_registered.expected
2968
- - spec/fixtures/responses/whois.centralnic.com/se.com/status_registered.txt
2969
- - spec/fixtures/responses/whois.centralnic.com/se.net/status_available.expected
2970
- - spec/fixtures/responses/whois.centralnic.com/se.net/status_available.txt
2971
- - spec/fixtures/responses/whois.centralnic.com/se.net/status_registered.expected
2972
- - spec/fixtures/responses/whois.centralnic.com/se.net/status_registered.txt
2973
- - spec/fixtures/responses/whois.centralnic.com/uk.com/status_available.expected
2974
- - spec/fixtures/responses/whois.centralnic.com/uk.com/status_available.txt
2975
- - spec/fixtures/responses/whois.centralnic.com/uk.com/status_registered.expected
2976
- - spec/fixtures/responses/whois.centralnic.com/uk.com/status_registered.txt
2977
- - spec/fixtures/responses/whois.centralnic.com/uk.net/status_available.expected
2978
- - spec/fixtures/responses/whois.centralnic.com/uk.net/status_available.txt
2979
- - spec/fixtures/responses/whois.centralnic.com/uk.net/status_registered.expected
2980
- - spec/fixtures/responses/whois.centralnic.com/uk.net/status_registered.txt
2981
- - spec/fixtures/responses/whois.centralnic.com/us.com/status_available.expected
2982
- - spec/fixtures/responses/whois.centralnic.com/us.com/status_available.txt
2983
- - spec/fixtures/responses/whois.centralnic.com/us.com/status_registered.expected
2984
- - spec/fixtures/responses/whois.centralnic.com/us.com/status_registered.txt
2985
- - spec/fixtures/responses/whois.centralnic.com/us.org/status_available.expected
2986
- - spec/fixtures/responses/whois.centralnic.com/us.org/status_available.txt
2987
- - spec/fixtures/responses/whois.centralnic.com/uy.com/property_contacts_omitted.txt
2988
- - spec/fixtures/responses/whois.centralnic.com/uy.com/status_available.expected
2989
- - spec/fixtures/responses/whois.centralnic.com/uy.com/status_available.txt
2990
- - spec/fixtures/responses/whois.centralnic.com/uy.com/status_registered.expected
2991
- - spec/fixtures/responses/whois.centralnic.com/uy.com/status_registered.txt
2992
- - spec/fixtures/responses/whois.centralnic.com/za.com/status_available.expected
2993
- - spec/fixtures/responses/whois.centralnic.com/za.com/status_available.txt
2994
- - spec/fixtures/responses/whois.centralnic.com/za.com/status_registered.expected
2995
- - spec/fixtures/responses/whois.centralnic.com/za.com/status_registered.txt
2996
- - spec/fixtures/responses/whois.cira.ca/ca/field_without_value.expected
2997
- - spec/fixtures/responses/whois.cira.ca/ca/field_without_value.txt
2998
- - spec/fixtures/responses/whois.cira.ca/ca/property_status_autorenew_grace.expected
2999
- - spec/fixtures/responses/whois.cira.ca/ca/property_status_autorenew_grace.txt
3000
- - spec/fixtures/responses/whois.cira.ca/ca/property_status_available.expected
3001
- - spec/fixtures/responses/whois.cira.ca/ca/property_status_available.txt
3002
- - spec/fixtures/responses/whois.cira.ca/ca/property_status_pendingdelete.expected
3003
- - spec/fixtures/responses/whois.cira.ca/ca/property_status_pendingdelete.txt
3004
- - spec/fixtures/responses/whois.cira.ca/ca/property_status_redemption.expected
3005
- - spec/fixtures/responses/whois.cira.ca/ca/property_status_redemption.txt
3006
- - spec/fixtures/responses/whois.cira.ca/ca/property_status_registered.expected
3007
- - spec/fixtures/responses/whois.cira.ca/ca/property_status_registered.txt
3008
- - spec/fixtures/responses/whois.cira.ca/ca/property_status_tobereleased.expected
3009
- - spec/fixtures/responses/whois.cira.ca/ca/property_status_tobereleased.txt
3010
- - spec/fixtures/responses/whois.cira.ca/ca/property_status_unavailable.txt
3011
- - spec/fixtures/responses/whois.cira.ca/ca/status_available.expected
3012
- - spec/fixtures/responses/whois.cira.ca/ca/status_available.txt
3013
- - spec/fixtures/responses/whois.cira.ca/ca/status_invalid.expected
3014
- - spec/fixtures/responses/whois.cira.ca/ca/status_invalid.txt
3015
- - spec/fixtures/responses/whois.cira.ca/ca/status_registered.expected
3016
- - spec/fixtures/responses/whois.cira.ca/ca/status_registered.txt
3017
- - spec/fixtures/responses/whois.cmc.iq/iq/status_available.expected
3018
- - spec/fixtures/responses/whois.cmc.iq/iq/status_available.txt
3019
- - spec/fixtures/responses/whois.cmc.iq/iq/status_registered.expected
3020
- - spec/fixtures/responses/whois.cmc.iq/iq/status_registered.txt
3021
- - spec/fixtures/responses/whois.cnnic.cn/cn/property_status_ok.expected
3022
- - spec/fixtures/responses/whois.cnnic.cn/cn/property_status_ok.txt
3023
- - spec/fixtures/responses/whois.cnnic.cn/cn/property_status_reserved_list.expected
3024
- - spec/fixtures/responses/whois.cnnic.cn/cn/property_status_reserved_list.txt
3025
- - spec/fixtures/responses/whois.cnnic.cn/cn/status_available.expected
3026
- - spec/fixtures/responses/whois.cnnic.cn/cn/status_available.txt
3027
- - spec/fixtures/responses/whois.cnnic.cn/cn/status_registered.expected
3028
- - spec/fixtures/responses/whois.cnnic.cn/cn/status_registered.txt
3029
- - spec/fixtures/responses/whois.cnnic.cn/cn/status_reserved.expected
3030
- - spec/fixtures/responses/whois.cnnic.cn/cn/status_reserved.txt
3031
- - spec/fixtures/responses/whois.co.ca/co.ca/status_available.expected
3032
- - spec/fixtures/responses/whois.co.ca/co.ca/status_available.txt
3033
- - spec/fixtures/responses/whois.co.ca/co.ca/status_registered.expected
3034
- - spec/fixtures/responses/whois.co.ca/co.ca/status_registered.txt
3035
- - spec/fixtures/responses/whois.co.ca/co.ca/status_reserved.expected
3036
- - spec/fixtures/responses/whois.co.ca/co.ca/status_reserved.txt
3037
- - spec/fixtures/responses/whois.co.pl/co.pl/status_available.expected
3038
- - spec/fixtures/responses/whois.co.pl/co.pl/status_available.txt
3039
- - spec/fixtures/responses/whois.co.pl/co.pl/status_registered.expected
3040
- - spec/fixtures/responses/whois.co.pl/co.pl/status_registered.txt
3041
- - spec/fixtures/responses/whois.co.ug/ug/property_status_active.expected
3042
- - spec/fixtures/responses/whois.co.ug/ug/property_status_active.txt
3043
- - spec/fixtures/responses/whois.co.ug/ug/property_status_unconfirmed.expected
3044
- - spec/fixtures/responses/whois.co.ug/ug/property_status_unconfirmed.txt
3045
- - spec/fixtures/responses/whois.co.ug/ug/status_available.expected
3046
- - spec/fixtures/responses/whois.co.ug/ug/status_available.txt
3047
- - spec/fixtures/responses/whois.co.ug/ug/status_registered.expected
3048
- - spec/fixtures/responses/whois.co.ug/ug/status_registered.txt
3049
- - spec/fixtures/responses/whois.comlaude.com/status_registered.expected
3050
- - spec/fixtures/responses/whois.comlaude.com/status_registered.txt
3051
- - spec/fixtures/responses/whois.corporatedomains.com/status_available.expected
3052
- - spec/fixtures/responses/whois.corporatedomains.com/status_available.txt
3053
- - spec/fixtures/responses/whois.corporatedomains.com/status_registered.expected
3054
- - spec/fixtures/responses/whois.corporatedomains.com/status_registered.txt
3055
- - spec/fixtures/responses/whois.denic.de/de/property_nameservers_with_ip.expected
3056
- - spec/fixtures/responses/whois.denic.de/de/property_nameservers_with_ip.txt
3057
- - spec/fixtures/responses/whois.denic.de/de/property_technical_contact.txt
3058
- - spec/fixtures/responses/whois.denic.de/de/response_error_55000000010.expected
3059
- - spec/fixtures/responses/whois.denic.de/de/response_error_55000000010.txt
3060
- - spec/fixtures/responses/whois.denic.de/de/response_throttled.expected
3061
- - spec/fixtures/responses/whois.denic.de/de/response_throttled.txt
3062
- - spec/fixtures/responses/whois.denic.de/de/status_available.expected
3063
- - spec/fixtures/responses/whois.denic.de/de/status_available.txt
3064
- - spec/fixtures/responses/whois.denic.de/de/status_failed.expected
3065
- - spec/fixtures/responses/whois.denic.de/de/status_failed.txt
3066
- - spec/fixtures/responses/whois.denic.de/de/status_failed_ace.expected
3067
- - spec/fixtures/responses/whois.denic.de/de/status_failed_ace.txt
3068
- - spec/fixtures/responses/whois.denic.de/de/status_invalid.expected
3069
- - spec/fixtures/responses/whois.denic.de/de/status_invalid.txt
3070
- - spec/fixtures/responses/whois.denic.de/de/status_registered.expected
3071
- - spec/fixtures/responses/whois.denic.de/de/status_registered.txt
3072
- - spec/fixtures/responses/whois.dk-hostmaster.dk/dk/property_status_deactivated.expected
3073
- - spec/fixtures/responses/whois.dk-hostmaster.dk/dk/property_status_deactivated.txt
3074
- - spec/fixtures/responses/whois.dk-hostmaster.dk/dk/property_status_reserved.expected
3075
- - spec/fixtures/responses/whois.dk-hostmaster.dk/dk/property_status_reserved.txt
3076
- - spec/fixtures/responses/whois.dk-hostmaster.dk/dk/response_throttled.expected.txt
3077
- - spec/fixtures/responses/whois.dk-hostmaster.dk/dk/response_throttled.txt
3078
- - spec/fixtures/responses/whois.dk-hostmaster.dk/dk/status_available.expected
3079
- - spec/fixtures/responses/whois.dk-hostmaster.dk/dk/status_available.txt
3080
- - spec/fixtures/responses/whois.dk-hostmaster.dk/dk/status_registered.expected
3081
- - spec/fixtures/responses/whois.dk-hostmaster.dk/dk/status_registered.txt
3082
- - spec/fixtures/responses/whois.dns.be/be/property_nameservers_with_ip.expected
3083
- - spec/fixtures/responses/whois.dns.be/be/property_nameservers_with_ip.txt
3084
- - spec/fixtures/responses/whois.dns.be/be/property_status_available.expected
3085
- - spec/fixtures/responses/whois.dns.be/be/property_status_available.txt
3086
- - spec/fixtures/responses/whois.dns.be/be/property_status_not_available.expected
3087
- - spec/fixtures/responses/whois.dns.be/be/property_status_not_available.txt
3088
- - spec/fixtures/responses/whois.dns.be/be/property_status_notallowed.expected
3089
- - spec/fixtures/responses/whois.dns.be/be/property_status_notallowed.txt
3090
- - spec/fixtures/responses/whois.dns.be/be/property_status_outofservice.expected
3091
- - spec/fixtures/responses/whois.dns.be/be/property_status_outofservice.txt
3092
- - spec/fixtures/responses/whois.dns.be/be/property_status_quarantine.expected
3093
- - spec/fixtures/responses/whois.dns.be/be/property_status_quarantine.txt
3094
- - spec/fixtures/responses/whois.dns.be/be/response_blocked.expected
3095
- - spec/fixtures/responses/whois.dns.be/be/response_blocked.txt
3096
- - spec/fixtures/responses/whois.dns.be/be/response_throttled_hourly.expected
3097
- - spec/fixtures/responses/whois.dns.be/be/response_throttled_hourly.txt
3098
- - spec/fixtures/responses/whois.dns.be/be/response_throttled_limit.expected
3099
- - spec/fixtures/responses/whois.dns.be/be/response_throttled_limit.txt
3100
- - spec/fixtures/responses/whois.dns.be/be/status_available.expected
3101
- - spec/fixtures/responses/whois.dns.be/be/status_available.txt
3102
- - spec/fixtures/responses/whois.dns.be/be/status_invalid.expected
3103
- - spec/fixtures/responses/whois.dns.be/be/status_invalid.txt
3104
- - spec/fixtures/responses/whois.dns.be/be/status_registered.expected
3105
- - spec/fixtures/responses/whois.dns.be/be/status_registered.txt
3106
- - spec/fixtures/responses/whois.dns.hr/hr/status_available.expected
3107
- - spec/fixtures/responses/whois.dns.hr/hr/status_available.txt
3108
- - spec/fixtures/responses/whois.dns.hr/hr/status_registered.expected
3109
- - spec/fixtures/responses/whois.dns.hr/hr/status_registered.txt
3110
- - spec/fixtures/responses/whois.dns.lu/lu/property_nameservers_with_ip.expected
3111
- - spec/fixtures/responses/whois.dns.lu/lu/property_nameservers_with_ip.txt
3112
- - spec/fixtures/responses/whois.dns.lu/lu/status_available.expected
3113
- - spec/fixtures/responses/whois.dns.lu/lu/status_available.txt
3114
- - spec/fixtures/responses/whois.dns.lu/lu/status_registered.expected
3115
- - spec/fixtures/responses/whois.dns.lu/lu/status_registered.txt
3116
- - spec/fixtures/responses/whois.dns.pl/pl/property_expires_on_not_defined.expected
3117
- - spec/fixtures/responses/whois.dns.pl/pl/property_expires_on_not_defined.txt
3118
- - spec/fixtures/responses/whois.dns.pl/pl/property_nameservers_with_ip.expected
3119
- - spec/fixtures/responses/whois.dns.pl/pl/property_nameservers_with_ip.txt
3120
- - spec/fixtures/responses/whois.dns.pl/pl/response_throttled.expected
3121
- - spec/fixtures/responses/whois.dns.pl/pl/response_throttled.txt
3122
- - spec/fixtures/responses/whois.dns.pl/pl/status_available.expected
3123
- - spec/fixtures/responses/whois.dns.pl/pl/status_available.txt
3124
- - spec/fixtures/responses/whois.dns.pl/pl/status_registered.expected
3125
- - spec/fixtures/responses/whois.dns.pl/pl/status_registered.txt
3126
- - spec/fixtures/responses/whois.dns.pt/pt/property_nameservers.expected
3127
- - spec/fixtures/responses/whois.dns.pt/pt/property_nameservers.txt
3128
- - spec/fixtures/responses/whois.dns.pt/pt/property_status_techpro.expected
3129
- - spec/fixtures/responses/whois.dns.pt/pt/property_status_techpro.txt
3130
- - spec/fixtures/responses/whois.dns.pt/pt/status_available.expected
3131
- - spec/fixtures/responses/whois.dns.pt/pt/status_available.txt
3132
- - spec/fixtures/responses/whois.dns.pt/pt/status_inactive.expected
3133
- - spec/fixtures/responses/whois.dns.pt/pt/status_inactive.txt
3134
- - spec/fixtures/responses/whois.dns.pt/pt/status_registered.expected
3135
- - spec/fixtures/responses/whois.dns.pt/pt/status_registered.txt
3136
- - spec/fixtures/responses/whois.dns.pt/pt/status_reserved.expected
3137
- - spec/fixtures/responses/whois.dns.pt/pt/status_reserved.txt
3138
- - spec/fixtures/responses/whois.domain-registry.nl/nl/property_nameservers_with_ip.expected
3139
- - spec/fixtures/responses/whois.domain-registry.nl/nl/property_nameservers_with_ip.txt
3140
- - spec/fixtures/responses/whois.domain-registry.nl/nl/property_status_inactive.expected
3141
- - spec/fixtures/responses/whois.domain-registry.nl/nl/property_status_inactive.txt
3142
- - spec/fixtures/responses/whois.domain-registry.nl/nl/response_throttled.expected
3143
- - spec/fixtures/responses/whois.domain-registry.nl/nl/response_throttled.txt
3144
- - spec/fixtures/responses/whois.domain-registry.nl/nl/response_throttled_daily.expected
3145
- - spec/fixtures/responses/whois.domain-registry.nl/nl/response_throttled_daily.txt
3146
- - spec/fixtures/responses/whois.domain-registry.nl/nl/response_unavailable.expected
3147
- - spec/fixtures/responses/whois.domain-registry.nl/nl/response_unavailable.txt
3148
- - spec/fixtures/responses/whois.domain-registry.nl/nl/status_available.expected
3149
- - spec/fixtures/responses/whois.domain-registry.nl/nl/status_available.txt
3150
- - spec/fixtures/responses/whois.domain-registry.nl/nl/status_redemption.expected
3151
- - spec/fixtures/responses/whois.domain-registry.nl/nl/status_redemption.txt
3152
- - spec/fixtures/responses/whois.domain-registry.nl/nl/status_registered.expected
3153
- - spec/fixtures/responses/whois.domain-registry.nl/nl/status_registered.txt
3154
- - spec/fixtures/responses/whois.domainregistry.ie/ie/case_token_application_pending.expected
3155
- - spec/fixtures/responses/whois.domainregistry.ie/ie/case_token_application_pending.txt
3156
- - spec/fixtures/responses/whois.domainregistry.ie/ie/property_contacts_multiple.expected
3157
- - spec/fixtures/responses/whois.domainregistry.ie/ie/property_contacts_multiple.txt
3158
- - spec/fixtures/responses/whois.domainregistry.ie/ie/property_contacts_not_matching_id.expected
3159
- - spec/fixtures/responses/whois.domainregistry.ie/ie/property_contacts_not_matching_id.txt
3160
- - spec/fixtures/responses/whois.domainregistry.ie/ie/property_nameservers_with_ip.expected
3161
- - spec/fixtures/responses/whois.domainregistry.ie/ie/property_nameservers_with_ip.txt
3162
- - spec/fixtures/responses/whois.domainregistry.ie/ie/status_available.expected
3163
- - spec/fixtures/responses/whois.domainregistry.ie/ie/status_available.txt
3164
- - spec/fixtures/responses/whois.domainregistry.ie/ie/status_registered.expected
3165
- - spec/fixtures/responses/whois.domainregistry.ie/ie/status_registered.txt
3166
- - spec/fixtures/responses/whois.domreg.lt/lt/property_nameservers_with_ip.expected
3167
- - spec/fixtures/responses/whois.domreg.lt/lt/property_nameservers_with_ip.txt
3168
- - spec/fixtures/responses/whois.domreg.lt/lt/status_available.expected
3169
- - spec/fixtures/responses/whois.domreg.lt/lt/status_available.txt
3170
- - spec/fixtures/responses/whois.domreg.lt/lt/status_registered.expected
3171
- - spec/fixtures/responses/whois.domreg.lt/lt/status_registered.txt
3172
- - spec/fixtures/responses/whois.donuts.co/bike/status_available.expected
3173
- - spec/fixtures/responses/whois.donuts.co/bike/status_available.txt
3174
- - spec/fixtures/responses/whois.donuts.co/bike/status_registered.expected
3175
- - spec/fixtures/responses/whois.donuts.co/bike/status_registered.txt
3176
- - spec/fixtures/responses/whois.dot.cf/cf/property_expires_on_blank.expected
3177
- - spec/fixtures/responses/whois.dot.cf/cf/property_expires_on_blank.txt
3178
- - spec/fixtures/responses/whois.dot.cf/cf/status_available.expected
3179
- - spec/fixtures/responses/whois.dot.cf/cf/status_available.txt
3180
- - spec/fixtures/responses/whois.dot.cf/cf/status_registered.expected
3181
- - spec/fixtures/responses/whois.dot.cf/cf/status_registered.txt
3182
- - spec/fixtures/responses/whois.dot.tk/tk/status_available.expected
3183
- - spec/fixtures/responses/whois.dot.tk/tk/status_available.txt
3184
- - spec/fixtures/responses/whois.dot.tk/tk/status_registered.expected
3185
- - spec/fixtures/responses/whois.dot.tk/tk/status_registered.txt
3186
- - spec/fixtures/responses/whois.dotgov.gov/gov/status_available.expected
3187
- - spec/fixtures/responses/whois.dotgov.gov/gov/status_available.txt
3188
- - spec/fixtures/responses/whois.dotgov.gov/gov/status_registered.expected
3189
- - spec/fixtures/responses/whois.dotgov.gov/gov/status_registered.txt
3190
- - spec/fixtures/responses/whois.dotmobiregistry.net/mobi/status_available.expected
3191
- - spec/fixtures/responses/whois.dotmobiregistry.net/mobi/status_available.txt
3192
- - spec/fixtures/responses/whois.dotmobiregistry.net/mobi/status_registered.expected
3193
- - spec/fixtures/responses/whois.dotmobiregistry.net/mobi/status_registered.txt
3194
- - spec/fixtures/responses/whois.dotpostregistry.net/post/status_available.expected
3195
- - spec/fixtures/responses/whois.dotpostregistry.net/post/status_available.txt
3196
- - spec/fixtures/responses/whois.dotpostregistry.net/post/status_registered.expected
3197
- - spec/fixtures/responses/whois.dotpostregistry.net/post/status_registered.txt
3198
- - spec/fixtures/responses/whois.dreamhost.com/property_contact_private.expected
3199
- - spec/fixtures/responses/whois.dreamhost.com/property_contact_private.txt
3200
- - spec/fixtures/responses/whois.dreamhost.com/status_registered.expected
3201
- - spec/fixtures/responses/whois.dreamhost.com/status_registered.txt
3202
- - spec/fixtures/responses/whois.educause.edu/edu/fixture1.txt
3203
- - spec/fixtures/responses/whois.educause.edu/edu/fixture2.txt
3204
- - spec/fixtures/responses/whois.educause.edu/edu/fixture3.txt
3205
- - spec/fixtures/responses/whois.educause.edu/edu/fixture4.txt
3206
- - spec/fixtures/responses/whois.educause.edu/edu/fixture5.txt
3207
- - spec/fixtures/responses/whois.educause.edu/edu/fixture6.txt
3208
- - spec/fixtures/responses/whois.educause.edu/edu/property_contact_registrant.expected
3209
- - spec/fixtures/responses/whois.educause.edu/edu/property_contact_registrant.txt
3210
- - spec/fixtures/responses/whois.educause.edu/edu/property_contact_registrant_with_additional_organization.expected
3211
- - spec/fixtures/responses/whois.educause.edu/edu/property_contact_registrant_with_additional_organization.txt
3212
- - spec/fixtures/responses/whois.educause.edu/edu/property_contact_registrant_without_address.expected
3213
- - spec/fixtures/responses/whois.educause.edu/edu/property_contact_registrant_without_address.txt
3214
- - spec/fixtures/responses/whois.educause.edu/edu/property_contact_registrant_without_zip.expected
3215
- - spec/fixtures/responses/whois.educause.edu/edu/property_contact_registrant_without_zip.txt
3216
- - spec/fixtures/responses/whois.educause.edu/edu/property_contacts.expected
3217
- - spec/fixtures/responses/whois.educause.edu/edu/property_contacts.txt
3218
- - spec/fixtures/responses/whois.educause.edu/edu/property_contacts_case1.expected
3219
- - spec/fixtures/responses/whois.educause.edu/edu/property_contacts_case1.txt
3220
- - spec/fixtures/responses/whois.educause.edu/edu/property_contacts_case2.expected
3221
- - spec/fixtures/responses/whois.educause.edu/edu/property_contacts_case2.txt
3222
- - spec/fixtures/responses/whois.educause.edu/edu/property_contacts_case3.expected
3223
- - spec/fixtures/responses/whois.educause.edu/edu/property_contacts_case3.txt
3224
- - spec/fixtures/responses/whois.educause.edu/edu/property_contacts_case4.expected
3225
- - spec/fixtures/responses/whois.educause.edu/edu/property_contacts_case4.txt
3226
- - spec/fixtures/responses/whois.educause.edu/edu/property_updated_on_unknown.expected
3227
- - spec/fixtures/responses/whois.educause.edu/edu/property_updated_on_unknown.txt
3228
- - spec/fixtures/responses/whois.educause.edu/edu/status_available.expected
3229
- - spec/fixtures/responses/whois.educause.edu/edu/status_available.txt
3230
- - spec/fixtures/responses/whois.educause.edu/edu/status_registered.expected
3231
- - spec/fixtures/responses/whois.educause.edu/edu/status_registered.txt
3232
- - spec/fixtures/responses/whois.eenet.ee/ee/status_available.expected
3233
- - spec/fixtures/responses/whois.eenet.ee/ee/status_available.txt
3234
- - spec/fixtures/responses/whois.eenet.ee/ee/status_registered.expected
3235
- - spec/fixtures/responses/whois.eenet.ee/ee/status_registered.txt
3236
- - spec/fixtures/responses/whois.enom.com/status_available.expected
3237
- - spec/fixtures/responses/whois.enom.com/status_available.txt
3238
- - spec/fixtures/responses/whois.enom.com/status_registered.expected
3239
- - spec/fixtures/responses/whois.enom.com/status_registered.txt
3240
- - spec/fixtures/responses/whois.enom.com/status_registered_with_blank_updated_date.expected
3241
- - spec/fixtures/responses/whois.enom.com/status_registered_with_blank_updated_date.txt
3242
- - spec/fixtures/responses/whois.eu.org/eu.org/status_available.expected
3243
- - spec/fixtures/responses/whois.eu.org/eu.org/status_available.txt
3244
- - spec/fixtures/responses/whois.eu.org/eu.org/status_registered.expected
3245
- - spec/fixtures/responses/whois.eu.org/eu.org/status_registered.txt
3246
- - spec/fixtures/responses/whois.eu/eu/property_nameservers.expected
3247
- - spec/fixtures/responses/whois.eu/eu/property_nameservers.txt
3248
- - spec/fixtures/responses/whois.eu/eu/response_throttled.expected
3249
- - spec/fixtures/responses/whois.eu/eu/response_throttled.txt
3250
- - spec/fixtures/responses/whois.eu/eu/status_available.expected
3251
- - spec/fixtures/responses/whois.eu/eu/status_available.txt
3252
- - spec/fixtures/responses/whois.eu/eu/status_registered.expected
3253
- - spec/fixtures/responses/whois.eu/eu/status_registered.txt
3254
- - spec/fixtures/responses/whois.fi/fi/property_status_graceperiod.expected
3255
- - spec/fixtures/responses/whois.fi/fi/property_status_graceperiod.txt
3256
- - spec/fixtures/responses/whois.fi/fi/status_available.expected
3257
- - spec/fixtures/responses/whois.fi/fi/status_available.txt
3258
- - spec/fixtures/responses/whois.fi/fi/status_registered.expected
3259
- - spec/fixtures/responses/whois.fi/fi/status_registered.txt
3260
- - spec/fixtures/responses/whois.fi/fi/status_reserved.expected
3261
- - spec/fixtures/responses/whois.fi/fi/status_reserved.txt
3262
- - spec/fixtures/responses/whois.gandi.net/status_available.expected
3263
- - spec/fixtures/responses/whois.gandi.net/status_available.txt
3264
- - spec/fixtures/responses/whois.gandi.net/status_registered.expected
3265
- - spec/fixtures/responses/whois.gandi.net/status_registered.txt
3266
- - spec/fixtures/responses/whois.gg/gg/status_available.expected
3267
- - spec/fixtures/responses/whois.gg/gg/status_available.txt
3268
- - spec/fixtures/responses/whois.gg/gg/status_registered.expected
3269
- - spec/fixtures/responses/whois.gg/gg/status_registered.txt
3270
- - spec/fixtures/responses/whois.godaddy.com/property_dates_not_available.txt
3271
- - spec/fixtures/responses/whois.godaddy.com/status_registered.expected
3272
- - spec/fixtures/responses/whois.godaddy.com/status_registered.txt
3273
- - spec/fixtures/responses/whois.gov.za/gov.za/status_available.expected
3274
- - spec/fixtures/responses/whois.gov.za/gov.za/status_available.txt
3275
- - spec/fixtures/responses/whois.gov.za/gov.za/status_registered.expected
3276
- - spec/fixtures/responses/whois.gov.za/gov.za/status_registered.txt
3277
- - spec/fixtures/responses/whois.hkirc.hk/hk/property_expires_on_null.expected
3278
- - spec/fixtures/responses/whois.hkirc.hk/hk/property_expires_on_null.txt
3279
- - spec/fixtures/responses/whois.hkirc.hk/hk/status_available.expected
3280
- - spec/fixtures/responses/whois.hkirc.hk/hk/status_available.txt
3281
- - spec/fixtures/responses/whois.hkirc.hk/hk/status_registered.expected
3282
- - spec/fixtures/responses/whois.hkirc.hk/hk/status_registered.txt
3283
- - spec/fixtures/responses/whois.iana.org/arpa/status_available.txt
3284
- - spec/fixtures/responses/whois.iana.org/arpa/status_registered.txt
3285
- - spec/fixtures/responses/whois.iana.org/int/status_available.expected
3286
- - spec/fixtures/responses/whois.iana.org/int/status_available.txt
3287
- - spec/fixtures/responses/whois.iana.org/int/status_registered.expected
3288
- - spec/fixtures/responses/whois.iana.org/int/status_registered.txt
3289
- - spec/fixtures/responses/whois.iana.org/tld/status_not_assigned.expected
3290
- - spec/fixtures/responses/whois.iana.org/tld/status_not_assigned.txt
3291
- - spec/fixtures/responses/whois.iis.nu/nu/status_available.expected
3292
- - spec/fixtures/responses/whois.iis.nu/nu/status_available.txt
3293
- - spec/fixtures/responses/whois.iis.nu/nu/status_registered.expected
3294
- - spec/fixtures/responses/whois.iis.nu/nu/status_registered.txt
3295
- - spec/fixtures/responses/whois.iis.se/se/property_datetime_is_dash.expected
3296
- - spec/fixtures/responses/whois.iis.se/se/property_datetime_is_dash.txt
3297
- - spec/fixtures/responses/whois.iis.se/se/property_nameservers_single.expected
3298
- - spec/fixtures/responses/whois.iis.se/se/property_nameservers_single.txt
3299
- - spec/fixtures/responses/whois.iis.se/se/property_nameservers_with_ip.expected
3300
- - spec/fixtures/responses/whois.iis.se/se/property_nameservers_with_ip.txt
3301
- - spec/fixtures/responses/whois.iis.se/se/property_status_inactive.expected
3302
- - spec/fixtures/responses/whois.iis.se/se/property_status_inactive.txt
3303
- - spec/fixtures/responses/whois.iis.se/se/property_status_missing.txt
3304
- - spec/fixtures/responses/whois.iis.se/se/property_status_ok.expected
3305
- - spec/fixtures/responses/whois.iis.se/se/property_status_ok.txt
3306
- - spec/fixtures/responses/whois.iis.se/se/property_status_serverhold.expected
3307
- - spec/fixtures/responses/whois.iis.se/se/property_status_serverhold.txt
3308
- - spec/fixtures/responses/whois.iis.se/se/status_available.expected
3309
- - spec/fixtures/responses/whois.iis.se/se/status_available.txt
3310
- - spec/fixtures/responses/whois.iis.se/se/status_registered.expected
3311
- - spec/fixtures/responses/whois.iis.se/se/status_registered.txt
3312
- - spec/fixtures/responses/whois.in.ua/in.ua/status_available.expected
3313
- - spec/fixtures/responses/whois.in.ua/in.ua/status_available.txt
3314
- - spec/fixtures/responses/whois.in.ua/in.ua/status_registered.expected
3315
- - spec/fixtures/responses/whois.in.ua/in.ua/status_registered.txt
3316
- - spec/fixtures/responses/whois.inregistry.net/in/property_status_missing.expected
3317
- - spec/fixtures/responses/whois.inregistry.net/in/property_status_missing.txt
3318
- - spec/fixtures/responses/whois.inregistry.net/in/property_status_multiple.expected
3319
- - spec/fixtures/responses/whois.inregistry.net/in/property_status_multiple.txt
3320
- - spec/fixtures/responses/whois.inregistry.net/in/property_status_ok.expected
3321
- - spec/fixtures/responses/whois.inregistry.net/in/property_status_ok.txt
3322
- - spec/fixtures/responses/whois.inregistry.net/in/status_available.expected
3323
- - spec/fixtures/responses/whois.inregistry.net/in/status_available.txt
3324
- - spec/fixtures/responses/whois.inregistry.net/in/status_registered.expected
3325
- - spec/fixtures/responses/whois.inregistry.net/in/status_registered.txt
3326
- - spec/fixtures/responses/whois.isnic.is/is/status_available.expected
3327
- - spec/fixtures/responses/whois.isnic.is/is/status_available.txt
3328
- - spec/fixtures/responses/whois.isnic.is/is/status_registered.expected
3329
- - spec/fixtures/responses/whois.isnic.is/is/status_registered.txt
3330
- - spec/fixtures/responses/whois.isoc.org.il/il/property_status_missing.expected
3331
- - spec/fixtures/responses/whois.isoc.org.il/il/property_status_missing.txt
3332
- - spec/fixtures/responses/whois.isoc.org.il/il/property_status_transfer_allowed.expected
3333
- - spec/fixtures/responses/whois.isoc.org.il/il/property_status_transfer_allowed.txt
3334
- - spec/fixtures/responses/whois.isoc.org.il/il/property_status_transfer_locked.expected
3335
- - spec/fixtures/responses/whois.isoc.org.il/il/property_status_transfer_locked.txt
3336
- - spec/fixtures/responses/whois.isoc.org.il/il/status_available.expected
3337
- - spec/fixtures/responses/whois.isoc.org.il/il/status_available.txt
3338
- - spec/fixtures/responses/whois.isoc.org.il/il/status_registered.expected
3339
- - spec/fixtures/responses/whois.isoc.org.il/il/status_registered.txt
3340
- - spec/fixtures/responses/whois.ja.net/ac.uk/status_available.expected
3341
- - spec/fixtures/responses/whois.ja.net/ac.uk/status_available.txt
3342
- - spec/fixtures/responses/whois.ja.net/ac.uk/status_registered.expected
3343
- - spec/fixtures/responses/whois.ja.net/ac.uk/status_registered.txt
3344
- - spec/fixtures/responses/whois.ja.net/gov.uk/status_available.expected
3345
- - spec/fixtures/responses/whois.ja.net/gov.uk/status_available.txt
3346
- - spec/fixtures/responses/whois.ja.net/gov.uk/status_registered.expected
3347
- - spec/fixtures/responses/whois.ja.net/gov.uk/status_registered.txt
3348
- - spec/fixtures/responses/whois.je/je/status_available.expected
3349
- - spec/fixtures/responses/whois.je/je/status_available.txt
3350
- - spec/fixtures/responses/whois.je/je/status_registered.expected
3351
- - spec/fixtures/responses/whois.je/je/status_registered.txt
3352
- - spec/fixtures/responses/whois.jprs.jp/co.jp/property_state_deleted.expected
3353
- - spec/fixtures/responses/whois.jprs.jp/co.jp/property_state_deleted.txt
3354
- - spec/fixtures/responses/whois.jprs.jp/co.jp/property_state_registered.expected
3355
- - spec/fixtures/responses/whois.jprs.jp/co.jp/property_state_registered.txt
3356
- - spec/fixtures/responses/whois.jprs.jp/jp/property_status_suspended.expected
3357
- - spec/fixtures/responses/whois.jprs.jp/jp/property_status_suspended.txt
3358
- - spec/fixtures/responses/whois.jprs.jp/jp/property_status_to_be_suspended.expected
3359
- - spec/fixtures/responses/whois.jprs.jp/jp/property_status_to_be_suspended.txt
3360
- - spec/fixtures/responses/whois.jprs.jp/jp/property_updates_on_error_out-of-range.expected
3361
- - spec/fixtures/responses/whois.jprs.jp/jp/property_updates_on_error_out-of-range.txt
3362
- - spec/fixtures/responses/whois.jprs.jp/jp/status_available.expected
3363
- - spec/fixtures/responses/whois.jprs.jp/jp/status_available.txt
3364
- - spec/fixtures/responses/whois.jprs.jp/jp/status_registered.expected
3365
- - spec/fixtures/responses/whois.jprs.jp/jp/status_registered.txt
3366
- - spec/fixtures/responses/whois.jprs.jp/jp/status_reserved.expected
3367
- - spec/fixtures/responses/whois.jprs.jp/jp/status_reserved.txt
3368
- - spec/fixtures/responses/whois.jprs.jp/ne.jp/property_created_on_missing.expected
3369
- - spec/fixtures/responses/whois.jprs.jp/ne.jp/property_created_on_missing.txt
3370
- - spec/fixtures/responses/whois.jprs.jp/ne.jp/property_state_reserved.expected
3371
- - spec/fixtures/responses/whois.jprs.jp/ne.jp/property_state_reserved.txt
3372
- - spec/fixtures/responses/whois.jprs.jp/ne.jp/status_available.expected
3373
- - spec/fixtures/responses/whois.jprs.jp/ne.jp/status_available.txt
3374
- - spec/fixtures/responses/whois.jprs.jp/ne.jp/status_registered.expected
3375
- - spec/fixtures/responses/whois.jprs.jp/ne.jp/status_registered.txt
3376
- - spec/fixtures/responses/whois.jprs.jp/ne.jp/status_reserved.expected
3377
- - spec/fixtures/responses/whois.jprs.jp/ne.jp/status_reserved.txt
3378
- - spec/fixtures/responses/whois.kenic.or.ke/ke/status_available.expected
3379
- - spec/fixtures/responses/whois.kenic.or.ke/ke/status_available.txt
3380
- - spec/fixtures/responses/whois.kenic.or.ke/ke/status_invalid.expected
3381
- - spec/fixtures/responses/whois.kenic.or.ke/ke/status_invalid.txt
3382
- - spec/fixtures/responses/whois.kenic.or.ke/ke/status_registered.expected
3383
- - spec/fixtures/responses/whois.kenic.or.ke/ke/status_registered.txt
3384
- - spec/fixtures/responses/whois.kg/kg/status_available.expected
3385
- - spec/fixtures/responses/whois.kg/kg/status_available.txt
3386
- - spec/fixtures/responses/whois.kg/kg/status_registered.expected
3387
- - spec/fixtures/responses/whois.kg/kg/status_registered.txt
3388
- - spec/fixtures/responses/whois.kr/kr/property_nameservers_with_ip.expected
3389
- - spec/fixtures/responses/whois.kr/kr/property_nameservers_with_ip.txt
3390
- - spec/fixtures/responses/whois.kr/kr/status_available.expected
3391
- - spec/fixtures/responses/whois.kr/kr/status_available.txt
3392
- - spec/fixtures/responses/whois.kr/kr/status_registered.expected
3393
- - spec/fixtures/responses/whois.kr/kr/status_registered.txt
3394
- - spec/fixtures/responses/whois.markmonitor.com/cc/status_registered.txt
3395
- - spec/fixtures/responses/whois.markmonitor.com/com/status_registered.txt
3396
- - spec/fixtures/responses/whois.markmonitor.com/jobs/status_registered.txt
3397
- - spec/fixtures/responses/whois.markmonitor.com/net/status_registered.txt
3398
- - spec/fixtures/responses/whois.markmonitor.com/response_throttled.expected
3399
- - spec/fixtures/responses/whois.markmonitor.com/response_throttled.txt
3400
- - spec/fixtures/responses/whois.markmonitor.com/status_available.expected
3401
- - spec/fixtures/responses/whois.markmonitor.com/status_available.txt
3402
- - spec/fixtures/responses/whois.markmonitor.com/status_registered.expected
3403
- - spec/fixtures/responses/whois.markmonitor.com/status_registered.txt
3404
- - spec/fixtures/responses/whois.markmonitor.com/tv/status_registered.txt
3405
- - spec/fixtures/responses/whois.monic.mo/mo/status_available.expected
3406
- - spec/fixtures/responses/whois.monic.mo/mo/status_available.txt
3407
- - spec/fixtures/responses/whois.monic.mo/mo/status_registered.expected
3408
- - spec/fixtures/responses/whois.monic.mo/mo/status_registered.txt
3409
- - spec/fixtures/responses/whois.museum/museum/status_available.expected
3410
- - spec/fixtures/responses/whois.museum/museum/status_available.txt
3411
- - spec/fixtures/responses/whois.museum/museum/status_registered.expected
3412
- - spec/fixtures/responses/whois.museum/museum/status_registered.txt
3413
- - spec/fixtures/responses/whois.mynic.my/my/status_available.expected
3414
- - spec/fixtures/responses/whois.mynic.my/my/status_available.txt
3415
- - spec/fixtures/responses/whois.mynic.my/my/status_registered.expected
3416
- - spec/fixtures/responses/whois.mynic.my/my/status_registered.txt
3417
- - spec/fixtures/responses/whois.na-nic.com.na/na/status_available.expected
3418
- - spec/fixtures/responses/whois.na-nic.com.na/na/status_available.txt
3419
- - spec/fixtures/responses/whois.na-nic.com.na/na/status_registered.expected
3420
- - spec/fixtures/responses/whois.na-nic.com.na/na/status_registered.txt
3421
- - spec/fixtures/responses/whois.nc/nc/property_contact_without_state.expected
3422
- - spec/fixtures/responses/whois.nc/nc/property_contact_without_state.txt
3423
- - spec/fixtures/responses/whois.nc/nc/property_contact_without_state_and_address.expected
3424
- - spec/fixtures/responses/whois.nc/nc/property_contact_without_state_and_address.txt
3425
- - spec/fixtures/responses/whois.nc/nc/status_available.expected
3426
- - spec/fixtures/responses/whois.nc/nc/status_available.txt
3427
- - spec/fixtures/responses/whois.nc/nc/status_registered.expected
3428
- - spec/fixtures/responses/whois.nc/nc/status_registered.txt
3429
- - spec/fixtures/responses/whois.netcom.cm/cm/status_available.expected
3430
- - spec/fixtures/responses/whois.netcom.cm/cm/status_available.txt
3431
- - spec/fixtures/responses/whois.netcom.cm/cm/status_registered.expected
3432
- - spec/fixtures/responses/whois.netcom.cm/cm/status_registered.txt
3433
- - spec/fixtures/responses/whois.netcom.cm/cm/status_suspended.expected
3434
- - spec/fixtures/responses/whois.netcom.cm/cm/status_suspended.txt
3435
- - spec/fixtures/responses/whois.networksolutions.com/status_available.expected
3436
- - spec/fixtures/responses/whois.networksolutions.com/status_available.txt
3437
- - spec/fixtures/responses/whois.networksolutions.com/status_registered.expected
3438
- - spec/fixtures/responses/whois.networksolutions.com/status_registered.txt
3439
- - spec/fixtures/responses/whois.nic.ac/ac/status_available.expected
3440
- - spec/fixtures/responses/whois.nic.ac/ac/status_available.txt
3441
- - spec/fixtures/responses/whois.nic.ac/ac/status_registered.expected
3442
- - spec/fixtures/responses/whois.nic.ac/ac/status_registered.txt
3443
- - spec/fixtures/responses/whois.nic.af/af/status_available.expected
3444
- - spec/fixtures/responses/whois.nic.af/af/status_available.txt
3445
- - spec/fixtures/responses/whois.nic.af/af/status_registered.expected
3446
- - spec/fixtures/responses/whois.nic.af/af/status_registered.txt
3447
- - spec/fixtures/responses/whois.nic.ag/ag/status_available.expected
3448
- - spec/fixtures/responses/whois.nic.ag/ag/status_available.txt
3449
- - spec/fixtures/responses/whois.nic.ag/ag/status_registered.expected
3450
- - spec/fixtures/responses/whois.nic.ag/ag/status_registered.txt
3451
- - spec/fixtures/responses/whois.nic.ai/ai/status_available.expected
3452
- - spec/fixtures/responses/whois.nic.ai/ai/status_available.txt
3453
- - spec/fixtures/responses/whois.nic.ai/ai/status_registered.expected
3454
- - spec/fixtures/responses/whois.nic.ai/ai/status_registered.txt
3455
- - spec/fixtures/responses/whois.nic.as/as/status_available.expected
3456
- - spec/fixtures/responses/whois.nic.as/as/status_available.txt
3457
- - spec/fixtures/responses/whois.nic.as/as/status_registered.expected
3458
- - spec/fixtures/responses/whois.nic.as/as/status_registered.txt
3459
- - spec/fixtures/responses/whois.nic.asia/asia/property_status_multiple.expected
3460
- - spec/fixtures/responses/whois.nic.asia/asia/property_status_multiple.txt
3461
- - spec/fixtures/responses/whois.nic.asia/asia/property_status_single.expected
3462
- - spec/fixtures/responses/whois.nic.asia/asia/property_status_single.txt
3463
- - spec/fixtures/responses/whois.nic.asia/asia/status_available.expected
3464
- - spec/fixtures/responses/whois.nic.asia/asia/status_available.txt
3465
- - spec/fixtures/responses/whois.nic.asia/asia/status_registered.expected
3466
- - spec/fixtures/responses/whois.nic.asia/asia/status_registered.txt
3467
- - spec/fixtures/responses/whois.nic.asia/asia/status_reserved.expected
3468
- - spec/fixtures/responses/whois.nic.asia/asia/status_reserved.txt
3469
- - spec/fixtures/responses/whois.nic.at/at/status_available.expected
3470
- - spec/fixtures/responses/whois.nic.at/at/status_available.txt
3471
- - spec/fixtures/responses/whois.nic.at/at/status_registered.expected
3472
- - spec/fixtures/responses/whois.nic.at/at/status_registered.txt
3473
- - spec/fixtures/responses/whois.nic.bj/bj/status_available.expected
3474
- - spec/fixtures/responses/whois.nic.bj/bj/status_available.txt
3475
- - spec/fixtures/responses/whois.nic.bj/bj/status_registered.expected
3476
- - spec/fixtures/responses/whois.nic.bj/bj/status_registered.txt
3477
- - spec/fixtures/responses/whois.nic.bo/bo/status_available.expected
3478
- - spec/fixtures/responses/whois.nic.bo/bo/status_available.txt
3479
- - spec/fixtures/responses/whois.nic.bo/bo/status_registered.expected
3480
- - spec/fixtures/responses/whois.nic.bo/bo/status_registered.txt
3481
- - spec/fixtures/responses/whois.nic.cd/cd/status_available.expected
3482
- - spec/fixtures/responses/whois.nic.cd/cd/status_available.txt
3483
- - spec/fixtures/responses/whois.nic.cd/cd/status_registered.expected
3484
- - spec/fixtures/responses/whois.nic.cd/cd/status_registered.txt
3485
- - spec/fixtures/responses/whois.nic.ch/ch/property_contacts.expected
3486
- - spec/fixtures/responses/whois.nic.ch/ch/property_contacts.txt
3487
- - spec/fixtures/responses/whois.nic.ch/ch/property_nameservers_with_ip.expected
3488
- - spec/fixtures/responses/whois.nic.ch/ch/property_nameservers_with_ip.txt
3489
- - spec/fixtures/responses/whois.nic.ch/ch/status_available.expected
3490
- - spec/fixtures/responses/whois.nic.ch/ch/status_available.txt
3491
- - spec/fixtures/responses/whois.nic.ch/ch/status_registered.expected
3492
- - spec/fixtures/responses/whois.nic.ch/ch/status_registered.txt
3493
- - spec/fixtures/responses/whois.nic.ci/ci/status_available.expected
3494
- - spec/fixtures/responses/whois.nic.ci/ci/status_available.txt
3495
- - spec/fixtures/responses/whois.nic.ci/ci/status_registered.expected
3496
- - spec/fixtures/responses/whois.nic.ci/ci/status_registered.txt
3497
- - spec/fixtures/responses/whois.nic.cl/cl/status_available.expected
3498
- - spec/fixtures/responses/whois.nic.cl/cl/status_available.txt
3499
- - spec/fixtures/responses/whois.nic.cl/cl/status_registered.expected
3500
- - spec/fixtures/responses/whois.nic.cl/cl/status_registered.txt
3501
- - spec/fixtures/responses/whois.nic.co/co/status_available.expected
3502
- - spec/fixtures/responses/whois.nic.co/co/status_available.txt
3503
- - spec/fixtures/responses/whois.nic.co/co/status_registered.expected
3504
- - spec/fixtures/responses/whois.nic.co/co/status_registered.txt
3505
- - spec/fixtures/responses/whois.nic.college/college/status_available.expected
3506
- - spec/fixtures/responses/whois.nic.college/college/status_available.txt
3507
- - spec/fixtures/responses/whois.nic.college/college/status_registered.expected
3508
- - spec/fixtures/responses/whois.nic.college/college/status_registered.txt
3509
- - spec/fixtures/responses/whois.nic.coop/coop/property_status_multiple.expected
3510
- - spec/fixtures/responses/whois.nic.coop/coop/property_status_multiple.txt
3511
- - spec/fixtures/responses/whois.nic.coop/coop/property_status_single.expected
3512
- - spec/fixtures/responses/whois.nic.coop/coop/property_status_single.txt
3513
- - spec/fixtures/responses/whois.nic.coop/coop/status_available.expected
3514
- - spec/fixtures/responses/whois.nic.coop/coop/status_available.txt
3515
- - spec/fixtures/responses/whois.nic.coop/coop/status_registered.expected
3516
- - spec/fixtures/responses/whois.nic.coop/coop/status_registered.txt
3517
- - spec/fixtures/responses/whois.nic.cx/cx/property_updated_on_empty.expected
3518
- - spec/fixtures/responses/whois.nic.cx/cx/property_updated_on_empty.txt
3519
- - spec/fixtures/responses/whois.nic.cx/cx/status_available.expected
3520
- - spec/fixtures/responses/whois.nic.cx/cx/status_available.txt
3521
- - spec/fixtures/responses/whois.nic.cx/cx/status_registered.expected
3522
- - spec/fixtures/responses/whois.nic.cx/cx/status_registered.txt
3523
- - spec/fixtures/responses/whois.nic.cz/cz/case_nset_contact_same_name.expected
3524
- - spec/fixtures/responses/whois.nic.cz/cz/case_nset_contact_same_name.txt
3525
- - spec/fixtures/responses/whois.nic.cz/cz/response_throttled.expected
3526
- - spec/fixtures/responses/whois.nic.cz/cz/response_throttled.txt
3527
- - spec/fixtures/responses/whois.nic.cz/cz/response_with_keyset.expected
3528
- - spec/fixtures/responses/whois.nic.cz/cz/response_with_keyset.txt
3529
- - spec/fixtures/responses/whois.nic.cz/cz/status_available.expected
3530
- - spec/fixtures/responses/whois.nic.cz/cz/status_available.txt
3531
- - spec/fixtures/responses/whois.nic.cz/cz/status_registered.expected
3532
- - spec/fixtures/responses/whois.nic.cz/cz/status_registered.txt
3533
- - spec/fixtures/responses/whois.nic.design/design/status_available.expected
3534
- - spec/fixtures/responses/whois.nic.design/design/status_available.txt
3535
- - spec/fixtures/responses/whois.nic.design/design/status_registered.expected
3536
- - spec/fixtures/responses/whois.nic.design/design/status_registered.txt
3537
- - spec/fixtures/responses/whois.nic.dm/dm/status_available.expected
3538
- - spec/fixtures/responses/whois.nic.dm/dm/status_available.txt
3539
- - spec/fixtures/responses/whois.nic.dm/dm/status_registered.expected
3540
- - spec/fixtures/responses/whois.nic.dm/dm/status_registered.txt
3541
- - spec/fixtures/responses/whois.nic.dz/dz/status_available.expected
3542
- - spec/fixtures/responses/whois.nic.dz/dz/status_available.txt
3543
- - spec/fixtures/responses/whois.nic.dz/dz/status_registered.expected
3544
- - spec/fixtures/responses/whois.nic.dz/dz/status_registered.txt
3545
- - spec/fixtures/responses/whois.nic.ec/ex/status_available.expected
3546
- - spec/fixtures/responses/whois.nic.ec/ex/status_available.txt
3547
- - spec/fixtures/responses/whois.nic.ec/ex/status_registered.expected
3548
- - spec/fixtures/responses/whois.nic.ec/ex/status_registered.txt
3549
- - spec/fixtures/responses/whois.nic.es/es/status_available.expected
3550
- - spec/fixtures/responses/whois.nic.es/es/status_available.txt
3551
- - spec/fixtures/responses/whois.nic.es/es/status_registered.expected
3552
- - spec/fixtures/responses/whois.nic.es/es/status_registered.txt
3553
- - spec/fixtures/responses/whois.nic.fm/fm/status_available.expected
3554
- - spec/fixtures/responses/whois.nic.fm/fm/status_available.txt
3555
- - spec/fixtures/responses/whois.nic.fm/fm/status_registered.expected
3556
- - spec/fixtures/responses/whois.nic.fm/fm/status_registered.txt
3557
- - spec/fixtures/responses/whois.nic.fo/fo/status_available.expected
3558
- - spec/fixtures/responses/whois.nic.fo/fo/status_available.txt
3559
- - spec/fixtures/responses/whois.nic.fo/fo/status_registered.expected
3560
- - spec/fixtures/responses/whois.nic.fo/fo/status_registered.txt
3561
- - spec/fixtures/responses/whois.nic.fr/fr/property_contact_without_address.expected
3562
- - spec/fixtures/responses/whois.nic.fr/fr/property_contact_without_address.txt
3563
- - spec/fixtures/responses/whois.nic.fr/fr/property_contact_without_changed.expected
3564
- - spec/fixtures/responses/whois.nic.fr/fr/property_contact_without_changed.txt
3565
- - spec/fixtures/responses/whois.nic.fr/fr/property_nameservers.expected
3566
- - spec/fixtures/responses/whois.nic.fr/fr/property_nameservers.txt
3567
- - spec/fixtures/responses/whois.nic.fr/fr/property_nameservers_multiple_ipv4.expected
3568
- - spec/fixtures/responses/whois.nic.fr/fr/property_nameservers_multiple_ipv4.txt
3569
- - spec/fixtures/responses/whois.nic.fr/fr/property_nameservers_with_ipv4_and_some_ipv6.expected
3570
- - spec/fixtures/responses/whois.nic.fr/fr/property_nameservers_with_ipv4_and_some_ipv6.txt
3571
- - spec/fixtures/responses/whois.nic.fr/fr/property_status_active.expected
3572
- - spec/fixtures/responses/whois.nic.fr/fr/property_status_active.txt
3573
- - spec/fixtures/responses/whois.nic.fr/fr/property_status_blocked.expected
3574
- - spec/fixtures/responses/whois.nic.fr/fr/property_status_blocked.txt
3575
- - spec/fixtures/responses/whois.nic.fr/fr/property_status_missing.expected
3576
- - spec/fixtures/responses/whois.nic.fr/fr/property_status_missing.txt
3577
- - spec/fixtures/responses/whois.nic.fr/fr/property_status_not_open.expected
3578
- - spec/fixtures/responses/whois.nic.fr/fr/property_status_not_open.txt
3579
- - spec/fixtures/responses/whois.nic.fr/fr/property_status_redemption.expected
3580
- - spec/fixtures/responses/whois.nic.fr/fr/property_status_redemption.txt
3581
- - spec/fixtures/responses/whois.nic.fr/fr/property_status_registered.expected
3582
- - spec/fixtures/responses/whois.nic.fr/fr/property_status_registered.txt
3583
- - spec/fixtures/responses/whois.nic.fr/fr/response_contains_contact_remarks.txt
3584
- - spec/fixtures/responses/whois.nic.fr/fr/response_contains_contact_trouble.txt
3585
- - spec/fixtures/responses/whois.nic.fr/fr/response_throttled.expected
3586
- - spec/fixtures/responses/whois.nic.fr/fr/response_throttled.txt
3587
- - spec/fixtures/responses/whois.nic.fr/fr/status_available.expected
3588
- - spec/fixtures/responses/whois.nic.fr/fr/status_available.txt
3589
- - spec/fixtures/responses/whois.nic.fr/fr/status_registered.expected
3590
- - spec/fixtures/responses/whois.nic.fr/fr/status_registered.txt
3591
- - spec/fixtures/responses/whois.nic.fr/tf/property_status_frozen.expected
3592
- - spec/fixtures/responses/whois.nic.fr/tf/property_status_frozen.txt
3593
- - spec/fixtures/responses/whois.nic.fr/tf/response_throttled.expected
3594
- - spec/fixtures/responses/whois.nic.fr/tf/response_throttled.txt
3595
- - spec/fixtures/responses/whois.nic.fr/tf/status_available.expected
3596
- - spec/fixtures/responses/whois.nic.fr/tf/status_available.txt
3597
- - spec/fixtures/responses/whois.nic.fr/tf/status_registered.expected
3598
- - spec/fixtures/responses/whois.nic.fr/tf/status_registered.txt
3599
- - spec/fixtures/responses/whois.nic.fr/yt/response_throttled.expected
3600
- - spec/fixtures/responses/whois.nic.fr/yt/response_throttled.txt
3601
- - spec/fixtures/responses/whois.nic.fr/yt/status_available.expected
3602
- - spec/fixtures/responses/whois.nic.fr/yt/status_available.txt
3603
- - spec/fixtures/responses/whois.nic.fr/yt/status_registered.expected
3604
- - spec/fixtures/responses/whois.nic.fr/yt/status_registered.txt
3605
- - spec/fixtures/responses/whois.nic.gd/gd/status_available.expected
3606
- - spec/fixtures/responses/whois.nic.gd/gd/status_available.txt
3607
- - spec/fixtures/responses/whois.nic.gd/gd/status_registered.expected
3608
- - spec/fixtures/responses/whois.nic.gd/gd/status_registered.txt
3609
- - spec/fixtures/responses/whois.nic.gd/gd/status_reserved.expected
3610
- - spec/fixtures/responses/whois.nic.gd/gd/status_reserved.txt
3611
- - spec/fixtures/responses/whois.nic.gl/gl/status_available.expected
3612
- - spec/fixtures/responses/whois.nic.gl/gl/status_available.txt
3613
- - spec/fixtures/responses/whois.nic.gl/gl/status_registered.expected
3614
- - spec/fixtures/responses/whois.nic.gl/gl/status_registered.txt
3615
- - spec/fixtures/responses/whois.nic.gs/gs/property_status_available.expected
3616
- - spec/fixtures/responses/whois.nic.gs/gs/property_status_available.txt
3617
- - spec/fixtures/responses/whois.nic.gs/gs/property_status_ok.expected
3618
- - spec/fixtures/responses/whois.nic.gs/gs/property_status_ok.txt
3619
- - spec/fixtures/responses/whois.nic.gs/gs/status_available.expected
3620
- - spec/fixtures/responses/whois.nic.gs/gs/status_available.txt
3621
- - spec/fixtures/responses/whois.nic.gs/gs/status_registered.expected
3622
- - spec/fixtures/responses/whois.nic.gs/gs/status_registered.txt
3623
- - spec/fixtures/responses/whois.nic.hn/hn/status_available.expected
3624
- - spec/fixtures/responses/whois.nic.hn/hn/status_available.txt
3625
- - spec/fixtures/responses/whois.nic.hn/hn/status_registered.expected
3626
- - spec/fixtures/responses/whois.nic.hn/hn/status_registered.txt
3627
- - spec/fixtures/responses/whois.nic.ht/ht/status_available.expected
3628
- - spec/fixtures/responses/whois.nic.ht/ht/status_available.txt
3629
- - spec/fixtures/responses/whois.nic.ht/ht/status_registered.expected
3630
- - spec/fixtures/responses/whois.nic.ht/ht/status_registered.txt
3631
- - spec/fixtures/responses/whois.nic.hu/hu/status_available.expected
3632
- - spec/fixtures/responses/whois.nic.hu/hu/status_available.txt
3633
- - spec/fixtures/responses/whois.nic.hu/hu/status_registered.expected
3634
- - spec/fixtures/responses/whois.nic.hu/hu/status_registered.txt
3635
- - spec/fixtures/responses/whois.nic.im/im/status_available.expected
3636
- - spec/fixtures/responses/whois.nic.im/im/status_available.txt
3637
- - spec/fixtures/responses/whois.nic.im/im/status_registered.expected
3638
- - spec/fixtures/responses/whois.nic.im/im/status_registered.txt
3639
- - spec/fixtures/responses/whois.nic.io/io/property_owner_without_label.txt
3640
- - spec/fixtures/responses/whois.nic.io/io/status_available.expected
3641
- - spec/fixtures/responses/whois.nic.io/io/status_available.txt
3642
- - spec/fixtures/responses/whois.nic.io/io/status_registered.expected
3643
- - spec/fixtures/responses/whois.nic.io/io/status_registered.txt
3644
- - spec/fixtures/responses/whois.nic.io/io/status_reserved.expected
3645
- - spec/fixtures/responses/whois.nic.io/io/status_reserved.txt
3646
- - spec/fixtures/responses/whois.nic.ir/ir/status_available.expected
3647
- - spec/fixtures/responses/whois.nic.ir/ir/status_available.txt
3648
- - spec/fixtures/responses/whois.nic.ir/ir/status_registered.expected
3649
- - spec/fixtures/responses/whois.nic.ir/ir/status_registered.txt
3650
- - spec/fixtures/responses/whois.nic.it/it/property_contact_province.expected
3651
- - spec/fixtures/responses/whois.nic.it/it/property_contact_province.txt
3652
- - spec/fixtures/responses/whois.nic.it/it/property_contact_with_company_in_address.expected
3653
- - spec/fixtures/responses/whois.nic.it/it/property_contact_with_company_in_address.txt
3654
- - spec/fixtures/responses/whois.nic.it/it/property_contact_with_organization.expected
3655
- - spec/fixtures/responses/whois.nic.it/it/property_contact_with_organization.txt
3656
- - spec/fixtures/responses/whois.nic.it/it/property_status_autorenewperiod_clientdeleteprohibited_clientupdateprohibited.txt
3657
- - spec/fixtures/responses/whois.nic.it/it/property_status_available.expected
3658
- - spec/fixtures/responses/whois.nic.it/it/property_status_available.txt
3659
- - spec/fixtures/responses/whois.nic.it/it/property_status_client.expected
3660
- - spec/fixtures/responses/whois.nic.it/it/property_status_client.txt
3661
- - spec/fixtures/responses/whois.nic.it/it/property_status_graceperiod.expected
3662
- - spec/fixtures/responses/whois.nic.it/it/property_status_graceperiod.txt
3663
- - spec/fixtures/responses/whois.nic.it/it/property_status_inactive_noregistrar.expected
3664
- - spec/fixtures/responses/whois.nic.it/it/property_status_inactive_noregistrar.txt
3665
- - spec/fixtures/responses/whois.nic.it/it/property_status_no_provider.expected
3666
- - spec/fixtures/responses/whois.nic.it/it/property_status_no_provider.txt
3667
- - spec/fixtures/responses/whois.nic.it/it/property_status_ok.expected
3668
- - spec/fixtures/responses/whois.nic.it/it/property_status_ok.txt
3669
- - spec/fixtures/responses/whois.nic.it/it/property_status_ok_autorenew.expected
3670
- - spec/fixtures/responses/whois.nic.it/it/property_status_ok_autorenew.txt
3671
- - spec/fixtures/responses/whois.nic.it/it/property_status_pending-delete.expected
3672
- - spec/fixtures/responses/whois.nic.it/it/property_status_pending-delete.txt
3673
- - spec/fixtures/responses/whois.nic.it/it/property_status_pendingdelete_pendingdelete.expected
3674
- - spec/fixtures/responses/whois.nic.it/it/property_status_pendingdelete_pendingdelete.txt
3675
- - spec/fixtures/responses/whois.nic.it/it/property_status_pendingdelete_redemptionperiod.expected
3676
- - spec/fixtures/responses/whois.nic.it/it/property_status_pendingdelete_redemptionperiod.txt
3677
- - spec/fixtures/responses/whois.nic.it/it/property_status_pendingtransfer.expected
3678
- - spec/fixtures/responses/whois.nic.it/it/property_status_pendingtransfer.txt
3679
- - spec/fixtures/responses/whois.nic.it/it/property_status_pendingtransfer_autorenewperiod.expected
3680
- - spec/fixtures/responses/whois.nic.it/it/property_status_pendingtransfer_autorenewperiod.txt
3681
- - spec/fixtures/responses/whois.nic.it/it/property_status_pendingupdate.expected
3682
- - spec/fixtures/responses/whois.nic.it/it/property_status_pendingupdate.txt
3683
- - spec/fixtures/responses/whois.nic.it/it/property_status_pendingupdate_autorenewperiod.expected
3684
- - spec/fixtures/responses/whois.nic.it/it/property_status_pendingupdate_autorenewperiod.txt
3685
- - spec/fixtures/responses/whois.nic.it/it/property_status_redemption_no_provider.expected
3686
- - spec/fixtures/responses/whois.nic.it/it/property_status_redemption_no_provider.txt
3687
- - spec/fixtures/responses/whois.nic.it/it/property_status_reserved.expected
3688
- - spec/fixtures/responses/whois.nic.it/it/property_status_reserved.txt
3689
- - spec/fixtures/responses/whois.nic.it/it/property_status_unassignable.expected
3690
- - spec/fixtures/responses/whois.nic.it/it/property_status_unassignable.txt
3691
- - spec/fixtures/responses/whois.nic.it/it/property_technical_contact.expected
3692
- - spec/fixtures/responses/whois.nic.it/it/property_technical_contact.txt
3693
- - spec/fixtures/responses/whois.nic.it/it/response_unavailable.expected
3694
- - spec/fixtures/responses/whois.nic.it/it/response_unavailable.txt
3695
- - spec/fixtures/responses/whois.nic.it/it/status_available.expected
3696
- - spec/fixtures/responses/whois.nic.it/it/status_available.txt
3697
- - spec/fixtures/responses/whois.nic.it/it/status_registered.expected
3698
- - spec/fixtures/responses/whois.nic.it/it/status_registered.txt
3699
- - spec/fixtures/responses/whois.nic.it/it/status_unavailable.expected
3700
- - spec/fixtures/responses/whois.nic.it/it/status_unavailable.txt
3701
- - spec/fixtures/responses/whois.nic.jobs/jobs/property_nameserver_no_nameserver.expected
3702
- - spec/fixtures/responses/whois.nic.jobs/jobs/property_nameserver_no_nameserver.txt
3703
- - spec/fixtures/responses/whois.nic.jobs/jobs/status_available.expected
3704
- - spec/fixtures/responses/whois.nic.jobs/jobs/status_available.txt
3705
- - spec/fixtures/responses/whois.nic.jobs/jobs/status_registered.expected
3706
- - spec/fixtures/responses/whois.nic.jobs/jobs/status_registered.txt
3707
- - spec/fixtures/responses/whois.nic.ki/ki/status_available.expected
3708
- - spec/fixtures/responses/whois.nic.ki/ki/status_available.txt
3709
- - spec/fixtures/responses/whois.nic.ki/ki/status_registered.expected
3710
- - spec/fixtures/responses/whois.nic.ki/ki/status_registered.txt
3711
- - spec/fixtures/responses/whois.nic.kz/kz/property_status_missing.expected
3712
- - spec/fixtures/responses/whois.nic.kz/kz/property_status_missing.txt
3713
- - spec/fixtures/responses/whois.nic.kz/kz/property_status_multiple.expected
3714
- - spec/fixtures/responses/whois.nic.kz/kz/property_status_multiple.txt
3715
- - spec/fixtures/responses/whois.nic.kz/kz/property_status_ok.expected
3716
- - spec/fixtures/responses/whois.nic.kz/kz/property_status_ok.txt
3717
- - spec/fixtures/responses/whois.nic.kz/kz/property_updated_on_blank.expected
3718
- - spec/fixtures/responses/whois.nic.kz/kz/property_updated_on_blank.txt
3719
- - spec/fixtures/responses/whois.nic.kz/kz/status_available.expected
3720
- - spec/fixtures/responses/whois.nic.kz/kz/status_available.txt
3721
- - spec/fixtures/responses/whois.nic.kz/kz/status_registered.expected
3722
- - spec/fixtures/responses/whois.nic.kz/kz/status_registered.txt
3723
- - spec/fixtures/responses/whois.nic.la/la/property_status_multiple.expected
3724
- - spec/fixtures/responses/whois.nic.la/la/property_status_multiple.txt
3725
- - spec/fixtures/responses/whois.nic.la/la/property_status_single.expected
3726
- - spec/fixtures/responses/whois.nic.la/la/property_status_single.txt
3727
- - spec/fixtures/responses/whois.nic.la/la/status_available.expected
3728
- - spec/fixtures/responses/whois.nic.la/la/status_available.txt
3729
- - spec/fixtures/responses/whois.nic.la/la/status_registered.expected
3730
- - spec/fixtures/responses/whois.nic.la/la/status_registered.txt
3731
- - spec/fixtures/responses/whois.nic.li/li/status_available.expected
3732
- - spec/fixtures/responses/whois.nic.li/li/status_available.txt
3733
- - spec/fixtures/responses/whois.nic.li/li/status_registered.expected
3734
- - spec/fixtures/responses/whois.nic.li/li/status_registered.txt
3735
- - spec/fixtures/responses/whois.nic.lk/lk/property_created_on_null.expected
3736
- - spec/fixtures/responses/whois.nic.lk/lk/property_created_on_null.txt
3737
- - spec/fixtures/responses/whois.nic.lk/lk/property_updated_on_null.expected
3738
- - spec/fixtures/responses/whois.nic.lk/lk/property_updated_on_null.txt
3739
- - spec/fixtures/responses/whois.nic.lk/lk/status_available.expected
3740
- - spec/fixtures/responses/whois.nic.lk/lk/status_available.txt
3741
- - spec/fixtures/responses/whois.nic.lk/lk/status_registered.expected
3742
- - spec/fixtures/responses/whois.nic.lk/lk/status_registered.txt
3743
- - spec/fixtures/responses/whois.nic.lk/xn--fzc2c9e2c/status_available.txt
3744
- - spec/fixtures/responses/whois.nic.lk/xn--fzc2c9e2c/status_registered.txt
3745
- - spec/fixtures/responses/whois.nic.lk/xn--xkc2al3hye2a/status_available.txt
3746
- - spec/fixtures/responses/whois.nic.lk/xn--xkc2al3hye2a/status_registered.txt
3747
- - spec/fixtures/responses/whois.nic.lv/lv/status_available.expected
3748
- - spec/fixtures/responses/whois.nic.lv/lv/status_available.txt
3749
- - spec/fixtures/responses/whois.nic.lv/lv/status_registered.expected
3750
- - spec/fixtures/responses/whois.nic.lv/lv/status_registered.txt
3751
- - spec/fixtures/responses/whois.nic.ly/ly/status_available.expected
3752
- - spec/fixtures/responses/whois.nic.ly/ly/status_available.txt
3753
- - spec/fixtures/responses/whois.nic.ly/ly/status_registered.expected
3754
- - spec/fixtures/responses/whois.nic.ly/ly/status_registered.txt
3755
- - spec/fixtures/responses/whois.nic.md/md/property_dns-update.txt
3756
- - spec/fixtures/responses/whois.nic.md/md/status_available.expected
3757
- - spec/fixtures/responses/whois.nic.md/md/status_available.txt
3758
- - spec/fixtures/responses/whois.nic.md/md/status_registered.expected
3759
- - spec/fixtures/responses/whois.nic.md/md/status_registered.txt
3760
- - spec/fixtures/responses/whois.nic.me/me/property_nameservers_is_blank.expected
3761
- - spec/fixtures/responses/whois.nic.me/me/property_nameservers_is_blank.txt
3762
- - spec/fixtures/responses/whois.nic.me/me/property_updated_on_is_blank.expected
3763
- - spec/fixtures/responses/whois.nic.me/me/property_updated_on_is_blank.txt
3764
- - spec/fixtures/responses/whois.nic.me/me/status_available.expected
3765
- - spec/fixtures/responses/whois.nic.me/me/status_available.txt
3766
- - spec/fixtures/responses/whois.nic.me/me/status_registered.expected
3767
- - spec/fixtures/responses/whois.nic.me/me/status_registered.txt
3768
- - spec/fixtures/responses/whois.nic.mg/mg/status_available.expected
3769
- - spec/fixtures/responses/whois.nic.mg/mg/status_available.txt
3770
- - spec/fixtures/responses/whois.nic.mg/mg/status_registered.expected
3771
- - spec/fixtures/responses/whois.nic.mg/mg/status_registered.txt
3772
- - spec/fixtures/responses/whois.nic.ms/ms/status_available.expected
3773
- - spec/fixtures/responses/whois.nic.ms/ms/status_available.txt
3774
- - spec/fixtures/responses/whois.nic.ms/ms/status_registered.expected
3775
- - spec/fixtures/responses/whois.nic.ms/ms/status_registered.txt
3776
- - spec/fixtures/responses/whois.nic.mu/mu/status_available.expected
3777
- - spec/fixtures/responses/whois.nic.mu/mu/status_available.txt
3778
- - spec/fixtures/responses/whois.nic.mu/mu/status_registered.expected
3779
- - spec/fixtures/responses/whois.nic.mu/mu/status_registered.txt
3780
- - spec/fixtures/responses/whois.nic.mx/mx/property_nameservers_with_ip.expected
3781
- - spec/fixtures/responses/whois.nic.mx/mx/property_nameservers_with_ip.txt
3782
- - spec/fixtures/responses/whois.nic.mx/mx/status_available.expected
3783
- - spec/fixtures/responses/whois.nic.mx/mx/status_available.txt
3784
- - spec/fixtures/responses/whois.nic.mx/mx/status_registered.expected
3785
- - spec/fixtures/responses/whois.nic.mx/mx/status_registered.txt
3786
- - spec/fixtures/responses/whois.nic.name/name/reserved.txt
3787
- - spec/fixtures/responses/whois.nic.name/name/status_available.expected
3788
- - spec/fixtures/responses/whois.nic.name/name/status_available.txt
3789
- - spec/fixtures/responses/whois.nic.name/name/status_registered.expected
3790
- - spec/fixtures/responses/whois.nic.name/name/status_registered.txt
3791
- - spec/fixtures/responses/whois.nic.net.ng/ng/property_status_available.expected
3792
- - spec/fixtures/responses/whois.nic.net.ng/ng/property_status_available.txt
3793
- - spec/fixtures/responses/whois.nic.net.ng/ng/property_status_ok.expected
3794
- - spec/fixtures/responses/whois.nic.net.ng/ng/property_status_ok.txt
3795
- - spec/fixtures/responses/whois.nic.net.ng/ng/status_available.expected
3796
- - spec/fixtures/responses/whois.nic.net.ng/ng/status_available.txt
3797
- - spec/fixtures/responses/whois.nic.net.ng/ng/status_registered.expected
3798
- - spec/fixtures/responses/whois.nic.net.ng/ng/status_registered.txt
3799
- - spec/fixtures/responses/whois.nic.net.sa/sa/status_available.expected
3800
- - spec/fixtures/responses/whois.nic.net.sa/sa/status_available.txt
3801
- - spec/fixtures/responses/whois.nic.net.sa/sa/status_registered.expected
3802
- - spec/fixtures/responses/whois.nic.net.sa/sa/status_registered.txt
3803
- - spec/fixtures/responses/whois.nic.net.sb/sb/property_status_available.expected
3804
- - spec/fixtures/responses/whois.nic.net.sb/sb/property_status_available.txt
3805
- - spec/fixtures/responses/whois.nic.net.sb/sb/property_status_ok.expected
3806
- - spec/fixtures/responses/whois.nic.net.sb/sb/property_status_ok.txt
3807
- - spec/fixtures/responses/whois.nic.net.sb/sb/status_available.expected
3808
- - spec/fixtures/responses/whois.nic.net.sb/sb/status_available.txt
3809
- - spec/fixtures/responses/whois.nic.net.sb/sb/status_registered.expected
3810
- - spec/fixtures/responses/whois.nic.net.sb/sb/status_registered.txt
3811
- - spec/fixtures/responses/whois.nic.nf/nf/status_available.expected
3812
- - spec/fixtures/responses/whois.nic.nf/nf/status_available.txt
3813
- - spec/fixtures/responses/whois.nic.nf/nf/status_registered.expected
3814
- - spec/fixtures/responses/whois.nic.nf/nf/status_registered.txt
3815
- - spec/fixtures/responses/whois.nic.org.uy/uy/property_updated_on_empty.expected
3816
- - spec/fixtures/responses/whois.nic.org.uy/uy/property_updated_on_empty.txt
3817
- - spec/fixtures/responses/whois.nic.org.uy/uy/response_is_error.txt
3818
- - spec/fixtures/responses/whois.nic.org.uy/uy/status_available.expected
3819
- - spec/fixtures/responses/whois.nic.org.uy/uy/status_available.txt
3820
- - spec/fixtures/responses/whois.nic.org.uy/uy/status_registered.expected
3821
- - spec/fixtures/responses/whois.nic.org.uy/uy/status_registered.txt
3822
- - spec/fixtures/responses/whois.nic.pm/pm/property_nameservers_with_ipv4_and_ipv6.expected
3823
- - spec/fixtures/responses/whois.nic.pm/pm/property_nameservers_with_ipv4_and_ipv6.txt
3824
- - spec/fixtures/responses/whois.nic.pm/pm/response_throttled.expected
3825
- - spec/fixtures/responses/whois.nic.pm/pm/response_throttled.txt
3826
- - spec/fixtures/responses/whois.nic.pm/pm/status_available.expected
3827
- - spec/fixtures/responses/whois.nic.pm/pm/status_available.txt
3828
- - spec/fixtures/responses/whois.nic.pm/pm/status_registered.expected
3829
- - spec/fixtures/responses/whois.nic.pm/pm/status_registered.txt
3830
- - spec/fixtures/responses/whois.nic.pr/pr/response_error.txt
3831
- - spec/fixtures/responses/whois.nic.pr/pr/status_available.expected
3832
- - spec/fixtures/responses/whois.nic.pr/pr/status_available.txt
3833
- - spec/fixtures/responses/whois.nic.pr/pr/status_registered.expected
3834
- - spec/fixtures/responses/whois.nic.pr/pr/status_registered.txt
3835
- - spec/fixtures/responses/whois.nic.priv.at/at/status_available.expected
3836
- - spec/fixtures/responses/whois.nic.priv.at/at/status_available.txt
3837
- - spec/fixtures/responses/whois.nic.priv.at/at/status_registered.expected
3838
- - spec/fixtures/responses/whois.nic.priv.at/at/status_registered.txt
3839
- - spec/fixtures/responses/whois.nic.pw/pw/status_available.expected
3840
- - spec/fixtures/responses/whois.nic.pw/pw/status_available.txt
3841
- - spec/fixtures/responses/whois.nic.pw/pw/status_registered.expected
3842
- - spec/fixtures/responses/whois.nic.pw/pw/status_registered.txt
3843
- - spec/fixtures/responses/whois.nic.re/re/property_nameservers_with_ipv4_and_ipv6.expected
3844
- - spec/fixtures/responses/whois.nic.re/re/property_nameservers_with_ipv4_and_ipv6.txt
3845
- - spec/fixtures/responses/whois.nic.re/re/response_throttled.expected
3846
- - spec/fixtures/responses/whois.nic.re/re/response_throttled.txt
3847
- - spec/fixtures/responses/whois.nic.re/re/status_available.expected
3848
- - spec/fixtures/responses/whois.nic.re/re/status_available.txt
3849
- - spec/fixtures/responses/whois.nic.re/re/status_registered.expected
3850
- - spec/fixtures/responses/whois.nic.re/re/status_registered.txt
3851
- - spec/fixtures/responses/whois.nic.sh/sh/status_available.expected
3852
- - spec/fixtures/responses/whois.nic.sh/sh/status_available.txt
3853
- - spec/fixtures/responses/whois.nic.sh/sh/status_registered.expected
3854
- - spec/fixtures/responses/whois.nic.sh/sh/status_registered.txt
3855
- - spec/fixtures/responses/whois.nic.sl/sl/status_available.expected
3856
- - spec/fixtures/responses/whois.nic.sl/sl/status_available.txt
3857
- - spec/fixtures/responses/whois.nic.sl/sl/status_registered.expected
3858
- - spec/fixtures/responses/whois.nic.sl/sl/status_registered.txt
3859
- - spec/fixtures/responses/whois.nic.sm/sm/status_available.expected
3860
- - spec/fixtures/responses/whois.nic.sm/sm/status_available.txt
3861
- - spec/fixtures/responses/whois.nic.sm/sm/status_registered.expected
3862
- - spec/fixtures/responses/whois.nic.sm/sm/status_registered.txt
3863
- - spec/fixtures/responses/whois.nic.sn/sn/status_available.expected
3864
- - spec/fixtures/responses/whois.nic.sn/sn/status_available.txt
3865
- - spec/fixtures/responses/whois.nic.sn/sn/status_registered.expected
3866
- - spec/fixtures/responses/whois.nic.sn/sn/status_registered.txt
3867
- - spec/fixtures/responses/whois.nic.so/so/status_available.expected
3868
- - spec/fixtures/responses/whois.nic.so/so/status_available.txt
3869
- - spec/fixtures/responses/whois.nic.so/so/status_registered.expected
3870
- - spec/fixtures/responses/whois.nic.so/so/status_registered.txt
3871
- - spec/fixtures/responses/whois.nic.space/space/status_available.expected
3872
- - spec/fixtures/responses/whois.nic.space/space/status_available.txt
3873
- - spec/fixtures/responses/whois.nic.space/space/status_registered.expected
3874
- - spec/fixtures/responses/whois.nic.space/space/status_registered.txt
3875
- - spec/fixtures/responses/whois.nic.st/st/status_available.expected
3876
- - spec/fixtures/responses/whois.nic.st/st/status_available.txt
3877
- - spec/fixtures/responses/whois.nic.st/st/status_registered.expected
3878
- - spec/fixtures/responses/whois.nic.st/st/status_registered.txt
3879
- - spec/fixtures/responses/whois.nic.tc/tc/status_available.expected
3880
- - spec/fixtures/responses/whois.nic.tc/tc/status_available.txt
3881
- - spec/fixtures/responses/whois.nic.tc/tc/status_registered.expected
3882
- - spec/fixtures/responses/whois.nic.tc/tc/status_registered.txt
3883
- - spec/fixtures/responses/whois.nic.tech/tech/status_available.expected
3884
- - spec/fixtures/responses/whois.nic.tech/tech/status_available.txt
3885
- - spec/fixtures/responses/whois.nic.tech/tech/status_registered.expected
3886
- - spec/fixtures/responses/whois.nic.tech/tech/status_registered.txt
3887
- - spec/fixtures/responses/whois.nic.tel/tel/status_available.expected
3888
- - spec/fixtures/responses/whois.nic.tel/tel/status_available.txt
3889
- - spec/fixtures/responses/whois.nic.tel/tel/status_registered.expected
3890
- - spec/fixtures/responses/whois.nic.tel/tel/status_registered.txt
3891
- - spec/fixtures/responses/whois.nic.tl/tl/status_available.expected
3892
- - spec/fixtures/responses/whois.nic.tl/tl/status_available.txt
3893
- - spec/fixtures/responses/whois.nic.tl/tl/status_registered.expected
3894
- - spec/fixtures/responses/whois.nic.tl/tl/status_registered.txt
3895
- - spec/fixtures/responses/whois.nic.tm/tm/status_available.expected
3896
- - spec/fixtures/responses/whois.nic.tm/tm/status_available.txt
3897
- - spec/fixtures/responses/whois.nic.tm/tm/status_registered.expected
3898
- - spec/fixtures/responses/whois.nic.tm/tm/status_registered.txt
3899
- - spec/fixtures/responses/whois.nic.tr/tr/property_contact_organization.txt
3900
- - spec/fixtures/responses/whois.nic.tr/tr/property_contact_person.txt
3901
- - spec/fixtures/responses/whois.nic.tr/tr/property_nameservers_with_ip.expected
3902
- - spec/fixtures/responses/whois.nic.tr/tr/property_nameservers_with_ip.txt
3903
- - spec/fixtures/responses/whois.nic.tr/tr/property_nameservers_with_trailing_space.expected
3904
- - spec/fixtures/responses/whois.nic.tr/tr/property_nameservers_with_trailing_space.txt
3905
- - spec/fixtures/responses/whois.nic.tr/tr/property_registrant_contact_outside_cityinoneline.expected
3906
- - spec/fixtures/responses/whois.nic.tr/tr/property_registrant_contact_outside_cityinoneline.txt
3907
- - spec/fixtures/responses/whois.nic.tr/tr/property_registrant_contact_outside_citynextline.expected
3908
- - spec/fixtures/responses/whois.nic.tr/tr/property_registrant_contact_outside_citynextline.txt
3909
- - spec/fixtures/responses/whois.nic.tr/tr/property_registrant_contact_turkey.expected
3910
- - spec/fixtures/responses/whois.nic.tr/tr/property_registrant_contact_turkey.txt
3911
- - spec/fixtures/responses/whois.nic.tr/tr/response_error_invalid_input.expected
3912
- - spec/fixtures/responses/whois.nic.tr/tr/response_error_invalid_input.txt
3913
- - spec/fixtures/responses/whois.nic.tr/tr/status_available.expected
3914
- - spec/fixtures/responses/whois.nic.tr/tr/status_available.txt
3915
- - spec/fixtures/responses/whois.nic.tr/tr/status_invalid.expected
3916
- - spec/fixtures/responses/whois.nic.tr/tr/status_invalid.txt
3917
- - spec/fixtures/responses/whois.nic.tr/tr/status_registered.expected
3918
- - spec/fixtures/responses/whois.nic.tr/tr/status_registered.txt
3919
- - spec/fixtures/responses/whois.nic.travel/travel/property_status_multiple.expected
3920
- - spec/fixtures/responses/whois.nic.travel/travel/property_status_multiple.txt
3921
- - spec/fixtures/responses/whois.nic.travel/travel/property_status_single.expected
3922
- - spec/fixtures/responses/whois.nic.travel/travel/property_status_single.txt
3923
- - spec/fixtures/responses/whois.nic.travel/travel/status_available.expected
3924
- - spec/fixtures/responses/whois.nic.travel/travel/status_available.txt
3925
- - spec/fixtures/responses/whois.nic.travel/travel/status_registered.expected
3926
- - spec/fixtures/responses/whois.nic.travel/travel/status_registered.txt
3927
- - spec/fixtures/responses/whois.nic.uk/uk/property_nameservers_with_ip.expected
3928
- - spec/fixtures/responses/whois.nic.uk/uk/property_nameservers_with_ip.txt
3929
- - spec/fixtures/responses/whois.nic.uk/uk/property_registrant_type_individual.txt
3930
- - spec/fixtures/responses/whois.nic.uk/uk/property_registrant_type_unknown.txt
3931
- - spec/fixtures/responses/whois.nic.uk/uk/property_registrar_godaddy.expected
3932
- - spec/fixtures/responses/whois.nic.uk/uk/property_registrar_godaddy.txt
3933
- - spec/fixtures/responses/whois.nic.uk/uk/property_registrar_without_trading_name.expected
3934
- - spec/fixtures/responses/whois.nic.uk/uk/property_registrar_without_trading_name.txt
3935
- - spec/fixtures/responses/whois.nic.uk/uk/property_status_missing.expected
3936
- - spec/fixtures/responses/whois.nic.uk/uk/property_status_missing.txt
3937
- - spec/fixtures/responses/whois.nic.uk/uk/property_status_no_longer_required.expected
3938
- - spec/fixtures/responses/whois.nic.uk/uk/property_status_no_longer_required.txt
3939
- - spec/fixtures/responses/whois.nic.uk/uk/property_status_no_status_listed.expected
3940
- - spec/fixtures/responses/whois.nic.uk/uk/property_status_no_status_listed.txt
3941
- - spec/fixtures/responses/whois.nic.uk/uk/property_status_processing_registration.expected
3942
- - spec/fixtures/responses/whois.nic.uk/uk/property_status_processing_registration.txt
3943
- - spec/fixtures/responses/whois.nic.uk/uk/property_status_processing_renewal.expected
3944
- - spec/fixtures/responses/whois.nic.uk/uk/property_status_processing_renewal.txt
3945
- - spec/fixtures/responses/whois.nic.uk/uk/property_status_registered_until_expiry_date.expected
3946
- - spec/fixtures/responses/whois.nic.uk/uk/property_status_registered_until_expiry_date.txt
3947
- - spec/fixtures/responses/whois.nic.uk/uk/property_status_suspended.expected
3948
- - spec/fixtures/responses/whois.nic.uk/uk/property_status_suspended.txt
3949
- - spec/fixtures/responses/whois.nic.uk/uk/response_throttled.expected
3950
- - spec/fixtures/responses/whois.nic.uk/uk/response_throttled.txt
3951
- - spec/fixtures/responses/whois.nic.uk/uk/status_available.expected
3952
- - spec/fixtures/responses/whois.nic.uk/uk/status_available.txt
3953
- - spec/fixtures/responses/whois.nic.uk/uk/status_invalid.expected
3954
- - spec/fixtures/responses/whois.nic.uk/uk/status_invalid.txt
3955
- - spec/fixtures/responses/whois.nic.uk/uk/status_registered.expected
3956
- - spec/fixtures/responses/whois.nic.uk/uk/status_registered.txt
3957
- - spec/fixtures/responses/whois.nic.uk/uk/status_reserved.expected
3958
- - spec/fixtures/responses/whois.nic.uk/uk/status_reserved.txt
3959
- - spec/fixtures/responses/whois.nic.uk/uk/status_suspended.expected
3960
- - spec/fixtures/responses/whois.nic.uk/uk/status_suspended.txt
3961
- - spec/fixtures/responses/whois.nic.us/us/status_available.expected
3962
- - spec/fixtures/responses/whois.nic.us/us/status_available.txt
3963
- - spec/fixtures/responses/whois.nic.us/us/status_registered.expected
3964
- - spec/fixtures/responses/whois.nic.us/us/status_registered.txt
3965
- - spec/fixtures/responses/whois.nic.ve/ve/property_expires_on_missing.expected
3966
- - spec/fixtures/responses/whois.nic.ve/ve/property_expires_on_missing.txt
3967
- - spec/fixtures/responses/whois.nic.ve/ve/property_nameservers.expected
3968
- - spec/fixtures/responses/whois.nic.ve/ve/property_nameservers.txt
3969
- - spec/fixtures/responses/whois.nic.ve/ve/property_nameservers_missing.expected
3970
- - spec/fixtures/responses/whois.nic.ve/ve/property_nameservers_missing.txt
3971
- - spec/fixtures/responses/whois.nic.ve/ve/property_status_activo.expected
3972
- - spec/fixtures/responses/whois.nic.ve/ve/property_status_activo.txt
3973
- - spec/fixtures/responses/whois.nic.ve/ve/property_status_missing.expected
3974
- - spec/fixtures/responses/whois.nic.ve/ve/property_status_missing.txt
3975
- - spec/fixtures/responses/whois.nic.ve/ve/property_status_suspendido.expected
3976
- - spec/fixtures/responses/whois.nic.ve/ve/property_status_suspendido.txt
3977
- - spec/fixtures/responses/whois.nic.ve/ve/property_updated_on.expected
3978
- - spec/fixtures/responses/whois.nic.ve/ve/property_updated_on.txt
3979
- - spec/fixtures/responses/whois.nic.ve/ve/property_updated_on_blank.expected
3980
- - spec/fixtures/responses/whois.nic.ve/ve/property_updated_on_blank.txt
3981
- - spec/fixtures/responses/whois.nic.ve/ve/status_available.expected
3982
- - spec/fixtures/responses/whois.nic.ve/ve/status_available.txt
3983
- - spec/fixtures/responses/whois.nic.ve/ve/status_inactive.expected
3984
- - spec/fixtures/responses/whois.nic.ve/ve/status_inactive.txt
3985
- - spec/fixtures/responses/whois.nic.ve/ve/status_registered.expected
3986
- - spec/fixtures/responses/whois.nic.ve/ve/status_registered.txt
3987
- - spec/fixtures/responses/whois.nic.wed/wed/status_available.txt
3988
- - spec/fixtures/responses/whois.nic.wed/wed/status_registered.txt
3989
- - spec/fixtures/responses/whois.nic.wf/wf/response_throttled.expected
3990
- - spec/fixtures/responses/whois.nic.wf/wf/response_throttled.txt
3991
- - spec/fixtures/responses/whois.nic.wf/wf/status_available.expected
3992
- - spec/fixtures/responses/whois.nic.wf/wf/status_available.txt
3993
- - spec/fixtures/responses/whois.nic.wf/wf/status_registered.expected
3994
- - spec/fixtures/responses/whois.nic.wf/wf/status_registered.txt
3995
- - spec/fixtures/responses/whois.nic.xxx/xxx/status_available.expected
3996
- - spec/fixtures/responses/whois.nic.xxx/xxx/status_available.txt
3997
- - spec/fixtures/responses/whois.nic.xxx/xxx/status_registered.expected
3998
- - spec/fixtures/responses/whois.nic.xxx/xxx/status_registered.txt
3999
- - spec/fixtures/responses/whois.nic.xxx/xxx/status_reserved.expected
4000
- - spec/fixtures/responses/whois.nic.xxx/xxx/status_reserved.txt
4001
- - spec/fixtures/responses/whois.nic.xyz/xyz/status_available.expected
4002
- - spec/fixtures/responses/whois.nic.xyz/xyz/status_available.txt
4003
- - spec/fixtures/responses/whois.nic.xyz/xyz/status_registered.expected
4004
- - spec/fixtures/responses/whois.nic.xyz/xyz/status_registered.txt
4005
- - spec/fixtures/responses/whois.norid.no/no/status_available.expected
4006
- - spec/fixtures/responses/whois.norid.no/no/status_available.txt
4007
- - spec/fixtures/responses/whois.norid.no/no/status_registered.expected
4008
- - spec/fixtures/responses/whois.norid.no/no/status_registered.txt
4009
- - spec/fixtures/responses/whois.pairnic.com/status_available.expected
4010
- - spec/fixtures/responses/whois.pairnic.com/status_available.txt
4011
- - spec/fixtures/responses/whois.pairnic.com/status_registered.expected
4012
- - spec/fixtures/responses/whois.pairnic.com/status_registered.txt
4013
- - spec/fixtures/responses/whois.pandi.or.id/id/status_available.expected
4014
- - spec/fixtures/responses/whois.pandi.or.id/id/status_available.txt
4015
- - spec/fixtures/responses/whois.pandi.or.id/id/status_registered.expected
4016
- - spec/fixtures/responses/whois.pandi.or.id/id/status_registered.txt
4017
- - spec/fixtures/responses/whois.pir.org/org/response_throttled.expected
4018
- - spec/fixtures/responses/whois.pir.org/org/response_throttled.txt
4019
- - spec/fixtures/responses/whois.pir.org/org/status_available.expected
4020
- - spec/fixtures/responses/whois.pir.org/org/status_available.txt
4021
- - spec/fixtures/responses/whois.pir.org/org/status_registered.expected
4022
- - spec/fixtures/responses/whois.pir.org/org/status_registered.txt
4023
- - spec/fixtures/responses/whois.pnina.ps/ps/status_available.expected
4024
- - spec/fixtures/responses/whois.pnina.ps/ps/status_available.txt
4025
- - spec/fixtures/responses/whois.pnina.ps/ps/status_registered.expected
4026
- - spec/fixtures/responses/whois.pnina.ps/ps/status_registered.txt
4027
- - spec/fixtures/responses/whois.register.bg/bg/property_nameservers_with_ip.expected
4028
- - spec/fixtures/responses/whois.register.bg/bg/property_nameservers_with_ip.txt
4029
- - spec/fixtures/responses/whois.register.bg/bg/status_available.expected
4030
- - spec/fixtures/responses/whois.register.bg/bg/status_available.txt
4031
- - spec/fixtures/responses/whois.register.bg/bg/status_registered.expected
4032
- - spec/fixtures/responses/whois.register.bg/bg/status_registered.txt
4033
- - spec/fixtures/responses/whois.register.com/registered_without_updated_on.expected
4034
- - spec/fixtures/responses/whois.register.com/registered_without_updated_on.txt
4035
- - spec/fixtures/responses/whois.register.com/status_registered.expected
4036
- - spec/fixtures/responses/whois.register.com/status_registered.txt
4037
- - spec/fixtures/responses/whois.register.si/si/status_available.expected
4038
- - spec/fixtures/responses/whois.register.si/si/status_available.txt
4039
- - spec/fixtures/responses/whois.register.si/si/status_registered.expected
4040
- - spec/fixtures/responses/whois.register.si/si/status_registered.txt
4041
- - spec/fixtures/responses/whois.registre.ma/ma/status_available.expected
4042
- - spec/fixtures/responses/whois.registre.ma/ma/status_available.txt
4043
- - spec/fixtures/responses/whois.registre.ma/ma/status_registered.expected
4044
- - spec/fixtures/responses/whois.registre.ma/ma/status_registered.txt
4045
- - spec/fixtures/responses/whois.registro.br/br/property_nameservers_with_ip.expected
4046
- - spec/fixtures/responses/whois.registro.br/br/property_nameservers_with_ip.txt
4047
- - spec/fixtures/responses/whois.registro.br/br/status_available.expected
4048
- - spec/fixtures/responses/whois.registro.br/br/status_available.txt
4049
- - spec/fixtures/responses/whois.registro.br/br/status_available_limited.expected
4050
- - spec/fixtures/responses/whois.registro.br/br/status_available_limited.txt
4051
- - spec/fixtures/responses/whois.registro.br/br/status_registered.expected
4052
- - spec/fixtures/responses/whois.registro.br/br/status_registered.txt
4053
- - spec/fixtures/responses/whois.registro.br/br/status_registered_limited.expected
4054
- - spec/fixtures/responses/whois.registro.br/br/status_registered_limited.txt
4055
- - spec/fixtures/responses/whois.registry.gy/gy/status_available.expected
4056
- - spec/fixtures/responses/whois.registry.gy/gy/status_available.txt
4057
- - spec/fixtures/responses/whois.registry.gy/gy/status_registered.expected
4058
- - spec/fixtures/responses/whois.registry.gy/gy/status_registered.txt
4059
- - spec/fixtures/responses/whois.registry.hm/hm/status_available.expected
4060
- - spec/fixtures/responses/whois.registry.hm/hm/status_available.txt
4061
- - spec/fixtures/responses/whois.registry.hm/hm/status_registered.expected
4062
- - spec/fixtures/responses/whois.registry.hm/hm/status_registered.txt
4063
- - spec/fixtures/responses/whois.registry.om/om/status_available.expected
4064
- - spec/fixtures/responses/whois.registry.om/om/status_available.txt
4065
- - spec/fixtures/responses/whois.registry.om/om/status_registered.expected
4066
- - spec/fixtures/responses/whois.registry.om/om/status_registered.txt
4067
- - spec/fixtures/responses/whois.registry.om/om/status_reserved.expected
4068
- - spec/fixtures/responses/whois.registry.om/om/status_reserved.txt
4069
- - spec/fixtures/responses/whois.registry.qa/qa/property_nameservers_without_ips.expected
4070
- - spec/fixtures/responses/whois.registry.qa/qa/property_nameservers_without_ips.txt
4071
- - spec/fixtures/responses/whois.registry.qa/qa/status_available.expected
4072
- - spec/fixtures/responses/whois.registry.qa/qa/status_available.txt
4073
- - spec/fixtures/responses/whois.registry.qa/qa/status_registered.expected
4074
- - spec/fixtures/responses/whois.registry.qa/qa/status_registered.txt
4075
- - spec/fixtures/responses/whois.rnids.rs/rs/case_token_whois_privacy.expected
4076
- - spec/fixtures/responses/whois.rnids.rs/rs/case_token_whois_privacy.txt
4077
- - spec/fixtures/responses/whois.rnids.rs/rs/property_nameservers_hyphenated.expected
4078
- - spec/fixtures/responses/whois.rnids.rs/rs/property_nameservers_hyphenated.txt
4079
- - spec/fixtures/responses/whois.rnids.rs/rs/property_status_expired.expected
4080
- - spec/fixtures/responses/whois.rnids.rs/rs/property_status_expired.txt
4081
- - spec/fixtures/responses/whois.rnids.rs/rs/property_status_in_transfer.expected
4082
- - spec/fixtures/responses/whois.rnids.rs/rs/property_status_in_transfer.txt
4083
- - spec/fixtures/responses/whois.rnids.rs/rs/property_status_locked.expected
4084
- - spec/fixtures/responses/whois.rnids.rs/rs/property_status_locked.txt
4085
- - spec/fixtures/responses/whois.rnids.rs/rs/status_available.expected
4086
- - spec/fixtures/responses/whois.rnids.rs/rs/status_available.txt
4087
- - spec/fixtures/responses/whois.rnids.rs/rs/status_registered.expected
4088
- - spec/fixtures/responses/whois.rnids.rs/rs/status_registered.txt
4089
- - spec/fixtures/responses/whois.rotld.ro/ro/property_status_updateprohibited.expected
4090
- - spec/fixtures/responses/whois.rotld.ro/ro/property_status_updateprohibited.txt
4091
- - spec/fixtures/responses/whois.rotld.ro/ro/status_available.expected
4092
- - spec/fixtures/responses/whois.rotld.ro/ro/status_available.txt
4093
- - spec/fixtures/responses/whois.rotld.ro/ro/status_registered.expected
4094
- - spec/fixtures/responses/whois.rotld.ro/ro/status_registered.txt
4095
- - spec/fixtures/responses/whois.rrpproxy.net/status_available.expected
4096
- - spec/fixtures/responses/whois.rrpproxy.net/status_available.txt
4097
- - spec/fixtures/responses/whois.rrpproxy.net/status_registered.expected
4098
- - spec/fixtures/responses/whois.rrpproxy.net/status_registered.txt
4099
- - spec/fixtures/responses/whois.safenames.net/status_registered.expected
4100
- - spec/fixtures/responses/whois.safenames.net/status_registered.txt
4101
- - spec/fixtures/responses/whois.schlund.info/registered_without_update_on.expected
4102
- - spec/fixtures/responses/whois.schlund.info/registered_without_update_on.txt
4103
- - spec/fixtures/responses/whois.schlund.info/status_available.expected
4104
- - spec/fixtures/responses/whois.schlund.info/status_available.txt
4105
- - spec/fixtures/responses/whois.schlund.info/status_registered.expected
4106
- - spec/fixtures/responses/whois.schlund.info/status_registered.txt
4107
- - spec/fixtures/responses/whois.sgnic.sg/sg/property_nameservers_schema_1.expected
4108
- - spec/fixtures/responses/whois.sgnic.sg/sg/property_nameservers_schema_1.txt
4109
- - spec/fixtures/responses/whois.sgnic.sg/sg/property_nameservers_schema_1_with_ip.expected
4110
- - spec/fixtures/responses/whois.sgnic.sg/sg/property_nameservers_schema_1_with_ip.txt
4111
- - spec/fixtures/responses/whois.sgnic.sg/sg/property_nameservers_schema_2.expected
4112
- - spec/fixtures/responses/whois.sgnic.sg/sg/property_nameservers_schema_2.txt
4113
- - spec/fixtures/responses/whois.sgnic.sg/sg/status_available.expected
4114
- - spec/fixtures/responses/whois.sgnic.sg/sg/status_available.txt
4115
- - spec/fixtures/responses/whois.sgnic.sg/sg/status_registered.expected
4116
- - spec/fixtures/responses/whois.sgnic.sg/sg/status_registered.txt
4117
- - spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_dakt.expected
4118
- - spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_dakt.txt
4119
- - spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_exp.expected
4120
- - spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_exp.txt
4121
- - spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_held.expected
4122
- - spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_held.txt
4123
- - spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_lnot.expected
4124
- - spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_lnot.txt
4125
- - spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_ok.expected
4126
- - spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_ok.txt
4127
- - spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_ta.expected
4128
- - spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_ta.txt
4129
- - spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_warn.expected
4130
- - spec/fixtures/responses/whois.sk-nic.sk/sk/property_status_dom_warn.txt
4131
- - spec/fixtures/responses/whois.sk-nic.sk/sk/status_available.expected
4132
- - spec/fixtures/responses/whois.sk-nic.sk/sk/status_available.txt
4133
- - spec/fixtures/responses/whois.sk-nic.sk/sk/status_registered.expected
4134
- - spec/fixtures/responses/whois.sk-nic.sk/sk/status_registered.txt
4135
- - spec/fixtures/responses/whois.smallregistry.net/status_available.expected
4136
- - spec/fixtures/responses/whois.smallregistry.net/status_available.txt
4137
- - spec/fixtures/responses/whois.smallregistry.net/status_registered.expected
4138
- - spec/fixtures/responses/whois.smallregistry.net/status_registered.txt
4139
- - spec/fixtures/responses/whois.srs.net.nz/nz/property_status_pendingrelease.expected
4140
- - spec/fixtures/responses/whois.srs.net.nz/nz/property_status_pendingrelease.txt
4141
- - spec/fixtures/responses/whois.srs.net.nz/nz/response_throttled.expected
4142
- - spec/fixtures/responses/whois.srs.net.nz/nz/response_throttled.txt
4143
- - spec/fixtures/responses/whois.srs.net.nz/nz/status_available.expected
4144
- - spec/fixtures/responses/whois.srs.net.nz/nz/status_available.txt
4145
- - spec/fixtures/responses/whois.srs.net.nz/nz/status_invalid.expected
4146
- - spec/fixtures/responses/whois.srs.net.nz/nz/status_invalid.txt
4147
- - spec/fixtures/responses/whois.srs.net.nz/nz/status_registered.expected
4148
- - spec/fixtures/responses/whois.srs.net.nz/nz/status_registered.txt
4149
- - spec/fixtures/responses/whois.sx/sx/property_status_premium_name.expected
4150
- - spec/fixtures/responses/whois.sx/sx/property_status_premium_name.txt
4151
- - spec/fixtures/responses/whois.sx/sx/status_available.expected
4152
- - spec/fixtures/responses/whois.sx/sx/status_available.txt
4153
- - spec/fixtures/responses/whois.sx/sx/status_registered.expected
4154
- - spec/fixtures/responses/whois.sx/sx/status_registered.txt
4155
- - spec/fixtures/responses/whois.sx/sx/status_unavailable.expected
4156
- - spec/fixtures/responses/whois.sx/sx/status_unavailable.txt
4157
- - spec/fixtures/responses/whois.tcinet.ru/ru/property_nameservers_with_ip.expected
4158
- - spec/fixtures/responses/whois.tcinet.ru/ru/property_nameservers_with_ip.txt
4159
- - spec/fixtures/responses/whois.tcinet.ru/ru/status_available.expected
4160
- - spec/fixtures/responses/whois.tcinet.ru/ru/status_available.txt
4161
- - spec/fixtures/responses/whois.tcinet.ru/ru/status_registered.expected
4162
- - spec/fixtures/responses/whois.tcinet.ru/ru/status_registered.txt
4163
- - spec/fixtures/responses/whois.tcinet.ru/su/status_available.expected
4164
- - spec/fixtures/responses/whois.tcinet.ru/su/status_available.txt
4165
- - spec/fixtures/responses/whois.tcinet.ru/su/status_registered.expected
4166
- - spec/fixtures/responses/whois.tcinet.ru/su/status_registered.txt
4167
- - spec/fixtures/responses/whois.tcinet.ru/xn--p1ai/status_available.expected
4168
- - spec/fixtures/responses/whois.tcinet.ru/xn--p1ai/status_available.txt
4169
- - spec/fixtures/responses/whois.tcinet.ru/xn--p1ai/status_registered.expected
4170
- - spec/fixtures/responses/whois.tcinet.ru/xn--p1ai/status_registered.txt
4171
- - spec/fixtures/responses/whois.thnic.co.th/th/status_available.expected
4172
- - spec/fixtures/responses/whois.thnic.co.th/th/status_available.txt
4173
- - spec/fixtures/responses/whois.thnic.co.th/th/status_registered.expected
4174
- - spec/fixtures/responses/whois.thnic.co.th/th/status_registered.txt
4175
- - spec/fixtures/responses/whois.tld.ee/ee/property_status_serverhold.expected
4176
- - spec/fixtures/responses/whois.tld.ee/ee/property_status_serverhold.txt
4177
- - spec/fixtures/responses/whois.tld.ee/ee/status_available.expected
4178
- - spec/fixtures/responses/whois.tld.ee/ee/status_available.txt
4179
- - spec/fixtures/responses/whois.tld.ee/ee/status_expired.expected
4180
- - spec/fixtures/responses/whois.tld.ee/ee/status_expired.txt
4181
- - spec/fixtures/responses/whois.tld.ee/ee/status_registered.expected
4182
- - spec/fixtures/responses/whois.tld.ee/ee/status_registered.txt
4183
- - spec/fixtures/responses/whois.tld.sy/sy/status_available.expected
4184
- - spec/fixtures/responses/whois.tld.sy/sy/status_available.txt
4185
- - spec/fixtures/responses/whois.tld.sy/sy/status_registered.expected
4186
- - spec/fixtures/responses/whois.tld.sy/sy/status_registered.txt
4187
- - spec/fixtures/responses/whois.tonic.to/to/response_incomplete.expected
4188
- - spec/fixtures/responses/whois.tonic.to/to/response_incomplete.txt
4189
- - spec/fixtures/responses/whois.tonic.to/to/status_available.expected
4190
- - spec/fixtures/responses/whois.tonic.to/to/status_available.txt
4191
- - spec/fixtures/responses/whois.tonic.to/to/status_registered.expected
4192
- - spec/fixtures/responses/whois.tonic.to/to/status_registered.txt
4193
- - spec/fixtures/responses/whois.tucows.com/status_available.expected
4194
- - spec/fixtures/responses/whois.tucows.com/status_available.txt
4195
- - spec/fixtures/responses/whois.tucows.com/status_registered.expected
4196
- - spec/fixtures/responses/whois.tucows.com/status_registered.txt
4197
- - spec/fixtures/responses/whois.twnic.net.tw/tw/status_available.expected
4198
- - spec/fixtures/responses/whois.twnic.net.tw/tw/status_available.txt
4199
- - spec/fixtures/responses/whois.twnic.net.tw/tw/status_registered.expected
4200
- - spec/fixtures/responses/whois.twnic.net.tw/tw/status_registered.txt
4201
- - spec/fixtures/responses/whois.tznic.or.tz/tz/property_status_expired.expected
4202
- - spec/fixtures/responses/whois.tznic.or.tz/tz/property_status_expired.txt
4203
- - spec/fixtures/responses/whois.tznic.or.tz/tz/status_available.expected
4204
- - spec/fixtures/responses/whois.tznic.or.tz/tz/status_available.txt
4205
- - spec/fixtures/responses/whois.tznic.or.tz/tz/status_registered.expected
4206
- - spec/fixtures/responses/whois.tznic.or.tz/tz/status_registered.txt
4207
- - spec/fixtures/responses/whois.ua/ua/uaepp/property_status_clienthold.expected
4208
- - spec/fixtures/responses/whois.ua/ua/uaepp/property_status_clienthold.txt
4209
- - spec/fixtures/responses/whois.ua/ua/uaepp/property_status_clienttransferprohibited.expected
4210
- - spec/fixtures/responses/whois.ua/ua/uaepp/property_status_clienttransferprohibited.txt
4211
- - spec/fixtures/responses/whois.ua/ua/uaepp/property_status_graceperiod.expected
4212
- - spec/fixtures/responses/whois.ua/ua/uaepp/property_status_graceperiod.txt
4213
- - spec/fixtures/responses/whois.ua/ua/uaepp/property_status_ok.expected
4214
- - spec/fixtures/responses/whois.ua/ua/uaepp/property_status_ok.txt
4215
- - spec/fixtures/responses/whois.ua/ua/uaepp/property_status_pendingdelete.expected
4216
- - spec/fixtures/responses/whois.ua/ua/uaepp/property_status_pendingdelete.txt
4217
- - spec/fixtures/responses/whois.ua/ua/uaepp/property_status_redemptionperiod.expected
4218
- - spec/fixtures/responses/whois.ua/ua/uaepp/property_status_redemptionperiod.txt
4219
- - spec/fixtures/responses/whois.ua/ua/uaepp/status_available.expected
4220
- - spec/fixtures/responses/whois.ua/ua/uaepp/status_available.txt
4221
- - spec/fixtures/responses/whois.ua/ua/uaepp/status_registered.expected
4222
- - spec/fixtures/responses/whois.ua/ua/uaepp/status_registered.txt
4223
- - spec/fixtures/responses/whois.ua/ua/uanic/property_contacts_multiple.expected
4224
- - spec/fixtures/responses/whois.ua/ua/uanic/property_contacts_multiple.txt
4225
- - spec/fixtures/responses/whois.ua/ua/uanic/status_registered.expected
4226
- - spec/fixtures/responses/whois.ua/ua/uanic/status_registered.txt
4227
- - spec/fixtures/responses/whois.udag.net/status_available.expected
4228
- - spec/fixtures/responses/whois.udag.net/status_available.txt
4229
- - spec/fixtures/responses/whois.udag.net/status_registered.expected
4230
- - spec/fixtures/responses/whois.udag.net/status_registered.txt
4231
- - spec/fixtures/responses/whois.uniregistry.net/tattoo/status_available.expected
4232
- - spec/fixtures/responses/whois.uniregistry.net/tattoo/status_available.txt
4233
- - spec/fixtures/responses/whois.uniregistry.net/tattoo/status_registered.expected
4234
- - spec/fixtures/responses/whois.uniregistry.net/tattoo/status_registered.txt
4235
- - spec/fixtures/responses/whois.uniregistry.net/tattoo/status_unavailable.txt
4236
- - spec/fixtures/responses/whois.usp.ac.fj/fj/status_available.expected
4237
- - spec/fixtures/responses/whois.usp.ac.fj/fj/status_available.txt
4238
- - spec/fixtures/responses/whois.usp.ac.fj/fj/status_registered.expected
4239
- - spec/fixtures/responses/whois.usp.ac.fj/fj/status_registered.txt
4240
- - spec/fixtures/responses/whois.verisign-grs.com/com/property_nameserver_no_nameserver.expected
4241
- - spec/fixtures/responses/whois.verisign-grs.com/com/property_nameserver_no_nameserver.txt
4242
- - spec/fixtures/responses/whois.verisign-grs.com/com/property_status_pendingdelete.txt
4243
- - spec/fixtures/responses/whois.verisign-grs.com/com/status_available.expected
4244
- - spec/fixtures/responses/whois.verisign-grs.com/com/status_available.txt
4245
- - spec/fixtures/responses/whois.verisign-grs.com/com/status_registered.expected
4246
- - spec/fixtures/responses/whois.verisign-grs.com/com/status_registered.txt
4247
- - spec/fixtures/responses/whois.verisign-grs.com/net/status_available.expected
4248
- - spec/fixtures/responses/whois.verisign-grs.com/net/status_available.txt
4249
- - spec/fixtures/responses/whois.verisign-grs.com/net/status_registered.expected
4250
- - spec/fixtures/responses/whois.verisign-grs.com/net/status_registered.txt
4251
- - spec/fixtures/responses/whois.verisign-grs.com/response_unavailable.expected
4252
- - spec/fixtures/responses/whois.verisign-grs.com/response_unavailable.txt
4253
- - spec/fixtures/responses/whois.verisign-grs.com/status_registered.txt
4254
- - spec/fixtures/responses/whois.website.ws/ws/status_available.expected
4255
- - spec/fixtures/responses/whois.website.ws/ws/status_available.txt
4256
- - spec/fixtures/responses/whois.website.ws/ws/status_registered.expected
4257
- - spec/fixtures/responses/whois.website.ws/ws/status_registered.txt
4258
- - spec/fixtures/responses/whois.wildwestdomains.com/status_available.expected
4259
- - spec/fixtures/responses/whois.wildwestdomains.com/status_available.txt
4260
- - spec/fixtures/responses/whois.wildwestdomains.com/status_registered.expected
4261
- - spec/fixtures/responses/whois.wildwestdomains.com/status_registered.txt
4262
- - spec/fixtures/responses/whois.yoursrs.com/status_available.expected
4263
- - spec/fixtures/responses/whois.yoursrs.com/status_available.txt
4264
- - spec/fixtures/responses/whois.yoursrs.com/status_registered.expected
4265
- - spec/fixtures/responses/whois.yoursrs.com/status_registered.txt
4266
- - spec/fixtures/responses/whois.yoursrs.com/status_registered_with_no_last_updated.expected
4267
- - spec/fixtures/responses/whois.yoursrs.com/status_registered_with_no_last_updated.txt
4268
- - spec/fixtures/responses/whois.za.net/za.net/status_available.expected
4269
- - spec/fixtures/responses/whois.za.net/za.net/status_available.txt
4270
- - spec/fixtures/responses/whois.za.net/za.net/status_registered.expected
4271
- - spec/fixtures/responses/whois.za.net/za.net/status_registered.txt
4272
- - spec/fixtures/responses/whois.za.org/za.org/status_available.expected
4273
- - spec/fixtures/responses/whois.za.org/za.org/status_available.txt
4274
- - spec/fixtures/responses/whois.za.org/za.org/status_registered.expected
4275
- - spec/fixtures/responses/whois.za.org/za.org/status_registered.txt
4276
- - spec/fixtures/responses/whois1.nic.bi/bi/status_available.expected
4277
- - spec/fixtures/responses/whois1.nic.bi/bi/status_available.txt
4278
- - spec/fixtures/responses/whois1.nic.bi/bi/status_registered.expected
4279
- - spec/fixtures/responses/whois1.nic.bi/bi/status_registered.txt
4280
- - spec/integration/whois_spec.rb
4281
- - spec/spec_helper.rb
4282
- - spec/support/example/parser_example_group.rb
4283
- - spec/support/helpers/spec_helper.rb
4284
- - spec/support/matchers/support_property.rb
4285
- - spec/tlds.yml
4286
- - spec/whois/parser/contact_spec.rb
4287
- - spec/whois/parser/nameserver_spec.rb
4288
- - spec/whois/parser/registrar_spec.rb
4289
- - spec/whois/parser/super_struct_spec.rb
4290
- - spec/whois/parser_extensions/parser_spec.rb
4291
- - spec/whois/parser_extensions/record_spec.rb
4292
- - spec/whois/parser_extensions/whois_spec.rb
4293
- - spec/whois/parser_spec.rb
4294
- - spec/whois/parsers/base_spec.rb
4295
- - spec/whois/parsers/blank_spec.rb
4296
- - spec/whois/parsers/responses/capetown-whois.registry.net.za/capetown/status_available_spec.rb
4297
- - spec/whois/parsers/responses/capetown-whois.registry.net.za/capetown/status_registered_spec.rb
4298
- - spec/whois/parsers/responses/ccwhois.ksregistry.net/vg/status_available_spec.rb
4299
- - spec/whois/parsers/responses/ccwhois.ksregistry.net/vg/status_registered_spec.rb
4300
- - spec/whois/parsers/responses/ccwhois.verisign-grs.com/cc/property_nameserver_no_nameserver_spec.rb
4301
- - spec/whois/parsers/responses/ccwhois.verisign-grs.com/cc/status_available_spec.rb
4302
- - spec/whois/parsers/responses/ccwhois.verisign-grs.com/cc/status_registered_spec.rb
4303
- - spec/whois/parsers/responses/coza-whois.registry.net.za/co.za/property_contact_fax_empty_spec.rb
4304
- - spec/whois/parsers/responses/coza-whois.registry.net.za/co.za/response_throttled_spec.rb
4305
- - spec/whois/parsers/responses/coza-whois.registry.net.za/co.za/status_available_spec.rb
4306
- - spec/whois/parsers/responses/coza-whois.registry.net.za/co.za/status_registered_spec.rb
4307
- - spec/whois/parsers/responses/durban-whois.registry.net.za/durban/status_available_spec.rb
4308
- - spec/whois/parsers/responses/durban-whois.registry.net.za/durban/status_registered_spec.rb
4309
- - spec/whois/parsers/responses/joburg-whois.registry.net.za/joburg/status_available_spec.rb
4310
- - spec/whois/parsers/responses/joburg-whois.registry.net.za/joburg/status_registered_spec.rb
4311
- - spec/whois/parsers/responses/kero.yachay.pe/pe/response_throttled_spec.rb
4312
- - spec/whois/parsers/responses/kero.yachay.pe/pe/status_available_spec.rb
4313
- - spec/whois/parsers/responses/kero.yachay.pe/pe/status_inactive_spec.rb
4314
- - spec/whois/parsers/responses/kero.yachay.pe/pe/status_registered_spec.rb
4315
- - spec/whois/parsers/responses/kero.yachay.pe/pe/status_suspended_spec.rb
4316
- - spec/whois/parsers/responses/org-whois.registry.net.za/org.za/status_available_spec.rb
4317
- - spec/whois/parsers/responses/org-whois.registry.net.za/org.za/status_registered_spec.rb
4318
- - spec/whois/parsers/responses/tvwhois.verisign-grs.com/tv/property_nameserver_no_nameserver_spec.rb
4319
- - spec/whois/parsers/responses/tvwhois.verisign-grs.com/tv/status_available_spec.rb
4320
- - spec/whois/parsers/responses/tvwhois.verisign-grs.com/tv/status_registered_spec.rb
4321
- - spec/whois/parsers/responses/whois.1und1.info/status_available_spec.rb
4322
- - spec/whois/parsers/responses/whois.1und1.info/status_registered_spec.rb
4323
- - spec/whois/parsers/responses/whois.35.com/status_registered_spec.rb
4324
- - spec/whois/parsers/responses/whois.aeda.net.ae/ae/status_available_spec.rb
4325
- - spec/whois/parsers/responses/whois.aeda.net.ae/ae/status_registered_spec.rb
4326
- - spec/whois/parsers/responses/whois.aero/status_available_spec.rb
4327
- - spec/whois/parsers/responses/whois.aero/status_registered_spec.rb
4328
- - spec/whois/parsers/responses/whois.aero/status_reserved_spec.rb
4329
- - spec/whois/parsers/responses/whois.afilias-grs.info/bz/status_available_spec.rb
4330
- - spec/whois/parsers/responses/whois.afilias-grs.info/bz/status_registered_spec.rb
4331
- - spec/whois/parsers/responses/whois.afilias-grs.info/gi/status_available_spec.rb
4332
- - spec/whois/parsers/responses/whois.afilias-grs.info/gi/status_registered_spec.rb
4333
- - spec/whois/parsers/responses/whois.afilias-grs.info/lc/status_available_spec.rb
4334
- - spec/whois/parsers/responses/whois.afilias-grs.info/lc/status_registered_spec.rb
4335
- - spec/whois/parsers/responses/whois.afilias-grs.info/mn/status_available_spec.rb
4336
- - spec/whois/parsers/responses/whois.afilias-grs.info/mn/status_registered_spec.rb
4337
- - spec/whois/parsers/responses/whois.afilias-grs.info/sc/status_available_spec.rb
4338
- - spec/whois/parsers/responses/whois.afilias-grs.info/sc/status_registered_spec.rb
4339
- - spec/whois/parsers/responses/whois.afilias-grs.info/vc/status_available_spec.rb
4340
- - spec/whois/parsers/responses/whois.afilias-grs.info/vc/status_registered_spec.rb
4341
- - spec/whois/parsers/responses/whois.afilias.net/info/status_available_spec.rb
4342
- - spec/whois/parsers/responses/whois.afilias.net/info/status_registered_spec.rb
4343
- - spec/whois/parsers/responses/whois.afilias.net/info/status_reserved_spec.rb
4344
- - spec/whois/parsers/responses/whois.afilias.net/pro/status_available_spec.rb
4345
- - spec/whois/parsers/responses/whois.afilias.net/pro/status_registered_spec.rb
4346
- - spec/whois/parsers/responses/whois.afilias.net/pro/status_reserved_spec.rb
4347
- - spec/whois/parsers/responses/whois.amnic.net/am/status_available_spec.rb
4348
- - spec/whois/parsers/responses/whois.amnic.net/am/status_registered_spec.rb
4349
- - spec/whois/parsers/responses/whois.ascio.com/status_available_spec.rb
4350
- - spec/whois/parsers/responses/whois.ascio.com/status_registered_spec.rb
4351
- - spec/whois/parsers/responses/whois.ati.tn/tn/property_contact_updated_none_spec.rb
4352
- - spec/whois/parsers/responses/whois.ati.tn/tn/status_available_spec.rb
4353
- - spec/whois/parsers/responses/whois.ati.tn/tn/status_registered_spec.rb
4354
- - spec/whois/parsers/responses/whois.audns.net.au/au/property_status_with_multiple_spec.rb
4355
- - spec/whois/parsers/responses/whois.audns.net.au/au/status_available_spec.rb
4356
- - spec/whois/parsers/responses/whois.audns.net.au/au/status_registered_spec.rb
4357
- - spec/whois/parsers/responses/whois.ax/ax/status_available_spec.rb
4358
- - spec/whois/parsers/responses/whois.ax/ax/status_registered_spec.rb
4359
- - spec/whois/parsers/responses/whois.biz/biz/status_available_spec.rb
4360
- - spec/whois/parsers/responses/whois.biz/biz/status_registered_spec.rb
4361
- - spec/whois/parsers/responses/whois.bnnic.bn/bn/status_available_spec.rb
4362
- - spec/whois/parsers/responses/whois.bnnic.bn/bn/status_registered_spec.rb
4363
- - spec/whois/parsers/responses/whois.cat/cat/property_status_missing_spec.rb
4364
- - spec/whois/parsers/responses/whois.cat/cat/property_status_multiple_spec.rb
4365
- - spec/whois/parsers/responses/whois.cat/cat/property_status_ok_spec.rb
4366
- - spec/whois/parsers/responses/whois.cat/cat/status_available_spec.rb
4367
- - spec/whois/parsers/responses/whois.cat/cat/status_registered_spec.rb
4368
- - spec/whois/parsers/responses/whois.cctld.by/by/status_available_spec.rb
4369
- - spec/whois/parsers/responses/whois.cctld.by/by/status_registered_spec.rb
4370
- - spec/whois/parsers/responses/whois.cctld.uz/uz/property_expires_on_dash_spec.rb
4371
- - spec/whois/parsers/responses/whois.cctld.uz/uz/property_status_reserved_spec.rb
4372
- - spec/whois/parsers/responses/whois.cctld.uz/uz/status_available_spec.rb
4373
- - spec/whois/parsers/responses/whois.cctld.uz/uz/status_registered_spec.rb
4374
- - spec/whois/parsers/responses/whois.cdmon.com/com/status_registered_spec.rb
4375
- - spec/whois/parsers/responses/whois.centralnic.com/ae.org/status_available_spec.rb
4376
- - spec/whois/parsers/responses/whois.centralnic.com/ae.org/status_registered_spec.rb
4377
- - spec/whois/parsers/responses/whois.centralnic.com/ar.com/status_available_spec.rb
4378
- - spec/whois/parsers/responses/whois.centralnic.com/ar.com/status_registered_spec.rb
4379
- - spec/whois/parsers/responses/whois.centralnic.com/br.com/status_available_spec.rb
4380
- - spec/whois/parsers/responses/whois.centralnic.com/br.com/status_registered_spec.rb
4381
- - spec/whois/parsers/responses/whois.centralnic.com/cn.com/status_available_spec.rb
4382
- - spec/whois/parsers/responses/whois.centralnic.com/cn.com/status_registered_spec.rb
4383
- - spec/whois/parsers/responses/whois.centralnic.com/de.com/status_available_spec.rb
4384
- - spec/whois/parsers/responses/whois.centralnic.com/de.com/status_registered_spec.rb
4385
- - spec/whois/parsers/responses/whois.centralnic.com/eu.com/status_available_spec.rb
4386
- - spec/whois/parsers/responses/whois.centralnic.com/eu.com/status_registered_spec.rb
4387
- - spec/whois/parsers/responses/whois.centralnic.com/gb.com/status_available_spec.rb
4388
- - spec/whois/parsers/responses/whois.centralnic.com/gb.com/status_registered_spec.rb
4389
- - spec/whois/parsers/responses/whois.centralnic.com/gb.net/status_available_spec.rb
4390
- - spec/whois/parsers/responses/whois.centralnic.com/gb.net/status_registered_spec.rb
4391
- - spec/whois/parsers/responses/whois.centralnic.com/gr.com/status_available_spec.rb
4392
- - spec/whois/parsers/responses/whois.centralnic.com/gr.com/status_registered_spec.rb
4393
- - spec/whois/parsers/responses/whois.centralnic.com/hu.com/status_available_spec.rb
4394
- - spec/whois/parsers/responses/whois.centralnic.com/hu.com/status_registered_spec.rb
4395
- - spec/whois/parsers/responses/whois.centralnic.com/jp.net/status_available_spec.rb
4396
- - spec/whois/parsers/responses/whois.centralnic.com/jp.net/status_registered_spec.rb
4397
- - spec/whois/parsers/responses/whois.centralnic.com/jpn.com/status_available_spec.rb
4398
- - spec/whois/parsers/responses/whois.centralnic.com/jpn.com/status_registered_spec.rb
4399
- - spec/whois/parsers/responses/whois.centralnic.com/kr.com/status_available_spec.rb
4400
- - spec/whois/parsers/responses/whois.centralnic.com/kr.com/status_registered_spec.rb
4401
- - spec/whois/parsers/responses/whois.centralnic.com/no.com/status_available_spec.rb
4402
- - spec/whois/parsers/responses/whois.centralnic.com/qc.com/status_available_spec.rb
4403
- - spec/whois/parsers/responses/whois.centralnic.com/qc.com/status_registered_spec.rb
4404
- - spec/whois/parsers/responses/whois.centralnic.com/ru.com/status_available_spec.rb
4405
- - spec/whois/parsers/responses/whois.centralnic.com/ru.com/status_registered_spec.rb
4406
- - spec/whois/parsers/responses/whois.centralnic.com/sa.com/status_available_spec.rb
4407
- - spec/whois/parsers/responses/whois.centralnic.com/sa.com/status_registered_spec.rb
4408
- - spec/whois/parsers/responses/whois.centralnic.com/se.com/status_available_spec.rb
4409
- - spec/whois/parsers/responses/whois.centralnic.com/se.com/status_registered_spec.rb
4410
- - spec/whois/parsers/responses/whois.centralnic.com/se.net/status_available_spec.rb
4411
- - spec/whois/parsers/responses/whois.centralnic.com/se.net/status_registered_spec.rb
4412
- - spec/whois/parsers/responses/whois.centralnic.com/uk.com/status_available_spec.rb
4413
- - spec/whois/parsers/responses/whois.centralnic.com/uk.com/status_registered_spec.rb
4414
- - spec/whois/parsers/responses/whois.centralnic.com/uk.net/status_available_spec.rb
4415
- - spec/whois/parsers/responses/whois.centralnic.com/uk.net/status_registered_spec.rb
4416
- - spec/whois/parsers/responses/whois.centralnic.com/us.com/status_available_spec.rb
4417
- - spec/whois/parsers/responses/whois.centralnic.com/us.com/status_registered_spec.rb
4418
- - spec/whois/parsers/responses/whois.centralnic.com/us.org/status_available_spec.rb
4419
- - spec/whois/parsers/responses/whois.centralnic.com/uy.com/status_available_spec.rb
4420
- - spec/whois/parsers/responses/whois.centralnic.com/uy.com/status_registered_spec.rb
4421
- - spec/whois/parsers/responses/whois.centralnic.com/za.com/status_available_spec.rb
4422
- - spec/whois/parsers/responses/whois.centralnic.com/za.com/status_registered_spec.rb
4423
- - spec/whois/parsers/responses/whois.cira.ca/ca/field_without_value_spec.rb
4424
- - spec/whois/parsers/responses/whois.cira.ca/ca/property_status_autorenew_grace_spec.rb
4425
- - spec/whois/parsers/responses/whois.cira.ca/ca/property_status_available_spec.rb
4426
- - spec/whois/parsers/responses/whois.cira.ca/ca/property_status_pendingdelete_spec.rb
4427
- - spec/whois/parsers/responses/whois.cira.ca/ca/property_status_redemption_spec.rb
4428
- - spec/whois/parsers/responses/whois.cira.ca/ca/property_status_registered_spec.rb
4429
- - spec/whois/parsers/responses/whois.cira.ca/ca/property_status_tobereleased_spec.rb
4430
- - spec/whois/parsers/responses/whois.cira.ca/ca/status_available_spec.rb
4431
- - spec/whois/parsers/responses/whois.cira.ca/ca/status_invalid_spec.rb
4432
- - spec/whois/parsers/responses/whois.cira.ca/ca/status_registered_spec.rb
4433
- - spec/whois/parsers/responses/whois.cmc.iq/iq/status_available_spec.rb
4434
- - spec/whois/parsers/responses/whois.cmc.iq/iq/status_registered_spec.rb
4435
- - spec/whois/parsers/responses/whois.cnnic.cn/cn/property_status_ok_spec.rb
4436
- - spec/whois/parsers/responses/whois.cnnic.cn/cn/property_status_reserved_list_spec.rb
4437
- - spec/whois/parsers/responses/whois.cnnic.cn/cn/status_available_spec.rb
4438
- - spec/whois/parsers/responses/whois.cnnic.cn/cn/status_registered_spec.rb
4439
- - spec/whois/parsers/responses/whois.cnnic.cn/cn/status_reserved_spec.rb
4440
- - spec/whois/parsers/responses/whois.co.ca/co.ca/status_available_spec.rb
4441
- - spec/whois/parsers/responses/whois.co.ca/co.ca/status_registered_spec.rb
4442
- - spec/whois/parsers/responses/whois.co.ca/co.ca/status_reserved_spec.rb
4443
- - spec/whois/parsers/responses/whois.co.pl/co.pl/status_available_spec.rb
4444
- - spec/whois/parsers/responses/whois.co.pl/co.pl/status_registered_spec.rb
4445
- - spec/whois/parsers/responses/whois.co.ug/ug/property_status_active_spec.rb
4446
- - spec/whois/parsers/responses/whois.co.ug/ug/property_status_unconfirmed_spec.rb
4447
- - spec/whois/parsers/responses/whois.co.ug/ug/status_available_spec.rb
4448
- - spec/whois/parsers/responses/whois.co.ug/ug/status_registered_spec.rb
4449
- - spec/whois/parsers/responses/whois.comlaude.com/status_registered_spec.rb
4450
- - spec/whois/parsers/responses/whois.corporatedomains.com/status_available_spec.rb
4451
- - spec/whois/parsers/responses/whois.corporatedomains.com/status_registered_spec.rb
4452
- - spec/whois/parsers/responses/whois.denic.de/de/property_nameservers_with_ip_spec.rb
4453
- - spec/whois/parsers/responses/whois.denic.de/de/response_error_55000000010_spec.rb
4454
- - spec/whois/parsers/responses/whois.denic.de/de/response_throttled_spec.rb
4455
- - spec/whois/parsers/responses/whois.denic.de/de/status_available_spec.rb
4456
- - spec/whois/parsers/responses/whois.denic.de/de/status_failed_ace_spec.rb
4457
- - spec/whois/parsers/responses/whois.denic.de/de/status_failed_spec.rb
4458
- - spec/whois/parsers/responses/whois.denic.de/de/status_invalid_spec.rb
4459
- - spec/whois/parsers/responses/whois.denic.de/de/status_registered_spec.rb
4460
- - spec/whois/parsers/responses/whois.dk-hostmaster.dk/dk/property_status_deactivated_spec.rb
4461
- - spec/whois/parsers/responses/whois.dk-hostmaster.dk/dk/property_status_reserved_spec.rb
4462
- - spec/whois/parsers/responses/whois.dk-hostmaster.dk/dk/status_available_spec.rb
4463
- - spec/whois/parsers/responses/whois.dk-hostmaster.dk/dk/status_registered_spec.rb
4464
- - spec/whois/parsers/responses/whois.dns.be/be/property_nameservers_with_ip_spec.rb
4465
- - spec/whois/parsers/responses/whois.dns.be/be/property_status_available_spec.rb
4466
- - spec/whois/parsers/responses/whois.dns.be/be/property_status_not_available_spec.rb
4467
- - spec/whois/parsers/responses/whois.dns.be/be/property_status_notallowed_spec.rb
4468
- - spec/whois/parsers/responses/whois.dns.be/be/property_status_outofservice_spec.rb
4469
- - spec/whois/parsers/responses/whois.dns.be/be/property_status_quarantine_spec.rb
4470
- - spec/whois/parsers/responses/whois.dns.be/be/response_blocked_spec.rb
4471
- - spec/whois/parsers/responses/whois.dns.be/be/response_throttled_hourly_spec.rb
4472
- - spec/whois/parsers/responses/whois.dns.be/be/response_throttled_limit_spec.rb
4473
- - spec/whois/parsers/responses/whois.dns.be/be/status_available_spec.rb
4474
- - spec/whois/parsers/responses/whois.dns.be/be/status_invalid_spec.rb
4475
- - spec/whois/parsers/responses/whois.dns.be/be/status_registered_spec.rb
4476
- - spec/whois/parsers/responses/whois.dns.hr/hr/status_available_spec.rb
4477
- - spec/whois/parsers/responses/whois.dns.hr/hr/status_registered_spec.rb
4478
- - spec/whois/parsers/responses/whois.dns.lu/lu/property_nameservers_with_ip_spec.rb
4479
- - spec/whois/parsers/responses/whois.dns.lu/lu/status_available_spec.rb
4480
- - spec/whois/parsers/responses/whois.dns.lu/lu/status_registered_spec.rb
4481
- - spec/whois/parsers/responses/whois.dns.pl/pl/property_expires_on_not_defined_spec.rb
4482
- - spec/whois/parsers/responses/whois.dns.pl/pl/property_nameservers_with_ip_spec.rb
4483
- - spec/whois/parsers/responses/whois.dns.pl/pl/response_throttled_spec.rb
4484
- - spec/whois/parsers/responses/whois.dns.pl/pl/status_available_spec.rb
4485
- - spec/whois/parsers/responses/whois.dns.pl/pl/status_registered_spec.rb
4486
- - spec/whois/parsers/responses/whois.dns.pt/pt/property_nameservers_spec.rb
4487
- - spec/whois/parsers/responses/whois.dns.pt/pt/property_status_techpro_spec.rb
4488
- - spec/whois/parsers/responses/whois.dns.pt/pt/status_available_spec.rb
4489
- - spec/whois/parsers/responses/whois.dns.pt/pt/status_inactive_spec.rb
4490
- - spec/whois/parsers/responses/whois.dns.pt/pt/status_registered_spec.rb
4491
- - spec/whois/parsers/responses/whois.dns.pt/pt/status_reserved_spec.rb
4492
- - spec/whois/parsers/responses/whois.domain-registry.nl/nl/property_nameservers_with_ip_spec.rb
4493
- - spec/whois/parsers/responses/whois.domain-registry.nl/nl/property_status_inactive_spec.rb
4494
- - spec/whois/parsers/responses/whois.domain-registry.nl/nl/response_throttled_daily_spec.rb
4495
- - spec/whois/parsers/responses/whois.domain-registry.nl/nl/response_throttled_spec.rb
4496
- - spec/whois/parsers/responses/whois.domain-registry.nl/nl/response_unavailable_spec.rb
4497
- - spec/whois/parsers/responses/whois.domain-registry.nl/nl/status_available_spec.rb
4498
- - spec/whois/parsers/responses/whois.domain-registry.nl/nl/status_redemption_spec.rb
4499
- - spec/whois/parsers/responses/whois.domain-registry.nl/nl/status_registered_spec.rb
4500
- - spec/whois/parsers/responses/whois.domainregistry.ie/ie/case_token_application_pending_spec.rb
4501
- - spec/whois/parsers/responses/whois.domainregistry.ie/ie/property_contacts_multiple_spec.rb
4502
- - spec/whois/parsers/responses/whois.domainregistry.ie/ie/property_contacts_not_matching_id_spec.rb
4503
- - spec/whois/parsers/responses/whois.domainregistry.ie/ie/property_nameservers_with_ip_spec.rb
4504
- - spec/whois/parsers/responses/whois.domainregistry.ie/ie/status_available_spec.rb
4505
- - spec/whois/parsers/responses/whois.domainregistry.ie/ie/status_registered_spec.rb
4506
- - spec/whois/parsers/responses/whois.domreg.lt/lt/property_nameservers_with_ip_spec.rb
4507
- - spec/whois/parsers/responses/whois.domreg.lt/lt/status_available_spec.rb
4508
- - spec/whois/parsers/responses/whois.domreg.lt/lt/status_registered_spec.rb
4509
- - spec/whois/parsers/responses/whois.donuts.co/bike/status_available_spec.rb
4510
- - spec/whois/parsers/responses/whois.donuts.co/bike/status_registered_spec.rb
4511
- - spec/whois/parsers/responses/whois.dot.cf/cf/property_expires_on_blank_spec.rb
4512
- - spec/whois/parsers/responses/whois.dot.cf/cf/status_available_spec.rb
4513
- - spec/whois/parsers/responses/whois.dot.cf/cf/status_registered_spec.rb
4514
- - spec/whois/parsers/responses/whois.dot.tk/tk/status_available_spec.rb
4515
- - spec/whois/parsers/responses/whois.dot.tk/tk/status_registered_spec.rb
4516
- - spec/whois/parsers/responses/whois.dotgov.gov/gov/status_available_spec.rb
4517
- - spec/whois/parsers/responses/whois.dotgov.gov/gov/status_registered_spec.rb
4518
- - spec/whois/parsers/responses/whois.dotmobiregistry.net/mobi/status_available_spec.rb
4519
- - spec/whois/parsers/responses/whois.dotmobiregistry.net/mobi/status_registered_spec.rb
4520
- - spec/whois/parsers/responses/whois.dotpostregistry.net/post/status_available_spec.rb
4521
- - spec/whois/parsers/responses/whois.dotpostregistry.net/post/status_registered_spec.rb
4522
- - spec/whois/parsers/responses/whois.dreamhost.com/property_contact_private_spec.rb
4523
- - spec/whois/parsers/responses/whois.dreamhost.com/status_registered_spec.rb
4524
- - spec/whois/parsers/responses/whois.educause.edu/edu/property_contact_registrant_spec.rb
4525
- - spec/whois/parsers/responses/whois.educause.edu/edu/property_contact_registrant_with_additional_organization_spec.rb
4526
- - spec/whois/parsers/responses/whois.educause.edu/edu/property_contact_registrant_without_address_spec.rb
4527
- - spec/whois/parsers/responses/whois.educause.edu/edu/property_contact_registrant_without_zip_spec.rb
4528
- - spec/whois/parsers/responses/whois.educause.edu/edu/property_contacts_case1_spec.rb
4529
- - spec/whois/parsers/responses/whois.educause.edu/edu/property_contacts_case2_spec.rb
4530
- - spec/whois/parsers/responses/whois.educause.edu/edu/property_contacts_case3_spec.rb
4531
- - spec/whois/parsers/responses/whois.educause.edu/edu/property_contacts_case4_spec.rb
4532
- - spec/whois/parsers/responses/whois.educause.edu/edu/property_contacts_spec.rb
4533
- - spec/whois/parsers/responses/whois.educause.edu/edu/property_updated_on_unknown_spec.rb
4534
- - spec/whois/parsers/responses/whois.educause.edu/edu/status_available_spec.rb
4535
- - spec/whois/parsers/responses/whois.educause.edu/edu/status_registered_spec.rb
4536
- - spec/whois/parsers/responses/whois.eenet.ee/ee/status_available_spec.rb
4537
- - spec/whois/parsers/responses/whois.eenet.ee/ee/status_registered_spec.rb
4538
- - spec/whois/parsers/responses/whois.enom.com/status_available_spec.rb
4539
- - spec/whois/parsers/responses/whois.enom.com/status_registered_spec.rb
4540
- - spec/whois/parsers/responses/whois.enom.com/status_registered_with_blank_updated_date_spec.rb
4541
- - spec/whois/parsers/responses/whois.eu.org/eu.org/status_available_spec.rb
4542
- - spec/whois/parsers/responses/whois.eu.org/eu.org/status_registered_spec.rb
4543
- - spec/whois/parsers/responses/whois.eu/eu/property_nameservers_spec.rb
4544
- - spec/whois/parsers/responses/whois.eu/eu/response_throttled_spec.rb
4545
- - spec/whois/parsers/responses/whois.eu/eu/status_available_spec.rb
4546
- - spec/whois/parsers/responses/whois.eu/eu/status_registered_spec.rb
4547
- - spec/whois/parsers/responses/whois.fi/fi/property_status_graceperiod_spec.rb
4548
- - spec/whois/parsers/responses/whois.fi/fi/status_available_spec.rb
4549
- - spec/whois/parsers/responses/whois.fi/fi/status_registered_spec.rb
4550
- - spec/whois/parsers/responses/whois.fi/fi/status_reserved_spec.rb
4551
- - spec/whois/parsers/responses/whois.gandi.net/status_available_spec.rb
4552
- - spec/whois/parsers/responses/whois.gandi.net/status_registered_spec.rb
4553
- - spec/whois/parsers/responses/whois.gg/gg/status_available_spec.rb
4554
- - spec/whois/parsers/responses/whois.gg/gg/status_registered_spec.rb
4555
- - spec/whois/parsers/responses/whois.godaddy.com/status_registered_spec.rb
4556
- - spec/whois/parsers/responses/whois.gov.za/gov.za/status_available_spec.rb
4557
- - spec/whois/parsers/responses/whois.gov.za/gov.za/status_registered_spec.rb
4558
- - spec/whois/parsers/responses/whois.hkirc.hk/hk/property_expires_on_null_spec.rb
4559
- - spec/whois/parsers/responses/whois.hkirc.hk/hk/status_available_spec.rb
4560
- - spec/whois/parsers/responses/whois.hkirc.hk/hk/status_registered_spec.rb
4561
- - spec/whois/parsers/responses/whois.iana.org/int/status_available_spec.rb
4562
- - spec/whois/parsers/responses/whois.iana.org/int/status_registered_spec.rb
4563
- - spec/whois/parsers/responses/whois.iana.org/tld/status_not_assigned_spec.rb
4564
- - spec/whois/parsers/responses/whois.iis.nu/nu/status_available_spec.rb
4565
- - spec/whois/parsers/responses/whois.iis.nu/nu/status_registered_spec.rb
4566
- - spec/whois/parsers/responses/whois.iis.se/se/property_datetime_is_dash_spec.rb
4567
- - spec/whois/parsers/responses/whois.iis.se/se/property_nameservers_single_spec.rb
4568
- - spec/whois/parsers/responses/whois.iis.se/se/property_nameservers_with_ip_spec.rb
4569
- - spec/whois/parsers/responses/whois.iis.se/se/property_status_inactive_spec.rb
4570
- - spec/whois/parsers/responses/whois.iis.se/se/property_status_ok_spec.rb
4571
- - spec/whois/parsers/responses/whois.iis.se/se/property_status_serverhold_spec.rb
4572
- - spec/whois/parsers/responses/whois.iis.se/se/status_available_spec.rb
4573
- - spec/whois/parsers/responses/whois.iis.se/se/status_registered_spec.rb
4574
- - spec/whois/parsers/responses/whois.in.ua/in.ua/status_available_spec.rb
4575
- - spec/whois/parsers/responses/whois.in.ua/in.ua/status_registered_spec.rb
4576
- - spec/whois/parsers/responses/whois.inregistry.net/in/property_status_missing_spec.rb
4577
- - spec/whois/parsers/responses/whois.inregistry.net/in/property_status_multiple_spec.rb
4578
- - spec/whois/parsers/responses/whois.inregistry.net/in/property_status_ok_spec.rb
4579
- - spec/whois/parsers/responses/whois.inregistry.net/in/status_available_spec.rb
4580
- - spec/whois/parsers/responses/whois.inregistry.net/in/status_registered_spec.rb
4581
- - spec/whois/parsers/responses/whois.isnic.is/is/status_available_spec.rb
4582
- - spec/whois/parsers/responses/whois.isnic.is/is/status_registered_spec.rb
4583
- - spec/whois/parsers/responses/whois.isoc.org.il/il/property_status_missing_spec.rb
4584
- - spec/whois/parsers/responses/whois.isoc.org.il/il/property_status_transfer_allowed_spec.rb
4585
- - spec/whois/parsers/responses/whois.isoc.org.il/il/property_status_transfer_locked_spec.rb
4586
- - spec/whois/parsers/responses/whois.isoc.org.il/il/status_available_spec.rb
4587
- - spec/whois/parsers/responses/whois.isoc.org.il/il/status_registered_spec.rb
4588
- - spec/whois/parsers/responses/whois.ja.net/ac.uk/status_available_spec.rb
4589
- - spec/whois/parsers/responses/whois.ja.net/ac.uk/status_registered_spec.rb
4590
- - spec/whois/parsers/responses/whois.ja.net/gov.uk/status_available_spec.rb
4591
- - spec/whois/parsers/responses/whois.ja.net/gov.uk/status_registered_spec.rb
4592
- - spec/whois/parsers/responses/whois.je/je/status_available_spec.rb
4593
- - spec/whois/parsers/responses/whois.je/je/status_registered_spec.rb
4594
- - spec/whois/parsers/responses/whois.jprs.jp/co.jp/property_state_deleted_spec.rb
4595
- - spec/whois/parsers/responses/whois.jprs.jp/co.jp/property_state_registered_spec.rb
4596
- - spec/whois/parsers/responses/whois.jprs.jp/jp/property_status_suspended_spec.rb
4597
- - spec/whois/parsers/responses/whois.jprs.jp/jp/property_status_to_be_suspended_spec.rb
4598
- - spec/whois/parsers/responses/whois.jprs.jp/jp/property_updates_on_error_out-of-range_spec.rb
4599
- - spec/whois/parsers/responses/whois.jprs.jp/jp/status_available_spec.rb
4600
- - spec/whois/parsers/responses/whois.jprs.jp/jp/status_registered_spec.rb
4601
- - spec/whois/parsers/responses/whois.jprs.jp/jp/status_reserved_spec.rb
4602
- - spec/whois/parsers/responses/whois.jprs.jp/ne.jp/property_created_on_missing_spec.rb
4603
- - spec/whois/parsers/responses/whois.jprs.jp/ne.jp/property_state_reserved_spec.rb
4604
- - spec/whois/parsers/responses/whois.jprs.jp/ne.jp/status_available_spec.rb
4605
- - spec/whois/parsers/responses/whois.jprs.jp/ne.jp/status_registered_spec.rb
4606
- - spec/whois/parsers/responses/whois.jprs.jp/ne.jp/status_reserved_spec.rb
4607
- - spec/whois/parsers/responses/whois.kenic.or.ke/ke/status_available_spec.rb
4608
- - spec/whois/parsers/responses/whois.kenic.or.ke/ke/status_invalid_spec.rb
4609
- - spec/whois/parsers/responses/whois.kenic.or.ke/ke/status_registered_spec.rb
4610
- - spec/whois/parsers/responses/whois.kg/kg/status_available_spec.rb
4611
- - spec/whois/parsers/responses/whois.kg/kg/status_registered_spec.rb
4612
- - spec/whois/parsers/responses/whois.kr/kr/property_nameservers_with_ip_spec.rb
4613
- - spec/whois/parsers/responses/whois.kr/kr/status_available_spec.rb
4614
- - spec/whois/parsers/responses/whois.kr/kr/status_registered_spec.rb
4615
- - spec/whois/parsers/responses/whois.markmonitor.com/response_throttled_spec.rb
4616
- - spec/whois/parsers/responses/whois.markmonitor.com/status_available_spec.rb
4617
- - spec/whois/parsers/responses/whois.markmonitor.com/status_registered_spec.rb
4618
- - spec/whois/parsers/responses/whois.monic.mo/mo/status_available_spec.rb
4619
- - spec/whois/parsers/responses/whois.monic.mo/mo/status_registered_spec.rb
4620
- - spec/whois/parsers/responses/whois.museum/museum/status_available_spec.rb
4621
- - spec/whois/parsers/responses/whois.museum/museum/status_registered_spec.rb
4622
- - spec/whois/parsers/responses/whois.mynic.my/my/status_available_spec.rb
4623
- - spec/whois/parsers/responses/whois.mynic.my/my/status_registered_spec.rb
4624
- - spec/whois/parsers/responses/whois.na-nic.com.na/na/status_available_spec.rb
4625
- - spec/whois/parsers/responses/whois.na-nic.com.na/na/status_registered_spec.rb
4626
- - spec/whois/parsers/responses/whois.nc/nc/property_contact_without_state_and_address_spec.rb
4627
- - spec/whois/parsers/responses/whois.nc/nc/property_contact_without_state_spec.rb
4628
- - spec/whois/parsers/responses/whois.nc/nc/status_available_spec.rb
4629
- - spec/whois/parsers/responses/whois.nc/nc/status_registered_spec.rb
4630
- - spec/whois/parsers/responses/whois.netcom.cm/cm/status_available_spec.rb
4631
- - spec/whois/parsers/responses/whois.netcom.cm/cm/status_registered_spec.rb
4632
- - spec/whois/parsers/responses/whois.netcom.cm/cm/status_suspended_spec.rb
4633
- - spec/whois/parsers/responses/whois.networksolutions.com/status_available_spec.rb
4634
- - spec/whois/parsers/responses/whois.networksolutions.com/status_registered_spec.rb
4635
- - spec/whois/parsers/responses/whois.nic.ac/ac/status_available_spec.rb
4636
- - spec/whois/parsers/responses/whois.nic.ac/ac/status_registered_spec.rb
4637
- - spec/whois/parsers/responses/whois.nic.af/af/status_available_spec.rb
4638
- - spec/whois/parsers/responses/whois.nic.af/af/status_registered_spec.rb
4639
- - spec/whois/parsers/responses/whois.nic.ag/ag/status_available_spec.rb
4640
- - spec/whois/parsers/responses/whois.nic.ag/ag/status_registered_spec.rb
4641
- - spec/whois/parsers/responses/whois.nic.ai/ai/status_available_spec.rb
4642
- - spec/whois/parsers/responses/whois.nic.ai/ai/status_registered_spec.rb
4643
- - spec/whois/parsers/responses/whois.nic.as/as/status_available_spec.rb
4644
- - spec/whois/parsers/responses/whois.nic.as/as/status_registered_spec.rb
4645
- - spec/whois/parsers/responses/whois.nic.asia/asia/property_status_multiple_spec.rb
4646
- - spec/whois/parsers/responses/whois.nic.asia/asia/property_status_single_spec.rb
4647
- - spec/whois/parsers/responses/whois.nic.asia/asia/status_available_spec.rb
4648
- - spec/whois/parsers/responses/whois.nic.asia/asia/status_registered_spec.rb
4649
- - spec/whois/parsers/responses/whois.nic.asia/asia/status_reserved_spec.rb
4650
- - spec/whois/parsers/responses/whois.nic.at/at/status_available_spec.rb
4651
- - spec/whois/parsers/responses/whois.nic.at/at/status_registered_spec.rb
4652
- - spec/whois/parsers/responses/whois.nic.bj/bj/status_available_spec.rb
4653
- - spec/whois/parsers/responses/whois.nic.bj/bj/status_registered_spec.rb
4654
- - spec/whois/parsers/responses/whois.nic.bo/bo/status_available_spec.rb
4655
- - spec/whois/parsers/responses/whois.nic.bo/bo/status_registered_spec.rb
4656
- - spec/whois/parsers/responses/whois.nic.cd/cd/status_available_spec.rb
4657
- - spec/whois/parsers/responses/whois.nic.cd/cd/status_registered_spec.rb
4658
- - spec/whois/parsers/responses/whois.nic.ch/ch/property_contacts_spec.rb
4659
- - spec/whois/parsers/responses/whois.nic.ch/ch/property_nameservers_with_ip_spec.rb
4660
- - spec/whois/parsers/responses/whois.nic.ch/ch/status_available_spec.rb
4661
- - spec/whois/parsers/responses/whois.nic.ch/ch/status_registered_spec.rb
4662
- - spec/whois/parsers/responses/whois.nic.ci/ci/status_available_spec.rb
4663
- - spec/whois/parsers/responses/whois.nic.ci/ci/status_registered_spec.rb
4664
- - spec/whois/parsers/responses/whois.nic.cl/cl/status_available_spec.rb
4665
- - spec/whois/parsers/responses/whois.nic.cl/cl/status_registered_spec.rb
4666
- - spec/whois/parsers/responses/whois.nic.co/co/status_available_spec.rb
4667
- - spec/whois/parsers/responses/whois.nic.co/co/status_registered_spec.rb
4668
- - spec/whois/parsers/responses/whois.nic.college/college/status_available_spec.rb
4669
- - spec/whois/parsers/responses/whois.nic.college/college/status_registered_spec.rb
4670
- - spec/whois/parsers/responses/whois.nic.coop/coop/property_status_multiple_spec.rb
4671
- - spec/whois/parsers/responses/whois.nic.coop/coop/property_status_single_spec.rb
4672
- - spec/whois/parsers/responses/whois.nic.coop/coop/status_available_spec.rb
4673
- - spec/whois/parsers/responses/whois.nic.coop/coop/status_registered_spec.rb
4674
- - spec/whois/parsers/responses/whois.nic.cx/cx/property_updated_on_empty_spec.rb
4675
- - spec/whois/parsers/responses/whois.nic.cx/cx/status_available_spec.rb
4676
- - spec/whois/parsers/responses/whois.nic.cx/cx/status_registered_spec.rb
4677
- - spec/whois/parsers/responses/whois.nic.cz/cz/case_nset_contact_same_name_spec.rb
4678
- - spec/whois/parsers/responses/whois.nic.cz/cz/response_throttled_spec.rb
4679
- - spec/whois/parsers/responses/whois.nic.cz/cz/response_with_keyset_spec.rb
4680
- - spec/whois/parsers/responses/whois.nic.cz/cz/status_available_spec.rb
4681
- - spec/whois/parsers/responses/whois.nic.cz/cz/status_registered_spec.rb
4682
- - spec/whois/parsers/responses/whois.nic.design/design/status_available_spec.rb
4683
- - spec/whois/parsers/responses/whois.nic.design/design/status_registered_spec.rb
4684
- - spec/whois/parsers/responses/whois.nic.dm/dm/status_available_spec.rb
4685
- - spec/whois/parsers/responses/whois.nic.dm/dm/status_registered_spec.rb
4686
- - spec/whois/parsers/responses/whois.nic.dz/dz/status_available_spec.rb
4687
- - spec/whois/parsers/responses/whois.nic.dz/dz/status_registered_spec.rb
4688
- - spec/whois/parsers/responses/whois.nic.ec/ex/status_available_spec.rb
4689
- - spec/whois/parsers/responses/whois.nic.ec/ex/status_registered_spec.rb
4690
- - spec/whois/parsers/responses/whois.nic.es/es/status_available_spec.rb
4691
- - spec/whois/parsers/responses/whois.nic.es/es/status_registered_spec.rb
4692
- - spec/whois/parsers/responses/whois.nic.fm/fm/status_available_spec.rb
4693
- - spec/whois/parsers/responses/whois.nic.fm/fm/status_registered_spec.rb
4694
- - spec/whois/parsers/responses/whois.nic.fo/fo/status_available_spec.rb
4695
- - spec/whois/parsers/responses/whois.nic.fo/fo/status_registered_spec.rb
4696
- - spec/whois/parsers/responses/whois.nic.fr/fr/property_contact_without_address_spec.rb
4697
- - spec/whois/parsers/responses/whois.nic.fr/fr/property_contact_without_changed_spec.rb
4698
- - spec/whois/parsers/responses/whois.nic.fr/fr/property_nameservers_multiple_ipv4_spec.rb
4699
- - spec/whois/parsers/responses/whois.nic.fr/fr/property_nameservers_spec.rb
4700
- - spec/whois/parsers/responses/whois.nic.fr/fr/property_nameservers_with_ipv4_and_some_ipv6_spec.rb
4701
- - spec/whois/parsers/responses/whois.nic.fr/fr/property_status_active_spec.rb
4702
- - spec/whois/parsers/responses/whois.nic.fr/fr/property_status_blocked_spec.rb
4703
- - spec/whois/parsers/responses/whois.nic.fr/fr/property_status_missing_spec.rb
4704
- - spec/whois/parsers/responses/whois.nic.fr/fr/property_status_not_open_spec.rb
4705
- - spec/whois/parsers/responses/whois.nic.fr/fr/property_status_redemption_spec.rb
4706
- - spec/whois/parsers/responses/whois.nic.fr/fr/property_status_registered_spec.rb
4707
- - spec/whois/parsers/responses/whois.nic.fr/fr/response_throttled_spec.rb
4708
- - spec/whois/parsers/responses/whois.nic.fr/fr/status_available_spec.rb
4709
- - spec/whois/parsers/responses/whois.nic.fr/fr/status_registered_spec.rb
4710
- - spec/whois/parsers/responses/whois.nic.fr/tf/property_status_frozen_spec.rb
4711
- - spec/whois/parsers/responses/whois.nic.fr/tf/response_throttled_spec.rb
4712
- - spec/whois/parsers/responses/whois.nic.fr/tf/status_available_spec.rb
4713
- - spec/whois/parsers/responses/whois.nic.fr/tf/status_registered_spec.rb
4714
- - spec/whois/parsers/responses/whois.nic.fr/yt/response_throttled_spec.rb
4715
- - spec/whois/parsers/responses/whois.nic.fr/yt/status_available_spec.rb
4716
- - spec/whois/parsers/responses/whois.nic.fr/yt/status_registered_spec.rb
4717
- - spec/whois/parsers/responses/whois.nic.gd/gd/status_available_spec.rb
4718
- - spec/whois/parsers/responses/whois.nic.gd/gd/status_registered_spec.rb
4719
- - spec/whois/parsers/responses/whois.nic.gd/gd/status_reserved_spec.rb
4720
- - spec/whois/parsers/responses/whois.nic.gl/gl/status_available_spec.rb
4721
- - spec/whois/parsers/responses/whois.nic.gl/gl/status_registered_spec.rb
4722
- - spec/whois/parsers/responses/whois.nic.gs/gs/property_status_available_spec.rb
4723
- - spec/whois/parsers/responses/whois.nic.gs/gs/property_status_ok_spec.rb
4724
- - spec/whois/parsers/responses/whois.nic.gs/gs/status_available_spec.rb
4725
- - spec/whois/parsers/responses/whois.nic.gs/gs/status_registered_spec.rb
4726
- - spec/whois/parsers/responses/whois.nic.hn/hn/status_available_spec.rb
4727
- - spec/whois/parsers/responses/whois.nic.hn/hn/status_registered_spec.rb
4728
- - spec/whois/parsers/responses/whois.nic.ht/ht/status_available_spec.rb
4729
- - spec/whois/parsers/responses/whois.nic.ht/ht/status_registered_spec.rb
4730
- - spec/whois/parsers/responses/whois.nic.hu/hu/status_available_spec.rb
4731
- - spec/whois/parsers/responses/whois.nic.hu/hu/status_registered_spec.rb
4732
- - spec/whois/parsers/responses/whois.nic.im/im/status_available_spec.rb
4733
- - spec/whois/parsers/responses/whois.nic.im/im/status_registered_spec.rb
4734
- - spec/whois/parsers/responses/whois.nic.io/io/status_available_spec.rb
4735
- - spec/whois/parsers/responses/whois.nic.io/io/status_registered_spec.rb
4736
- - spec/whois/parsers/responses/whois.nic.io/io/status_reserved_spec.rb
4737
- - spec/whois/parsers/responses/whois.nic.ir/ir/status_available_spec.rb
4738
- - spec/whois/parsers/responses/whois.nic.ir/ir/status_registered_spec.rb
4739
- - spec/whois/parsers/responses/whois.nic.it/it/property_contact_province_spec.rb
4740
- - spec/whois/parsers/responses/whois.nic.it/it/property_contact_with_company_in_address_spec.rb
4741
- - spec/whois/parsers/responses/whois.nic.it/it/property_contact_with_organization_spec.rb
4742
- - spec/whois/parsers/responses/whois.nic.it/it/property_status_available_spec.rb
4743
- - spec/whois/parsers/responses/whois.nic.it/it/property_status_client_spec.rb
4744
- - spec/whois/parsers/responses/whois.nic.it/it/property_status_graceperiod_spec.rb
4745
- - spec/whois/parsers/responses/whois.nic.it/it/property_status_inactive_noregistrar_spec.rb
4746
- - spec/whois/parsers/responses/whois.nic.it/it/property_status_no_provider_spec.rb
4747
- - spec/whois/parsers/responses/whois.nic.it/it/property_status_ok_autorenew_spec.rb
4748
- - spec/whois/parsers/responses/whois.nic.it/it/property_status_ok_spec.rb
4749
- - spec/whois/parsers/responses/whois.nic.it/it/property_status_pending-delete_spec.rb
4750
- - spec/whois/parsers/responses/whois.nic.it/it/property_status_pendingdelete_pendingdelete_spec.rb
4751
- - spec/whois/parsers/responses/whois.nic.it/it/property_status_pendingdelete_redemptionperiod_spec.rb
4752
- - spec/whois/parsers/responses/whois.nic.it/it/property_status_pendingtransfer_autorenewperiod_spec.rb
4753
- - spec/whois/parsers/responses/whois.nic.it/it/property_status_pendingtransfer_spec.rb
4754
- - spec/whois/parsers/responses/whois.nic.it/it/property_status_pendingupdate_autorenewperiod_spec.rb
4755
- - spec/whois/parsers/responses/whois.nic.it/it/property_status_pendingupdate_spec.rb
4756
- - spec/whois/parsers/responses/whois.nic.it/it/property_status_redemption_no_provider_spec.rb
4757
- - spec/whois/parsers/responses/whois.nic.it/it/property_status_reserved_spec.rb
4758
- - spec/whois/parsers/responses/whois.nic.it/it/property_status_unassignable_spec.rb
4759
- - spec/whois/parsers/responses/whois.nic.it/it/property_technical_contact_spec.rb
4760
- - spec/whois/parsers/responses/whois.nic.it/it/response_unavailable_spec.rb
4761
- - spec/whois/parsers/responses/whois.nic.it/it/status_available_spec.rb
4762
- - spec/whois/parsers/responses/whois.nic.it/it/status_registered_spec.rb
4763
- - spec/whois/parsers/responses/whois.nic.it/it/status_unavailable_spec.rb
4764
- - spec/whois/parsers/responses/whois.nic.jobs/jobs/property_nameserver_no_nameserver_spec.rb
4765
- - spec/whois/parsers/responses/whois.nic.jobs/jobs/status_available_spec.rb
4766
- - spec/whois/parsers/responses/whois.nic.jobs/jobs/status_registered_spec.rb
4767
- - spec/whois/parsers/responses/whois.nic.ki/ki/status_available_spec.rb
4768
- - spec/whois/parsers/responses/whois.nic.ki/ki/status_registered_spec.rb
4769
- - spec/whois/parsers/responses/whois.nic.kz/kz/property_status_missing_spec.rb
4770
- - spec/whois/parsers/responses/whois.nic.kz/kz/property_status_multiple_spec.rb
4771
- - spec/whois/parsers/responses/whois.nic.kz/kz/property_status_ok_spec.rb
4772
- - spec/whois/parsers/responses/whois.nic.kz/kz/property_updated_on_blank_spec.rb
4773
- - spec/whois/parsers/responses/whois.nic.kz/kz/status_available_spec.rb
4774
- - spec/whois/parsers/responses/whois.nic.kz/kz/status_registered_spec.rb
4775
- - spec/whois/parsers/responses/whois.nic.la/la/property_status_multiple_spec.rb
4776
- - spec/whois/parsers/responses/whois.nic.la/la/property_status_single_spec.rb
4777
- - spec/whois/parsers/responses/whois.nic.la/la/status_available_spec.rb
4778
- - spec/whois/parsers/responses/whois.nic.la/la/status_registered_spec.rb
4779
- - spec/whois/parsers/responses/whois.nic.li/li/status_available_spec.rb
4780
- - spec/whois/parsers/responses/whois.nic.li/li/status_registered_spec.rb
4781
- - spec/whois/parsers/responses/whois.nic.lk/lk/property_created_on_null_spec.rb
4782
- - spec/whois/parsers/responses/whois.nic.lk/lk/property_updated_on_null_spec.rb
4783
- - spec/whois/parsers/responses/whois.nic.lk/lk/status_available_spec.rb
4784
- - spec/whois/parsers/responses/whois.nic.lk/lk/status_registered_spec.rb
4785
- - spec/whois/parsers/responses/whois.nic.lv/lv/status_available_spec.rb
4786
- - spec/whois/parsers/responses/whois.nic.lv/lv/status_registered_spec.rb
4787
- - spec/whois/parsers/responses/whois.nic.ly/ly/status_available_spec.rb
4788
- - spec/whois/parsers/responses/whois.nic.ly/ly/status_registered_spec.rb
4789
- - spec/whois/parsers/responses/whois.nic.md/md/status_available_spec.rb
4790
- - spec/whois/parsers/responses/whois.nic.md/md/status_registered_spec.rb
4791
- - spec/whois/parsers/responses/whois.nic.me/me/property_nameservers_is_blank_spec.rb
4792
- - spec/whois/parsers/responses/whois.nic.me/me/property_updated_on_is_blank_spec.rb
4793
- - spec/whois/parsers/responses/whois.nic.me/me/status_available_spec.rb
4794
- - spec/whois/parsers/responses/whois.nic.me/me/status_registered_spec.rb
4795
- - spec/whois/parsers/responses/whois.nic.mg/mg/status_available_spec.rb
4796
- - spec/whois/parsers/responses/whois.nic.mg/mg/status_registered_spec.rb
4797
- - spec/whois/parsers/responses/whois.nic.ms/ms/status_available_spec.rb
4798
- - spec/whois/parsers/responses/whois.nic.ms/ms/status_registered_spec.rb
4799
- - spec/whois/parsers/responses/whois.nic.mu/mu/status_available_spec.rb
4800
- - spec/whois/parsers/responses/whois.nic.mu/mu/status_registered_spec.rb
4801
- - spec/whois/parsers/responses/whois.nic.mx/mx/property_nameservers_with_ip_spec.rb
4802
- - spec/whois/parsers/responses/whois.nic.mx/mx/status_available_spec.rb
4803
- - spec/whois/parsers/responses/whois.nic.mx/mx/status_registered_spec.rb
4804
- - spec/whois/parsers/responses/whois.nic.name/name/status_available_spec.rb
4805
- - spec/whois/parsers/responses/whois.nic.name/name/status_registered_spec.rb
4806
- - spec/whois/parsers/responses/whois.nic.net.ng/ng/property_status_available_spec.rb
4807
- - spec/whois/parsers/responses/whois.nic.net.ng/ng/property_status_ok_spec.rb
4808
- - spec/whois/parsers/responses/whois.nic.net.ng/ng/status_available_spec.rb
4809
- - spec/whois/parsers/responses/whois.nic.net.ng/ng/status_registered_spec.rb
4810
- - spec/whois/parsers/responses/whois.nic.net.sa/sa/status_available_spec.rb
4811
- - spec/whois/parsers/responses/whois.nic.net.sa/sa/status_registered_spec.rb
4812
- - spec/whois/parsers/responses/whois.nic.net.sb/sb/property_status_available_spec.rb
4813
- - spec/whois/parsers/responses/whois.nic.net.sb/sb/property_status_ok_spec.rb
4814
- - spec/whois/parsers/responses/whois.nic.net.sb/sb/status_available_spec.rb
4815
- - spec/whois/parsers/responses/whois.nic.net.sb/sb/status_registered_spec.rb
4816
- - spec/whois/parsers/responses/whois.nic.nf/nf/status_available_spec.rb
4817
- - spec/whois/parsers/responses/whois.nic.nf/nf/status_registered_spec.rb
4818
- - spec/whois/parsers/responses/whois.nic.org.uy/uy/property_updated_on_empty_spec.rb
4819
- - spec/whois/parsers/responses/whois.nic.org.uy/uy/status_available_spec.rb
4820
- - spec/whois/parsers/responses/whois.nic.org.uy/uy/status_registered_spec.rb
4821
- - spec/whois/parsers/responses/whois.nic.pm/pm/property_nameservers_with_ipv4_and_ipv6_spec.rb
4822
- - spec/whois/parsers/responses/whois.nic.pm/pm/response_throttled_spec.rb
4823
- - spec/whois/parsers/responses/whois.nic.pm/pm/status_available_spec.rb
4824
- - spec/whois/parsers/responses/whois.nic.pm/pm/status_registered_spec.rb
4825
- - spec/whois/parsers/responses/whois.nic.pr/pr/status_available_spec.rb
4826
- - spec/whois/parsers/responses/whois.nic.pr/pr/status_registered_spec.rb
4827
- - spec/whois/parsers/responses/whois.nic.priv.at/at/status_available_spec.rb
4828
- - spec/whois/parsers/responses/whois.nic.priv.at/at/status_registered_spec.rb
4829
- - spec/whois/parsers/responses/whois.nic.pw/pw/status_available_spec.rb
4830
- - spec/whois/parsers/responses/whois.nic.pw/pw/status_registered_spec.rb
4831
- - spec/whois/parsers/responses/whois.nic.re/re/property_nameservers_with_ipv4_and_ipv6_spec.rb
4832
- - spec/whois/parsers/responses/whois.nic.re/re/response_throttled_spec.rb
4833
- - spec/whois/parsers/responses/whois.nic.re/re/status_available_spec.rb
4834
- - spec/whois/parsers/responses/whois.nic.re/re/status_registered_spec.rb
4835
- - spec/whois/parsers/responses/whois.nic.sh/sh/status_available_spec.rb
4836
- - spec/whois/parsers/responses/whois.nic.sh/sh/status_registered_spec.rb
4837
- - spec/whois/parsers/responses/whois.nic.sl/sl/status_available_spec.rb
4838
- - spec/whois/parsers/responses/whois.nic.sl/sl/status_registered_spec.rb
4839
- - spec/whois/parsers/responses/whois.nic.sm/sm/status_available_spec.rb
4840
- - spec/whois/parsers/responses/whois.nic.sm/sm/status_registered_spec.rb
4841
- - spec/whois/parsers/responses/whois.nic.sn/sn/status_available_spec.rb
4842
- - spec/whois/parsers/responses/whois.nic.sn/sn/status_registered_spec.rb
4843
- - spec/whois/parsers/responses/whois.nic.so/so/status_available_spec.rb
4844
- - spec/whois/parsers/responses/whois.nic.so/so/status_registered_spec.rb
4845
- - spec/whois/parsers/responses/whois.nic.space/space/status_available_spec.rb
4846
- - spec/whois/parsers/responses/whois.nic.space/space/status_registered_spec.rb
4847
- - spec/whois/parsers/responses/whois.nic.st/st/status_available_spec.rb
4848
- - spec/whois/parsers/responses/whois.nic.st/st/status_registered_spec.rb
4849
- - spec/whois/parsers/responses/whois.nic.tc/tc/status_available_spec.rb
4850
- - spec/whois/parsers/responses/whois.nic.tc/tc/status_registered_spec.rb
4851
- - spec/whois/parsers/responses/whois.nic.tech/tech/status_available_spec.rb
4852
- - spec/whois/parsers/responses/whois.nic.tech/tech/status_registered_spec.rb
4853
- - spec/whois/parsers/responses/whois.nic.tel/tel/status_available_spec.rb
4854
- - spec/whois/parsers/responses/whois.nic.tel/tel/status_registered_spec.rb
4855
- - spec/whois/parsers/responses/whois.nic.tl/tl/status_available_spec.rb
4856
- - spec/whois/parsers/responses/whois.nic.tl/tl/status_registered_spec.rb
4857
- - spec/whois/parsers/responses/whois.nic.tm/tm/status_available_spec.rb
4858
- - spec/whois/parsers/responses/whois.nic.tm/tm/status_registered_spec.rb
4859
- - spec/whois/parsers/responses/whois.nic.tr/tr/property_nameservers_with_ip_spec.rb
4860
- - spec/whois/parsers/responses/whois.nic.tr/tr/property_nameservers_with_trailing_space_spec.rb
4861
- - spec/whois/parsers/responses/whois.nic.tr/tr/property_registrant_contact_outside_cityinoneline_spec.rb
4862
- - spec/whois/parsers/responses/whois.nic.tr/tr/property_registrant_contact_outside_citynextline_spec.rb
4863
- - spec/whois/parsers/responses/whois.nic.tr/tr/property_registrant_contact_turkey_spec.rb
4864
- - spec/whois/parsers/responses/whois.nic.tr/tr/response_error_invalid_input_spec.rb
4865
- - spec/whois/parsers/responses/whois.nic.tr/tr/status_available_spec.rb
4866
- - spec/whois/parsers/responses/whois.nic.tr/tr/status_invalid_spec.rb
4867
- - spec/whois/parsers/responses/whois.nic.tr/tr/status_registered_spec.rb
4868
- - spec/whois/parsers/responses/whois.nic.travel/travel/property_status_multiple_spec.rb
4869
- - spec/whois/parsers/responses/whois.nic.travel/travel/property_status_single_spec.rb
4870
- - spec/whois/parsers/responses/whois.nic.travel/travel/status_available_spec.rb
4871
- - spec/whois/parsers/responses/whois.nic.travel/travel/status_registered_spec.rb
4872
- - spec/whois/parsers/responses/whois.nic.uk/uk/property_nameservers_with_ip_spec.rb
4873
- - spec/whois/parsers/responses/whois.nic.uk/uk/property_registrar_godaddy_spec.rb
4874
- - spec/whois/parsers/responses/whois.nic.uk/uk/property_registrar_without_trading_name_spec.rb
4875
- - spec/whois/parsers/responses/whois.nic.uk/uk/property_status_missing_spec.rb
4876
- - spec/whois/parsers/responses/whois.nic.uk/uk/property_status_no_longer_required_spec.rb
4877
- - spec/whois/parsers/responses/whois.nic.uk/uk/property_status_no_status_listed_spec.rb
4878
- - spec/whois/parsers/responses/whois.nic.uk/uk/property_status_processing_registration_spec.rb
4879
- - spec/whois/parsers/responses/whois.nic.uk/uk/property_status_processing_renewal_spec.rb
4880
- - spec/whois/parsers/responses/whois.nic.uk/uk/property_status_registered_until_expiry_date_spec.rb
4881
- - spec/whois/parsers/responses/whois.nic.uk/uk/property_status_suspended_spec.rb
4882
- - spec/whois/parsers/responses/whois.nic.uk/uk/response_throttled_spec.rb
4883
- - spec/whois/parsers/responses/whois.nic.uk/uk/status_available_spec.rb
4884
- - spec/whois/parsers/responses/whois.nic.uk/uk/status_invalid_spec.rb
4885
- - spec/whois/parsers/responses/whois.nic.uk/uk/status_registered_spec.rb
4886
- - spec/whois/parsers/responses/whois.nic.uk/uk/status_reserved_spec.rb
4887
- - spec/whois/parsers/responses/whois.nic.uk/uk/status_suspended_spec.rb
4888
- - spec/whois/parsers/responses/whois.nic.us/us/status_available_spec.rb
4889
- - spec/whois/parsers/responses/whois.nic.us/us/status_registered_spec.rb
4890
- - spec/whois/parsers/responses/whois.nic.ve/ve/property_expires_on_missing_spec.rb
4891
- - spec/whois/parsers/responses/whois.nic.ve/ve/property_nameservers_missing_spec.rb
4892
- - spec/whois/parsers/responses/whois.nic.ve/ve/property_nameservers_spec.rb
4893
- - spec/whois/parsers/responses/whois.nic.ve/ve/property_status_activo_spec.rb
4894
- - spec/whois/parsers/responses/whois.nic.ve/ve/property_status_missing_spec.rb
4895
- - spec/whois/parsers/responses/whois.nic.ve/ve/property_status_suspendido_spec.rb
4896
- - spec/whois/parsers/responses/whois.nic.ve/ve/property_updated_on_blank_spec.rb
4897
- - spec/whois/parsers/responses/whois.nic.ve/ve/property_updated_on_spec.rb
4898
- - spec/whois/parsers/responses/whois.nic.ve/ve/status_available_spec.rb
4899
- - spec/whois/parsers/responses/whois.nic.ve/ve/status_inactive_spec.rb
4900
- - spec/whois/parsers/responses/whois.nic.ve/ve/status_registered_spec.rb
4901
- - spec/whois/parsers/responses/whois.nic.wf/wf/response_throttled_spec.rb
4902
- - spec/whois/parsers/responses/whois.nic.wf/wf/status_available_spec.rb
4903
- - spec/whois/parsers/responses/whois.nic.wf/wf/status_registered_spec.rb
4904
- - spec/whois/parsers/responses/whois.nic.xxx/xxx/status_available_spec.rb
4905
- - spec/whois/parsers/responses/whois.nic.xxx/xxx/status_registered_spec.rb
4906
- - spec/whois/parsers/responses/whois.nic.xxx/xxx/status_reserved_spec.rb
4907
- - spec/whois/parsers/responses/whois.nic.xyz/xyz/status_available_spec.rb
4908
- - spec/whois/parsers/responses/whois.nic.xyz/xyz/status_registered_spec.rb
4909
- - spec/whois/parsers/responses/whois.norid.no/no/status_available_spec.rb
4910
- - spec/whois/parsers/responses/whois.norid.no/no/status_registered_spec.rb
4911
- - spec/whois/parsers/responses/whois.pairnic.com/status_available_spec.rb
4912
- - spec/whois/parsers/responses/whois.pairnic.com/status_registered_spec.rb
4913
- - spec/whois/parsers/responses/whois.pandi.or.id/id/status_available_spec.rb
4914
- - spec/whois/parsers/responses/whois.pandi.or.id/id/status_registered_spec.rb
4915
- - spec/whois/parsers/responses/whois.pir.org/org/response_throttled_spec.rb
4916
- - spec/whois/parsers/responses/whois.pir.org/org/status_available_spec.rb
4917
- - spec/whois/parsers/responses/whois.pir.org/org/status_registered_spec.rb
4918
- - spec/whois/parsers/responses/whois.pnina.ps/ps/status_available_spec.rb
4919
- - spec/whois/parsers/responses/whois.pnina.ps/ps/status_registered_spec.rb
4920
- - spec/whois/parsers/responses/whois.register.bg/bg/property_nameservers_with_ip_spec.rb
4921
- - spec/whois/parsers/responses/whois.register.bg/bg/status_available_spec.rb
4922
- - spec/whois/parsers/responses/whois.register.bg/bg/status_registered_spec.rb
4923
- - spec/whois/parsers/responses/whois.register.com/registered_without_updated_on_spec.rb
4924
- - spec/whois/parsers/responses/whois.register.com/status_registered_spec.rb
4925
- - spec/whois/parsers/responses/whois.register.si/si/status_available_spec.rb
4926
- - spec/whois/parsers/responses/whois.register.si/si/status_registered_spec.rb
4927
- - spec/whois/parsers/responses/whois.registre.ma/ma/status_available_spec.rb
4928
- - spec/whois/parsers/responses/whois.registre.ma/ma/status_registered_spec.rb
4929
- - spec/whois/parsers/responses/whois.registro.br/br/property_nameservers_with_ip_spec.rb
4930
- - spec/whois/parsers/responses/whois.registro.br/br/status_available_limited_spec.rb
4931
- - spec/whois/parsers/responses/whois.registro.br/br/status_available_spec.rb
4932
- - spec/whois/parsers/responses/whois.registro.br/br/status_registered_limited_spec.rb
4933
- - spec/whois/parsers/responses/whois.registro.br/br/status_registered_spec.rb
4934
- - spec/whois/parsers/responses/whois.registry.gy/gy/status_available_spec.rb
4935
- - spec/whois/parsers/responses/whois.registry.gy/gy/status_registered_spec.rb
4936
- - spec/whois/parsers/responses/whois.registry.hm/hm/status_available_spec.rb
4937
- - spec/whois/parsers/responses/whois.registry.hm/hm/status_registered_spec.rb
4938
- - spec/whois/parsers/responses/whois.registry.om/om/status_available_spec.rb
4939
- - spec/whois/parsers/responses/whois.registry.om/om/status_registered_spec.rb
4940
- - spec/whois/parsers/responses/whois.registry.om/om/status_reserved_spec.rb
4941
- - spec/whois/parsers/responses/whois.registry.qa/qa/property_nameservers_without_ips_spec.rb
4942
- - spec/whois/parsers/responses/whois.registry.qa/qa/status_available_spec.rb
4943
- - spec/whois/parsers/responses/whois.registry.qa/qa/status_registered_spec.rb
4944
- - spec/whois/parsers/responses/whois.rnids.rs/rs/case_token_whois_privacy_spec.rb
4945
- - spec/whois/parsers/responses/whois.rnids.rs/rs/property_nameservers_hyphenated_spec.rb
4946
- - spec/whois/parsers/responses/whois.rnids.rs/rs/property_status_expired_spec.rb
4947
- - spec/whois/parsers/responses/whois.rnids.rs/rs/property_status_in_transfer_spec.rb
4948
- - spec/whois/parsers/responses/whois.rnids.rs/rs/property_status_locked_spec.rb
4949
- - spec/whois/parsers/responses/whois.rnids.rs/rs/status_available_spec.rb
4950
- - spec/whois/parsers/responses/whois.rnids.rs/rs/status_registered_spec.rb
4951
- - spec/whois/parsers/responses/whois.rotld.ro/ro/property_status_updateprohibited_spec.rb
4952
- - spec/whois/parsers/responses/whois.rotld.ro/ro/status_available_spec.rb
4953
- - spec/whois/parsers/responses/whois.rotld.ro/ro/status_registered_spec.rb
4954
- - spec/whois/parsers/responses/whois.rrpproxy.net/status_available_spec.rb
4955
- - spec/whois/parsers/responses/whois.rrpproxy.net/status_registered_spec.rb
4956
- - spec/whois/parsers/responses/whois.safenames.net/status_registered_spec.rb
4957
- - spec/whois/parsers/responses/whois.schlund.info/registered_without_update_on_spec.rb
4958
- - spec/whois/parsers/responses/whois.schlund.info/status_available_spec.rb
4959
- - spec/whois/parsers/responses/whois.schlund.info/status_registered_spec.rb
4960
- - spec/whois/parsers/responses/whois.sgnic.sg/sg/property_nameservers_schema_1_spec.rb
4961
- - spec/whois/parsers/responses/whois.sgnic.sg/sg/property_nameservers_schema_1_with_ip_spec.rb
4962
- - spec/whois/parsers/responses/whois.sgnic.sg/sg/property_nameservers_schema_2_spec.rb
4963
- - spec/whois/parsers/responses/whois.sgnic.sg/sg/status_available_spec.rb
4964
- - spec/whois/parsers/responses/whois.sgnic.sg/sg/status_registered_spec.rb
4965
- - spec/whois/parsers/responses/whois.sk-nic.sk/sk/property_status_dom_dakt_spec.rb
4966
- - spec/whois/parsers/responses/whois.sk-nic.sk/sk/property_status_dom_exp_spec.rb
4967
- - spec/whois/parsers/responses/whois.sk-nic.sk/sk/property_status_dom_held_spec.rb
4968
- - spec/whois/parsers/responses/whois.sk-nic.sk/sk/property_status_dom_lnot_spec.rb
4969
- - spec/whois/parsers/responses/whois.sk-nic.sk/sk/property_status_dom_ok_spec.rb
4970
- - spec/whois/parsers/responses/whois.sk-nic.sk/sk/property_status_dom_ta_spec.rb
4971
- - spec/whois/parsers/responses/whois.sk-nic.sk/sk/property_status_dom_warn_spec.rb
4972
- - spec/whois/parsers/responses/whois.sk-nic.sk/sk/status_available_spec.rb
4973
- - spec/whois/parsers/responses/whois.sk-nic.sk/sk/status_registered_spec.rb
4974
- - spec/whois/parsers/responses/whois.smallregistry.net/status_available_spec.rb
4975
- - spec/whois/parsers/responses/whois.smallregistry.net/status_registered_spec.rb
4976
- - spec/whois/parsers/responses/whois.srs.net.nz/nz/property_status_pendingrelease_spec.rb
4977
- - spec/whois/parsers/responses/whois.srs.net.nz/nz/response_throttled_spec.rb
4978
- - spec/whois/parsers/responses/whois.srs.net.nz/nz/status_available_spec.rb
4979
- - spec/whois/parsers/responses/whois.srs.net.nz/nz/status_invalid_spec.rb
4980
- - spec/whois/parsers/responses/whois.srs.net.nz/nz/status_registered_spec.rb
4981
- - spec/whois/parsers/responses/whois.sx/sx/property_status_premium_name_spec.rb
4982
- - spec/whois/parsers/responses/whois.sx/sx/status_available_spec.rb
4983
- - spec/whois/parsers/responses/whois.sx/sx/status_registered_spec.rb
4984
- - spec/whois/parsers/responses/whois.sx/sx/status_unavailable_spec.rb
4985
- - spec/whois/parsers/responses/whois.tcinet.ru/ru/property_nameservers_with_ip_spec.rb
4986
- - spec/whois/parsers/responses/whois.tcinet.ru/ru/status_available_spec.rb
4987
- - spec/whois/parsers/responses/whois.tcinet.ru/ru/status_registered_spec.rb
4988
- - spec/whois/parsers/responses/whois.tcinet.ru/su/status_available_spec.rb
4989
- - spec/whois/parsers/responses/whois.tcinet.ru/su/status_registered_spec.rb
4990
- - spec/whois/parsers/responses/whois.tcinet.ru/xn--p1ai/status_available_spec.rb
4991
- - spec/whois/parsers/responses/whois.tcinet.ru/xn--p1ai/status_registered_spec.rb
4992
- - spec/whois/parsers/responses/whois.thnic.co.th/th/status_available_spec.rb
4993
- - spec/whois/parsers/responses/whois.thnic.co.th/th/status_registered_spec.rb
4994
- - spec/whois/parsers/responses/whois.tld.ee/ee/property_status_serverhold_spec.rb
4995
- - spec/whois/parsers/responses/whois.tld.ee/ee/status_available_spec.rb
4996
- - spec/whois/parsers/responses/whois.tld.ee/ee/status_expired_spec.rb
4997
- - spec/whois/parsers/responses/whois.tld.ee/ee/status_registered_spec.rb
4998
- - spec/whois/parsers/responses/whois.tld.sy/sy/status_available_spec.rb
4999
- - spec/whois/parsers/responses/whois.tld.sy/sy/status_registered_spec.rb
5000
- - spec/whois/parsers/responses/whois.tonic.to/to/response_incomplete_spec.rb
5001
- - spec/whois/parsers/responses/whois.tonic.to/to/status_available_spec.rb
5002
- - spec/whois/parsers/responses/whois.tonic.to/to/status_registered_spec.rb
5003
- - spec/whois/parsers/responses/whois.tucows.com/status_available_spec.rb
5004
- - spec/whois/parsers/responses/whois.tucows.com/status_registered_spec.rb
5005
- - spec/whois/parsers/responses/whois.twnic.net.tw/tw/status_available_spec.rb
5006
- - spec/whois/parsers/responses/whois.twnic.net.tw/tw/status_registered_spec.rb
5007
- - spec/whois/parsers/responses/whois.tznic.or.tz/tz/property_status_expired_spec.rb
5008
- - spec/whois/parsers/responses/whois.tznic.or.tz/tz/status_available_spec.rb
5009
- - spec/whois/parsers/responses/whois.tznic.or.tz/tz/status_registered_spec.rb
5010
- - spec/whois/parsers/responses/whois.ua/ua/uaepp/property_status_clienthold_spec.rb
5011
- - spec/whois/parsers/responses/whois.ua/ua/uaepp/property_status_clienttransferprohibited_spec.rb
5012
- - spec/whois/parsers/responses/whois.ua/ua/uaepp/property_status_graceperiod_spec.rb
5013
- - spec/whois/parsers/responses/whois.ua/ua/uaepp/property_status_ok_spec.rb
5014
- - spec/whois/parsers/responses/whois.ua/ua/uaepp/property_status_pendingdelete_spec.rb
5015
- - spec/whois/parsers/responses/whois.ua/ua/uaepp/property_status_redemptionperiod_spec.rb
5016
- - spec/whois/parsers/responses/whois.ua/ua/uaepp/status_available_spec.rb
5017
- - spec/whois/parsers/responses/whois.ua/ua/uaepp/status_registered_spec.rb
5018
- - spec/whois/parsers/responses/whois.ua/ua/uanic/property_contacts_multiple_spec.rb
5019
- - spec/whois/parsers/responses/whois.ua/ua/uanic/status_registered_spec.rb
5020
- - spec/whois/parsers/responses/whois.udag.net/status_available_spec.rb
5021
- - spec/whois/parsers/responses/whois.udag.net/status_registered_spec.rb
5022
- - spec/whois/parsers/responses/whois.uniregistry.net/tattoo/status_available_spec.rb
5023
- - spec/whois/parsers/responses/whois.uniregistry.net/tattoo/status_registered_spec.rb
5024
- - spec/whois/parsers/responses/whois.usp.ac.fj/fj/status_available_spec.rb
5025
- - spec/whois/parsers/responses/whois.usp.ac.fj/fj/status_registered_spec.rb
5026
- - spec/whois/parsers/responses/whois.verisign-grs.com/com/property_nameserver_no_nameserver_spec.rb
5027
- - spec/whois/parsers/responses/whois.verisign-grs.com/com/status_available_spec.rb
5028
- - spec/whois/parsers/responses/whois.verisign-grs.com/com/status_registered_spec.rb
5029
- - spec/whois/parsers/responses/whois.verisign-grs.com/net/status_available_spec.rb
5030
- - spec/whois/parsers/responses/whois.verisign-grs.com/net/status_registered_spec.rb
5031
- - spec/whois/parsers/responses/whois.verisign-grs.com/response_unavailable_spec.rb
5032
- - spec/whois/parsers/responses/whois.website.ws/ws/status_available_spec.rb
5033
- - spec/whois/parsers/responses/whois.website.ws/ws/status_registered_spec.rb
5034
- - spec/whois/parsers/responses/whois.wildwestdomains.com/status_available_spec.rb
5035
- - spec/whois/parsers/responses/whois.wildwestdomains.com/status_registered_spec.rb
5036
- - spec/whois/parsers/responses/whois.yoursrs.com/status_available_spec.rb
5037
- - spec/whois/parsers/responses/whois.yoursrs.com/status_registered_spec.rb
5038
- - spec/whois/parsers/responses/whois.yoursrs.com/status_registered_with_no_last_updated_spec.rb
5039
- - spec/whois/parsers/responses/whois.za.net/za.net/status_available_spec.rb
5040
- - spec/whois/parsers/responses/whois.za.net/za.net/status_registered_spec.rb
5041
- - spec/whois/parsers/responses/whois.za.org/za.org/status_available_spec.rb
5042
- - spec/whois/parsers/responses/whois.za.org/za.org/status_registered_spec.rb
5043
- - spec/whois/parsers/responses/whois1.nic.bi/bi/status_available_spec.rb
5044
- - spec/whois/parsers/responses/whois1.nic.bi/bi/status_registered_spec.rb
5045
- - spec/whois/safe_record_spec.rb
2730
+ test_files: []