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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -11
  3. data/lib/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 24dbad9a1a131a3842e5d70b74b86d60cd1d728d
4
- data.tar.gz: 5db0286584a47b840cc65350eff89618bfd62f99
3
+ metadata.gz: fbfeaa394cd4d23861a97469e8b4ff64531799ef
4
+ data.tar.gz: 825305e088621910d76b6f8f8333660205f68fbf
5
5
  SHA512:
6
- metadata.gz: 01e8e6a0e493718d70f04af4261435db657e2a9d6dceca62e1a63d62f2013393f3363991332c32ac7c5012b3be2eeace3adf7e6ee48819552c60d2223aeff84c
7
- data.tar.gz: 9e5f19f0028d654f3c77462f30fbd5645ff500f15f664400a9a00585cc428c053c4b57c253fadb08fc698117cbb62d3f3d1cd2a1b8e9325f647b982c336585a3
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
- Add this line to your application's Gemfile:
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
@@ -1,4 +1,4 @@
1
1
  module DnsUtils
2
2
  NAME = 'DnsUtils'
3
- VERSION = '2.0.0'
3
+ VERSION = '2.0.1'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dnsutils
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - iagox86