vizi_whois 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/vizi_whois.rb +1 -1
- data/pkg/vizi_whois-0.1.0/lib/vizi_whois.rb +1 -1
- data/vizi_whois-0.2.0.gem +0 -0
- data/vizi_whois.gemspec +1 -1
- metadata +5 -4
data/lib/vizi_whois.rb
CHANGED
Binary file
|
data/vizi_whois.gemspec
CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
|
|
2
2
|
|
3
3
|
spec = Gem::Specification.new do |s|
|
4
4
|
s.name = 'vizi_whois'
|
5
|
-
s.version = '0.
|
5
|
+
s.version = '0.3.0'
|
6
6
|
s.summary = "Global whois capability to select the right whois server and get response data"
|
7
7
|
s.description = "This gem module provides a classes to find the right Regional Internet Registry
|
8
8
|
for a given IP Address. The query method will navigate each major RIR until a response is found.
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vizi_whois
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 19
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
|
-
-
|
8
|
+
- 3
|
9
9
|
- 0
|
10
|
-
version: 0.
|
10
|
+
version: 0.3.0
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Al Kivi
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2012-01-
|
18
|
+
date: 2012-01-09 00:00:00 -05:00
|
19
19
|
default_executable:
|
20
20
|
dependencies: []
|
21
21
|
|
@@ -114,6 +114,7 @@ files:
|
|
114
114
|
- test/test_helper.rb
|
115
115
|
- testit.rb
|
116
116
|
- build_gem2.bat
|
117
|
+
- vizi_whois-0.2.0.gem
|
117
118
|
has_rdoc: true
|
118
119
|
homepage: http://www.vizitrax.com
|
119
120
|
licenses: []
|