Sha256: f271336e162f1b957ffc4db41ea273e793b715303f4dad6f2ff9e998d0e85fe6
Contents?: true
Size: 1.59 KB
Versions: 2
Compression:
Stored size: 1.59 KB
Contents
= Whois Release Notes == 0.4.1 It's just an update of data from Whois-4.7.24 [http://ftp.debian.org/debian/pool/main/w/whois/] of Marco D'ItrI == 0.4.0 Now you can create a Whois Object with an object IPAddr (require 'ipaddr') for a Ipv6. You can create too with a String represent an IPV6. All system of Ipv6 is not supported now with 6to4 (RFC 3056) and TeRedo (RFC 4773) For the Ipv6 a bug must be made with creation of IPAddr like an Ipv6. If you have compile ruby with enable the Ipv6 Support like with several OS. If This Ipv6 hasn't a host, the IPAddr is not construct. I ask the question[http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/11049] to Core Ruby. == 0.3.0 Now you can create a Whois class with an object IPAddr (require 'ipaddr') You can obtains the host name for your IP when you made a request Ipv4. This resolv must be made if you put a true in second arguments for the initialize You can too made a request Whois with a host, now == 0.2.1 Release for fix bugs == 0.2.0 It's my first version. This version is base to code of Whois unix program in C of Marco d'Itri. In this programme a list of whois server is write and I create a parser for create a Yaml file with this list. The parser is parse_list.rb[link://util/parse_list.rb]. The list of Whois Server, for each Ipv4 is in ipv4.yaml[link://lib/data/ipv4.yaml]. A Ruby Class exist for all Whois Server check in this Yaml file. All Server are in server.rb[link://lib/server/server.rb] == 0.1.O It's the old version by Michael Neumann. Thank to him. If you see his work, check out his class[link://old/whois.rb]
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
whois-0.4.2 | NOTES |
whois-0.4.1 | NOTES |