dyndnsd 3.1.0.rc1 → 3.1.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
  SHA256:
3
- metadata.gz: 9b6bde5e231b0cfaa5f574a8d273a234fe80220e3c1d921f95d4b545f5b79e27
4
- data.tar.gz: 44c577daf4ad17e698304b49dda8ca4ba2b9f6009fee4e652c44531a0fff10e6
3
+ metadata.gz: 2003e75744105357e1470d1f76b3c8d2eac5216d5798254d7422cf3b708dc44d
4
+ data.tar.gz: caf21fc198d0e05acb5e11fc08c10c51adb0aad6c40871c9c3ccb35013895855
5
5
  SHA512:
6
- metadata.gz: 0eeacccc297ff9d083ad76c0ecab842e2989f869c0cab83bb902ffe1371787e12919f57aa170dda3af7189f8e037800338b96b3ab17eef042c9df2061956c239
7
- data.tar.gz: 8b2fc766f3017e0045dc9e73a94f00281743f3f870a43eff97080dbc3b1e2477bcbf5c2eb3a6be14be87d311da744aa46e2d6fd89579b167503c95e2990def17
6
+ metadata.gz: 7dbfe6c72d92bc7d78a2e4060988919fa8f5eedf5e10abb1a0f199e18eeb6c3b3f40a647016f8e5c52fa0edc25318ef6215daba78ceedc04848ef448bfe6860a
7
+ data.tar.gz: db34bc86ee30473a26432eb44465da987ac6ef99bd19c9b21087bdb97713976e333c3349b8d90f79d7c80e15c011fb725c84f614c83e06e61d1496b28e3e5103
@@ -1,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## 3.1.0
3
+ ## 3.1.0 (August 19, 2020)
4
4
 
5
5
  IMPROVEMENTS:
6
6
 
data/README.md CHANGED
@@ -81,7 +81,7 @@ The Docker image consumes the same configuration file in YAML format as the gem,
81
81
  host: "0.0.0.0"
82
82
  port: 8080
83
83
  # omit the logfile: option so logging to STDOUT will happen automatically
84
- db: "/var/lib/db.json"
84
+ db: "/var/lib/dyndnsd/db.json"
85
85
 
86
86
  # User's settings for updater and permissions follow here!
87
87
  ```
@@ -94,7 +94,7 @@ Run the Docker image exposing the DynDNS-API on host port 8080 via:
94
94
  docker run -d --name dyndnsd \
95
95
  -p 8080:8080 \
96
96
  -v /host/path/to/dyndnsd/config.yml:/etc/dyndnsd/config.yml \
97
- -v /host/path/to/dyndnsd/db.json:/var/lib/db.json \
97
+ -v /host/ptherpath/to/dyndnsd/datadir:/var/lib/dyndnsd \
98
98
  cmur2/dyndnsd:vX.Y.Z
99
99
  ```
100
100
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dyndnsd
4
- VERSION = '3.1.0.rc1'
4
+ VERSION = '3.1.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dyndnsd
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0.rc1
4
+ version: 3.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Nicolai
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-08-18 00:00:00.000000000 Z
11
+ date: 2020-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: async-dns
@@ -235,9 +235,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
235
235
  version: '2.5'
236
236
  required_rubygems_version: !ruby/object:Gem::Requirement
237
237
  requirements:
238
- - - ">"
238
+ - - ">="
239
239
  - !ruby/object:Gem::Version
240
- version: 1.3.1
240
+ version: '0'
241
241
  requirements: []
242
242
  rubygems_version: 3.1.2
243
243
  signing_key: