dnslookup 0.1.4 → 0.1.5
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.
- checksums.yaml +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9539198c6a0f33c35793d453fac36f2a3eea0b36
|
|
4
|
+
data.tar.gz: 8708cc3d354e00b54a5428b0e587e761ef1e0074
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9692c646941a80f15f0638194dde00d8f669fa877f23222ffff2978993767402023ef262494646570f0006f330bc5874e5aa399074e2c466dd3dfcaf1b9b8c7f
|
|
7
|
+
data.tar.gz: 37069c2a7c470f6baefd671df7e576325a986cd6c2cd28438731753c99f3d567b52f6e183feea66ee14c74cee5159b4a10ee2c002d17415301ab711e1a354016
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dnslookup
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Victor S. Keenan
|
|
@@ -10,7 +10,7 @@ bindir: bin
|
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2016-03-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
|
-
description: dnslookup is a DNS record query gem written in Ruby. dnslookup automatically
|
|
13
|
+
description: dnslookup is a DNS record query CLI gem written in Ruby. dnslookup automatically
|
|
14
14
|
queries multiple public DNS servers or allows you to query a specific DNS server.
|
|
15
15
|
email: me@victorkeenan.com
|
|
16
16
|
executables:
|
|
@@ -43,5 +43,5 @@ rubyforge_project:
|
|
|
43
43
|
rubygems_version: 2.6.1
|
|
44
44
|
signing_key:
|
|
45
45
|
specification_version: 4
|
|
46
|
-
summary: dnslookup is a DNS record query gem written in Ruby.
|
|
46
|
+
summary: dnslookup is a DNS record query CLI gem written in Ruby.
|
|
47
47
|
test_files: []
|