sidekiq-datadog-monitor 0.2.1 → 0.2.2
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 +4 -4
- data/README.md +1 -1
- data/lib/sidekiq/datadog/monitor/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c04993e0a9efbddc006b53502d5e377bb775f98b544ae36ecb1a6b24e17752fe
|
4
|
+
data.tar.gz: 68c263c5a0a6d21add4a9c868ac3ca947e96f52625d33f3bc00bfdf0eb58b877
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f3cc0f0810615b74e94606bb4b60426b0c9f8cdaf78a6ecce2779d6953b1fa6b9f5078aac4b3e6973416b44c97b0f8702f22ca9893ba09a395e1d5381ffd65a4
|
7
|
+
data.tar.gz: 101d6fd9ad29331d288cfa2850d4c444308dafbf6be9c433a36164ffecdcd94d13730d363c80caf56a99b9eb0c30c0c9befac08ecdd9be4251f5f845c24b2149
|
data/README.md
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sidekiq-datadog-monitor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- aleksa_castle
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-03-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -136,7 +136,7 @@ dependencies:
|
|
136
136
|
- - ">="
|
137
137
|
- !ruby/object:Gem::Version
|
138
138
|
version: 4.8.1
|
139
|
-
description:
|
139
|
+
description:
|
140
140
|
email:
|
141
141
|
- oleksandra.k@matic.com
|
142
142
|
executables: []
|
@@ -156,7 +156,7 @@ licenses:
|
|
156
156
|
- MIT
|
157
157
|
metadata:
|
158
158
|
allowed_push_host: https://rubygems.org
|
159
|
-
post_install_message:
|
159
|
+
post_install_message:
|
160
160
|
rdoc_options: []
|
161
161
|
require_paths:
|
162
162
|
- lib
|
@@ -171,8 +171,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
171
171
|
- !ruby/object:Gem::Version
|
172
172
|
version: '0'
|
173
173
|
requirements: []
|
174
|
-
rubygems_version: 3.0.
|
175
|
-
signing_key:
|
174
|
+
rubygems_version: 3.0.6
|
175
|
+
signing_key:
|
176
176
|
specification_version: 4
|
177
177
|
summary: A gem to gather and send sidekiq jobs metrics to datadog
|
178
178
|
test_files: []
|