datadog-notifications 0.7.0 → 0.7.1

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
  SHA256:
3
- metadata.gz: 5935ae5cdf0ad8a0b97044ee63f11b1a7c0c21b4d9d901bff27e14d2d7543b22
4
- data.tar.gz: 0aa3de2457df6fb8d23e2ae3ac456cc7c463cc13482851e4e750fa1f1e53a8de
3
+ metadata.gz: 297cae39cab7c414c32f8d75ea2be17838b01518ab0d2c1fcd8ee800a233694f
4
+ data.tar.gz: f22c1fbe3123463efadda56b68e25175a48a89e76e7841e52d39de80c0f47398
5
5
  SHA512:
6
- metadata.gz: b87c1cd9fc7b2f2f0c4514661b4dd914ef1c529808c6eb1fad0ed1ee20a852b305e96d07b8ca297010495c7d8ae7982cf0cb7e93f8aca75b122d692f4985b415
7
- data.tar.gz: 81e36be184535761d78a0e6c1dfd555232b6af6fbd86f6942d00892a5ca63b38377bdef49d60fbd4561794517b583c756bb508aecd34b4dc2e8fc8e9c898e63a
6
+ metadata.gz: b046d3ea9996dd97d59d300d7df36891ac0274144222f8d674fbad83f0718dda20bb575072839351236aab8ec7dbc5838035d12a9917319498bf022f8a83e83d
7
+ data.tar.gz: 86dcdf238843e616c688df07ba8d43436372d3ba18dff1266d9ae5f52cdb1631d5360d32b26a32ebf28a5f81c29e3a64ebde108d8b8416d4e53663b5d5147367
@@ -13,7 +13,7 @@ jobs:
13
13
  matrix:
14
14
  ruby-version: ["2.7", "3.0", "3.1"]
15
15
  steps:
16
- - uses: actions/checkout@v2
16
+ - uses: actions/checkout@v3
17
17
  - uses: ruby/setup-ruby@v1
18
18
  with:
19
19
  ruby-version: ${{ matrix.ruby-version }}
data/Gemfile CHANGED
@@ -1,3 +1,4 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
3
  gemspec
4
+ gem 'mustermann', '< 2' # wait for deprecation warning fix
data/Gemfile.lock CHANGED
@@ -1,22 +1,22 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- datadog-notifications (0.7.0)
4
+ datadog-notifications (0.7.1)
5
5
  activesupport
6
6
  dogstatsd-ruby (>= 5.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activejob (7.0.3)
12
- activesupport (= 7.0.3)
11
+ activejob (7.0.4.1)
12
+ activesupport (= 7.0.4.1)
13
13
  globalid (>= 0.3.6)
14
- activemodel (7.0.3)
15
- activesupport (= 7.0.3)
16
- activerecord (7.0.3)
17
- activemodel (= 7.0.3)
18
- activesupport (= 7.0.3)
19
- activesupport (7.0.3)
14
+ activemodel (7.0.4.1)
15
+ activesupport (= 7.0.4.1)
16
+ activerecord (7.0.4.1)
17
+ activemodel (= 7.0.4.1)
18
+ activesupport (= 7.0.4.1)
19
+ activesupport (7.0.4.1)
20
20
  concurrent-ruby (~> 1.0, >= 1.0.2)
21
21
  i18n (>= 1.6, < 2)
22
22
  minitest (>= 5.1)
@@ -26,94 +26,98 @@ GEM
26
26
  concurrent-ruby (1.1.10)
27
27
  diff-lcs (1.5.0)
28
28
  dogstatsd-ruby (5.5.0)
29
- dry-configurable (0.15.0)
29
+ dry-core (1.0.0)
30
30
  concurrent-ruby (~> 1.0)
31
- dry-core (~> 0.6)
32
- dry-container (0.9.0)
31
+ zeitwerk (~> 2.6)
32
+ dry-inflector (1.0.0)
33
+ dry-logic (1.5.0)
33
34
  concurrent-ruby (~> 1.0)
34
- dry-configurable (~> 0.13, >= 0.13.0)
35
- dry-core (0.7.1)
35
+ dry-core (~> 1.0, < 2)
36
+ zeitwerk (~> 2.6)
37
+ dry-types (1.7.0)
36
38
  concurrent-ruby (~> 1.0)
37
- dry-inflector (0.2.1)
38
- dry-logic (1.2.0)
39
- concurrent-ruby (~> 1.0)
40
- dry-core (~> 0.5, >= 0.5)
41
- dry-types (1.5.1)
42
- concurrent-ruby (~> 1.0)
43
- dry-container (~> 0.3)
44
- dry-core (~> 0.5, >= 0.5)
45
- dry-inflector (~> 0.1, >= 0.1.2)
46
- dry-logic (~> 1.0, >= 1.0.2)
47
- globalid (1.0.0)
39
+ dry-core (~> 1.0, < 2)
40
+ dry-inflector (~> 1.0, < 2)
41
+ dry-logic (>= 1.4, < 2)
42
+ zeitwerk (~> 2.6)
43
+ globalid (1.0.1)
48
44
  activesupport (>= 5.0)
49
- grape (1.6.2)
45
+ grape (1.7.0)
50
46
  activesupport
51
47
  builder
52
48
  dry-types (>= 1.1)
53
49
  mustermann-grape (~> 1.0.0)
54
50
  rack (>= 1.3.0)
55
51
  rack-accept
56
- i18n (1.10.0)
52
+ i18n (1.12.0)
57
53
  concurrent-ruby (~> 1.0)
58
- minitest (5.15.0)
59
- mustermann (1.1.1)
54
+ json (2.6.3)
55
+ mini_portile2 (2.8.1)
56
+ minitest (5.17.0)
57
+ mustermann (1.1.2)
60
58
  ruby2_keywords (~> 0.0.1)
61
59
  mustermann-grape (1.0.2)
62
60
  mustermann (>= 1.0.0)
63
61
  parallel (1.22.1)
64
- parser (3.1.2.0)
62
+ parser (3.2.0.0)
65
63
  ast (~> 2.4.1)
66
- rack (2.2.3.1)
64
+ rack (3.0.4.1)
67
65
  rack-accept (0.4.5)
68
66
  rack (>= 0.4)
69
- rack-test (1.1.0)
70
- rack (>= 1.0, < 3)
67
+ rack-test (2.0.2)
68
+ rack (>= 1.3)
71
69
  rainbow (3.1.1)
72
70
  rake (13.0.6)
73
- regexp_parser (2.5.0)
71
+ regexp_parser (2.6.2)
74
72
  rexml (3.2.5)
75
- rspec (3.11.0)
76
- rspec-core (~> 3.11.0)
77
- rspec-expectations (~> 3.11.0)
78
- rspec-mocks (~> 3.11.0)
79
- rspec-core (3.11.0)
80
- rspec-support (~> 3.11.0)
81
- rspec-expectations (3.11.0)
73
+ rspec (3.12.0)
74
+ rspec-core (~> 3.12.0)
75
+ rspec-expectations (~> 3.12.0)
76
+ rspec-mocks (~> 3.12.0)
77
+ rspec-core (3.12.0)
78
+ rspec-support (~> 3.12.0)
79
+ rspec-expectations (3.12.2)
82
80
  diff-lcs (>= 1.2.0, < 2.0)
83
- rspec-support (~> 3.11.0)
84
- rspec-mocks (3.11.1)
81
+ rspec-support (~> 3.12.0)
82
+ rspec-mocks (3.12.3)
85
83
  diff-lcs (>= 1.2.0, < 2.0)
86
- rspec-support (~> 3.11.0)
87
- rspec-support (3.11.0)
88
- rubocop (1.30.1)
84
+ rspec-support (~> 3.12.0)
85
+ rspec-support (3.12.0)
86
+ rubocop (1.43.0)
87
+ json (~> 2.3)
89
88
  parallel (~> 1.10)
90
- parser (>= 3.1.0.0)
89
+ parser (>= 3.2.0.0)
91
90
  rainbow (>= 2.2.2, < 4.0)
92
91
  regexp_parser (>= 1.8, < 3.0)
93
92
  rexml (>= 3.2.5, < 4.0)
94
- rubocop-ast (>= 1.18.0, < 2.0)
93
+ rubocop-ast (>= 1.24.1, < 2.0)
95
94
  ruby-progressbar (~> 1.7)
96
- unicode-display_width (>= 1.4.0, < 3.0)
97
- rubocop-ast (1.18.0)
95
+ unicode-display_width (>= 2.4.0, < 3.0)
96
+ rubocop-ast (1.24.1)
98
97
  parser (>= 3.1.1.0)
99
- rubocop-bsm (0.6.0)
98
+ rubocop-bsm (0.6.1)
100
99
  rubocop (~> 1.0)
101
100
  rubocop-performance
102
101
  rubocop-rake
103
102
  rubocop-rspec
104
- rubocop-performance (1.14.1)
103
+ rubocop-capybara (2.17.0)
104
+ rubocop (~> 1.41)
105
+ rubocop-performance (1.15.2)
105
106
  rubocop (>= 1.7.0, < 2.0)
106
107
  rubocop-ast (>= 0.4.0)
107
108
  rubocop-rake (0.6.0)
108
109
  rubocop (~> 1.0)
109
- rubocop-rspec (2.11.1)
110
- rubocop (~> 1.19)
110
+ rubocop-rspec (2.18.1)
111
+ rubocop (~> 1.33)
112
+ rubocop-capybara (~> 2.17)
111
113
  ruby-progressbar (1.11.0)
112
114
  ruby2_keywords (0.0.5)
113
- sqlite3 (1.4.2)
114
- tzinfo (2.0.4)
115
+ sqlite3 (1.6.0)
116
+ mini_portile2 (~> 2.8.0)
117
+ tzinfo (2.0.5)
115
118
  concurrent-ruby (~> 1.0)
116
- unicode-display_width (2.1.0)
119
+ unicode-display_width (2.4.2)
120
+ zeitwerk (2.6.6)
117
121
 
118
122
  PLATFORMS
119
123
  ruby
@@ -124,6 +128,7 @@ DEPENDENCIES
124
128
  bundler
125
129
  datadog-notifications!
126
130
  grape (>= 1.0.2)
131
+ mustermann (< 2)
127
132
  rack-test
128
133
  rake
129
134
  rspec
@@ -35,7 +35,7 @@ module Datadog::Notifications::Plugins
35
35
  status = exception_handler.call(payload[:exception_object]) if payload[:exception_object]
36
36
 
37
37
  path = extract_path(endpoint)
38
- path.gsub!(%r{[^\w/\-]+}, '_')
38
+ path.gsub!(%r{[^\w/-]+}, '_')
39
39
 
40
40
  tags = self.tags + %W[method:#{method} status:#{status}]
41
41
  tags.push "path:#{path}" if path
@@ -1,5 +1,5 @@
1
1
  module Datadog
2
2
  class Notifications
3
- VERSION = '0.7.0'.freeze
3
+ VERSION = '0.7.1'.freeze
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.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dimitrij Denissenko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-06-06 00:00:00.000000000 Z
11
+ date: 2023-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -218,7 +218,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
218
218
  - !ruby/object:Gem::Version
219
219
  version: '0'
220
220
  requirements: []
221
- rubygems_version: 3.3.7
221
+ rubygems_version: 3.4.1
222
222
  signing_key:
223
223
  specification_version: 4
224
224
  summary: Generic ActiveSupport::Notifications Datadog handler