whos 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/whos.gemspec +1 -1
- metadata +22 -39
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.1.
|
6
|
+
s.version = '0.1.3'
|
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,33 +1,24 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: whos
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.3
|
5
5
|
prerelease:
|
6
|
-
segments:
|
7
|
-
- 0
|
8
|
-
- 1
|
9
|
-
- 2
|
10
|
-
version: 0.1.2
|
11
6
|
platform: ruby
|
12
|
-
authors:
|
7
|
+
authors:
|
13
8
|
- Alex Chaffee
|
14
9
|
autorequire:
|
15
10
|
bindir: bin
|
16
11
|
cert_chain: []
|
17
|
-
|
18
|
-
date: 2011-08-07 00:00:00 -07:00
|
19
|
-
default_executable:
|
12
|
+
date: 2011-08-24 00:00:00.000000000Z
|
20
13
|
dependencies: []
|
21
|
-
|
22
14
|
description: Wraps whois and removes the BS
|
23
15
|
email: alex@stinky.com
|
24
|
-
executables:
|
16
|
+
executables:
|
25
17
|
- whos
|
26
18
|
extensions: []
|
27
|
-
|
28
|
-
extra_rdoc_files:
|
19
|
+
extra_rdoc_files:
|
29
20
|
- README.md
|
30
|
-
files:
|
21
|
+
files:
|
31
22
|
- README.md
|
32
23
|
- LICENSE
|
33
24
|
- Rakefile
|
@@ -36,39 +27,31 @@ files:
|
|
36
27
|
- lib/whos/check.rb
|
37
28
|
- lib/whos/spam.rb
|
38
29
|
- lib/whos.rb
|
39
|
-
has_rdoc: true
|
40
30
|
homepage: http://github.com/alexch/whos/
|
41
31
|
licenses: []
|
42
|
-
|
43
32
|
post_install_message:
|
44
33
|
rdoc_options: []
|
45
|
-
|
46
|
-
require_paths:
|
34
|
+
require_paths:
|
47
35
|
- lib
|
48
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
36
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
49
37
|
none: false
|
50
|
-
requirements:
|
51
|
-
- -
|
52
|
-
- !ruby/object:Gem::Version
|
53
|
-
|
54
|
-
segments:
|
38
|
+
requirements:
|
39
|
+
- - ! '>='
|
40
|
+
- !ruby/object:Gem::Version
|
41
|
+
version: '0'
|
42
|
+
segments:
|
55
43
|
- 0
|
56
|
-
|
57
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
44
|
+
hash: -1638999853543067415
|
45
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
58
46
|
none: false
|
59
|
-
requirements:
|
60
|
-
- -
|
61
|
-
- !ruby/object:Gem::Version
|
62
|
-
|
63
|
-
segments:
|
64
|
-
- 0
|
65
|
-
version: "0"
|
47
|
+
requirements:
|
48
|
+
- - ! '>='
|
49
|
+
- !ruby/object:Gem::Version
|
50
|
+
version: '0'
|
66
51
|
requirements: []
|
67
|
-
|
68
52
|
rubyforge_project:
|
69
|
-
rubygems_version: 1.6
|
53
|
+
rubygems_version: 1.8.6
|
70
54
|
signing_key:
|
71
55
|
specification_version: 2
|
72
56
|
summary: Wraps whois and removes the registrar legal/marketing spam from the response.
|
73
57
|
test_files: []
|
74
|
-
|