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
@@ -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
 
@@ -33,7 +33,7 @@ module Whois
33
33
  #
34
34
  property_supported :status do
35
35
  if content_for_scanner =~ /^Domain-status\s+(.+)\n/
36
- case $1.downcase
36
+ case ::Regexp.last_match(1).downcase
37
37
  # The domain is registered and paid.
38
38
  when "dom_ok"
39
39
  :registered
@@ -58,7 +58,7 @@ module Whois
58
58
  when "dom_held"
59
59
  :redemption
60
60
  else
61
- Whois::Parser.bug!(ParserError, "Unknown status `#{$1}'.")
61
+ Whois::Parser.bug!(ParserError, "Unknown status `#{::Regexp.last_match(1)}'.")
62
62
  end
63
63
  else
64
64
  :available
@@ -78,13 +78,13 @@ module Whois
78
78
 
79
79
  property_supported :updated_on do
80
80
  if content_for_scanner =~ /^Last-update\s+(.+)\n/
81
- parse_time($1)
81
+ parse_time(::Regexp.last_match(1))
82
82
  end
83
83
  end
84
84
 
85
85
  property_supported :expires_on do
86
86
  if content_for_scanner =~ /^Valid-date\s+(.+)\n/
87
- parse_time($1)
87
+ parse_time(::Regexp.last_match(1))
88
88
  end
89
89
  end
90
90
 
@@ -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
 
@@ -49,7 +49,7 @@ module Whois
49
49
  when "ACTIVE"
50
50
  :registered
51
51
  else
52
- Whois::Parser.bug!(ParserError, "Unknown status `#{node("field:status")}'.")
52
+ Whois::Parser.bug!(ParserError, "Unknown status `#{node('field:status')}'.")
53
53
  end
54
54
  end
55
55
  end
@@ -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
 
@@ -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
 
@@ -113,7 +113,7 @@ module Whois
113
113
  :name => node("#{element} Name"),
114
114
  :organization => node("#{element} Organization"),
115
115
  :address => node("#{element} Street"),
116
- :city => node("#{element} City"),
116
+ :city => node("#{element} City"),
117
117
  :zip => node("#{element} Postal Code"),
118
118
  :country => node("#{element} Country"),
119
119
  :email => node("#{element} Email")
@@ -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
 
@@ -26,7 +26,7 @@ module Whois
26
26
 
27
27
  property_supported :domain do
28
28
  if content_for_scanner =~ /domain:\s+(.+?)\n/
29
- $1.downcase
29
+ ::Regexp.last_match(1).downcase
30
30
  end
31
31
  end
32
32
 
@@ -35,7 +35,7 @@ module Whois
35
35
 
36
36
  property_supported :status do
37
37
  if content_for_scanner =~ /state:\s+(.+?)\n/
38
- $1.split(",").map(&:strip)
38
+ ::Regexp.last_match(1).split(",").map(&:strip)
39
39
  else
40
40
  []
41
41
  end
@@ -52,7 +52,7 @@ module Whois
52
52
 
53
53
  property_supported :created_on do
54
54
  if content_for_scanner =~ /created:\s+(.*)\n/
55
- parse_time($1)
55
+ parse_time(::Regexp.last_match(1))
56
56
  end
57
57
  end
58
58
 
@@ -60,7 +60,7 @@ module Whois
60
60
 
61
61
  property_supported :expires_on do
62
62
  if content_for_scanner =~ /paid-till:\s+(.*)\n/
63
- parse_time($1)
63
+ parse_time(::Regexp.last_match(1))
64
64
  end
65
65
  end
66
66
 
@@ -68,7 +68,7 @@ module Whois
68
68
  property_supported :registrar do
69
69
  if content_for_scanner =~ /registrar:\s+(.*)\n/
70
70
  Parser::Registrar.new(
71
- :id => $1
71
+ :id => ::Regexp.last_match(1)
72
72
  )
73
73
  end
74
74
  end
@@ -78,16 +78,16 @@ module Whois
78
78
  url = content_for_scanner[/admin-contact:\s+(.+)\n/, 1]
79
79
  email = content_for_scanner[/e-mail:\s+(.+)\n/, 1]
80
80
  contact = if url or email
81
- Parser::Contact.new(
82
- :type => Parser::Contact::TYPE_ADMINISTRATIVE,
83
- :url => url,
84
- :email => email,
85
- :name => content_for_scanner[/person:\s+(.+)\n/, 1],
86
- :organization => content_for_scanner[/org:\s+(.+)\n/, 1],
87
- :phone => content_for_scanner[/phone:\s+(.+)\n/, 1],
88
- :fax => content_for_scanner[/fax-no:\s+(.+)\n/, 1]
89
- )
90
- end
81
+ Parser::Contact.new(
82
+ :type => Parser::Contact::TYPE_ADMINISTRATIVE,
83
+ :url => url,
84
+ :email => email,
85
+ :name => content_for_scanner[/person:\s+(.+)\n/, 1],
86
+ :organization => content_for_scanner[/org:\s+(.+)\n/, 1],
87
+ :phone => content_for_scanner[/phone:\s+(.+)\n/, 1],
88
+ :fax => content_for_scanner[/fax-no:\s+(.+)\n/, 1]
89
+ )
90
+ end
91
91
  Array.wrap(contact)
92
92
  end
93
93
 
@@ -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
 
@@ -28,11 +28,11 @@ module Whois
28
28
 
29
29
  property_supported :status do
30
30
  if content_for_scanner =~ /Status: (.+?)\n/
31
- case $1.downcase
31
+ case ::Regexp.last_match(1).downcase
32
32
  when "active"
33
33
  :registered
34
34
  else
35
- Whois::Parser.bug!(ParserError, "Unknown status `#{$1}'.")
35
+ Whois::Parser.bug!(ParserError, "Unknown status `#{::Regexp.last_match(1)}'.")
36
36
  end
37
37
  else
38
38
  :available
@@ -50,19 +50,19 @@ module Whois
50
50
 
51
51
  property_supported :created_on do
52
52
  if content_for_scanner =~ /^Created date: (.+?)\n/
53
- parse_time($1)
53
+ parse_time(::Regexp.last_match(1))
54
54
  end
55
55
  end
56
56
 
57
57
  property_supported :updated_on do
58
58
  if content_for_scanner =~ /^Updated date: (.+?)\n/
59
- parse_time($1)
59
+ parse_time(::Regexp.last_match(1))
60
60
  end
61
61
  end
62
62
 
63
63
  property_supported :expires_on do
64
64
  if content_for_scanner =~ /^Exp date: (.+?)\n/
65
- parse_time($1)
65
+ parse_time(::Regexp.last_match(1))
66
66
  end
67
67
  end
68
68
 
@@ -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
  require_relative 'base'
@@ -29,8 +29,8 @@ module Whois
29
29
 
30
30
 
31
31
  property_supported :domain do
32
- if (content_for_scanner =~ /^Domain:\nname:\s+(.+)\n/)
33
- $1.to_s.strip.downcase
32
+ if content_for_scanner =~ /^Domain:\nname:\s+(.+)\n/
33
+ ::Regexp.last_match(1).to_s.strip.downcase
34
34
  end
35
35
  end
36
36
 
@@ -39,13 +39,13 @@ module Whois
39
39
 
40
40
  property_supported :status do
41
41
  if content_for_scanner =~ /status:\s+(.+?)\n/
42
- case $1
42
+ case ::Regexp.last_match(1)
43
43
  when 'ok (paid and in zone)'
44
44
  :registered
45
45
  when 'expired'
46
46
  :expired
47
47
  else
48
- $1
48
+ ::Regexp.last_match(1)
49
49
  end
50
50
  else
51
51
  :available
@@ -63,19 +63,19 @@ module Whois
63
63
 
64
64
  property_supported :created_on do
65
65
  if content_for_scanner =~ /registered:\s+(.+?)\n/
66
- parse_time($1)
66
+ parse_time(::Regexp.last_match(1))
67
67
  end
68
68
  end
69
69
 
70
70
  property_supported :updated_on do
71
71
  if content_for_scanner =~ /changed:\s+(.+?)\n/
72
- parse_time($1)
72
+ parse_time(::Regexp.last_match(1))
73
73
  end
74
74
  end
75
75
 
76
76
  property_supported :expires_on do
77
77
  if content_for_scanner =~ /expire:\s+(.+?)\n/
78
- parse_time($1)
78
+ parse_time(::Regexp.last_match(1))
79
79
  end
80
80
  end
81
81
 
@@ -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
 
@@ -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
 
@@ -30,17 +30,15 @@ module Whois
30
30
  property_supported :status do
31
31
  if response_incomplete?
32
32
  :incomplete
33
+ elsif available?
34
+ :available
33
35
  else
34
- if available?
35
- :available
36
- else
37
- :registered
38
- end
36
+ :registered
39
37
  end
40
38
  end
41
39
 
42
40
  property_supported :available? do
43
- (!response_incomplete? && !!(content_for_scanner =~ /No match for/))
41
+ (!response_incomplete? && !!(content_for_scanner =~ /No match for/))
44
42
  end
45
43
 
46
44
  property_supported :registered? do
@@ -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
 
@@ -20,7 +20,7 @@ module Whois
20
20
  #
21
21
  class WhoisTucowsCom < BaseIcannCompliant
22
22
  self.scanner = Scanners::BaseIcannCompliant, {
23
- pattern_available: /^ No match for/
23
+ pattern_available: /^ No match for/,
24
24
  }
25
25
  end
26
26
 
@@ -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
 
@@ -45,7 +45,7 @@ module Whois
45
45
 
46
46
  property_supported :created_on do
47
47
  if content_for_scanner =~ /Record created on ([^ ]+) .+\n/
48
- parse_time($1)
48
+ parse_time(::Regexp.last_match(1))
49
49
  end
50
50
  end
51
51
 
@@ -53,14 +53,14 @@ module Whois
53
53
 
54
54
  property_supported :expires_on do
55
55
  if content_for_scanner =~ /Record expires on ([^ ]+) .+\n/
56
- parse_time($1)
56
+ parse_time(::Regexp.last_match(1))
57
57
  end
58
58
  end
59
59
 
60
60
 
61
61
  property_supported :nameservers do
62
62
  if content_for_scanner =~ /Domain servers in listed order:\n((.+\n)+)\n/
63
- $1.split("\n").map do |name|
63
+ ::Regexp.last_match(1).split("\n").map do |name|
64
64
  Parser::Nameserver.new(:name => name.strip)
65
65
  end
66
66
  end
@@ -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
 
@@ -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
 
@@ -26,7 +26,7 @@ module Whois
26
26
 
27
27
  def status
28
28
  if content =~ /status:\s+(.+?)\n/
29
- case (s = $1.downcase)
29
+ case (s = ::Regexp.last_match(1).downcase)
30
30
  when "ok", "clienthold", "autorenewgraceperiod", "clienttransferprohibited"
31
31
  :registered
32
32
  when "redemptionperiod", "pendingdelete"
@@ -41,19 +41,19 @@ module Whois
41
41
 
42
42
  def created_on
43
43
  if content =~ /created:\s+(.+)\n/
44
- Base.parse_time($1)
44
+ Base.parse_time(::Regexp.last_match(1))
45
45
  end
46
46
  end
47
47
 
48
48
  def updated_on
49
49
  if content =~ /modified:\s+(.+)\n/
50
- Base.parse_time($1)
50
+ Base.parse_time(::Regexp.last_match(1))
51
51
  end
52
52
  end
53
53
 
54
54
  def expires_on
55
55
  if content =~ /expires:\s+(.+)\n/
56
- Base.parse_time($1)
56
+ Base.parse_time(::Regexp.last_match(1))
57
57
  end
58
58
  end
59
59
 
@@ -97,7 +97,7 @@ module Whois
97
97
 
98
98
  def status
99
99
  if content =~ /status:\s+(.+?)\n/
100
- case (s = $1.downcase)
100
+ case (s = ::Regexp.last_match(1).downcase)
101
101
  when /^ok-until/
102
102
  :registered
103
103
  else
@@ -110,21 +110,21 @@ module Whois
110
110
 
111
111
  def created_on
112
112
  if content =~ /created:\s+(.+)\n/
113
- time = $1.split(" ").last
113
+ time = ::Regexp.last_match(1).split(" ").last
114
114
  Base.parse_time(time)
115
115
  end
116
116
  end
117
117
 
118
118
  def updated_on
119
119
  if content =~ /changed:\s+(.+)\n/
120
- time = $1.split(" ").last
120
+ time = ::Regexp.last_match(1).split(" ").last
121
121
  Base.parse_time(time)
122
122
  end
123
123
  end
124
124
 
125
125
  def expires_on
126
126
  if content =~ /status:\s+(.+)\n/
127
- time = $1.split(" ").last
127
+ time = ::Regexp.last_match(1).split(" ").last
128
128
  Base.parse_time(time)
129
129
  end
130
130
  end
@@ -157,7 +157,7 @@ module Whois
157
157
  phone: textblock.slice(/phone:\s+(.+)\n/, 1),
158
158
  fax: textblock.slice(/fax-no:\s+(.+)\n/, 1),
159
159
  email: textblock.slice(/e-mail:\s+(.+)\n/, 1),
160
- updated_on: (Base.parse_time($1.split(" ").last) if textblock =~ /changed:\s+(.+)\n/)
160
+ updated_on: (Base.parse_time(::Regexp.last_match(1).split(" ").last) if textblock =~ /changed:\s+(.+)\n/)
161
161
  )
162
162
  end
163
163
  end
@@ -166,7 +166,7 @@ module Whois
166
166
 
167
167
  property_supported :domain do
168
168
  if content_for_scanner =~ /domain:\s+(.+)\n/
169
- $1
169
+ ::Regexp.last_match(1)
170
170
  end
171
171
  end
172
172
 
@@ -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
 
@@ -20,9 +20,9 @@ module Whois
20
20
  #
21
21
  class WhoisUdagNet < BaseIcannCompliant
22
22
  self.scanner = Scanners::BaseIcannCompliant, {
23
- pattern_available: /^We could not find the requested domain on our system/
23
+ pattern_available: /^We could not find the requested domain on our system/,
24
24
  }
25
25
  end
26
26
 
27
27
  end
28
- end
28
+ end
@@ -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
 
@@ -20,7 +20,7 @@ module Whois
20
20
  #
21
21
  class WhoisUniregistryNet < BaseIcannCompliant
22
22
  self.scanner = Scanners::BaseIcannCompliant, {
23
- pattern_available: />>> Domain \".+\" is available/
23
+ pattern_available: />>> Domain ".+" is available/,
24
24
  }
25
25
 
26
26
 
@@ -38,6 +38,7 @@ module Whois
38
38
 
39
39
  property_supported :registrar do
40
40
  return unless node('Sponsoring Registrar')
41
+
41
42
  Parser::Registrar.new(
42
43
  id: node('Sponsoring Registrar IANA ID'),
43
44
  name: node('Sponsoring Registrar'),
@@ -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
 
@@ -26,11 +26,11 @@ module Whois
26
26
 
27
27
  property_supported :status do
28
28
  if content_for_scanner =~ /Status:\s+(.+?)\n/
29
- case $1.downcase
29
+ case ::Regexp.last_match(1).downcase
30
30
  when "active"
31
31
  :registered
32
32
  else
33
- Whois::Parser.bug!(ParserError, "Unknown status `#{$1}'.")
33
+ Whois::Parser.bug!(ParserError, "Unknown status `#{::Regexp.last_match(1)}'.")
34
34
  end
35
35
  else
36
36
  :available
@@ -52,14 +52,14 @@ module Whois
52
52
 
53
53
  property_supported :expires_on do
54
54
  if content_for_scanner =~ /Expires:\s+(.*)\n/
55
- parse_time($1)
55
+ parse_time(::Regexp.last_match(1))
56
56
  end
57
57
  end
58
58
 
59
59
 
60
60
  property_supported :nameservers do
61
61
  if content_for_scanner =~ /Domain servers:\n\n((.+\n)+)\n/
62
- $1.split("\n").map do |line|
62
+ ::Regexp.last_match(1).split("\n").map do |line|
63
63
  name, ipv4 = line.strip.split(/\s+/)
64
64
  Parser::Nameserver.new(name: name.downcase, ipv4: ipv4)
65
65
  end
@@ -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
 
@@ -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
 
@@ -43,26 +43,26 @@ module Whois
43
43
 
44
44
  property_supported :created_on do
45
45
  if content_for_scanner =~ /\s+Domain Created:\s+(.*)\n/
46
- parse_time($1)
46
+ parse_time(::Regexp.last_match(1))
47
47
  end
48
48
  end
49
49
 
50
50
  property_supported :updated_on do
51
51
  if content_for_scanner =~ /\s+Domain Last Updated:\s+(.*)\n/
52
- parse_time($1)
52
+ parse_time(::Regexp.last_match(1))
53
53
  end
54
54
  end
55
55
 
56
56
  property_supported :expires_on do
57
57
  if content_for_scanner =~ /\s+Domain Currently Expires:\s+(.*)\n/
58
- parse_time($1)
58
+ parse_time(::Regexp.last_match(1))
59
59
  end
60
60
  end
61
61
 
62
62
 
63
63
  property_supported :nameservers do
64
64
  if content_for_scanner =~ /Current Nameservers:\n\n((.+\n)+)\n/
65
- $1.split("\n").map do |name|
65
+ ::Regexp.last_match(1).split("\n").map do |name|
66
66
  Parser::Nameserver.new(name: name.strip.downcase)
67
67
  end
68
68
  end
@@ -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
 
@@ -21,7 +21,7 @@ module Whois
21
21
  class WhoisWildwestdomainsCom < BaseIcannCompliant
22
22
 
23
23
  self.scanner = Scanners::BaseIcannCompliant, {
24
- pattern_available: /^Domain (.+) is not registered here.\n/
24
+ pattern_available: /^Domain (.+) is not registered here.\n/,
25
25
  }
26
26
 
27
27
 
@@ -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
 
@@ -67,7 +67,7 @@ module Whois
67
67
  property_supported :registrar do
68
68
  node("Sponsoring Registrar") do |value|
69
69
  Parser::Registrar.new(
70
- name: value
70
+ name: value
71
71
  )
72
72
  end
73
73
  end
@@ -97,10 +97,10 @@ module Whois
97
97
 
98
98
  def build_contact(element, type)
99
99
  node("#{element} ID") do
100
- address = (1..3).
101
- map { |i| node("#{element} Street#{i}") }.
102
- delete_if { |i| i.nil? || i.empty? }.
103
- join("\n")
100
+ address = (1..3)
101
+ .map { |i| node("#{element} Street#{i}") }
102
+ .delete_if { |i| i.nil? || i.empty? }
103
+ .join("\n")
104
104
 
105
105
  Parser::Contact.new(
106
106
  type: type,