weppos / whois-parser

An intelligent — pure Ruby — WHOIS parser.
https://whoisrb.org
MIT License
99 stars 102 forks source link

Fix whois.nic.cl parser for availability and MX registrar path #113

Closed tiagoicp closed 5 years ago

tiagoicp commented 5 years ago

whois.nic.cl results always return available? #=> false, it looks like the parser is out of date. I updated the whois.nic.cl fixtures with the responses they currently return and then fixed the parser and specs for the domain availability check.

tiagoicp commented 5 years ago

In line with the fix on MX registrar ( see https://github.com/weppos/whois/pull/579 ), it needed to be renamed on the Parser as well. With this merge, MX records should be fully operational again. Thanks.

weppos commented 5 years ago

There are so many changes in this PR. Please provide one PR per parser, otherwise it's hard to review the changes.