sidekiq-status 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8062f467160552b97566de033649c1b33869da92ce3ff168b1a20b1b38340eb6
4
- data.tar.gz: 2a918b6cb05fe934db2521461b2abf26e4680def459486d4afe143e4a51d0cd6
3
+ metadata.gz: 45893560f4594985006d2842f460861137e46903197e173761ad9bcd96db5b49
4
+ data.tar.gz: 5de9712752bf085f4792e4e018709e1fc9436a5f246c3c39ad4b0916df3f8df3
5
5
  SHA512:
6
- metadata.gz: 2d35f5ab165082045af4e53220d72a161a821816a3ec8f8cd8cec7ce2811358b9d78b56d211fea0cae65b5990e7fbbb04f4264e2a3f09588ce9c642cca3a705b
7
- data.tar.gz: 558584271417c9eb89112268fd779c75f47e90044dd94c799675bec0a0f325a6015000e56a3d64397ed21eee0ae2089b22ad03bd73ed059b1ada368592e42e81
6
+ metadata.gz: ee2aa4d21c57403eb01b7fe5a011301dc2a085ffd8aa7498252684f7456d480a82642381c3a9cab970c9fbe9f3275db585de492a0574a474de8604c555f63853
7
+ data.tar.gz: 0bef9d092bf1c756195fcb46828ca3b85754cb597878d7d52164afb70f492a01416d45672d3de9cad7c7256afb366e1b736f7709ab1ebc5d34d85dc64f5756ff
data/CHANGELOG.md CHANGED
@@ -1,8 +1,11 @@
1
+ **Version 2.0.1**
2
+ * Adds support for dark mode to the job status page
3
+
1
4
  **Version 2.0.0**
2
- * Adds support for Ruby 2.7, 3.0
3
- * Adds support for Sidekiq 6.x
4
- * Removes support for Ruby 2.3, 2.4, 2.5
5
- * Removes support for Sidekiq 3.x, 4.x
5
+ * Adds support for Ruby 2.7, 3.0
6
+ * Adds support for Sidekiq 6.x
7
+ * Removes support for Ruby 2.3, 2.4, 2.5
8
+ * Removes support for Sidekiq 3.x, 4.x
6
9
 
7
10
  **Versions 1.1.4 and prior**
8
11
 
data/README.md CHANGED
@@ -21,9 +21,9 @@ Or install it yourself as:
21
21
  gem install sidekiq-status
22
22
  ```
23
23
 
24
- ### Migrating to Version 2.x from 1.x
24
+ #### Migrating to Version 2.x from 1.x
25
25
 
26
- Version 2.0.0 was published in order to add support for Ruby 3.0 and Sidekiq 6.x and to remove support for versions of both that are now end-of-life. You should be able to upgrade cleanly from version 1.x to 2.x provided you are running Sidekiq 5.x or newer.
26
+ Version 2.0.0 was published in order to add support for Ruby 3.0 and Sidekiq 6.x and to remove support for versions of both that are now end-of-life. **You should be able to upgrade cleanly from version 1.x to 2.x provided you are running Sidekiq 5.x or newer.**
27
27
 
28
28
  Sidekiq-status version 1.1.4 provides support all the way back to Sidekiq 3.x and was maintained at https://github.com/utgarda/sidekiq-status/.
29
29
 
@@ -1,5 +1,5 @@
1
1
  module Sidekiq
2
2
  module Status
3
- VERSION = '2.0.0'
3
+ VERSION = '2.0.1'
4
4
  end
5
5
  end
@@ -5,7 +5,7 @@ Gem::Specification.new do |gem|
5
5
  gem.authors = ['Evgeniy Tsvigun', 'Kenaniah Cerny']
6
6
  gem.email = ['utgarda@gmail.com', 'kenaniah@gmail.com']
7
7
  gem.summary = 'An extension to the sidekiq message processing to track your jobs'
8
- gem.homepage = 'http://github.com/kenaniah/sidekiq-status'
8
+ gem.homepage = 'https://github.com/kenaniah/sidekiq-status'
9
9
  gem.license = 'MIT'
10
10
 
11
11
  gem.files = `git ls-files`.split($\)
data/web/views/status.erb CHANGED
@@ -28,7 +28,7 @@
28
28
  </div>
29
29
  </div>
30
30
 
31
- <div class="panel panel-default">
31
+ <div class="panel panel-default" style="background-color: inherit">
32
32
  <div class="panel-body">
33
33
  <h4><%= @status["worker"] %></h4>
34
34
 
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.0
4
+ version: 2.0.1
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-06-26 00:00:00.000000000 Z
12
+ date: 2021-06-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sidekiq
@@ -167,7 +167,7 @@ files:
167
167
  - web/views/status.erb
168
168
  - web/views/status_not_found.erb
169
169
  - web/views/statuses.erb
170
- homepage: http://github.com/kenaniah/sidekiq-status
170
+ homepage: https://github.com/kenaniah/sidekiq-status
171
171
  licenses:
172
172
  - MIT
173
173
  metadata: {}