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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0f231019912433d5d7b2f1893111dc277348851423fcf05f9ef68b8b15a4c7d0
4
- data.tar.gz: e7c281757e509fae5a5b04a2137f0b77567d1662f272a7261be46d524926462c
3
+ metadata.gz: 8b1681f6d5971f5458d362c6a62237c31d757cf0a5aad89f91354036e693f97a
4
+ data.tar.gz: 0fef000962df63d01a432919d0a6559ac339a332f92b90fe19008f3dbb4b6e95
5
5
  SHA512:
6
- metadata.gz: 20bbc5d4936c67f3636694ab052550231a3d5c8f57a73c781e7fd0176d4c9ac7a122c87b32b07b6f8058c5b5e820f8da432338ead8e5a527b104893b2a9c8b1e
7
- data.tar.gz: 3c7aeae064c1c600bb0f5ee8220d33646be8bea93619d763f49bb5d81082e50641ef2793a5c818aadfb0ae015751376b20c1f135b0653acf25099e720213f973
6
+ metadata.gz: bb159b96146f726a7b7e5701b6c9575ffa6f0594be81864b2ba5f8c0dc2d956e1eda6751069ffdfe54e81fca70c998d24c3db8aeaea493c77b7ebd82f25f823c
7
+ data.tar.gz: 6f74f16d7fb305df3341f07eac0ec282dd9ac12a72c08ba548ebe6cf15cca82bd68fe4af9808f60c766ccdd5ee96033625dec42cf7effb8bc0caf066ca35f211
checksums.yaml.gz.sig CHANGED
Binary file
@@ -4,5 +4,5 @@
4
4
  # Copyright, 2009-2025, by Samuel Williams.
5
5
 
6
6
  module RubyDNS
7
- VERSION = "2.1.0"
7
+ VERSION = "2.1.1"
8
8
  end
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
- There are examples in the `examples` directory which demonstrate how to use RubyDNS.
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
@@ -1,6 +1,6 @@
1
1
  # Releases
2
2
 
3
- ## Unreleased
3
+ ## v2.1.0
4
4
 
5
5
  - Introduce `RubyDNS.run` as a slightly more modern way to run a server.
6
6
  - Move `RubyDNS::RuleBasedServer` to `RubyDNS::Server`.
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.0
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/socketry/rubydns/
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