Sha256: 5dd2495cb4e542107b784023fb2cc23e3a8f53b0ef5f0b4e1ef49bc70e769d5c
Contents?: true
Size: 1.03 KB
Versions: 1
Compression:
Stored size: 1.03 KB
Contents
= Changelog == 0.5.0 * FIXED: Whois#whois defined as instance method but modules can't have instances! * FIXED: Whois::Server::Adapters::Verisign adapter always use "whois.crsnic.net" regardless the adapter set in the server definition. * FIXED: Outdated .tv definition: .tv whois server has become a thin server (closes #261). * FIXED: Outdated .ae definition (closes #270). * ADDED: Support for IPv4 and IPv6 (closes #265). * ADDED: Compatibility with existing GEM Whois 0.4.2 (closes #266). * ADDED: Deprecation warning for all the features that will be removed in Whois 0.6.0 (closes #266). * ADDED: Default timeout for any Whois query run from the client interface (closes #269). == Release 0.1.1 * FIXED: Server#guess should raise ServerNotFound when query is not recognized. * FIXED: ServerError should inherits from Error and not StandardError. * CHANGED: Removed the Kernel#whois method because fights with many implementations of missing_method. Moved the method under the Whois namespace. == Release 0.1.0 * First release
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
whois-0.5.0 | CHANGELOG.rdoc |