cloudflare-dns-update 0.1.1 → 1.0.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/README.md +9 -1
- data/lib/cloudflare/dns/update/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fa9b24e6ffc40d12356af99056e1a7a368cfad2e
|
|
4
|
+
data.tar.gz: 7716dec0c1bef1387630c5a41bf5767041d6b1d0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
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
|
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.
|
|
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:
|
|
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.
|
|
106
|
+
rubygems_version: 2.4.6
|
|
107
107
|
signing_key:
|
|
108
108
|
specification_version: 4
|
|
109
109
|
summary: A dyndns client for CloudFlare.
|