dyntool 0.1.5 → 0.1.6
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/lib/dyntool.rb +1 -1
- metadata +3 -3
data/lib/dyntool.rb
CHANGED
|
@@ -395,7 +395,7 @@ class Parameters
|
|
|
395
395
|
* add: Adding a new record *
|
|
396
396
|
|
|
397
397
|
add a fqdn(a) ip example: dynamo.rb add a mynode.example.com 11.12.13.14
|
|
398
|
-
add cname fqdn(
|
|
398
|
+
add cname fqdn(cname) fqdn(a) example: dynamo.rb add cname mycnamenode.example.com mynode.example.com
|
|
399
399
|
add txt fqdn(a) "some text" example: dynamo.rb add txt mynode.example.com "this is some text"
|
|
400
400
|
add zone zonename example: dynamo.rb add zone example2.com
|
|
401
401
|
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
8
|
+
- 6
|
|
9
|
+
version: 0.1.6
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Ariel Moskovich
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2013-09-29 00:00:00 +
|
|
17
|
+
date: 2013-09-29 00:00:00 +03:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies: []
|
|
20
20
|
|