tomo-plugin-sidekiq 1.4.3 → 1.4.4
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/README.md +0 -1
- data/lib/tomo/plugin/sidekiq/version.rb +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: 7658879b9c305058fa3dc660b3688b28cf9e7590b146fb88f07abff6c77de191
|
4
|
+
data.tar.gz: 529e9d7b97e071e186841e3cfbf1b5a75d22f853bca3ee8ebdbf8b1f768c7fb6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 97cdac8046f992bdef1df87d8cfb4133617a5a2c06c043641d1e94f64068fcf921f428ec5bdd9d7bb07d506608be777c271e7b7ad0d8ee0b138b7cd38ea20243
|
7
|
+
data.tar.gz: 948a9584e8d39191df4afd611d67a18fb1459a8164fa14da75b004c9a87847c6ddfb05289e796a4af10bb8748e1e4875b9cee7de75d61a1be1a1d1d181659002
|
data/README.md
CHANGED
@@ -3,7 +3,6 @@
|
|
3
3
|
[](https://rubygems.org/gems/tomo-plugin-sidekiq)
|
4
4
|
[](https://www.ruby-toolbox.com/projects/tomo-plugin-sidekiq)
|
5
5
|
[](https://github.com/mattbrictson/tomo-plugin-sidekiq/actions/workflows/ci.yml)
|
6
|
-
[](https://codeclimate.com/github/mattbrictson/tomo-plugin-sidekiq)
|
7
6
|
|
8
7
|
This is a [tomo](https://github.com/mattbrictson/tomo) plugin that provides tasks for managing [sidekiq](https://github.com/mperham/sidekiq) via [systemd](https://en.wikipedia.org/wiki/Systemd), based on the recommendations in the sidekiq documentation. This plugin assumes that you are also using the tomo `rbenv` and `env` plugins, and that you are using a systemd-based Linux distribution like Ubuntu 18 LTS.
|
9
8
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tomo-plugin-sidekiq
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Brictson
|
@@ -58,7 +58,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
58
58
|
- !ruby/object:Gem::Version
|
59
59
|
version: '0'
|
60
60
|
requirements: []
|
61
|
-
rubygems_version: 3.6.
|
61
|
+
rubygems_version: 3.6.9
|
62
62
|
specification_version: 4
|
63
63
|
summary: sidekiq tasks for tomo
|
64
64
|
test_files: []
|