Whois 1.2.0 is now available.
http://www.ruby-whois.org/
== Changelog
* NEW: Whois::Answer#throttle? returns true in case of throttle
response (see whois.publicinternetregistry.com for a real example)
* FIXED: With some .tr domains, whois.nic.tr parser returns
inconsistent values for nameservers.
* FIXED: Unexpected token error when trying to parse a .hu whois
response. The whois.nic.hu has changed response format.
* FIXED: RuntimeError "Unexpected token: WHOIS LIMIT EXCEEDED - SEE
WWW.PIR.ORG/WHOIS FOR DETAILS" for whois.publicinternetregistry.com
* CHANGED: Lazy-load adapters using Ruby autoload feature.
== Changes
http://github.com/weppos/whois/compare/v1.1.8...v1.2.0