sidekiq-status 2.0.1 → 2.0.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/lib/sidekiq-status/version.rb +1 -1
- data/web/views/status_not_found.erb +1 -1
- data/web/views/statuses.erb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3e44ab90955a60880c79cadc648a5c9883e635faf6b5439093830bb138f0309c
|
|
4
|
+
data.tar.gz: 4b61eefa63d54d14d8183616b5cb3806b13e234d810ee67a8fb0519614ac97d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 874e1d6ceeb732aaab70c95ae1b41f78c1422a2da3f93e947b3ef353d558f9b51dd4dc395b3a5d7a19ee3b4560c509768e20dcb5faa9418ee344423b3c12412f
|
|
7
|
+
data.tar.gz: fc8e8e604ba7fecea63d13933bd6cf8a0aa9232de253bc015244fe9f0b7c5b81dcedd457db9fc409d515b2a76c222e89d0124547bf33505a710cfdb740ba2119
|
data/web/views/statuses.erb
CHANGED
|
@@ -76,7 +76,7 @@ function setPerPage(select){
|
|
|
76
76
|
</div>
|
|
77
77
|
</div>
|
|
78
78
|
</div>
|
|
79
|
-
<table class="table table-hover table-bordered table-striped
|
|
79
|
+
<table class="table table-hover table-bordered table-striped">
|
|
80
80
|
<tr>
|
|
81
81
|
<% @headers.each do |h| %>
|
|
82
82
|
<th class="header <%= h[:class] %> header_<%= h[:id] %>">
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sidekiq-status
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Evgeniy Tsvigun
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2021-
|
|
12
|
+
date: 2021-07-07 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: sidekiq
|