cloudflare-dns-update 2.2.0 → 2.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.
- checksums.yaml +4 -4
- data/lib/cloudflare/dns/update/command.rb +1 -1
- data/lib/cloudflare/dns/update/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: 64b3a3163bf2e4812153fa6814b6247b03d8c032
|
|
4
|
+
data.tar.gz: 0be12003d1e9810de4ad1924d026d900c2a42f4e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ef0cd00df6d06b716e629108761d8dac69ce3de2928e06c1d1d391c0cb5675b3471052b6f305dd39c4c42fa582b8eb57e818166c369729da5c967a21349e0f87
|
|
7
|
+
data.tar.gz: 2aef4729871a2d9f7400322057722827159708edc8176de68df843b922bf9a5e5b45034896cc30fe9ab5fc247143977da2d8cb7360e09b295ca16372321ae993
|
|
@@ -39,7 +39,7 @@ module Cloudflare::DNS::Update
|
|
|
39
39
|
self.description = "Update remote DNS records according to locally run commands."
|
|
40
40
|
|
|
41
41
|
options do
|
|
42
|
-
option '-c/--configuration <path>', "Use the specified configuration file."
|
|
42
|
+
option '-c/--configuration <path>', "Use the specified configuration file.", default: 'dns.conf'
|
|
43
43
|
option '-f/--force', "Force push updates to cloudflare even if content hasn't changed.", default: false
|
|
44
44
|
option '--verbose | --quiet', "Verbosity of output for debugging.", key: :logging
|
|
45
45
|
option '-h/--help', "Print out help information."
|