Sha256: 94df7560e8a76058ee404b64a257bc8dd6f95cd9886f5450b9f1c70af2f7ec73
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.3.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.3.0 | vizi_whois.gemspec |