sidekiq_status_monitor 1.0.0 → 1.0.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 +4 -4
- data/lib/sidekiq_status_monitor/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1fb83885ad80397022235ff27e46d85eac13daf7b099c1a1c4b0eb1774b19163
|
|
4
|
+
data.tar.gz: 125eebb6cd0f9ab6b62098c9e1dd5b813e93167b98e3971e2fbca4b45d73548b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 800faf00a933fe75c179a97f418268c3c108529eba8d62b9fa892b94d0a0cd6388778afd59f35b0220b530ce7d666a3ecb6d4b4744b4c3dcbe3bc53d6b2cb0a9
|
|
7
|
+
data.tar.gz: dceef546daac35a56fa9a386d902b81573a69b5f62143798fab82777c08e2b899e1412ea6fde07e82391faee8e73134cd7d955b1fe0c21ff206288ca90d31488
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sidekiq_status_monitor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrei Makarov
|
|
@@ -206,7 +206,7 @@ metadata:
|
|
|
206
206
|
homepage_uri: https://github.com/amkisko/sidekiq_status_monitor
|
|
207
207
|
source_code_uri: https://github.com/amkisko/sidekiq_status_monitor
|
|
208
208
|
changelog_uri: https://github.com/amkisko/sidekiq_status_monitor/releases
|
|
209
|
-
documentation_uri: https://github.com/amkisko/sidekiq_status_monitor/blob/v1.0.
|
|
209
|
+
documentation_uri: https://github.com/amkisko/sidekiq_status_monitor/blob/v1.0.1/README.md
|
|
210
210
|
bug_tracker_uri: https://github.com/amkisko/sidekiq_status_monitor/issues
|
|
211
211
|
post_install_message:
|
|
212
212
|
rdoc_options: []
|
|
@@ -226,5 +226,6 @@ requirements: []
|
|
|
226
226
|
rubygems_version: 3.4.19
|
|
227
227
|
signing_key:
|
|
228
228
|
specification_version: 4
|
|
229
|
-
summary:
|
|
229
|
+
summary: Rack server that outputs HTTP JSON status of sidekiq instance for alive/liveness
|
|
230
|
+
checks and monitoring.
|
|
230
231
|
test_files: []
|