weppos / whois-parser

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

Update nic chile #154

Closed silva96 closed 1 year ago

silva96 commented 1 year ago

closes #109

jarthod commented 1 year ago

Thanks for this @silva96, for the record this project isn't really maintained by @weppos any more, so I ended up starting my fork in which I merged many of the pending PRs. I try to keep it maintained in hope it could be merged back upstream some day so everyone can benefit from it. I did not cherry-pick your PR here because it was lacking proper updates to the rest of the parser (which was still broken) and also not providing acurate tests. But I did write a complete update of this parser in 0880e37c6fbe5adbffa827602e8ee3b98b8f4724. So if you need this (and many other fixes) you can use my fork in the meantime:

gem 'whois-parser', github: 'jarthod/whois-parser' # Unofficial but more up-to-date fork, check status at https://github.com/jarthod/whois-parser
silva96 commented 1 year ago

Great! @jarthod