cloudflare-dns-update 0.0.1 → 0.0.2

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: cfd1d7cdb372156dae4df530134cafabe534eff9
4
- data.tar.gz: d1d015bc4534779c80a0b9d9e84277724091a11f
3
+ metadata.gz: bc365ff6e622a87379271f2e3789dcb511d0de07
4
+ data.tar.gz: 097d2295d439c7e80263907cc08f331d4716b7a4
5
5
  SHA512:
6
- metadata.gz: b26ee451d1feab4842b9a15da29ea79c72b35ec05160d8a1474a7fe780f1ecc9ebaacbb461b1eafd0250f4ab9d79c212623be43fa78c26ba3360d972258efb61
7
- data.tar.gz: 4a89074cb8c9d70579a222f1efce524cc3cb5b5a10a1200e0e0f3e636ae741b297b3228dc266a631bc462f67ab1f547725c5f91bf3fc467b96af1a95ad4465b8
6
+ metadata.gz: af36ab8ec842fe50db4708c95534082254b9676c370b6665847d7fdef5224c0ec3f470b999333243026ef7c38b561e332a7b5b99aa1f8a87fc6dd87c6b525556
7
+ data.tar.gz: 081c4769642ba20681c08f9c9807c3b340686d4b1a116b3345008805606a5cf6b17f9c0c76bbd4a37701ca74af31d6ad56caa6c81299b65f7efb40d842989ddf
@@ -48,8 +48,6 @@ def run(*command)
48
48
  end
49
49
  end
50
50
 
51
- command = ARGV.shift
52
-
53
51
  opts = Trollop::options do
54
52
  opt :configuration, "Path to the configuration database.", :default => "cloudflare-dns.yml"
55
53
  end
@@ -22,7 +22,7 @@
22
22
  module CloudFlare
23
23
  module DNS
24
24
  module Update
25
- VERSION = "0.0.1"
25
+ VERSION = "0.0.2"
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.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams