dns-monitor 0.1.2 → 0.1.3
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/dns-monitor.gemspec +1 -2
- data/lib/dns/monitor/version.rb +1 -1
- metadata +5 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 43571d4f2e82d6f48f9766305e8407c58a018006ce3dc55510e5d4051a805a5c
|
4
|
+
data.tar.gz: af433b31fdf7d11fcd6baef138a48f2aa54bc75441b68fbd86f119571780330b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a607cc765edb1aace6865bf17b48415e78b5485600630222e48555ae302d1675e31fa1bf9be5df0dbff9ec84b8f6851df0b6c00e92f361536c1ec81968dac6d2
|
7
|
+
data.tar.gz: 4793852abad7cf8945137bd3259aa69954d6c613f8ffe2e5f7c37c28a3de704af0023a8eac1f37c37d60d7abc291599d5df51f792664070f9246196b3e6b798e
|
data/dns-monitor.gemspec
CHANGED
@@ -13,8 +13,7 @@ Gem::Specification.new do |spec|
|
|
13
13
|
The point of this gem is to monitor your hosts for (unwanted) DNS changes.
|
14
14
|
The `dns-monitor` file is designed to be run as a CRON job. It takes a
|
15
15
|
return-delimited text file listing domain names, and checks an RDAP
|
16
|
-
database (which you can specify) for JSON entries that match.
|
17
|
-
an error, optionally by GChat, if you encounter a changed entry.
|
16
|
+
database (which you can specify) for JSON entries that match.
|
18
17
|
DESCRIPTION
|
19
18
|
spec.homepage = "https://github.com/exploration/dns-monitor"
|
20
19
|
spec.license = "MIT"
|
data/lib/dns/monitor/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dns-monitor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Donald Merand
|
@@ -80,12 +80,10 @@ dependencies:
|
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: 1.4.2
|
83
|
-
description:
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
database (which you can specify) for JSON entries that match. You will get
|
88
|
-
an error, optionally by GChat, if you encounter a changed entry.
|
83
|
+
description: "The point of this gem is to monitor your hosts for (unwanted) DNS changes.\nThe
|
84
|
+
`dns-monitor` file is designed to be run as a CRON job. It takes a\nreturn-delimited
|
85
|
+
text file listing domain names, and checks an RDAP\ndatabase (which you can specify)
|
86
|
+
for JSON entries that match. \n"
|
89
87
|
email:
|
90
88
|
- dmerand@explo.org
|
91
89
|
executables:
|