rubydns 2.1.0 → 2.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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/rubydns/version.rb +1 -1
- data/readme.md +3 -1
- data/releases.md +1 -1
- data.tar.gz.sig +0 -0
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8b1681f6d5971f5458d362c6a62237c31d757cf0a5aad89f91354036e693f97a
|
|
4
|
+
data.tar.gz: 0fef000962df63d01a432919d0a6559ac339a332f92b90fe19008f3dbb4b6e95
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bb159b96146f726a7b7e5701b6c9575ffa6f0594be81864b2ba5f8c0dc2d956e1eda6751069ffdfe54e81fca70c998d24c3db8aeaea493c77b7ebd82f25f823c
|
|
7
|
+
data.tar.gz: 6f74f16d7fb305df3341f07eac0ec282dd9ac12a72c08ba548ebe6cf15cca82bd68fe4af9808f60c766ccdd5ee96033625dec42cf7effb8bc0caf066ca35f211
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/lib/rubydns/version.rb
CHANGED
data/readme.md
CHANGED
|
@@ -6,7 +6,9 @@ RubyDNS is a high-performance DNS server which can be easily integrated into oth
|
|
|
6
6
|
|
|
7
7
|
## Usage
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Please see the [project documentation](https://socketry.github.io/rubydns/) for more details.
|
|
10
|
+
|
|
11
|
+
- [Getting Started](https://socketry.github.io/rubydns/guides/getting-started/index) - This guide explains how to get started running your own DNS server with RubyDNS.
|
|
10
12
|
|
|
11
13
|
## See Also
|
|
12
14
|
|
data/releases.md
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubydns
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Samuel Williams
|
|
@@ -83,7 +83,7 @@ homepage: https://github.com/socketry/rubydns
|
|
|
83
83
|
licenses:
|
|
84
84
|
- MIT
|
|
85
85
|
metadata:
|
|
86
|
-
documentation_uri: https://github.io/
|
|
86
|
+
documentation_uri: https://socketry.github.io/rubydns/
|
|
87
87
|
funding_uri: https://github.com/sponsors/ioquatix/
|
|
88
88
|
source_code_uri: https://github.com/socketry/rubydns.git
|
|
89
89
|
rdoc_options: []
|
metadata.gz.sig
CHANGED
|
Binary file
|