datadog-notifications 0.4.7 → 0.4.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +28 -27
- data/datadog-notifications.gemspec +1 -1
- data/lib/datadog/notifications/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f8397c851800f69d025fafb5bf8ad2787cf283f5
|
4
|
+
data.tar.gz: d8e473405c890a1b62ea7a3391eca780792b822c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6fd37e9a9d40d36866183916801c649cdd58a4d992335d8add55d8ba435aba2c0405a0f9803c0ba6cc7700b8a9e5c532db5fc25293c9925f55edb104eba80aaf
|
7
|
+
data.tar.gz: 3cd196ff1a0e5a71c95bf8dc483220b6e3f1da66033ddd39e5440bffc0eff95d3f2841e3954b8bc4a3c728ee9fd383902c01902ee0878a78fddb7c2d1fb4cd9a
|
data/Gemfile.lock
CHANGED
@@ -1,20 +1,20 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
datadog-notifications (0.4.
|
4
|
+
datadog-notifications (0.4.8)
|
5
5
|
activesupport
|
6
|
-
dogstatsd-ruby (~> 3.
|
6
|
+
dogstatsd-ruby (~> 3.1)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
activemodel (5.1.
|
12
|
-
activesupport (= 5.1.
|
13
|
-
activerecord (5.1.
|
14
|
-
activemodel (= 5.1.
|
15
|
-
activesupport (= 5.1.
|
11
|
+
activemodel (5.1.4)
|
12
|
+
activesupport (= 5.1.4)
|
13
|
+
activerecord (5.1.4)
|
14
|
+
activemodel (= 5.1.4)
|
15
|
+
activesupport (= 5.1.4)
|
16
16
|
arel (~> 8.0)
|
17
|
-
activesupport (5.1.
|
17
|
+
activesupport (5.1.4)
|
18
18
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
19
19
|
i18n (~> 0.7)
|
20
20
|
minitest (~> 5.1)
|
@@ -31,43 +31,44 @@ GEM
|
|
31
31
|
descendants_tracker (0.0.4)
|
32
32
|
thread_safe (~> 0.3, >= 0.3.1)
|
33
33
|
diff-lcs (1.3)
|
34
|
-
dogstatsd-ruby (3.
|
34
|
+
dogstatsd-ruby (3.1.0)
|
35
35
|
equalizer (0.0.11)
|
36
|
-
grape (1.0.
|
36
|
+
grape (1.0.1)
|
37
37
|
activesupport
|
38
38
|
builder
|
39
39
|
mustermann-grape (~> 1.0.0)
|
40
40
|
rack (>= 1.3.0)
|
41
41
|
rack-accept
|
42
42
|
virtus (>= 1.0.0)
|
43
|
-
i18n (0.
|
43
|
+
i18n (0.9.1)
|
44
|
+
concurrent-ruby (~> 1.0)
|
44
45
|
ice_nine (0.11.2)
|
45
46
|
minitest (5.10.3)
|
46
|
-
mustermann (1.0.
|
47
|
+
mustermann (1.0.1)
|
47
48
|
mustermann-grape (1.0.0)
|
48
49
|
mustermann (~> 1.0.0)
|
49
50
|
rack (2.0.3)
|
50
51
|
rack-accept (0.4.5)
|
51
52
|
rack (>= 0.4)
|
52
|
-
rack-test (0.
|
53
|
+
rack-test (0.8.2)
|
53
54
|
rack (>= 1.0, < 3)
|
54
|
-
rake (12.
|
55
|
-
rspec (3.
|
56
|
-
rspec-core (~> 3.
|
57
|
-
rspec-expectations (~> 3.
|
58
|
-
rspec-mocks (~> 3.
|
59
|
-
rspec-core (3.
|
60
|
-
rspec-support (~> 3.
|
61
|
-
rspec-expectations (3.
|
55
|
+
rake (12.3.0)
|
56
|
+
rspec (3.7.0)
|
57
|
+
rspec-core (~> 3.7.0)
|
58
|
+
rspec-expectations (~> 3.7.0)
|
59
|
+
rspec-mocks (~> 3.7.0)
|
60
|
+
rspec-core (3.7.0)
|
61
|
+
rspec-support (~> 3.7.0)
|
62
|
+
rspec-expectations (3.7.0)
|
62
63
|
diff-lcs (>= 1.2.0, < 2.0)
|
63
|
-
rspec-support (~> 3.
|
64
|
-
rspec-mocks (3.
|
64
|
+
rspec-support (~> 3.7.0)
|
65
|
+
rspec-mocks (3.7.0)
|
65
66
|
diff-lcs (>= 1.2.0, < 2.0)
|
66
|
-
rspec-support (~> 3.
|
67
|
-
rspec-support (3.
|
67
|
+
rspec-support (~> 3.7.0)
|
68
|
+
rspec-support (3.7.0)
|
68
69
|
sqlite3 (1.3.13)
|
69
70
|
thread_safe (0.3.6)
|
70
|
-
tzinfo (1.2.
|
71
|
+
tzinfo (1.2.4)
|
71
72
|
thread_safe (~> 0.1)
|
72
73
|
virtus (1.0.5)
|
73
74
|
axiom-types (~> 0.1)
|
@@ -89,4 +90,4 @@ DEPENDENCIES
|
|
89
90
|
sqlite3
|
90
91
|
|
91
92
|
BUNDLED WITH
|
92
|
-
1.
|
93
|
+
1.16.0
|
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
|
|
17
17
|
s.require_paths = ["lib"]
|
18
18
|
|
19
19
|
s.add_runtime_dependency(%q<activesupport>)
|
20
|
-
s.add_runtime_dependency(%q<dogstatsd-ruby>, "~> 3.
|
20
|
+
s.add_runtime_dependency(%q<dogstatsd-ruby>, "~> 3.1")
|
21
21
|
|
22
22
|
s.add_development_dependency(%q<rack-test>)
|
23
23
|
s.add_development_dependency(%q<grape>, ">= 0.16")
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: datadog-notifications
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dimitrij Denissenko
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-12-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 3.
|
33
|
+
version: '3.1'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 3.
|
40
|
+
version: '3.1'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: rack-test
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -187,7 +187,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
187
187
|
version: '0'
|
188
188
|
requirements: []
|
189
189
|
rubyforge_project:
|
190
|
-
rubygems_version: 2.6.
|
190
|
+
rubygems_version: 2.6.11
|
191
191
|
signing_key:
|
192
192
|
specification_version: 4
|
193
193
|
summary: Generic ActiveSupport::Notifications Datadog handler
|