dnsutils 2.0.0 → 2.0.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.
- checksums.yaml +4 -4
- data/README.md +6 -11
- data/lib/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fbfeaa394cd4d23861a97469e8b4ff64531799ef
|
4
|
+
data.tar.gz: 825305e088621910d76b6f8f8333660205f68fbf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 59af937f919e0aea7a9b486594d4883aeeddf3d00c49c649c1c21500b75010a2c40ff0a0e37d9ad822c332ff3e90a44a741085fe91cf43c4298562ada252b31a
|
7
|
+
data.tar.gz: 50251914fbc9eadc6429a3c2c726556829423eb301608c8973fca2585e4bcc892bc9fd006c09c513c784897670625639ec90ee9e32175db5b4d33ae9b9ce479c
|
data/README.md
CHANGED
@@ -7,20 +7,13 @@ See the Usage section below for details.
|
|
7
7
|
|
8
8
|
## Installation
|
9
9
|
|
10
|
-
|
11
|
-
|
12
|
-
```ruby
|
13
|
-
gem 'dnsutils'
|
14
|
-
```
|
15
|
-
|
16
|
-
And then execute:
|
17
|
-
|
18
|
-
$ bundle
|
19
|
-
|
20
|
-
Or install it yourself as:
|
10
|
+
Simply run:
|
21
11
|
|
22
12
|
$ gem install dnsutils
|
23
13
|
|
14
|
+
...as root, if you want it to install as a system utility. If you're using rvm,
|
15
|
+
you probably don't need root.
|
16
|
+
|
24
17
|
## Usage
|
25
18
|
|
26
19
|
This currently comes with several different utilities, and will likely have more
|
@@ -237,4 +230,6 @@ There are no tests for these utilities, so be warned. :)
|
|
237
230
|
|
238
231
|
## Version history / changelog
|
239
232
|
|
233
|
+
* 0.x and 1.x - Old versions - never built as gems
|
240
234
|
* 2.0.0 - Initial port from the old DNS architecture
|
235
|
+
* 2.0.1 - Small documentation updates
|
data/lib/version.rb
CHANGED