cloudflare-dns-update 0.1.1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2ced38e857ab09be0b2f303227a533cff9a3780d
4
- data.tar.gz: dd65cbb19fa46c319c3545712b951152af71d340
3
+ metadata.gz: fa9b24e6ffc40d12356af99056e1a7a368cfad2e
4
+ data.tar.gz: 7716dec0c1bef1387630c5a41bf5767041d6b1d0
5
5
  SHA512:
6
- metadata.gz: d3bba62bbf79fbc9f5b68567d344b39bee36ec21ac49740bfdefe243f81211ddd2cb296415265c5df0e222afa56965c918e16c853fb3bec80e6f73fa760b036f
7
- data.tar.gz: 370fe4f96961c2f408fca9c55b81f8fe7973cb41d97aebda4f34ffedcbd8e220bccad46244284adbd02482d6a610a2caffbeac2eecef1390e41d704d8fa3a8ee
6
+ metadata.gz: 61be27aa05bf43c502abbda0a6f3ad6938054faf2d4b6000a4b782a08115b89cf369dbb279211215c9d5b9f5e6258b4449c8b91970b506689c4b975de4964460
7
+ data.tar.gz: e90d6e996215498532f3d9ffb6f1bd246c27dde0de4e49421a7e7d2b8b501c564bed86cb27347ca34506de49cf20c00d456ed40aecf31f07b53d28c7d4cee7f3
data/README.md CHANGED
@@ -6,7 +6,7 @@ This gem provides a simple executable tool for managing CloudFlare records to pr
6
6
 
7
7
  Install it yourself as:
8
8
 
9
- $ gem install cloudflare-dns-update
9
+ $ gem install cloudflare-dns-update
10
10
 
11
11
  ## Usage
12
12
 
@@ -22,6 +22,14 @@ Simply set up configurations for each domain you wish to update, and add to `/et
22
22
 
23
23
  Note that in case you want to update more than one domains in a zone with the same IP address, you can have multiple domains in a configuration file. Follow instructions of the configuration process.
24
24
 
25
+ The configuration file would end up looking something like this:
26
+
27
+ ---
28
+ :key: b10a8db164e0754105b7a99be72e3fe5
29
+ :email: samuel@oriontransfer.org
30
+ :zone: oriontransfer.co.nz
31
+ :content_command: curl ipinfo.io/ip
32
+
25
33
  ## Contributing
26
34
 
27
35
  1. Fork it
@@ -22,7 +22,7 @@
22
22
  module CloudFlare
23
23
  module DNS
24
24
  module Update
25
- VERSION = "0.1.1"
25
+ VERSION = "1.0.0"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudflare-dns-update
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-15 00:00:00.000000000 Z
11
+ date: 2015-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -103,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
103
103
  version: '0'
104
104
  requirements: []
105
105
  rubyforge_project:
106
- rubygems_version: 2.2.2
106
+ rubygems_version: 2.4.6
107
107
  signing_key:
108
108
  specification_version: 4
109
109
  summary: A dyndns client for CloudFlare.