hip 0.2.0 → 0.3.0
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/Rakefile +1 -1
- data/VERSION +1 -1
- data/hip.gemspec +3 -3
- metadata +4 -5
data/Rakefile
CHANGED
|
@@ -19,7 +19,7 @@ Jeweler::Tasks.new do |gem|
|
|
|
19
19
|
gem.homepage = 'http://github.com/mattlenz/hip'
|
|
20
20
|
gem.license = 'MIT'
|
|
21
21
|
gem.summary = '(H)ostname to (IP)'
|
|
22
|
-
gem.description = '
|
|
22
|
+
gem.description = 'Resolve a list of hostnames.'
|
|
23
23
|
gem.email = 'matt@mattlenz.com'
|
|
24
24
|
gem.authors = ['Matt Lenz']
|
|
25
25
|
gem.executables << 'hip'
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.3.0
|
data/hip.gemspec
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "hip"
|
|
8
|
-
s.version = "0.
|
|
8
|
+
s.version = "0.3.0"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Matt Lenz"]
|
|
12
|
-
s.date = "2012-06-
|
|
13
|
-
s.description = "
|
|
12
|
+
s.date = "2012-06-23"
|
|
13
|
+
s.description = "Resolve a list of hostnames."
|
|
14
14
|
s.email = "matt@mattlenz.com"
|
|
15
15
|
s.executables = ["hip", "hip"]
|
|
16
16
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hip
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
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: 2012-06-
|
|
12
|
+
date: 2012-06-23 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: jeweler
|
|
@@ -27,8 +27,7 @@ dependencies:
|
|
|
27
27
|
- - ~>
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
29
|
version: 1.8.3
|
|
30
|
-
description:
|
|
31
|
-
list of resolved IP addresses.
|
|
30
|
+
description: Resolve a list of hostnames.
|
|
32
31
|
email: matt@mattlenz.com
|
|
33
32
|
executables:
|
|
34
33
|
- hip
|
|
@@ -60,7 +59,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
60
59
|
version: '0'
|
|
61
60
|
segments:
|
|
62
61
|
- 0
|
|
63
|
-
hash:
|
|
62
|
+
hash: 2272906391047730870
|
|
64
63
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
65
64
|
none: false
|
|
66
65
|
requirements:
|