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
data/.rubocop_todo.yml ADDED
@@ -0,0 +1,524 @@
1
+ # This configuration was generated by
2
+ # `rubocop --auto-gen-config`
3
+ # on 2022-09-08 12:18:09 UTC using RuboCop version 1.36.0.
4
+ # The point is for the user to remove these configuration records
5
+ # one by one as the offenses are removed from the code base.
6
+ # Note that changes in the inspected code, or installation of new
7
+ # versions of RuboCop, may require this file to be generated again.
8
+
9
+ # Offense count: 45
10
+ # This cop supports safe autocorrection (--autocorrect).
11
+ Layout/ClosingParenthesisIndentation:
12
+ Enabled: false
13
+
14
+ # Offense count: 779
15
+ # This cop supports safe autocorrection (--autocorrect).
16
+ # Configuration parameters: EnforcedStyle.
17
+ # SupportedStyles: empty_lines, no_empty_lines
18
+ Layout/EmptyLinesAroundBlockBody:
19
+ Enabled: false
20
+
21
+ # Offense count: 46
22
+ # This cop supports safe autocorrection (--autocorrect).
23
+ # Configuration parameters: EnforcedStyle, IndentationWidth.
24
+ # SupportedStyles: consistent, consistent_relative_to_receiver, special_for_inner_method_call, special_for_inner_method_call_in_parentheses
25
+ Layout/FirstArgumentIndentation:
26
+ Enabled: false
27
+
28
+ # Offense count: 31
29
+ # This cop supports safe autocorrection (--autocorrect).
30
+ # Configuration parameters: EnforcedStyle, IndentationWidth.
31
+ # SupportedStyles: special_inside_parentheses, consistent, align_brackets
32
+ Layout/FirstArrayElementIndentation:
33
+ Enabled: false
34
+
35
+ # Offense count: 40
36
+ # This cop supports safe autocorrection (--autocorrect).
37
+ # Configuration parameters: EnforcedStyle, IndentationWidth.
38
+ # SupportedStyles: special_inside_parentheses, consistent, align_braces
39
+ Layout/FirstHashElementIndentation:
40
+ Enabled: false
41
+
42
+ # Offense count: 476
43
+ # This cop supports safe autocorrection (--autocorrect).
44
+ # Configuration parameters: AllowMultipleStyles, EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle.
45
+ # SupportedHashRocketStyles: key, separator, table
46
+ # SupportedColonStyles: key, separator, table
47
+ # SupportedLastArgumentHashStyles: always_inspect, always_ignore, ignore_implicit, ignore_explicit
48
+ Layout/HashAlignment:
49
+ Enabled: false
50
+
51
+ # Offense count: 3
52
+ # This cop supports safe autocorrection (--autocorrect).
53
+ Layout/HeredocIndentation:
54
+ Exclude:
55
+ - 'tasks/spec.rake'
56
+
57
+ # Offense count: 15
58
+ # This cop supports safe autocorrection (--autocorrect).
59
+ # Configuration parameters: EnforcedStyle, IndentationWidth.
60
+ # SupportedStyles: aligned, indented
61
+ Layout/MultilineOperationIndentation:
62
+ Exclude:
63
+ - 'lib/whois/parser.rb'
64
+ - 'lib/whois/parser_extensions/whois_record.rb'
65
+ - 'lib/whois/parsers/base.rb'
66
+ - 'lib/whois/parsers/base_afilias.rb'
67
+ - 'lib/whois/parsers/base_nic_fr.rb'
68
+ - 'lib/whois/parsers/whois.centralnic.com.rb'
69
+ - 'lib/whois/parsers/whois.denic.de.rb'
70
+ - 'lib/whois/parsers/whois.dns.be.rb'
71
+ - 'lib/whois/parsers/whois.nic.it.rb'
72
+ - 'lib/whois/parsers/whois.registro.br.rb'
73
+
74
+ # Offense count: 10
75
+ # Configuration parameters: AllowSafeAssignment.
76
+ Lint/AssignmentInCondition:
77
+ Exclude:
78
+ - 'lib/whois/parsers/whois.dns.lu.rb'
79
+ - 'lib/whois/parsers/whois.nc.rb'
80
+ - 'lib/whois/scanners/iana.rb'
81
+ - 'lib/whois/scanners/whois.nic.it.rb'
82
+ - 'lib/whois/scanners/whois.smallregistry.net.rb'
83
+
84
+ # Offense count: 23
85
+ # Configuration parameters: AllowedMethods.
86
+ # AllowedMethods: enums
87
+ Lint/ConstantDefinitionInBlock:
88
+ Exclude:
89
+ - 'spec/whois/parser/super_struct_spec.rb'
90
+ - 'spec/whois/parser_extensions/record_spec.rb'
91
+ - 'spec/whois/parser_extensions/whois_spec.rb'
92
+ - 'spec/whois/parser_spec.rb'
93
+ - 'spec/whois/parsers/base_spec.rb'
94
+ - 'spec/whois/safe_record_spec.rb'
95
+ - 'tasks/spec.rake'
96
+
97
+ # Offense count: 32
98
+ # Configuration parameters: IgnoreLiteralBranches, IgnoreConstantBranches.
99
+ Lint/DuplicateBranch:
100
+ Enabled: false
101
+
102
+ # Offense count: 2
103
+ # Configuration parameters: AllowComments, AllowEmptyLambdas.
104
+ Lint/EmptyBlock:
105
+ Exclude:
106
+ - 'spec/whois/parsers/base_spec.rb'
107
+
108
+ # Offense count: 2
109
+ Lint/IneffectiveAccessModifier:
110
+ Exclude:
111
+ - 'lib/whois/parser.rb'
112
+
113
+ # Offense count: 1
114
+ # This cop supports unsafe autocorrection (--autocorrect-all).
115
+ Lint/NonDeterministicRequireOrder:
116
+ Exclude:
117
+ - 'spec/spec_helper.rb'
118
+
119
+ # Offense count: 1
120
+ Lint/NonLocalExitFromIterator:
121
+ Exclude:
122
+ - 'lib/whois/scanners/base.rb'
123
+
124
+ # Offense count: 10
125
+ # This cop supports safe autocorrection (--autocorrect).
126
+ # Configuration parameters: IgnoreEmptyBlocks, AllowUnusedKeywordArguments.
127
+ Lint/UnusedBlockArgument:
128
+ Exclude:
129
+ - 'lib/whois/parsers/base_shared1.rb'
130
+ - 'lib/whois/parsers/base_shared2.rb'
131
+ - 'lib/whois/parsers/base_shared3.rb'
132
+ - 'lib/whois/parsers/whois.nc.rb'
133
+ - 'lib/whois/parsers/whois.pir.org.rb'
134
+ - 'lib/whois/parsers/whois.rnids.rs.rb'
135
+ - 'spec/support/example/parser_example_group.rb'
136
+
137
+ # Offense count: 2
138
+ # This cop supports safe autocorrection (--autocorrect).
139
+ # Configuration parameters: AllowUnusedKeywordArguments, IgnoreEmptyMethods, IgnoreNotImplementedMethods.
140
+ Lint/UnusedMethodArgument:
141
+ Exclude:
142
+ - 'lib/whois/parser_extensions/whois_record.rb'
143
+ - 'lib/whois/scanners/base.rb'
144
+
145
+ # Offense count: 1
146
+ Lint/UselessAssignment:
147
+ Exclude:
148
+ - 'lib/whois/parsers/whois.safenames.net.rb'
149
+
150
+ # Offense count: 16
151
+ # Configuration parameters: ExpectMatchingDefinition, CheckDefinitionPathHierarchy, CheckDefinitionPathHierarchyRoots, Regex, IgnoreExecutableScripts, AllowedAcronyms.
152
+ # CheckDefinitionPathHierarchyRoots: lib, spec, test, src
153
+ # AllowedAcronyms: CLI, DSL, ACL, API, ASCII, CPU, CSS, DNS, EOF, GUID, HTML, HTTP, HTTPS, ID, IP, JSON, LHS, QPS, RAM, RHS, RPC, SLA, SMTP, SQL, SSH, TCP, TLS, TTL, UDP, UI, UID, UUID, URI, URL, UTF8, VM, XML, XMPP, XSRF, XSS
154
+ Naming/FileName:
155
+ Enabled: false
156
+
157
+ # Offense count: 6
158
+ RSpec/AnyInstance:
159
+ Exclude:
160
+ - 'spec/whois/parser_extensions/whois_spec.rb'
161
+
162
+ # Offense count: 4375
163
+ # This cop supports safe autocorrection (--autocorrect).
164
+ RSpec/BeEq:
165
+ Enabled: false
166
+
167
+ # Offense count: 8
168
+ RSpec/BeforeAfterAll:
169
+ Exclude:
170
+ - 'spec/spec_helper.rb'
171
+ - 'spec/rails_helper.rb'
172
+ - 'spec/support/**/*.rb'
173
+ - 'spec/whois/parser_extensions/record_spec.rb'
174
+ - 'spec/whois/parser_spec.rb'
175
+ - 'spec/whois/safe_record_spec.rb'
176
+
177
+ # Offense count: 2
178
+ # Configuration parameters: Prefixes.
179
+ # Prefixes: when, with, without
180
+ RSpec/ContextWording:
181
+ Exclude:
182
+ - 'spec/whois/parsers/base_spec.rb'
183
+
184
+ # Offense count: 750
185
+ RSpec/DescribeMethod:
186
+ Enabled: false
187
+
188
+ # Offense count: 9
189
+ # This cop supports unsafe autocorrection (--autocorrect-all).
190
+ # Configuration parameters: SkipBlocks, EnforcedStyle.
191
+ # SupportedStyles: described_class, explicit
192
+ RSpec/DescribedClass:
193
+ Exclude:
194
+ - 'spec/integration/whois_spec.rb'
195
+ - 'spec/whois/parser/super_struct_spec.rb'
196
+ - 'spec/whois/parser_extensions/whois_spec.rb'
197
+
198
+ # Offense count: 5391
199
+ # This cop supports safe autocorrection (--autocorrect).
200
+ RSpec/EmptyLineAfterExampleGroup:
201
+ Enabled: false
202
+
203
+ # Offense count: 671
204
+ # Configuration parameters: CountAsOne.
205
+ RSpec/ExampleLength:
206
+ Max: 38
207
+
208
+ # Offense count: 751
209
+ # Configuration parameters: Include, CustomTransform, IgnoreMethods, SpecSuffixOnly.
210
+ # Include: **/*_spec*rb*, **/spec/**/*
211
+ RSpec/FilePath:
212
+ Enabled: false
213
+
214
+ # Offense count: 14
215
+ # Configuration parameters: AssignmentOnly.
216
+ RSpec/InstanceVariable:
217
+ Exclude:
218
+ - 'spec/whois/parser_extensions/parser_spec.rb'
219
+ - 'spec/whois/parser_extensions/record_spec.rb'
220
+ - 'spec/whois/parser_spec.rb'
221
+ - 'spec/whois/parsers/base_spec.rb'
222
+ - 'spec/whois/safe_record_spec.rb'
223
+
224
+ # Offense count: 14
225
+ RSpec/LeakyConstantDeclaration:
226
+ Exclude:
227
+ - 'spec/whois/parser/super_struct_spec.rb'
228
+ - 'spec/whois/parser_extensions/record_spec.rb'
229
+ - 'spec/whois/parser_extensions/whois_spec.rb'
230
+ - 'spec/whois/parser_spec.rb'
231
+ - 'spec/whois/parsers/base_spec.rb'
232
+ - 'spec/whois/safe_record_spec.rb'
233
+
234
+ # Offense count: 16
235
+ # Configuration parameters: .
236
+ # SupportedStyles: have_received, receive
237
+ RSpec/MessageSpies:
238
+ EnforcedStyle: receive
239
+
240
+ # Offense count: 1
241
+ RSpec/MultipleDescribes:
242
+ Exclude:
243
+ - 'spec/whois/parsers/base_spec.rb'
244
+
245
+ # Offense count: 2130
246
+ RSpec/MultipleExpectations:
247
+ Max: 38
248
+
249
+ # Offense count: 16407
250
+ # Configuration parameters: IgnoreSharedExamples.
251
+ RSpec/NamedSubject:
252
+ Enabled: false
253
+
254
+ # Offense count: 2
255
+ RSpec/RepeatedDescription:
256
+ Exclude:
257
+ - 'spec/whois/safe_record_spec.rb'
258
+
259
+ # Offense count: 17
260
+ RSpec/StubbedMock:
261
+ Exclude:
262
+ - 'spec/integration/whois_spec.rb'
263
+ - 'spec/whois/parser_extensions/record_spec.rb'
264
+ - 'spec/whois/parser_extensions/whois_spec.rb'
265
+ - 'spec/whois/safe_record_spec.rb'
266
+
267
+ # Offense count: 6
268
+ RSpec/SubjectStub:
269
+ Exclude:
270
+ - 'spec/whois/parser_extensions/record_spec.rb'
271
+ - 'spec/whois/safe_record_spec.rb'
272
+
273
+ # Offense count: 4
274
+ # This cop supports unsafe autocorrection (--autocorrect-all).
275
+ # Configuration parameters: EnforcedStyle.
276
+ # SupportedStyles: always, conditionals
277
+ Style/AndOr:
278
+ Exclude:
279
+ - 'lib/whois/parser_extensions/whois_record.rb'
280
+ - 'lib/whois/parsers/whois.nic.sn.rb'
281
+ - 'lib/whois/parsers/whois.tcinet.ru.rb'
282
+
283
+ # Offense count: 35
284
+ # This cop supports safe autocorrection (--autocorrect).
285
+ # Configuration parameters: EnforcedStyle, ProceduralMethods, FunctionalMethods, AllowedMethods, AllowedPatterns, IgnoredMethods, AllowBracesOnProceduralOneLiners, BracesRequiredMethods.
286
+ # SupportedStyles: line_count_based, semantic, braces_for_chaining, always_braces
287
+ # ProceduralMethods: benchmark, bm, bmbm, create, each_with_object, measure, new, realtime, tap, with_object
288
+ # FunctionalMethods: let, let!, subject, watch
289
+ # AllowedMethods: lambda, proc, it
290
+ Style/BlockDelimiters:
291
+ Exclude:
292
+ - 'spec/whois/parser/contact_spec.rb'
293
+ - 'spec/whois/parser/nameserver_spec.rb'
294
+ - 'spec/whois/parser/registrar_spec.rb'
295
+ - 'spec/whois/parser_extensions/parser_spec.rb'
296
+ - 'spec/whois/parser_extensions/record_spec.rb'
297
+ - 'spec/whois/parser_spec.rb'
298
+ - 'spec/whois/parsers/base_spec.rb'
299
+ - 'spec/whois/parsers/blank_spec.rb'
300
+ - 'spec/whois/safe_record_spec.rb'
301
+
302
+ # Offense count: 3
303
+ # This cop supports unsafe autocorrection (--autocorrect-all).
304
+ Style/CaseLikeIf:
305
+ Exclude:
306
+ - 'lib/whois/parsers/whois.jprs.jp.rb'
307
+ - 'lib/whois/parsers/whois.nic.pr.rb'
308
+ - 'lib/whois/parsers/whois.nic.uk.rb'
309
+
310
+ # Offense count: 11
311
+ Style/DocumentDynamicEvalDefinition:
312
+ Exclude:
313
+ - 'lib/whois/parser.rb'
314
+ - 'lib/whois/parser_extensions/whois_record.rb'
315
+ - 'lib/whois/parsers/base.rb'
316
+ - 'lib/whois/safe_record.rb'
317
+
318
+ # Offense count: 24
319
+ # Configuration parameters: AllowedConstants.
320
+ Style/Documentation:
321
+ Enabled: false
322
+
323
+ # Offense count: 104
324
+ # This cop supports unsafe autocorrection (--autocorrect-all).
325
+ # Configuration parameters: EnforcedStyle.
326
+ # SupportedStyles: allowed_in_returns, forbidden
327
+ Style/DoubleNegation:
328
+ Enabled: false
329
+
330
+ # Offense count: 3
331
+ # This cop supports safe autocorrection (--autocorrect).
332
+ Style/EmptyCaseCondition:
333
+ Exclude:
334
+ - 'lib/whois/parsers/base_cocca2.rb'
335
+ - 'lib/whois/parsers/whois.co.ca.rb'
336
+ - 'tasks/spec.rake'
337
+
338
+ # Offense count: 2
339
+ # This cop supports safe autocorrection (--autocorrect).
340
+ # Configuration parameters: EnforcedStyle, AllowComments.
341
+ # SupportedStyles: empty, nil, both
342
+ Style/EmptyElse:
343
+ Exclude:
344
+ - 'lib/whois/parser.rb'
345
+ - 'lib/whois/parsers/whois.nic.kz.rb'
346
+
347
+ # Offense count: 3
348
+ # This cop supports safe autocorrection (--autocorrect).
349
+ # Configuration parameters: EnforcedStyle.
350
+ # SupportedStyles: compact, expanded
351
+ Style/EmptyMethod:
352
+ Exclude:
353
+ - 'lib/whois/parsers/base.rb'
354
+
355
+ # Offense count: 1041
356
+ # This cop supports unsafe autocorrection (--autocorrect-all).
357
+ # Configuration parameters: EnforcedStyle.
358
+ # SupportedStyles: always, always_true, never
359
+ Style/FrozenStringLiteralComment:
360
+ Enabled: false
361
+
362
+ # Offense count: 23
363
+ # Configuration parameters: MinBodyLength, AllowConsecutiveConditionals.
364
+ Style/GuardClause:
365
+ Exclude:
366
+ - 'lib/whois/parser.rb'
367
+ - 'lib/whois/parsers/base_afilias.rb'
368
+ - 'lib/whois/parsers/whois.dns.lu.rb'
369
+ - 'lib/whois/parsers/whois.educause.edu.rb'
370
+ - 'lib/whois/parsers/whois.nic.me.rb'
371
+ - 'lib/whois/parsers/whois.ua.rb'
372
+ - 'lib/whois/safe_record.rb'
373
+ - 'lib/whois/scanners/iana.rb'
374
+ - 'lib/whois/scanners/whois.denic.de.rb'
375
+ - 'lib/whois/scanners/whois.nic.it.rb'
376
+
377
+ # Offense count: 524
378
+ # This cop supports safe autocorrection (--autocorrect).
379
+ # Configuration parameters: EnforcedStyle, EnforcedShorthandSyntax, UseHashRocketsWithSymbolValues, PreferHashRocketsForNonAlnumEndingSymbols.
380
+ # SupportedStyles: ruby19, hash_rockets, no_mixed_keys, ruby19_no_mixed_keys
381
+ # SupportedShorthandSyntax: always, never, either, consistent
382
+ Style/HashSyntax:
383
+ Enabled: false
384
+
385
+ # Offense count: 238
386
+ # This cop supports safe autocorrection (--autocorrect).
387
+ Style/IfUnlessModifier:
388
+ Enabled: false
389
+
390
+ # Offense count: 3
391
+ # This cop supports unsafe autocorrection (--autocorrect-all).
392
+ Style/LineEndConcatenation:
393
+ Exclude:
394
+ - 'lib/whois/parser.rb'
395
+ - 'lib/whois/parser_extensions/whois.rb'
396
+
397
+ # Offense count: 2
398
+ Style/MissingRespondToMissing:
399
+ Exclude:
400
+ - 'lib/whois/parser.rb'
401
+ - 'lib/whois/safe_record.rb'
402
+
403
+ # Offense count: 6
404
+ # This cop supports unsafe autocorrection (--autocorrect-all).
405
+ # Configuration parameters: EnforcedStyle.
406
+ # SupportedStyles: literals, strict
407
+ Style/MutableConstant:
408
+ Exclude:
409
+ - 'lib/whois/parser.rb'
410
+ - 'lib/whois/parsers/base_nic_fr.rb'
411
+ - 'lib/whois/scanners/base_cocca2.rb'
412
+ - 'lib/whois/scanners/whois.nc.rb'
413
+ - 'lib/whois/scanners/whois.rnids.rs.rb'
414
+
415
+ # Offense count: 4
416
+ # This cop supports unsafe autocorrection (--autocorrect-all).
417
+ # Configuration parameters: EnforcedStyle, AllowedMethods, AllowedPatterns, IgnoredMethods.
418
+ # SupportedStyles: predicate, comparison
419
+ Style/NumericPredicate:
420
+ Exclude:
421
+ - 'spec/**/*'
422
+ - 'lib/whois/parser/super_struct.rb'
423
+ - 'lib/whois/scanners/base_afilias.rb'
424
+ - 'lib/whois/scanners/base_shared3.rb'
425
+ - 'lib/whois/scanners/whois.cira.ca.rb'
426
+
427
+ # Offense count: 1
428
+ # Configuration parameters: AllowedMethods.
429
+ # AllowedMethods: respond_to_missing?
430
+ Style/OptionalBooleanParameter:
431
+ Exclude:
432
+ - 'lib/whois/parser.rb'
433
+
434
+ # Offense count: 9
435
+ # This cop supports safe autocorrection (--autocorrect).
436
+ Style/ParallelAssignment:
437
+ Exclude:
438
+ - 'lib/whois/parsers/whois.educause.edu.rb'
439
+ - 'lib/whois/parsers/whois.nic.ch.rb'
440
+ - 'lib/whois/scanners/base.rb'
441
+ - 'lib/whois/scanners/iana.rb'
442
+ - 'lib/whois/scanners/verisign.rb'
443
+ - 'lib/whois/scanners/whois.cira.ca.rb'
444
+ - 'lib/whois/scanners/whois.denic.de.rb'
445
+
446
+ # Offense count: 11
447
+ # This cop supports unsafe autocorrection (--autocorrect-all).
448
+ # Configuration parameters: Methods.
449
+ Style/RedundantArgument:
450
+ Exclude:
451
+ - 'lib/whois/parsers/base_nic_fr.rb'
452
+ - 'lib/whois/parsers/whois.fi.rb'
453
+ - 'lib/whois/parsers/whois.in.ua.rb'
454
+ - 'lib/whois/parsers/whois.jprs.jp.rb'
455
+ - 'lib/whois/parsers/whois.nic.priv.at.rb'
456
+ - 'lib/whois/parsers/whois.registro.br.rb'
457
+ - 'lib/whois/parsers/whois.ua.rb'
458
+
459
+ # Offense count: 771
460
+ # This cop supports safe autocorrection (--autocorrect).
461
+ Style/RedundantFileExtensionInRequire:
462
+ Enabled: false
463
+
464
+ # Offense count: 3
465
+ # This cop supports unsafe autocorrection (--autocorrect-all).
466
+ Style/RedundantInterpolation:
467
+ Exclude:
468
+ - 'lib/whois/parsers/base_icann_compliant.rb'
469
+ - 'lib/whois/parsers/whois.cnnic.cn.rb'
470
+ - 'lib/whois/parsers/whois.eu.rb'
471
+
472
+ # Offense count: 5
473
+ # This cop supports unsafe autocorrection (--autocorrect-all).
474
+ Style/SelectByRegexp:
475
+ Exclude:
476
+ - 'lib/whois/parsers/base_verisign.rb'
477
+ - 'lib/whois/parsers/whois.nic.ai.rb'
478
+ - 'lib/whois/parsers/whois.nic.uk.rb'
479
+ - 'lib/whois/scanners/iana.rb'
480
+ - 'lib/whois/scanners/whois.nic.it.rb'
481
+
482
+ # Offense count: 1
483
+ # This cop supports unsafe autocorrection (--autocorrect-all).
484
+ Style/SlicingWithRange:
485
+ Exclude:
486
+ - 'lib/whois/parsers/base_nic_fr.rb'
487
+
488
+ # Offense count: 3
489
+ # This cop supports unsafe autocorrection (--autocorrect-all).
490
+ # Configuration parameters: Mode.
491
+ Style/StringConcatenation:
492
+ Exclude:
493
+ - 'lib/whois/parser.rb'
494
+ - 'lib/whois/parser_extensions/whois.rb'
495
+
496
+ # Offense count: 2016
497
+ # This cop supports safe autocorrection (--autocorrect).
498
+ # Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline.
499
+ # SupportedStyles: single_quotes, double_quotes
500
+ Style/StringLiterals:
501
+ Enabled: false
502
+
503
+ # Offense count: 2
504
+ # This cop supports unsafe autocorrection (--autocorrect-all).
505
+ # Configuration parameters: AllowMethodsWithArguments, AllowedMethods, AllowedPatterns, IgnoredMethods, AllowComments.
506
+ # AllowedMethods: respond_to, define_method
507
+ Style/SymbolProc:
508
+ Exclude:
509
+ - 'lib/whois/parsers/whois.centralnic.com.rb'
510
+ - 'lib/whois/parsers/whois.nic.it.rb'
511
+
512
+ # Offense count: 24
513
+ # This cop supports safe autocorrection (--autocorrect).
514
+ # Configuration parameters: WordRegex.
515
+ # SupportedStyles: percent, brackets
516
+ Style/WordArray:
517
+ EnforcedStyle: percent
518
+ MinSize: 7
519
+
520
+ # Offense count: 1
521
+ # This cop supports unsafe autocorrection (--autocorrect-all).
522
+ Style/ZeroLengthPredicate:
523
+ Exclude:
524
+ - 'lib/whois/parser/super_struct.rb'
data/CHANGELOG.md CHANGED
@@ -3,6 +3,13 @@
3
3
  This project uses [Semantic Versioning 2.0.0](http://semver.org/).
4
4
 
5
5
 
6
+ #### Release 2.0.0
7
+
8
+ - CHANGED: Minimum Ruby version 2.6
9
+
10
+ - FIXED: Addressed security issues with eval and YAML.load. Thanks Francis Beaudoin
11
+
12
+
6
13
  #### Release 1.2.0
7
14
 
8
15
  - CHANGED: Updated .ORG parser to the latest response (GH-98, GH-97). [Thanks @talarini]
data/Gemfile CHANGED
@@ -1,5 +1,6 @@
1
- source 'https://rubygems.org'
1
+ source "https://rubygems.org"
2
2
 
3
3
  gemspec
4
4
 
5
- gem 'activesupport', '< 5' if RUBY_VERSION < '2.2.2'
5
+ gem "rubocop", require: false
6
+ gem "rubocop-rspec", require: false
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2009-2018 Simone Carletti
3
+ Copyright (c) 2009-2022 Simone Carletti
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  This library was extracted from the Ruby <tt>Whois</tt> library], and made available as a standalone library. It can be used in combination with the Ruby Whois library to perform WHOIS queries and parse the response in Ruby, or as a standalone library to parse WHOIS records fetched previously and/or from different WHOIS clients.
6
6
 
7
- [![Build Status](https://travis-ci.org/weppos/whois-parser.svg?branch=master)](https://travis-ci.org/weppos/whois-parser)
7
+ [![Build Status](https://github.com/weppos/whois-parser/actions/workflows/tests.yml/badge.svg)](https://github.com/weppos/whois/actions/workflows/tests.yml)
8
8
 
9
9
  The [whois repository](https://github.com/weppos/whois) contains more information on how to use the library.
10
10
 
@@ -24,4 +24,4 @@ The [whois repository](https://github.com/weppos/whois) contains more informatio
24
24
 
25
25
  ## License
26
26
 
27
- Copyright (c) 2009-2018 [Simone Carletti](https://simonecarletti.com/). This is Free Software distributed under the MIT license.
27
+ Copyright (c) 2009-2022 [Simone Carletti](https://simonecarletti.com/). This is Free Software distributed under the MIT license.
data/Rakefile CHANGED
@@ -1,31 +1,31 @@
1
- require 'bundler/gem_tasks'
1
+ # frozen_string_literal: true
2
2
 
3
+ require "bundler/gem_tasks"
3
4
 
4
- # Run test by default.
5
- task :default => :spec
6
- task :test => :spec
5
+ task default: [:test]
7
6
 
8
7
 
9
- require 'rspec/core/rake_task'
8
+ require "rspec/core/rake_task"
10
9
 
11
10
  RSpec::Core::RakeTask.new do |t|
12
11
  t.verbose = !ENV["VERBOSE"].nil?
13
12
  end
14
13
 
14
+ task test: :spec
15
15
 
16
- require 'yard'
16
+
17
+ require "rubocop/rake_task"
18
+
19
+ RuboCop::RakeTask.new
20
+
21
+
22
+ require "yard/rake/yardoc_task"
17
23
 
18
24
  YARD::Rake::YardocTask.new(:yardoc) do |y|
19
25
  y.options = ["--output-dir", "yardoc"]
20
26
  end
21
27
 
22
- namespace :yardoc do
23
- task :clobber do
24
- rm_r "yardoc" rescue nil
25
- end
26
- end
27
-
28
- task :clobber => "yardoc:clobber"
28
+ CLOBBER.include "yardoc"
29
29
 
30
30
 
31
31
  Dir["tasks/**/*.rake"].each do |file|
@@ -44,7 +44,7 @@ module Whois
44
44
  case name
45
45
  when :TYPE_ADMIN
46
46
  Whois.deprecate("Whois::Record::Contact::TYPE_ADMIN is now Whois::Record::Contact::TYPE_ADMINISTRATIVE")
47
- self.const_set(name, TYPE_ADMINISTRATIVE)
47
+ const_set(name, TYPE_ADMINISTRATIVE)
48
48
  else
49
49
  super
50
50
  end
@@ -50,4 +50,4 @@ class SuperStruct < Struct
50
50
  end
51
51
  end
52
52
 
53
- end
53
+ end
@@ -1,6 +1,6 @@
1
1
  module Whois
2
2
  class Parser
3
3
  # The current library version.
4
- VERSION = "1.2.0".freeze
4
+ VERSION = "2.0.0".freeze
5
5
  end
6
6
  end
data/lib/whois/parser.rb CHANGED
@@ -3,7 +3,7 @@
3
3
  #
4
4
  # An intelligent pure Ruby WHOIS client and parser.
5
5
  #
6
- # Copyright (c) 2009-2018 Simone Carletti <weppos@weppos.net>
6
+ # Copyright (c) 2009-2022 Simone Carletti <weppos@weppos.net>
7
7
  #++
8
8
 
9
9
 
@@ -159,10 +159,10 @@ module Whois
159
159
  # # => "WhoisNicInfoIt"
160
160
  #
161
161
  def self.host_to_parser(host)
162
- host.to_s.downcase.
163
- gsub(/[.-]/, '_').
164
- gsub(/(?:^|_)(.)/) { $1.upcase }.
165
- gsub(/\A(\d+)\z/) { "Host#{$1}" }
162
+ host.to_s.downcase
163
+ .gsub(/[.-]/, '_')
164
+ .gsub(/(?:^|_)(.)/) { ::Regexp.last_match(1).upcase }
165
+ .gsub(/\A(\d+)\z/) { "Host#{::Regexp.last_match(1)}" }
166
166
  end
167
167
 
168
168
  # Requires the file at <tt>whois/parsers/#{name}</tt>.
@@ -275,7 +275,7 @@ module Whois
275
275
  end
276
276
 
277
277
  equal?(other) ||
278
- parsers.size == other.parsers.size && all_in_parallel?(parsers, other.parsers) { |one, two| one.unchanged?(two) }
278
+ (parsers.size == other.parsers.size && all_in_parallel?(parsers, other.parsers) { |one, two| one.unchanged?(two) })
279
279
  end
280
280
 
281
281
 
@@ -430,6 +430,7 @@ module Whois
430
430
 
431
431
  while index < count
432
432
  return false unless yield(*args.map { |arg| arg[index] })
433
+
433
434
  index += 1
434
435
  end
435
436
  true