active_zone 0.2.5 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/active_zone/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 93a3779c7d9d779380b33d357481598569e43d1552b7883cdeebffe5010883e8
|
4
|
+
data.tar.gz: 340eba094830dc847717b62d43e54a173a1014535eabe7c21090c006e0b747f4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ea8b704b9ffdf6e106797e17a86714181e0295246c2021e8bbc00f715290d1362b9a2670c171d4b011f48c64058c5b107003cda645c05989ea67682c9e40f0c
|
7
|
+
data.tar.gz: 403cf47a2332b6a46e19ce79e34ad440d785c2f4b69568953ca0e2816cc7ec2c300a2024bf42740f80edef29c6c1d462ed3052fb29913547b1b1bdeeb3f80644
|
data/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
A nameserver-agnostic library to manage DNS zones with Active Model
|
3
3
|
|
4
4
|
## Usage
|
5
|
-
Usage references are available at [
|
5
|
+
Usage references are available at [activezone.obl.ong](https://activezone.obl.ong)
|
6
6
|
|
7
7
|
To set a default provider to enable `ActiveZone::Zone` and other defaults add the following at the beginning of your app or a Rails initializer:
|
8
8
|
|
data/lib/active_zone/version.rb
CHANGED