weppos / whois-parser

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

Missing .rocks parser #157

Closed swistaczek closed 1 year ago

jarthod commented 1 year ago

@swistaczekfor the record this project isn't really maintained by @weppos any more, so I ended up starting my fork in which I merged some of the pending PRs and more fixes.

I did fix the .rock TLD parsing a while back in https://github.com/jarthod/whois-parser/commit/6354c4ead61afce8f0a92449ddef10dc3e2655ae BUT :unamused: it looks like "Donuts Inc" rebranded to "Identity Digital Inc." in the meantime, so my fix no longer works and it'll require a small update.

Feel free to open a PR for this change on my fork, otherwise I'll try to fix it later.

This is how to use the fork:

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

@swistaczek I just fixed again all the Donuts Inc TLDs (including .rocks) in 99b510c4ccb0c64dd0c5995c1632af8080f3668c So you can use my fork if you want this fix.

swistaczek commented 1 year ago

Thank you, @jarthod, for your contributions!