dns-monitor 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 47ecb7b4c773ba128eee68fddf6177ea819020f5b406bf7656c893bcc10df342
4
- data.tar.gz: 4876e6d57d8f9ccf9339c0002cb54c2a1b13b6c61bf13bd12d7a232466efd7f7
3
+ metadata.gz: 43571d4f2e82d6f48f9766305e8407c58a018006ce3dc55510e5d4051a805a5c
4
+ data.tar.gz: af433b31fdf7d11fcd6baef138a48f2aa54bc75441b68fbd86f119571780330b
5
5
  SHA512:
6
- metadata.gz: 770c6890458fc5ba3d9dac4242ced6715b32c3e82715863aa4aa2df7eace9a6b931c530bff0589fb95b43edeccd2a0fa06c21df79953cf9c7b2d28db6f251070
7
- data.tar.gz: e9fbc7a0912c7317dcee5d9ed46794d9dd1611aa286671837b9fd799b86d1e57eed42549e3138ad99c50e7d8dcc6e8d5182967aedfd653574277d60b8445be8a
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. You will get
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"
@@ -1,5 +1,5 @@
1
1
  module DNS
2
2
  module Monitor
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  end
5
5
  end
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.2
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
- The point of this gem is to monitor your hosts for (unwanted) DNS changes.
85
- The `dns-monitor` file is designed to be run as a CRON job. It takes a
86
- return-delimited text file listing domain names, and checks an RDAP
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: