dns_one 0.4.0 → 0.4.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
- data/README.md +6 -0
- data/lib/dns_one/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 215e0e69546d6092150fb51f069bba05e157c29e
|
|
4
|
+
data.tar.gz: da6b22ed9bdd6448f8f113645c12d1c06f83bf7d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 31e4270926ec282e63bbf0fb7e639819b02f4b9965bf32d9da4691e2bfe6b2bdee2421813312c3a64618cc28051aa2c70733ddfcd021b3405c45dd62fdca1156
|
|
7
|
+
data.tar.gz: 89933ad9cab20fd3d41dad7c96d41d3853324d2c0294dfd082040560f76c6448f97233b809fc39ba90a223e06ddcbb235b7c420f66f59662023bd29e06f87ed7
|
data/README.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# DnsOne
|
|
2
2
|
|
|
3
|
+
[](https://badge.fury.io/rb/dns_one)
|
|
4
|
+
[](https://codeclimate.com/github/tomlobato/dns_one)
|
|
5
|
+

|
|
6
|
+
|
|
7
|
+
By [Bettercall.io](https://bettercall.io/).
|
|
8
|
+
|
|
3
9
|
Instead having a complex data schema to assign record sets to individual DNS zones, dns_one assigns one or few record to many zones.
|
|
4
10
|
|
|
5
11
|
Configure your zones in YML files and fetch your domains from a database or YML backend.
|
data/lib/dns_one/version.rb
CHANGED