doggy 2.0.40 → 2.0.41

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: 4496d8cd23e4983fb689340b0213af9d95a16a3d
4
- data.tar.gz: de2a176a72843d876aa39cd5635dd38062b370e6
3
+ metadata.gz: f0b239aecde57aa2452b412bf4e1a23004d1105b
4
+ data.tar.gz: ced94d76dd3895a4b244695b1ed98d97a1e74571
5
5
  SHA512:
6
- metadata.gz: df9010ce021f5b83d9701a317939d0006117223a093132324a611f77c7296c8dea6d62f1f2c033ec83671dfe3de20f9032aa2b481b1f1fb44a26f191c36206a0
7
- data.tar.gz: 0c7d88c8263132befedf6466b08fde1606fbb9ba4c58dd63ea6c861c9e6728f640ff2cd03d4e126f29fc25fe85969e5a66dc126e246b76857a5f9b8bab5ea5f5
6
+ metadata.gz: 5ac1501e4b2b701deb5a427c2256d6865c1c397cd756b7494efd0851a473627367a81f3345ffc729de76e45529291c61c0b4a810b49f01dab3487f5108dcb99f
7
+ data.tar.gz: 1863fb5222ca325b56f0fb4a461b1f844803d62ec23c0fee036738ab09414f2ea3e3948fa65f0c0e00bd850addd60791f9b8696ace8d8f79f9061fa1dc354f17
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- doggy (2.0.40)
4
+ doggy (2.0.41)
5
5
  activesupport (~> 4)
6
6
  json (~> 1.8.3)
7
7
  parallel (~> 1.6.1)
@@ -12,7 +12,7 @@ PATH
12
12
  GEM
13
13
  remote: https://rubygems.org/
14
14
  specs:
15
- activesupport (4.2.8)
15
+ activesupport (4.2.9)
16
16
  i18n (~> 0.7)
17
17
  minitest (~> 5.1)
18
18
  thread_safe (~> 0.3, >= 0.3.4)
@@ -31,7 +31,7 @@ GEM
31
31
  thread_safe (~> 0.3, >= 0.3.1)
32
32
  equalizer (0.0.11)
33
33
  hashdiff (0.2.3)
34
- i18n (0.8.1)
34
+ i18n (0.8.6)
35
35
  ice_nine (0.11.2)
36
36
  json (1.8.6)
37
37
  metaclass (0.0.4)
@@ -45,7 +45,7 @@ GEM
45
45
  safe_yaml (1.0.4)
46
46
  thor (0.19.4)
47
47
  thread_safe (0.3.6)
48
- tzinfo (1.2.2)
48
+ tzinfo (1.2.3)
49
49
  thread_safe (~> 0.1)
50
50
  virtus (1.0.5)
51
51
  axiom-types (~> 0.1)
@@ -69,4 +69,4 @@ DEPENDENCIES
69
69
  webmock
70
70
 
71
71
  BUNDLED WITH
72
- 1.14.4
72
+ 1.15.0
@@ -6,15 +6,19 @@ module Doggy
6
6
  class Options
7
7
  include Virtus.model
8
8
 
9
- attribute :silenced, Hash
10
- attribute :thresholds, Hash
11
- attribute :notify_audit, Boolean
12
- attribute :notify_no_data, Boolean
13
- attribute :no_data_timeframe, Integer
14
- attribute :timeout_h, Integer
15
- attribute :escalation_message, String
16
- attribute :renotify_interval, Integer
17
- attribute :locked, Boolean
9
+ attribute :escalation_message, String
10
+ attribute :evaluation_delay, Integer
11
+ attribute :include_tags, Boolean
12
+ attribute :locked, Boolean
13
+ attribute :new_host_delay, Integer
14
+ attribute :no_data_timeframe, Integer
15
+ attribute :notify_audit, Boolean
16
+ attribute :notify_no_data, Boolean
17
+ attribute :renotify_interval, Integer
18
+ attribute :require_full_window, Boolean
19
+ attribute :silenced, Hash
20
+ attribute :thresholds, Hash
21
+ attribute :timeout_h, Integer
18
22
  end
19
23
 
20
24
  attribute :id, 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.40'
4
+ VERSION = '2.0.41'
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.40
4
+ version: 2.0.41
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vlad Gorodetsky
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2017-04-07 00:00:00.000000000 Z
12
+ date: 2017-09-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json
@@ -193,7 +193,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
193
193
  version: '0'
194
194
  requirements: []
195
195
  rubyforge_project:
196
- rubygems_version: 2.5.1
196
+ rubygems_version: 2.6.13
197
197
  signing_key:
198
198
  specification_version: 4
199
199
  summary: Syncs DataDog dashboards, alerts, screenboards, and monitors.