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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 076e72b5373e7244852b4dfc4df13385aaf6694a
4
- data.tar.gz: d68ca108a1d34ab03cc766060834dc6fed7dc558
3
+ metadata.gz: 64b3a3163bf2e4812153fa6814b6247b03d8c032
4
+ data.tar.gz: 0be12003d1e9810de4ad1924d026d900c2a42f4e
5
5
  SHA512:
6
- metadata.gz: ca464b63e21f59c148334cd2a5dbdf43f34a7307022c1265423764606ff799b91b9c6759cb90eecfdfd99ed373f8e2c7d6cec5049910914e6bc012d5e5349cfc
7
- data.tar.gz: c0e72350e25a19662473641249ca5633268bdb99157d1cb98da4f51871869936676d83e483a23968da19c91a4d9053fb404c291719d559969ad1769fc8b9222e
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."
@@ -22,7 +22,7 @@
22
22
  module Cloudflare
23
23
  module DNS
24
24
  module Update
25
- VERSION = "2.2.0"
25
+ VERSION = "2.3.0"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudflare-dns-update
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams