Sha256: aad5b503d1b3b0b879b1b354a63eb26787b7b7627c370235b085982648b501cc
Contents?: true
Size: 760 Bytes
Versions: 1
Compression:
Stored size: 760 Bytes
Contents
require 'rubygems' spec = Gem::Specification.new do |s| s.name = 'vizi_whois' s.version = '0.2.0' s.summary = "Global whois capability to select the right whois server and get response data" s.description = "This gem module provides a classes to find the right Regional Internet Registry for a given IP Address. The query method will navigate each major RIR until a response is found. A second class allows the responses from various RIRs to be formatted to a common response format" s.files = Dir.glob("**/**/**") s.test_files = Dir.glob("test/*_test.rb") s.author = "Al Kivi" s.homepage = "http://www.vizitrax.com" s.email = "al.kivi@yahoo.com" s.has_rdoc = true s.required_ruby_version = '>= 1.8.2' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vizi_whois-0.2.0 | vizi_whois.gemspec |