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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -0
  3. data/lib/dns_one/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fe691ff0349ad58c63129e862519a0d84d8f4852
4
- data.tar.gz: 0d1f0f95be34b2df29972ecff4b6d7346b9f6436
3
+ metadata.gz: 215e0e69546d6092150fb51f069bba05e157c29e
4
+ data.tar.gz: da6b22ed9bdd6448f8f113645c12d1c06f83bf7d
5
5
  SHA512:
6
- metadata.gz: 10a2eb9252bb99d2f76faee91885ad001dc182be34bbfd9caa72c1b23df52c821e8f686bd4bc7fd852b1d7c12f18c42c9c18e08fa9afea0e2775693e0488b72b
7
- data.tar.gz: 936a963fd822a20bb4994fab7770bb7a396fe30e066e494de356ae6719b85a4807ecb67cee7fbabc3488a2d8efdfd1ed6d0082036865e7275eda421a5c1a6212
6
+ metadata.gz: 31e4270926ec282e63bbf0fb7e639819b02f4b9965bf32d9da4691e2bfe6b2bdee2421813312c3a64618cc28051aa2c70733ddfcd021b3405c45dd62fdca1156
7
+ data.tar.gz: 89933ad9cab20fd3d41dad7c96d41d3853324d2c0294dfd082040560f76c6448f97233b809fc39ba90a223e06ddcbb235b7c420f66f59662023bd29e06f87ed7
data/README.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # DnsOne
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/dns_one.svg)](https://badge.fury.io/rb/dns_one)
4
+ [![Code Climate](https://codeclimate.com/github/tomlobato/dns_one.svg)](https://codeclimate.com/github/tomlobato/dns_one)
5
+ ![](http://ruby-gem-downloads-badge.herokuapp.com/dns_one?type=total&label=gem%20downloads)
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.
@@ -1,3 +1,3 @@
1
1
  module DnsOne
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dns_one
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Lobato