whos 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +9 -0
- data/spam/directi.txt +12 -0
- data/spam/onemeg.txt +18 -0
- data/whos.gemspec +1 -1
- metadata +7 -5
data/README.md
CHANGED
|
@@ -37,6 +37,11 @@ Written in a fit of pique by Alex Chaffee <http://alexch.github.com>
|
|
|
37
37
|
* shared spam db _a la_ [cheat](http://cheat.errtheblog.com)
|
|
38
38
|
* specify TLDs (com net org biz info us)
|
|
39
39
|
|
|
40
|
+
# Similar
|
|
41
|
+
|
|
42
|
+
* http://domai.nr/
|
|
43
|
+
* https://github.com/weppos/whois
|
|
44
|
+
|
|
40
45
|
# Release History
|
|
41
46
|
|
|
42
47
|
== 0.1.2 2011/08/07
|
|
@@ -58,3 +63,7 @@ Written in a fit of pique by Alex Chaffee <http://alexch.github.com>
|
|
|
58
63
|
* Parallel lookup (much faster)
|
|
59
64
|
* More spam
|
|
60
65
|
* Cleaner verbose output
|
|
66
|
+
|
|
67
|
+
== 0.2.1 2011/09/15
|
|
68
|
+
* More spam
|
|
69
|
+
|
data/spam/directi.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
The data in this whois database is provided to you for information purposes only,
|
|
2
|
+
that is, to assist you in obtaining information about or related
|
|
3
|
+
to a domain name registration record. We make this information available "as is",
|
|
4
|
+
and do not guarantee its accuracy. By submitting a whois query, you agree that you will
|
|
5
|
+
use this data only for lawful purposes and that, under no circumstances will you use this data to:
|
|
6
|
+
(1) enable high volume, automated, electronic processes that stress
|
|
7
|
+
or load this whois database system providing you this information; or
|
|
8
|
+
(2) allow, enable, or otherwise support the transmission of mass unsolicited,
|
|
9
|
+
commercial advertising or solicitations via direct mail, electronic mail, or by telephone.
|
|
10
|
+
The compilation, repackaging, dissemination or other use of this data is expressly prohibited without
|
|
11
|
+
prior written consent from us. The Registrar of record is Directi Internet Solutions Pvt. Ltd. d/b/a PublicDomainRegistry.com.
|
|
12
|
+
We reserve the right to modify these terms at any time.
|
data/spam/onemeg.txt
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
The data contained in this Registrar's Whois database,
|
|
2
|
+
while believed by the registrar to be reliable, is provided "as is"
|
|
3
|
+
with no guarantee or warranties regarding its accuracy. This information
|
|
4
|
+
is provided for the sole purpose of assisting you in obtaining
|
|
5
|
+
information about domain name registration records. Any use of
|
|
6
|
+
this data for any other purpose is expressly forbidden without
|
|
7
|
+
the prior written permission of this registrar. By submitting an
|
|
8
|
+
inquiry, you agree to these terms of usage and limitations of warranty.
|
|
9
|
+
In particular, you agree not to use this data to allow, enable, or
|
|
10
|
+
otherwise make possible, dissemination or collection of this data, in
|
|
11
|
+
part or in its entirety, for any purpose, such as the transmission of
|
|
12
|
+
unsolicited advertising and solicitations of any kind, including spam.
|
|
13
|
+
You further agree not to use this data to enable high volume, automated
|
|
14
|
+
or robotic electronic processes designed to collect or compile this data
|
|
15
|
+
for any purpose, including mining this data for your own personal or
|
|
16
|
+
commercial purposes.
|
|
17
|
+
Please note: the owner of the domain name is specified in the "registrant" field.
|
|
18
|
+
In most cases, the Registrar is not the owner of domain names listed in this database.
|
data/whos.gemspec
CHANGED
|
@@ -3,7 +3,7 @@ $spec = Gem::Specification.new do |s|
|
|
|
3
3
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
4
4
|
|
|
5
5
|
s.name = 'whos'
|
|
6
|
-
s.version = '0.2.
|
|
6
|
+
s.version = '0.2.1'
|
|
7
7
|
|
|
8
8
|
s.description = "Wraps whois and removes the BS"
|
|
9
9
|
s.summary = "Wraps whois and removes the registrar legal/marketing spam from the response."
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: whos
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2011-09-
|
|
12
|
+
date: 2011-09-15 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: peach
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70105593782760 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,7 +21,7 @@ dependencies:
|
|
|
21
21
|
version: '0'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *70105593782760
|
|
25
25
|
description: Wraps whois and removes the BS
|
|
26
26
|
email: alex@stinky.com
|
|
27
27
|
executables:
|
|
@@ -41,12 +41,14 @@ files:
|
|
|
41
41
|
- spam/1-and-1.txt
|
|
42
42
|
- spam/afilias.txt
|
|
43
43
|
- spam/blank-lines.txt
|
|
44
|
+
- spam/directi.txt
|
|
44
45
|
- spam/dotorg.txt
|
|
45
46
|
- spam/godaddy.txt
|
|
46
47
|
- spam/kica.txt
|
|
47
48
|
- spam/markmonitor.txt
|
|
48
49
|
- spam/networksolutions.txt
|
|
49
50
|
- spam/neustar.txt
|
|
51
|
+
- spam/onemeg.txt
|
|
50
52
|
- spam/tucows.txt
|
|
51
53
|
- spam/verisign.txt
|
|
52
54
|
homepage: http://github.com/alexch/whos/
|
|
@@ -63,7 +65,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
63
65
|
version: '0'
|
|
64
66
|
segments:
|
|
65
67
|
- 0
|
|
66
|
-
hash:
|
|
68
|
+
hash: -3902889261565694009
|
|
67
69
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
68
70
|
none: false
|
|
69
71
|
requirements:
|