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 +4 -4
- data/CHANGELOG.md +7 -4
- data/README.md +2 -2
- data/lib/sidekiq-status/version.rb +1 -1
- data/sidekiq-status.gemspec +1 -1
- data/web/views/status.erb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 45893560f4594985006d2842f460861137e46903197e173761ad9bcd96db5b49
|
4
|
+
data.tar.gz: 5de9712752bf085f4792e4e018709e1fc9436a5f246c3c39ad4b0916df3f8df3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
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
|
|
data/sidekiq-status.gemspec
CHANGED
@@ -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 = '
|
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
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.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-
|
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:
|
170
|
+
homepage: https://github.com/kenaniah/sidekiq-status
|
171
171
|
licenses:
|
172
172
|
- MIT
|
173
173
|
metadata: {}
|