doggy 2.0.24 → 2.0.25

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a0407f949d2e444b5c73d67725d6da3bfee4e772
4
- data.tar.gz: 9072d9f919e35318b6be7658e2b2ea3a569cfbf6
3
+ metadata.gz: 6f8434387b7dd0a3e6cf04e576978b44d820cd84
4
+ data.tar.gz: ac0362cc3d9a5b9e95374e5854801f4eca0b7892
5
5
  SHA512:
6
- metadata.gz: a1c4432f8726cc604cc9abfaa8d5c7477499758148f3ca39277208cfef00ece76565d00ea6efb48a27facba5308a01d105efb99eecc212913db88d7ceaf07f0c
7
- data.tar.gz: 15a571b6b65df005a40c6bb0aad936b433c023cf8c81896dad7f01fa2550d17ee2854dea12716847b4341e51746e35db74cfc39f0035a5ec23d41b75fccf9cd6
6
+ metadata.gz: bed0338d823b01bd8e203235d1f03c46a5ff7544bda7381d049e49bc556566538b81f66c1f6a3854f476cac09b12c3679242137529dfdc685db9c1b362bcad31
7
+ data.tar.gz: aae169f9e3cc7a61851631dcb21fefe16cb48651300ed6c67fd781f3be255afea8c542aea63e75950655b73ee8d1c553c03d54cd78bea48c78f8a7939c388e6d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- doggy (2.0.24)
4
+ doggy (2.0.25)
5
5
  json (~> 1.8.3)
6
6
  parallel (~> 1.6.1)
7
7
  rugged (~> 0.23.2)
@@ -8,6 +8,7 @@ module Doggy
8
8
  attr_accessor :monitor
9
9
 
10
10
  attribute :silenced, Hash
11
+ attribute :thresholds, Hash
11
12
  attribute :notify_audit, Boolean
12
13
  attribute :notify_no_data, Boolean
13
14
  attribute :no_data_timeframe, Integer
data/lib/doggy/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module Doggy
4
- VERSION = "2.0.24"
4
+ VERSION = "2.0.25"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: doggy
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.24
4
+ version: 2.0.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vlad Gorodetsky