whos 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.md +9 -0
  2. data/lib/whos/check.rb +1 -1
  3. data/whos.gemspec +1 -1
  4. metadata +3 -3
data/README.md CHANGED
@@ -42,4 +42,13 @@ Written in a fit of pique by Alex Chaffee <http://alexch.github.com>
42
42
 
43
43
  First real release
44
44
 
45
+ == 0.1.3 2011/08/24
46
+
47
+ Added verisign spam
48
+
49
+ == 0.1.4 2011/09/01
50
+
51
+ Fixed "host" bug in --open option``
52
+ More spam
53
+
45
54
 
data/lib/whos/check.rb CHANGED
@@ -33,7 +33,7 @@ module Whos
33
33
 
34
34
  domains.each do |domain|
35
35
  available = available? domain
36
- `open http://#{host}` if !available and $open
36
+ `open http://#{domain}` if !available and $open
37
37
  end
38
38
  end
39
39
  end
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.3'
6
+ s.version = '0.1.4'
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.1.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-08-24 00:00:00.000000000Z
12
+ date: 2011-09-01 00:00:00.000000000Z
13
13
  dependencies: []
14
14
  description: Wraps whois and removes the BS
15
15
  email: alex@stinky.com
@@ -41,7 +41,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
41
41
  version: '0'
42
42
  segments:
43
43
  - 0
44
- hash: -1638999853543067415
44
+ hash: -4191956772108027163
45
45
  required_rubygems_version: !ruby/object:Gem::Requirement
46
46
  none: false
47
47
  requirements: