sidekiq_monitoring_bitcrowd 0.2.0 → 0.2.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_monitoring_bitcrowd/version.rb +1 -1
- metadata +5 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b1cac12c35c9a23f5b9bb75c8d8cf6f4173dbf72
|
|
4
|
+
data.tar.gz: d4056fd06347e921cd90ae53860fdce15080c932
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 90b80144be802898f9b1cbc58ecb6d61f095c2f200d31a5ec415ba6e563401e50741839a2729c4a9192ad43a64b4f73f3d3504d1df6cac5ac0c87d95eebc034c
|
|
7
|
+
data.tar.gz: 0ba5f668ec30c4eeb54e1bb3e7e17f344cd8fd6de5dfea6873dc963376167d07c56d37342eb98849c0fc2c9575448992ce40b8ce45582ce0af0797f72821b231
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sidekiq_monitoring_bitcrowd
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Julian Dobmann
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-02
|
|
11
|
+
date: 2018-03-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -123,10 +123,8 @@ dependencies:
|
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
124
|
version: '0'
|
|
125
125
|
description: |
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
This status information is gathered by scheduling a frequently
|
|
129
|
-
running job that saves timestamps in Redis.
|
|
126
|
+
This gem has been renamed to 'rails-monitoring'.
|
|
127
|
+
https://github.com/bitcrowd/rails-monitoring
|
|
130
128
|
email:
|
|
131
129
|
- julian@bitcrowd.net
|
|
132
130
|
executables: []
|
|
@@ -144,7 +142,7 @@ files:
|
|
|
144
142
|
- lib/sidekiq_monitoring_bitcrowd.rb
|
|
145
143
|
- lib/sidekiq_monitoring_bitcrowd/engine.rb
|
|
146
144
|
- lib/sidekiq_monitoring_bitcrowd/version.rb
|
|
147
|
-
homepage: https://github.com/bitcrowd/
|
|
145
|
+
homepage: https://github.com/bitcrowd/rails-monitoring
|
|
148
146
|
licenses:
|
|
149
147
|
- MIT
|
|
150
148
|
metadata: {}
|