datadog-notifications 0.4.1 → 0.4.2

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
  SHA1:
3
- metadata.gz: b1984c169963a2eeace0c9677653439ba3314d17
4
- data.tar.gz: 8a7eead8b155b359f1965f00c5d752b10e5f96db
3
+ metadata.gz: 572e7f12a53921456d2ce3de095c6ada4c969479
4
+ data.tar.gz: d58c1564f1c8b84d3e3cdd50f80581daf1597124
5
5
  SHA512:
6
- metadata.gz: 5dc39b00b0481f71cee32c24cd37c5b0cadfb6906dc722fbf61c5aed269a96e6908da978c9919188b5bf269ea35133a00ff212ecb8f30e4a54b0835275d46948
7
- data.tar.gz: 8f209d8de85e9c66e883399b42a28c034ae019bca9ba83a253b7f9741ddfcf844906b76aab52378b789f34e8486affdcc8fa864f0be4841713dfd3b5ef19c7df
6
+ metadata.gz: c5f11ec639ac73171dc95a5df0ad6f7ad4f18587f509d252db583d2bc2d9a38f00b9728e07c859618da6e37826135d2dfc8d36e95b1c5680312124540f1211f7
7
+ data.tar.gz: dd03933c9605243a4b331cd491c14e94948e51faca424d28a59dac504b0bee4f07f288e770a15f01fed2fb95c2a6afe25083e844c9515291f5c930915e67985d
data/Gemfile.lock CHANGED
@@ -1,27 +1,25 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- datadog-notifications (0.4.1)
4
+ datadog-notifications (0.4.2)
5
5
  activesupport
6
6
  dogstatsd-ruby
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activemodel (4.2.6)
12
- activesupport (= 4.2.6)
13
- builder (~> 3.1)
14
- activerecord (4.2.6)
15
- activemodel (= 4.2.6)
16
- activesupport (= 4.2.6)
17
- arel (~> 6.0)
18
- activesupport (4.2.6)
11
+ activemodel (5.0.0.1)
12
+ activesupport (= 5.0.0.1)
13
+ activerecord (5.0.0.1)
14
+ activemodel (= 5.0.0.1)
15
+ activesupport (= 5.0.0.1)
16
+ arel (~> 7.0)
17
+ activesupport (5.0.0.1)
18
+ concurrent-ruby (~> 1.0, >= 1.0.2)
19
19
  i18n (~> 0.7)
20
- json (~> 1.7, >= 1.7.7)
21
20
  minitest (~> 5.1)
22
- thread_safe (~> 0.3, >= 0.3.4)
23
21
  tzinfo (~> 1.1)
24
- arel (6.0.3)
22
+ arel (7.1.2)
25
23
  axiom-types (0.1.1)
26
24
  descendants_tracker (~> 0.0.4)
27
25
  ice_nine (~> 0.11.0)
@@ -29,13 +27,14 @@ GEM
29
27
  builder (3.2.2)
30
28
  coercible (1.0.0)
31
29
  descendants_tracker (~> 0.0.1)
30
+ concurrent-ruby (1.0.2)
32
31
  descendants_tracker (0.0.4)
33
32
  thread_safe (~> 0.3, >= 0.3.1)
34
33
  diff-lcs (1.2.5)
35
34
  dogstatsd-ruby (1.6.0)
36
35
  enumerable-lazy (0.0.1)
37
36
  equalizer (0.0.11)
38
- grape (0.16.2)
37
+ grape (0.17.0)
39
38
  activesupport
40
39
  builder
41
40
  hashie (>= 2.1.0)
@@ -45,34 +44,33 @@ GEM
45
44
  rack (>= 1.3.0)
46
45
  rack-accept
47
46
  virtus (>= 1.0.0)
48
- hashie (3.4.4)
47
+ hashie (3.4.6)
49
48
  i18n (0.7.0)
50
49
  ice_nine (0.11.2)
51
- json (1.8.3)
52
50
  minitest (5.9.0)
53
51
  multi_json (1.12.1)
54
52
  multi_xml (0.5.5)
55
- mustermann19 (0.4.3)
53
+ mustermann19 (0.4.4)
56
54
  enumerable-lazy
57
- rack (1.6.4)
55
+ rack (2.0.1)
58
56
  rack-accept (0.4.5)
59
57
  rack (>= 0.4)
60
58
  rack-test (0.6.3)
61
59
  rack (>= 1.0)
62
- rake (11.1.2)
63
- rspec (3.4.0)
64
- rspec-core (~> 3.4.0)
65
- rspec-expectations (~> 3.4.0)
66
- rspec-mocks (~> 3.4.0)
67
- rspec-core (3.4.4)
68
- rspec-support (~> 3.4.0)
69
- rspec-expectations (3.4.0)
60
+ rake (11.3.0)
61
+ rspec (3.5.0)
62
+ rspec-core (~> 3.5.0)
63
+ rspec-expectations (~> 3.5.0)
64
+ rspec-mocks (~> 3.5.0)
65
+ rspec-core (3.5.3)
66
+ rspec-support (~> 3.5.0)
67
+ rspec-expectations (3.5.0)
70
68
  diff-lcs (>= 1.2.0, < 2.0)
71
- rspec-support (~> 3.4.0)
72
- rspec-mocks (3.4.1)
69
+ rspec-support (~> 3.5.0)
70
+ rspec-mocks (3.5.0)
73
71
  diff-lcs (>= 1.2.0, < 2.0)
74
- rspec-support (~> 3.4.0)
75
- rspec-support (3.4.1)
72
+ rspec-support (~> 3.5.0)
73
+ rspec-support (3.5.0)
76
74
  sqlite3 (1.3.11)
77
75
  thread_safe (0.3.5)
78
76
  tzinfo (1.2.2)
@@ -18,7 +18,7 @@ module Datadog
18
18
  end
19
19
 
20
20
  def connect!
21
- env = ENV['RACK_ENV'] || ENV['RAILS_ENV']
21
+ env = ENV['RAILS_ENV'] || ENV['RACK_ENV']
22
22
  tags.push("env:#{env}") if env && tags.none? {|t| t =~ /^env\:/ }
23
23
  tags.push("host:#{hostname}") if tags.none? {|t| t =~ /^host\:/ }
24
24
 
@@ -1,5 +1,5 @@
1
1
  module Datadog
2
2
  class Notifications
3
- VERSION = "0.4.1"
3
+ VERSION = "0.4.2"
4
4
  end
5
5
  end
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.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dimitrij Denissenko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-09 00:00:00.000000000 Z
11
+ date: 2016-09-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport