cloudflare-dns-update 0.1.0 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0914036e0da33020c961cfc4d386c80a23f834ec
4
- data.tar.gz: 44565d1e878351c742ca76f76980bb0cb17a4300
3
+ metadata.gz: 2ced38e857ab09be0b2f303227a533cff9a3780d
4
+ data.tar.gz: dd65cbb19fa46c319c3545712b951152af71d340
5
5
  SHA512:
6
- metadata.gz: a1c7c8a67573e407d9d9080db16482dec37fe0fe47b227a52a225c335bb155bc0ecbbb1974a21f7e4d590352506c184f9b825ef3cce6a66d57b25e2be2d2d99e
7
- data.tar.gz: 72a3cf7bd5fb7ab7f3445e77cfc0d95e442224ffc206ee12818a630968c30b52270b380e1db997b51aaf14ffbdea19d96574d5d215c63b2c455bce93c56afaa6
6
+ metadata.gz: d3bba62bbf79fbc9f5b68567d344b39bee36ec21ac49740bfdefe243f81211ddd2cb296415265c5df0e222afa56965c918e16c853fb3bec80e6f73fa760b036f
7
+ data.tar.gz: 370fe4f96961c2f408fca9c55b81f8fe7973cb41d97aebda4f34ffedcbd8e220bccad46244284adbd02482d6a610a2caffbeac2eecef1390e41d704d8fa3a8ee
@@ -76,7 +76,7 @@ configuration_store.transaction do |configuration|
76
76
  end
77
77
 
78
78
  configuration_store.transaction do |configuration|
79
- unless configuration[:domains]
79
+ unless configuration[:domains] || configuration[:domain]
80
80
  puts "Getting list of domains for #{configuration[:zone]}..."
81
81
 
82
82
  result = cloudflare.rec_load_all(configuration[:zone])
@@ -22,7 +22,7 @@
22
22
  module CloudFlare
23
23
  module DNS
24
24
  module Update
25
- VERSION = "0.1.0"
25
+ VERSION = "0.1.1"
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: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams