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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 11fadd44db1e1f3ba9135eff5e3546a282b240f905b347995d601c35a4612905
4
- data.tar.gz: a7a2895cd9650fe4921c2a308c6738f79586def8b1e0e5c6e68abffd19b80ef9
3
+ metadata.gz: c17e4fcedaa9bab883c4b486cbef6267df8f470eacd1396124c7c22a26b4d617
4
+ data.tar.gz: 8b7eb303eef492fb8ce713adb49cfc15960be9ba7c088f5f2b45b45d7c1b775e
5
5
  SHA512:
6
- metadata.gz: d1335c3a551693f092e4477de64fbd93409c2bc102d8a302302d1eee710135ea8513bb4421a98e2866cbb6496fcc060bba84d87d73c8552abfe1a2b384fc732e
7
- data.tar.gz: 540bcc4b1246d8286d44be1114066014faafea3b8b135f2d4a44002887abf2d27e4d93a42245387d6b59f07d958f8068a24e8ce78b7eb6bf615894dbed0f9296
6
+ metadata.gz: ecf3230560347ab3dee793544530865d04612fff206047e868664a176aebfaa546267534d985ba7872ec1aa39460e44c03b1c2035f68fbff30e405588cb7c761
7
+ data.tar.gz: 92478662489bcc4f3f704786168d8ed18609ca979c2722b5951ccbca5c866aca427ecad3c8a480a3cf0e78c9af5dd9c2be32e1d57258a65a4ba05b97a45e756b
@@ -0,0 +1,8 @@
1
+ version: 2
2
+ updates:
3
+ - package-ecosystem: bundler
4
+ directory: /
5
+ schedule:
6
+ interval: daily
7
+ time: '04:00'
8
+ open-pull-requests-limit: 10
@@ -0,0 +1,16 @@
1
+ name: release
2
+
3
+ on:
4
+ push:
5
+ tags:
6
+ - v*.*.*
7
+ jobs:
8
+ release:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: actions/checkout@v2
12
+ - name: Release Gem
13
+ uses: cadwallion/publish-rubygems-action@8f9e0538302643309e4e43bf48cd34173ca48cfc
14
+ env:
15
+ RUBYGEMS_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
16
+ RELEASE_COMMAND: rake release
@@ -0,0 +1,28 @@
1
+ name: Tests
2
+
3
+ on:
4
+ push:
5
+ pull_request:
6
+ workflow_dispatch:
7
+
8
+ jobs:
9
+ build:
10
+ strategy:
11
+ matrix:
12
+ ruby-version:
13
+ - "2.6"
14
+ - "2.7"
15
+ - "3.0"
16
+ - "3.1"
17
+ platform: [ubuntu-latest]
18
+ runs-on: ${{ matrix.platform }}
19
+ steps:
20
+ - uses: actions/checkout@v2
21
+ - name: Set up Ruby
22
+ uses: ruby/setup-ruby@v1
23
+ with:
24
+ ruby-version: ${{ matrix.ruby-version }}
25
+ - name: Install dependencies
26
+ run: bundle install
27
+ - name: Run tests
28
+ run: bundle exec rake
data/.rubocop.yml ADDED
@@ -0,0 +1,27 @@
1
+ inherit_from:
2
+ - .rubocop_opinionated.yml
3
+ - .rubocop_todo.yml
4
+
5
+ require:
6
+ - rubocop-rspec
7
+
8
+ AllCops:
9
+ TargetRubyVersion: 2.6
10
+ Exclude:
11
+ # Exclude .gemspec files because they are generally auto-generated
12
+ - '*.gemspec'
13
+ # Exclude vendored folders
14
+ - 'tmp/**/*'
15
+ - 'vendor/**/*'
16
+ # Exclude artifacts
17
+ - 'pkg/**/*'
18
+ # Other
19
+ - '.simplecov'
20
+ - 'test/benchmarks/**/*'
21
+ - 'test/profilers/**/*'
22
+ - 'utils/**/*'
23
+
24
+ Style/ClassAndModuleChildren:
25
+ Exclude:
26
+ - 'spec/**/*_spec.rb'
27
+ - 'test/**/*_test.rb'
@@ -0,0 +1,135 @@
1
+ AllCops:
2
+ Exclude:
3
+ # Exclude .gemspec files because they are generally auto-generated
4
+ - '*.gemspec'
5
+ # Exclude vendored folders
6
+ - 'tmp/**/*'
7
+ - 'vendor/**/*'
8
+ NewCops: enable
9
+
10
+ # [codesmell]
11
+ Layout/LineLength:
12
+ Enabled: false
13
+ Exclude:
14
+ - 'spec/**/*_spec.rb'
15
+ - 'test/**/*_test.rb'
16
+ Max: 100
17
+
18
+ # [codesmell]
19
+ Metrics/AbcSize:
20
+ Enabled: false
21
+ Exclude:
22
+ - 'spec/**/*_spec.rb'
23
+ - 'test/**/*_test.rb'
24
+
25
+ # [codesmell]
26
+ Metrics/BlockLength:
27
+ Enabled: false
28
+
29
+ # [codesmell]
30
+ Metrics/CyclomaticComplexity:
31
+ Enabled: false
32
+ Exclude:
33
+ - 'spec/**/*_spec.rb'
34
+ - 'test/**/*_test.rb'
35
+
36
+ # [codesmell]
37
+ Metrics/ClassLength:
38
+ Enabled: false
39
+ Exclude:
40
+ - 'spec/**/*_spec.rb'
41
+ - 'test/**/*_test.rb'
42
+
43
+ # [codesmell]
44
+ Metrics/MethodLength:
45
+ Enabled: false
46
+ Exclude:
47
+ - 'spec/**/*_spec.rb'
48
+ - 'test/**/*_test.rb'
49
+ Max: 10
50
+
51
+ # [codesmell]
52
+ Metrics/ModuleLength:
53
+ Enabled: false
54
+ Exclude:
55
+ - 'spec/**/*_spec.rb'
56
+ - 'test/**/*_test.rb'
57
+
58
+ # [codesmell]
59
+ Metrics/ParameterLists:
60
+ Enabled: false
61
+ Max: 5
62
+
63
+ # [codesmell]
64
+ Metrics/PerceivedComplexity:
65
+ Enabled: false
66
+
67
+ # Do not use "and" or "or" in conditionals, but for readability we can use it
68
+ # to chain executions. Just beware of operator order.
69
+ Style/AndOr:
70
+ EnforcedStyle: conditionals
71
+
72
+ Style/Documentation:
73
+ Exclude:
74
+ - 'spec/**/*'
75
+ - 'test/**/*'
76
+
77
+ # Double empty lines are useful to separate conceptually different methods
78
+ # in the same class or module.
79
+ Layout/EmptyLines:
80
+ Enabled: false
81
+
82
+ # In most cases, a space is nice. Sometimes, it's not.
83
+ # Just be consistent with the rest of the surrounding code.
84
+ Layout/EmptyLinesAroundClassBody:
85
+ Enabled: false
86
+
87
+ # In most cases, a space is nice. Sometimes, it's not.
88
+ # Just be consistent with the rest of the surrounding code.
89
+ Layout/EmptyLinesAroundModuleBody:
90
+ Enabled: false
91
+
92
+ # This is quite buggy, as it doesn't recognize double lines.
93
+ # Double empty lines are useful to separate conceptually different methods
94
+ # in the same class or module.
95
+ Layout/EmptyLineBetweenDefs:
96
+ Enabled: false
97
+
98
+ # Annotated tokens (like %<foo>s) are a good thing, but in most cases we don't need them.
99
+ # %s is a simpler and straightforward version that works in almost all cases. So don't complain.
100
+ Style/FormatStringToken:
101
+ Enabled: false
102
+
103
+ # unless is not always cool.
104
+ Style/NegatedIf:
105
+ Enabled: false
106
+
107
+ # There are cases were the inline rescue is ok. We can either downgrade the severity,
108
+ # or rely on the developer judgement on a case-by-case basis.
109
+ Style/RescueModifier:
110
+ Enabled: false
111
+
112
+ Style/SymbolArray:
113
+ EnforcedStyle: brackets
114
+
115
+ # Hate It or Love It, I prefer double quotes as this is more consistent
116
+ # with several other programming languages and the output of puts and inspect.
117
+ Style/StringLiterals:
118
+ EnforcedStyle: double_quotes
119
+
120
+ # It's nice to be consistent. The trailing comma also allows easy reordering,
121
+ # and doesn't cause a diff in Git when you add a line to the bottom.
122
+ Style/TrailingCommaInArrayLiteral:
123
+ EnforcedStyleForMultiline: consistent_comma
124
+ Style/TrailingCommaInHashLiteral:
125
+ EnforcedStyleForMultiline: consistent_comma
126
+
127
+ Style/TrivialAccessors:
128
+ # IgnoreClassMethods because I want to be able to define class-level accessors
129
+ # that sets an instance variable on the metaclass, such as:
130
+ #
131
+ # def self.default=(value)
132
+ # @default = value
133
+ # end
134
+ #
135
+ IgnoreClassMethods: true